Source: bsaf
Version: 1.9-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110528 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /usr/bin/fakeroot debian/rules clean
> dh clean --with javahelper
> dh_testdir
> dh_auto_clean
> Buildfile: /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/build.xml
>
> clean:
>
> BUILD SUCCESSFUL
> Total time: 0 seconds
> jh_clean
> dh_clean
> dpkg-source -b bsaf-1.9
> dpkg-source: info: using source format `3.0 (quilt)'
> dpkg-source: info: building bsaf using existing ./bsaf_1.9.orig.tar.gz
> dpkg-source: info: building bsaf in bsaf_1.9-1.debian.tar.gz
> dpkg-source: info: building bsaf in bsaf_1.9-1.dsc
> debian/rules build
> dh build --with javahelper
> dh_testdir
> dh_auto_configure
> jh_linkjars
> dh_auto_build
> Buildfile: /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/build.xml
>
> init:
> [mkdir] Created dir: /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/build
> [mkdir] Created dir: /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/dist
> [mkdir] Created dir: /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/test
>
> compile:
> [javac] /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/build.xml:37:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
> [javac] Compiling 38 source files to
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/build
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:11:
> package javax.jnlp does not exist
> [javac] import javax.jnlp.*;
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:502:
> cannot find symbol
> [javac] symbol : class BasicService
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] private BasicService bs;
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:503:
> cannot find symbol
> [javac] symbol : class PersistenceService
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] private PersistenceService ps;
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:511:
> cannot find symbol
> [javac] symbol : class BasicService
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] bs = (BasicService)
> ServiceManager.lookup("javax.jnlp.BasicService");
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:511:
> cannot find symbol
> [javac] symbol : variable ServiceManager
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] bs = (BasicService)
> ServiceManager.lookup("javax.jnlp.BasicService");
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:512:
> cannot find symbol
> [javac] symbol : class PersistenceService
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] ps = (PersistenceService)
> ServiceManager.lookup("javax.jnlp.PersistenceService");
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:512:
> cannot find symbol
> [javac] symbol : variable ServiceManager
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] ps = (PersistenceService)
> ServiceManager.lookup("javax.jnlp.PersistenceService");
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:513:
> cannot find symbol
> [javac] symbol : class UnavailableServiceException
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] } catch (UnavailableServiceException e) {
> [javac] ^
> [javac]
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:553:
> cannot find symbol
> [javac] symbol : class FileContents
> [javac] location: class
> org.jdesktop.application.LocalStorage.PersistenceServiceIO
> [javac] FileContents fc = null;
> [javac] ^
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 9 errors
>
> BUILD FAILED
> /build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/build.xml:37: Compile failed;
> see the compiler error output for details.
>
> Total time: 2 seconds
> dh_auto_build: ant returned exit code 1
> make: *** [build] Error 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/28/bsaf_1.9-1_lsid64.buildlog
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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.