Your message dated Mon, 30 May 2011 23:32:17 +0000
with message-id <e1qrbwx-00039c...@franck.debian.org>
and subject line Bug#628290: fixed in bsaf 1.9-2
has caused the Debian Bug report #628290,
regarding bsaf: FTBFS:     [javac] 
/build/user-bsaf_1.9-1-amd64-aUiSTn/bsaf-1.9/src/main/java/org/jdesktop/application/LocalStorage.java:553:
 cannot find symbol
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.)


-- 
628290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bsaf
Version: 1.9-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
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
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: bsaf
Source-Version: 1.9-2

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

bsaf_1.9-2.debian.tar.gz
  to main/b/bsaf/bsaf_1.9-2.debian.tar.gz
bsaf_1.9-2.dsc
  to main/b/bsaf/bsaf_1.9-2.dsc
libbetter-appframework-java-doc_1.9-2_all.deb
  to main/b/bsaf/libbetter-appframework-java-doc_1.9-2_all.deb
libbetter-appframework-java_1.9-2_all.deb
  to main/b/bsaf/libbetter-appframework-java_1.9-2_all.deb



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 628...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated bsaf 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 31 May 2011 01:17:43 +0200
Source: bsaf
Binary: libbetter-appframework-java libbetter-appframework-java-doc
Architecture: source all
Version: 1.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description: 
 libbetter-appframework-java - Java Better Swing Application Framework (library)
 libbetter-appframework-java-doc - Java Better Swing Application Framework 
(documentation)
Closes: 628290
Changes: 
 bsaf (1.9-2) unstable; urgency=low
 .
   * Team upload.
   * Add icedtea-netx to Build-Depends (javax.jnlp.* is not included anymore
     in openjdk-6 package). Closes: #628290.
   * Bump Standards-Version to 3.9.2: no changes needed.
Checksums-Sha1: 
 5d3c0635d754595c7cd3f68561b13850de542265 1929 bsaf_1.9-2.dsc
 86a036a233f8e70bc2374ac12d50b9209f8f1f88 5842 bsaf_1.9-2.debian.tar.gz
 6de4d2bfca35e8177f2764affc80c719dd660e1f 124128 
libbetter-appframework-java_1.9-2_all.deb
 2cf9a0d037e6b9bda33eb6bd2516a4c98b16a703 125450 
libbetter-appframework-java-doc_1.9-2_all.deb
Checksums-Sha256: 
 4aef7c10fce95301b51ad6704fff736039a0c96b443c105ebda5d368051b593e 1929 
bsaf_1.9-2.dsc
 d6235a5fda69eceeb383ac990bedbe561eefdf5e6e64ada1f99424b7c31a5824 5842 
bsaf_1.9-2.debian.tar.gz
 394d949475a8525563be07759d5db501cd8959ec952fee18a68dde79eefc9b12 124128 
libbetter-appframework-java_1.9-2_all.deb
 8d0ed05bb4438d1666076ac3d90422f4577593b1aae39a2af4db77f1cfd2dca3 125450 
libbetter-appframework-java-doc_1.9-2_all.deb
Files: 
 29c1228f25758349a107430db084aea0 1929 java optional bsaf_1.9-2.dsc
 b6b1f20156915a42aaad2df16f9c8e0a 5842 java optional bsaf_1.9-2.debian.tar.gz
 9132010aafecbfedf467d2f7a44e69e3 124128 java optional 
libbetter-appframework-java_1.9-2_all.deb
 1d0ed7da2f8ee9ff4f2592cecb71380a 125450 doc optional 
libbetter-appframework-java-doc_1.9-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJN5CY1AAoJEHXiDM0z50n8DecP/34clGorbI+MR+rc5hUa1kHj
YExibM9Wde4BPOJMcfOCE6ipFj9ZL6WbFmIa6tWpWqfmeeG8CNMLxIUsprfwyOQj
/G0CX4HHFgB6xTGWTZVTWm1nyS7m2CxF5O8MTBkWY0zu8N+7IaXgL/pRapM06Bft
bThnZCL1RiMU1gkenc5zxa86PBCu5H/ngT641G+damb6k6vJGUzupxCeAjLQKeaA
EGtIUYgScOrRRmJedHNDO8TRTGhjdBSr7gc6iPAcJxXZArNozIhiMVxUBnvRUJzR
wH2DoGrnXkhd/e2KplOc2VJIStEoHygmAekWJ7t3cINDjQ0ca6xwMUBrlgtbVpbi
fl4h58ppWJM4FKjIEsFrHppJuIKLlTmh3NcLcU7YKxv3EgJdKlJzhvbQnD6kek+g
4/JSUtYkVrVIjzOcludWf60/WVw09ZOCSy4bGpFmzVzw6gTHjlmnDO5vOxe/rp29
nkbjHegf/agNQxMxw+oqsPubQYeTsl8+ksQOQowTBiyEOFgymRPTHHcjCQ7ScN8J
6MvDATVA+x0+uXo7lhFaD2HHQwarnNI5rfYa8r4+QGg4Zo9ApkmhUUqFew9mT6HT
gXWxNTuZIiGFC5p3qsuIZOG6ch8RGXBQ7EHOBakATqFIZel5SHjP9NcJlRZMrb+M
ypi8KQYbArG745jgPXeF
=REHa
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to