Your message dated Tue, 03 Jul 2018 15:49:50 +0000
with message-id <e1fanys-000dsk...@fasolo.debian.org>
and subject line Bug#897533: fixed in sunflow 0.07.2.svn396+dfsg-17
has caused the Debian Bug report #897533,
regarding sunflow: FTBFS: convert-im6.q16: unable to open file 
`/tmp/magick-22610UfLlJYiQTV4q': No such file or directory @ 
error/constitute.c/ReadImage/544.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
897533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897533
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sunflow
Version: 0.07.2.svn396+dfsg-16
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/janino.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true jars javadoc
> Buildfile: /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/build.xml
> 
> init:
> 
> compile:
>     [mkdir] Created dir: 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/build/classes
>     [javac] /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/build.xml:37: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Using javac -source 5 is no longer supported, switching to 1.7
>     [javac] Using javac -target 5 is no longer supported, switching to 1.7
>     [javac] Compiling 208 source files to 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 7
>     [javac] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/system/RenderGlobalsPanel.java:182:
>  warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member 
> of the raw type DefaultComboBoxModel
>     [javac]                             ComboBoxModel 
> minSamplingComboBoxModel = new DefaultComboBoxModel(new String[] {
>     [javac]                                                                   
>    ^
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class DefaultComboBoxModel
>     [javac] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/system/RenderGlobalsPanel.java:186:
>  warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a 
> member of the raw type JComboBox
>     [javac]                             
> minSamplingComboBox.setModel(minSamplingComboBoxModel);
>     [javac]                                                         ^
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class JComboBox
>     [javac] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/system/RenderGlobalsPanel.java:194:
>  warning: [unchecked] unchecked call to DefaultComboBoxModel(E[]) as a member 
> of the raw type DefaultComboBoxModel
>     [javac]                             ComboBoxModel 
> maxSamplingComboxBoxModel = new DefaultComboBoxModel(new String[] {
>     [javac]                                                                   
>     ^
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class DefaultComboBoxModel
>     [javac] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/system/RenderGlobalsPanel.java:198:
>  warning: [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a 
> member of the raw type JComboBox
>     [javac]                             
> maxSamplingComboxBox.setModel(maxSamplingComboxBoxModel);
>     [javac]                                                          ^
>     [javac]   where E is a type-variable:
>     [javac]     E extends Object declared in class JComboBox
>     [javac] Note: 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/system/Plugins.java 
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 5 warnings
> 
> create_manifest:
> 
> jars:
>     [mkdir] Created dir: /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/release
>       [jar] Building jar: 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/release/sunflow.jar
>       [jar] Building jar: 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/release/sunflowGUI.jar
> 
> init:
> 
> javadoc:
>     [mkdir] Created dir: 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/release/javadoc
>   [javadoc] /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src contains source 
> files in the default package, you must specify them as source files not 
> packages.
>   [javadoc] /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src contains source 
> files in the default package, you must specify them as source files not 
> packages.
>   [javadoc] Generating Javadoc
>   [javadoc] Debian build on Java 9+ detected: Adding the 
> --ignore-source-errors option
>   [javadoc] Javadoc execution
>   [javadoc] Loading source files for package org.sunflow...
>   [javadoc] Loading source files for package org.sunflow.core...
>   [javadoc] Loading source files for package org.sunflow.core.accel...
>   [javadoc] Loading source files for package org.sunflow.core.bucket...
>   [javadoc] Loading source files for package org.sunflow.core.camera...
>   [javadoc] Loading source files for package org.sunflow.core.display...
>   [javadoc] Loading source files for package org.sunflow.core.filter...
>   [javadoc] Loading source files for package org.sunflow.core.gi...
>   [javadoc] Loading source files for package org.sunflow.core.light...
>   [javadoc] Loading source files for package org.sunflow.core.modifiers...
>   [javadoc] Loading source files for package org.sunflow.core.parser...
>   [javadoc] Loading source files for package org.sunflow.core.photonmap...
>   [javadoc] Loading source files for package org.sunflow.core.primitive...
>   [javadoc] Loading source files for package org.sunflow.core.renderer...
>   [javadoc] Loading source files for package org.sunflow.core.shader...
>   [javadoc] Loading source files for package org.sunflow.core.tesselatable...
>   [javadoc] Loading source files for package org.sunflow.image...
>   [javadoc] Loading source files for package org.sunflow.image.formats...
>   [javadoc] Loading source files for package org.sunflow.image.readers...
>   [javadoc] Loading source files for package org.sunflow.image.writers...
>   [javadoc] Loading source files for package org.sunflow.math...
>   [javadoc] Loading source files for package org.sunflow.system...
>   [javadoc] Loading source files for package org.sunflow.system.ui...
>   [javadoc] Loading source files for package org.sunflow.util...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - You have not specified the version of HTML to 
> use.
>   [javadoc] The default is currently HTML 4.01, but this will change to HTML5
>   [javadoc] in a future release. To suppress this warning, please specify the
>   [javadoc] version of HTML used in your documentation comments and to be
>   [javadoc] generated by this doclet, using the -html4 or -html5 options.
>   [javadoc] Standard Doclet version 10.0.1
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/image/ColorFactory.java:56:
>  warning - invalid usage of tag >
>   [javadoc] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/image/ConstantSpectralCurve.java:5:
>  warning - invalid usage of tag >
>   [javadoc] 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/math/QMC.java:138: 
> warning - invalid usage of tag >
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] Generating 
> /<<BUILDDIR>>/sunflow-0.07.2.svn396+dfsg/release/javadoc/help-doc.html...
>   [javadoc] 4 warnings
> 
> BUILD SUCCESSFUL
> Total time: 8 seconds
> touch debian/stamp-ant-build
> CDBS WARNING:  DEB_ANT_CHECK_TARGET unset, not running checks
> touch debian/stamp-ant-check
> pod2man --center='SUNFLOW DOCUMENTATION' \
>       --release=0.07.2.svn396 \
>       debian/sunflow.pod -o debian/sunflow.1
> # Render icons
> convert -background "rgba(255,255,255,0)" -geometry 48x48 debian/sunflow.svg 
> +set date:create +set date:modify -define png:exclude-chunk=time 
> debian/sunflow.png
> convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ 
> error/delegate.c/InvokeDelegate/1919.
> convert-im6.q16: unable to open file `/tmp/magick-22610UfLlJYiQTV4q': No such 
> file or directory @ error/constitute.c/ReadImage/544.
> convert-im6.q16: no images defined `debian/sunflow.png' @ 
> error/convert.c/ConvertImageCommand/3258.
> make: *** [debian/rules:74: build/sunflow] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2018/05/02/sunflow_0.07.2.svn396+dfsg-16_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: sunflow
Source-Version: 0.07.2.svn396+dfsg-17

We believe that the bug you reported is fixed in the latest version of
sunflow, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated sunflow package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jul 2018 17:01:58 +0200
Source: sunflow
Binary: sunflow libsunflow-java libsunflow-java-doc
Architecture: source
Version: 0.07.2.svn396+dfsg-17
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libsunflow-java - rendering system for photo-realistic image synthesis
 libsunflow-java-doc - rendering system for photo-realistic image synthesis 
(javadoc)
 sunflow    - rendering system for photo-realistic image synthesis (GUI)
Closes: 897533
Changes:
 sunflow (0.07.2.svn396+dfsg-17) unstable; urgency=medium
 .
   * Team upload.
   * debian/control: Use priority optional.
   * wrap-and-sort -sa.
   * Declare compliance with Debian Policy 4.1.4.
   * Use canonical VCS address.
   * sunflow: Depend on alternative java8-runtime as well.
   * Drop B-D on libmagickcore-6.q16-2-extra.
   * Use https for Format field.
   * sunflow.desktop: Add a comment in German.
   * Don't convert svg icon into xpm or png format. Install the svg icon
     into hicolor icon directory and use that as our preferred desktop icon.
     (Closes: #897533)
Checksums-Sha1:
 5322fd972610f7b04fedbc573b0564c1fc6c56e7 2374 sunflow_0.07.2.svn396+dfsg-17.dsc
 10658fa3510a3120fde848176c42afe8581411fa 25704 
sunflow_0.07.2.svn396+dfsg-17.debian.tar.xz
 96e429edd36bb3b86c6f06729505aeadd44cfea1 12292 
sunflow_0.07.2.svn396+dfsg-17_amd64.buildinfo
Checksums-Sha256:
 7909565c4d72b57f361162970f791167309e2cadacd32d20eeb2a0d997644ffd 2374 
sunflow_0.07.2.svn396+dfsg-17.dsc
 bfb7b8cc947b52d9ed461e26243e65e79f9bba07c9e207d6beb735fb0ecf0701 25704 
sunflow_0.07.2.svn396+dfsg-17.debian.tar.xz
 2320b2eadff9130af64766f7b1af84075fe985f2a83697ce3c961a48fadd3392 12292 
sunflow_0.07.2.svn396+dfsg-17_amd64.buildinfo
Files:
 bedc90d7fc2b3fa15fb0bc408ebf7dc4 2374 graphics optional 
sunflow_0.07.2.svn396+dfsg-17.dsc
 1cbd1c3a4dc94987c57fa283dcfe50a3 25704 graphics optional 
sunflow_0.07.2.svn396+dfsg-17.debian.tar.xz
 19307822f04594c5a361dbc8682ac573 12292 graphics optional 
sunflow_0.07.2.svn396+dfsg-17_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAls7ldRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk6cIQAKC8Y4z7dYO2LIAJUpIAvPVeG/1hXnMEclqb
JVWS8cNz6SisPjIf4e+rKV9vr7FFlSiYgwMsOwhph0aB4kCAb75zXd4ao4F6y4m+
+9hTv8cqHkYcAfwjhmHGpTcF0TZHh5HHirQk4efg9Owev1YnIvWwm+QFrqS1/R/y
m5OGKERlgtqJ4WWTGL4h0qPExYQrYDKk2279N8K64YdvB9mgvwt02OqDZ0OqqYaR
kPklaxyuxIZ1jwFFEkeajFEcIrJywn8hmTcJWPYaRNxBHvdyEu7hwAp8BAeHZjLY
DMwRrmYHQa3J4aHRD2dYaYZaHO6OFzDhvwFF9evBrOMaOy98Z7Mrp/If8GAjOZeH
NcEK7o8pl1ii1p0Q9ZtfAaztCoOPGRe5rZBkcCQ4Bfn84uIqFYSfb4IQu8/ZUxyx
3l41L1Qz5qOUJJW7PlC4T1jX7wyy7igjFEGqBNHMKb8yapXdwRZP8uqiT1OhsGmk
zqb3iZjptQQgAiJOzHFfXyQ5/0zA76d77dCBkAl8oN/uXWRfN3QjaQHLn/k7afSE
3u7my2JkFvOHiZ+mM+RQOH/4MaI674CblNEPkKsnJ18qEAKO8BeZgyxwj+khD6TU
r7/MMHaw+1zvKi5CkJqfTCaC7Kth4IrycW8yUkUQdcuU61GCZaH4tdgmlyxPtK/K
kwE4Q8XW
=vZxd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to