Bug#761550: sunflow: FTBFS: convert: unable to open file `/tmp/magick-25279uk8HYnu9HiFf': No such file or directory @ error/constitute.c/ReadImage/540.
David Suárez
david.sephirot at gmail.com
Sun Sep 14 15:39:07 UTC 2014
Source: sunflow
Version: 0.07.2.svn396+dfsg-12
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20140913 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] 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 1.5
> [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] 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] 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] Standard Doclet version 1.7.0_65
> [javadoc] Building tree for all the packages and classes...
> [javadoc] /«BUILDDIR»/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/core/Camera.java:49: warning - @return tag has no arguments.
> [javadoc] /«BUILDDIR»/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/math/Matrix4.java:538: warning - @return tag has no arguments.
> [javadoc] /«BUILDDIR»/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/math/Solvers.java:116: warning - @return tag has no arguments.
> [javadoc] /«BUILDDIR»/sunflow-0.07.2.svn396+dfsg/src/org/sunflow/util/FastHashMap.java:163: warning - @return tag has no arguments.
> [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: 19 seconds
> touch debian/stamp-ant-build
> DEB_ANT_CHECK_TARGET unset, not running checks
> 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 debian/sunflow.png
> convert: delegate failed `"rsvg-convert" -o "%o" "%i"' @ error/delegate.c/InvokeDelegate/1153.
> convert: unable to open image `/tmp/magick-25279uk8HYnu9HiFf': No such file or directory @ error/blob.c/OpenBlob/2658.
> convert: unable to open file `/tmp/magick-25279uk8HYnu9HiFf': No such file or directory @ error/constitute.c/ReadImage/540.
> convert: no images defined `debian/sunflow.png' @ error/convert.c/ConvertImageCommand/3187.
> make: *** [build/sunflow] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/09/13/sunflow_0.07.2.svn396+dfsg-12_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.
More information about the pkg-java-maintainers
mailing list