Your message dated Mon, 16 Oct 2017 15:30:24 +0000
with message-id <e1e47lu-0002te...@fasolo.debian.org>
and subject line Bug#868603: fixed in json-smart 2.2-2
has caused the Debian Bug report #868603,
regarding json-smart FTBFS: ASM based accessors helper used by json-smart 
FAILURE
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.)


-- 
868603: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: json-smart
Version: 2.2-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes json-smart FTBFS:

https://tests.reproducible-builds.org/debian/history/json-smart.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/json-smart.html

...
dh_auto_build -- --file parent/pom.xml package
        /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/json-smart-2.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/json-smart-2.2/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/json-smart-2.2/debian 
-Dmaven.repo.local=/build/1st/json-smart-2.2/debian/maven-repo --file 
parent/pom.xml package -DskipTests -Dnotimestamp=true -Dlocale=en_US
[INFO] Scanning for projects...
[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Minidev super pom
[INFO] ASM based accessors helper used by json-smart
[INFO] JSON Small and Fast Parser
[INFO] 
[INFO] 
------------------------------------------------------------------------
[INFO] Building Minidev super pom 2.2
[INFO] 
------------------------------------------------------------------------
[INFO] 
[INFO] 
------------------------------------------------------------------------
[INFO] Building ASM based accessors helper used by json-smart 
1.1
[INFO] 
------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources 
(default-resources) @ accessors-smart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/build/1st/json-smart-2.2/accessors-smart/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile 
(default-compile) @ accessors-smart ---
[WARNING] The POM for org.codehaus.plexus:plexus-compiler-api:jar:2.x 
is invalid, transitive dependencies (if any) will not be available, enable 
debug logging for more details
[WARNING] The POM for 
org.codehaus.plexus:plexus-compiler-javac:jar:2.x is invalid, transitive 
dependencies (if any) will not be available, enable debug logging for more 
details
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to 
/build/1st/json-smart-2.2/accessors-smart/target/classes
[INFO] 
/build/1st/json-smart-2.2/accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java:
 Some input files use or override a deprecated API.
[INFO] 
/build/1st/json-smart-2.2/accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources 
(default-testResources) @ accessors-smart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/build/1st/json-smart-2.2/accessors-smart/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile 
(default-testCompile) @ accessors-smart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to 
/build/1st/json-smart-2.2/accessors-smart/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test 
(default-test) @ accessors-smart ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle 
(default-bundle) @ accessors-smart ---
[WARNING] Bundle net.minidev:accessors-smart:bundle:1.1 : Export 
net.minidev.asm,  has 1,  private references [org.objectweb.asm], 
[ERROR] Bundle net.minidev:accessors-smart:bundle:1.1 : Classes found 
in the wrong directory: {module-info.class=org.objectweb.asm.module-info}
[ERROR] Error(s) found in bundle configuration
[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Minidev super pom .................................. 
SUCCESS [  0.003 s]
[INFO] ASM based accessors helper used by json-smart ...... 
FAILURE [  2.829 s]
[INFO] JSON Small and Fast Parser ......................... 
SKIPPED
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 3.933 s
[INFO] Finished at: 2017-07-16T10:50:35-12:00
[INFO] Final Memory: 21M/654M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.felix:maven-bundle-plugin:2.5.4:bundle 
(default-bundle) on project accessors-smart: Error(s) 
found in bundle configuration -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with 
the command
[ERROR]   mvn <goals> -rf :accessors-smart
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/json-smart-2.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/json-smart-2.2/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/json-smart-2.2/debian 
-Dmaven.repo.local=/build/1st/json-smart-2.2/debian/maven-repo --file 
parent/pom.xml package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
exit code 1
debian/rules:9: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1

--- End Message ---
--- Begin Message ---
Source: json-smart
Source-Version: 2.2-2

We believe that the bug you reported is fixed in the latest version of
json-smart, 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 868...@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 json-smart 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: Mon, 16 Oct 2017 15:52:50 +0200
Source: json-smart
Binary: libjson-smart-java
Architecture: source
Version: 2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libjson-smart-java - JSON Small and Fast Parser
Closes: 868603
Changes:
 json-smart (2.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Add maven-bundle-plugin-failok.patch and work around a FTBFS
     caused by a bug in maven-bundle-plugin. See #868913 for more information.
     (Closes: #868603)
   * Switch to compat level 10.
   * Declare compliance with Debian Policy 4.1.1.
   * Use https for format field.
Checksums-Sha1:
 5e6f95259bf9d9de1626e2b45384a091150365ff 2192 json-smart_2.2-2.dsc
 c510edfcc0587a3494d0e24bb5c4453870bb4ff4 3620 json-smart_2.2-2.debian.tar.xz
 e03bb4ca3d0ddc9073127e7af601307ed48cfb0f 15879 json-smart_2.2-2_amd64.buildinfo
Checksums-Sha256:
 fab91208eaf7ce113bdf50b4d009526a99c288a8db142a52dc4cff0038388d7d 2192 
json-smart_2.2-2.dsc
 e879c18c7cfd62d67c6e589e4c4a5f4052ecf299d493b586d35304c1a57fd35c 3620 
json-smart_2.2-2.debian.tar.xz
 4975c3d29c1312402afa0d8e9a95a4bf2e2c75ad72a0a03677ed707a638662c1 15879 
json-smart_2.2-2_amd64.buildinfo
Files:
 4ea01fbf4deed2712b8a62b5c10cf924 2192 java optional json-smart_2.2-2.dsc
 1655c7303ca0445dad6f8c96c6fc6157 3620 java optional 
json-smart_2.2-2.debian.tar.xz
 70965b15db18d45cf2ca05200347bdc8 15879 java optional 
json-smart_2.2-2_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlnkuydfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk174P/1M/RG5WEQBMNf3QRtDPFyvlqFtw4kdtZ5Sm
twRA50FNNm5lnRpQs2Qte6KEbKi4RSzcw8/wXtEvGd6Fr91KG2WbHC7SftuKiWva
zw/qC1bmJCzGIJp3Sa6ge87Dl2lWx2t8xO4NWkWETLkCZQiYf79dW/a5u3SANsUO
HV38KU3gvzMK5LbgbjD/0B0zw/sQiQSmKtGJCNMMVAffnoFowRdD01HeMHypnrvq
tnzkzOKkNo+jNZmZw6lStQcDFkypEBYK7GTAqndU7K6t4HYzTrhOgbFvjyL/xFyI
6j4RCfOKf3arJuTnb+LfXceHkEzNfVZfbPSxdU17TTwm5eGN6pMHEK4ThHZo2k8M
4Gx2CqmImRzV48QZA6u5528CXSPAvNic4dNYhxKbdlFiLqOkbOA9D1fd0FCp0h4/
H0BoHQxn7+Pm+42JlYhvFQgv80g2ZjUTHD4tx6FJ4/tWwtD4ubaH+BO2wmtxZ/FI
0WLubHQiXJov9ohGKCHYg4GQW7lu7PNBCwWNEN7VZ1E9AzCW2UEEU72c58VvTUsI
yZNydCErrdw3O1IdXjYzJRWG0QMQ3uTWFWAT8F+2fjLdpZDgC1Bl52KeRu5hc01O
ppxw5oSqZYIzq8xg4cMM18RaJ2rjEi/p2UTxWkjY+b/vSIEfArdeXNzfm/gDcqDD
VUpX2FzF
=5WJw
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to