Your message dated Sun, 04 Dec 2016 21:19:03 +0000
with message-id <e1cdebb-000jam...@fasolo.debian.org>
and subject line Bug#843464: fixed in jmol 14.6.4+2016.11.05+dfsg1-1
has caused the Debian Bug report #843464,
regarding jmol: FTBFS (RawPacketWriter() has private access in RawPacketWriter)
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.)


-- 
843464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843464
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jmol
Version: 12.2.32+dfsg2-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with=javahelper --buildsystem=ant --parallel
dh: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_testdir -i -O--buildsystem=ant -O--parallel
   dh_update_autotools_config -i -O--buildsystem=ant -O--parallel
   dh_auto_configure -i -O--buildsystem=ant -O--parallel
dh_auto_configure: Compatibility levels before 9 are deprecated (level 8 in use)
   jh_linkjars -i -O--buildsystem=ant -O--parallel
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/jmol-12.2.32+dfsg2'
(cd jars && for i in /usr/share/java/*.jar /usr/share/icedtea-web/*.jar; \
 do ln -s $i; done)
dh_auto_build -- -Dvecmath.jar=vecmath.jar -Ditext.jar=itext1.jar \

[... snipped ...]

    [javac]                                ^
    [javac]   (use of '_' as an identifier might not be supported in releases 
after Java SE 8)
    [javac] /<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/jmol/i18n/GT.java:146: 
warning: '_' used as an identifier
    [javac]       new Language("el",    GT._("Greek"),                
"????????",             false),
    [javac]                                ^
    [javac]   (use of '_' as an identifier might not be supported in releases 
after Java SE 8)
    [javac] /<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/jmol/i18n/GT.java:147: 
warning: '_' used as an identifier
    [javac]       new Language("en_AU", GT._("Australian English"),   
"Australian English",   false),
    [javac]                                ^
    [javac]   (use of '_' as an identifier might not be supported in releases 
after Java SE 8)
    [javac] /<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/jmol/i18n/GT.java:148: 
warning: '_' used as an identifier
    [javac]       new Language("en_GB", GT._("British English"),      "British 
English",      true),
    [javac]                                ^
    [javac]   (use of '_' as an identifier might not be supported in releases 
after Java SE 8)
    [javac] 
/<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/openscience/jmol/app/jmolpanel/JsonNioService.java:243:
 error: RawPacketWriter() has private access in RawPacketWriter
    [javac]     inSocket.setPacketWriter(new RawPacketWriter());
    [javac]                              ^
    [javac] 
/<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/openscience/jmol/app/jmolpanel/JsonNioService.java:244:
 error: <anonymous org.openscience.jmol.app.jmolpanel.JsonNioService$1> is not 
abstract and does not override abstract method packetSent(NIOSocket,Object) in 
SocketObserver
    [javac]     inSocket.listen(new SocketObserver() {
    [javac]                                          ^
    [javac] 
/<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/openscience/jmol/app/jmolpanel/JsonNioService.java:265:
 error: RawPacketWriter() has private access in RawPacketWriter
    [javac]     outSocket.setPacketWriter(new RawPacketWriter());
    [javac]                               ^
    [javac] 
/<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/openscience/jmol/app/jmolpanel/JsonNioService.java:266:
 error: <anonymous org.openscience.jmol.app.jmolpanel.JsonNioService$2> is not 
abstract and does not override abstract method packetSent(NIOSocket,Object) in 
SocketObserver
    [javac]     outSocket.listen(new SocketObserver() {
    [javac]                                           ^
    [javac] 
/<<BUILDDIR>>/jmol-12.2.32+dfsg2/src/org/openscience/jmol/app/jmolpanel/JsonNioService.java:350:
 error: RawPacketWriter() has private access in RawPacketWriter
    [javac]           nioSocket.setPacketWriter(new RawPacketWriter());
    [javac]                                     ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 5 errors
    [javac] 100 warnings

BUILD FAILED
/<<BUILDDIR>>/jmol-12.2.32+dfsg2/build.xml:198: Compile failed; see the 
compiler error output for details.

Total time: 20 seconds
dh_auto_build: ant -Duser.name debian -Dvecmath.jar=vecmath.jar 
-Ditext.jar=itext1.jar -Dcommons-cli.jar=commons-cli.jar jar applet-jar doc 
returned exit code 1
debian/rules:12: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/jmol-12.2.32+dfsg2'
debian/rules:9: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

The relevant part of the build log is included above.

There are full build logs here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jmol.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: jmol
Source-Version: 14.6.4+2016.11.05+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
jmol, 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 843...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ximin Luo <infini...@debian.org> (supplier of updated jmol 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: Sun, 04 Dec 2016 21:56:57 +0100
Source: jmol
Binary: jmol libjmol-java jmol-applet libjmol-java-doc
Architecture: source
Version: 14.6.4+2016.11.05+dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Ximin Luo <infini...@debian.org>
Description:
 jmol       - Molecular Viewer
 jmol-applet - Jmol Java applet
 libjmol-java - Java library for molecular structures
 libjmol-java-doc - API documentation for libjmol-java
Closes: 698394 776662 794865 843464
Changes:
 jmol (14.6.4+2016.11.05+dfsg1-1) experimental; urgency=low
 .
   * Team upload.
   * New upstream release. (Closes: #698394, #776662, #794865, #843464)
   * WARNING: jmol-applet has been severely stunted; see its NEWS for details.
 .
   [ Michael Banck ]
   * debian/patches/ant-contrib_classpath.patch: Removed second hunk (applied
     upstream) and refreshed.
   * debian/patches/chime2jmol_binary.patch: Update path.
   * debian/patches/right_cgi_diretory.patch: Likewise.
   * debian/patches/remove_json.patch: Removed, applied upstream.
   * debian/patches/cgi_fix_shebang.patch: Likewise.
 .
   [ Daniel Leidert ]
   * debian/control: Dropped DM-Upload-Allowed.
     (Uploaders): Removed myself.
 .
   [ Georges Khaznadar ]
   * debian/control: added myself to Uploaders
   * upgraded to the newest upstream version
   * build.xml: changed the classpath to ant-contrib.jar by an absolute
     specification
 .
   [ Andreas Tille ]
   * Moved packaging from SVN to Git
   * cme fix dpkg-control
   * use xz compression for repackaged tarball
   * cme fix dpkg-copyright
   * turn excluded file types from debian/get-orig-source.sh into Files-Excluded
 .
   [ Ximin Luo ]
   * Import upstream version 14.6.4+2016.11.05.
   * Import JSpecView and JSpecViewLib source code since they are circularly
     dependent with Jmol.
   * Import JSmol source code for completeness, but we can't build it yet.
   * Construct a /usr/share/jmol directory for SageMath.
Checksums-Sha1:
 3df2f04dec2f157ba684e1d2b2e6c82e2fc474d6 2428 
jmol_14.6.4+2016.11.05+dfsg1-1.dsc
 cd258197c4854a08e4a8c2d90b004a5b62685ed5 4494704 
jmol_14.6.4+2016.11.05+dfsg1.orig.tar.xz
 a011e499de4434a36b22d6154b725ac01f99847f 36368 
jmol_14.6.4+2016.11.05+dfsg1-1.debian.tar.xz
Checksums-Sha256:
 49060e8ee792ce379b6b3068d52181d2d44078ed68791404e793f382272dbf53 2428 
jmol_14.6.4+2016.11.05+dfsg1-1.dsc
 5e4001f86f982007f783347c12d1637120ebccbf3c8cb70334b96c08403fb9d5 4494704 
jmol_14.6.4+2016.11.05+dfsg1.orig.tar.xz
 bc8ae73b9fe20557716e3f44b6d732bb9ef2c5d41c91eb872603e386387a5efb 36368 
jmol_14.6.4+2016.11.05+dfsg1-1.debian.tar.xz
Files:
 02c5a14971b8f0e1cd4f42e27315c780 2428 science optional 
jmol_14.6.4+2016.11.05+dfsg1-1.dsc
 6758da29d3a020c52957ae057e0b798d 4494704 science optional 
jmol_14.6.4+2016.11.05+dfsg1.orig.tar.xz
 edb4fec68599b14ed24f5e59d7b2295e 36368 science optional 
jmol_14.6.4+2016.11.05+dfsg1-1.debian.tar.xz

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

iQJJBAEBCgAzFiEENmdIajJtsnZtJVVGhg3vO49lC3kFAlhEhA0VHGluZmluaXR5
MEBkZWJpYW4ub3JnAAoJEIYN7zuPZQt5tAQP/i9EEtEwIVZAU0bCQB5b5708CdSZ
eEhMPW8Q/oauNr9KZolUvwPdIMDA80erOOwEqBoKZ9hvKHMJYl2zsWBg2ZWr9rP8
em3qpixhUDOFlTty9IzZxUdx7inzqwywtzHji3nN6U81XlZwlpisue6+8bdj1GAo
zYxdHu0A3QgiSpGiBSjhbhor1ITRjrnSrPdX9d/84+u59xkPhfqJcNlomCsG8+BO
8GhcriGf2rrScx7cK5sVl700C2f1PhICqm00WTBXJtNthkFIpxruUvyKlPMhd8MS
oEdR4RfuUmI1QWaJizp158sW8uZ/HUig1YkVytT8BAfwPykGbEXhGXLLklrFJEq5
tb9LHiKtQ/zi3yRLdZncaSJUHy1NbLOE5cD0v/9fEF/bxcwJ4x6HNGVcLSjeQlN+
qhNrhV3OrRr5DRpVMpfyL23LaWddRy/B3EqK9aQYoe5gOnkn8asm+nKTBqoHjCTH
++jFPhF2HIFdItBx2rm84KlJiVx+Cpl6YWYxsd0x1dEDog9bGAHzJrv2vN0KYmZs
jH1HGIPdBXkZtKe9fcUX52SP4gbyvPA+5dCq0skuRJ7wHORmoHcnLwV/a/BkDgKR
Ee5u7Qa054fgYDAc/k1NFYWxBMnp07XfnNdmAaxgFpTYZKsmMJp3uReytFZtE+s3
vRQrD6WlaeScT9g9
=dyYl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to