Your message dated Fri, 16 Mar 2018 16:34:31 +0000
with message-id <e1ewsjl-000cy3...@fasolo.debian.org>
and subject line Bug#893085: fixed in apache-log4j2 2.10.0-1
has caused the Debian Bug report #893085,
regarding apache-log4j2 FTBFS with openjdk-9
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.)


-- 
893085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: apache-log4j2
Version: 2.8.2-2
Severity: serious

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

...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default-cli) on 
project log4j-core: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/convert/TypeConverters.java:35:
 error: package javax.xml.bind is not visible
[ERROR] import javax.xml.bind.DatatypeConverter;
[ERROR]                 ^
[ERROR]   (package javax.xml.bind is declared in module java.xml.bind, which is 
not in the module graph)
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaProducerFactory.java:22:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.Producer;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaProducerFactory.java:37:
 error: cannot find symbol
[ERROR]     Producer<byte[], byte[]> newKafkaProducer(Properties config);
[ERROR]     ^
[ERROR]   symbol:   class Producer
[ERROR]   location: interface KafkaProducerFactory
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.java:27:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.Callback;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.java:28:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.Producer;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.java:29:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.ProducerRecord;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.java:30:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.RecordMetadata;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.java:46:
 error: cannot find symbol
[ERROR]     private Producer<byte[], byte[]> producer;
[ERROR]             ^
[ERROR]   symbol:   class Producer
[ERROR]   location: class KafkaManager
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/DefaultKafkaProducerFactory.java:22:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.KafkaProducer;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/DefaultKafkaProducerFactory.java:23:
 error: package org.apache.kafka.clients.producer does not exist
[ERROR] import org.apache.kafka.clients.producer.Producer;
[ERROR]                                         ^
[ERROR] 
/build/1st/apache-log4j2-2.8.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/mom/kafka/DefaultKafkaProducerFactory.java:39:
 error: cannot find symbol
[ERROR]     public Producer<byte[], byte[]> newKafkaProducer(final Properties 
config) {
[ERROR]            ^
[ERROR]   symbol:   class Producer
[ERROR]   location: class DefaultKafkaProducerFactory
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-9-openjdk-amd64/bin/javadoc 
@options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'/build/1st/apache-log4j2-2.8.2/log4j-core/target/apidocs' dir.
[ERROR] -> [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 :log4j-core
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/apache-log4j2-2.8.2 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/apache-log4j2-2.8.2/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/1st/apache-log4j2-2.8.2/debian 
-Dmaven.repo.local=/build/1st/apache-log4j2-2.8.2/debian/maven-repo 
--batch-mode package javadoc:jar javadoc:aggregate -DskipTests 
-Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 2

--- End Message ---
--- Begin Message ---
Source: apache-log4j2
Source-Version: 2.10.0-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated apache-log4j2 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: Fri, 16 Mar 2018 17:14:19 +0100
Source: apache-log4j2
Binary: liblog4j2-java liblog4j2-java-doc
Architecture: source
Version: 2.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 liblog4j2-java - Apache Log4j - Logging Framework for Java
 liblog4j2-java-doc - Documentation for Apache Log4j 2
Closes: 893085
Changes:
 apache-log4j2 (2.10.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
     - Refreshed the patches
     - Build the new log4j-api-java9 module
     - Ignore the new log4j-appserver module
     - Replaced the log4j-nosql module with log4j-couchdb and log4j-cassandra
     - Updated the Maven rules
     - New dependency on libjackson2-annotations-java
   * Fixed the build failure with Java 9 (Closes: #893085)
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
   * Removed the Maven wrapper from the upstream tarball
Checksums-Sha1:
 668bc512ea7e1773f3cdc350629899ac417d62b6 3034 apache-log4j2_2.10.0-1.dsc
 9271e1e434b9394a2200ba546d09b140525402c0 1038000 
apache-log4j2_2.10.0.orig.tar.xz
 04f293cf635d55cbb6e84ff4bb664bb9264ef194 6508 
apache-log4j2_2.10.0-1.debian.tar.xz
 41273929b3570b68c8e5863b85ac9f1e9c6097af 17247 
apache-log4j2_2.10.0-1_source.buildinfo
Checksums-Sha256:
 7744965551c3572dac3d446c5a31a4e1bf7e521335161611acadbe4fdff25430 3034 
apache-log4j2_2.10.0-1.dsc
 9b91e226412f32901d0e6c2a41983c24c9a797a8e5f3cf2d2c0c91daeb51e57f 1038000 
apache-log4j2_2.10.0.orig.tar.xz
 be0a3884cf7f5fdee04fd68e9d275f8126c77e7d9424a81b305d7190f4891a26 6508 
apache-log4j2_2.10.0-1.debian.tar.xz
 32c02a6243e471462aac6f6bdd6f17e15ad10dcf15470b3236e948118e34a66d 17247 
apache-log4j2_2.10.0-1_source.buildinfo
Files:
 3f6cb1ed9be04bf2ca660dca8e4eba9c 3034 java optional apache-log4j2_2.10.0-1.dsc
 9eb4531ae70eb192a1640aebb17bcbb7 1038000 java optional 
apache-log4j2_2.10.0.orig.tar.xz
 139028d804d093a8d1998a175e86401b 6508 java optional 
apache-log4j2_2.10.0-1.debian.tar.xz
 30aa7f33f851a1a71743c8664554beab 17247 java optional 
apache-log4j2_2.10.0-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlqr7XQSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs/n8P/R5ri7SsXpYHfsIC7XQcyJYx7IU8Bt8Z
zPsIbrNM3i+QRlqBYqU7f+d8kunpI9p3ut9Kbnx6WXMJyyiFw5d1ssSkmuU8Qkuw
emaGB4oE1d2hvE6zyvYLkBqvkphYfLGfw42cHwSYdamYiJczlzDuBAT0yOG3FqC/
5Re2w1U6WJmKiTccgNX4VxTF90rcvNGdH1R737CAMvcsmx/H+aPvbzrrJl+GAP0m
FnXxNi0aGSt6SVojwHwCxfqWO2gDtQSR52bF1kZ7VJoFyHu9CaJtNeMB+u2ZRqLL
KI+J7F44Fhlhg1lVOqFY7uqTM9l+Xq6yc/J85pGgy1FP5o5ZAJ8rokFmlJw+tzbd
maNxUqFctvX3Ba3F4uDfZqA0C8KbAtoR9gR3Y5ZfxIo017msA5Mc8L2pdBOy1hRh
YC+2ireExn6dmmGdoEr9qogcktWKsNfGQ2mt2Qxz+78lt3RLaUIBk4scgEQ6yhh2
8/AF2MHPQIAZYju4yaYYvOfy18m9alizKSrBFcTrMKKPQe5en2TgBxF2qxQuNCCu
Vch63KLM1VebCDrnM1AuQRtfSBd/3yvzcIHQqjUBSAtNswRzgOl1kzIQo48VkcKi
bsjY+pSImmy7ZKX4stDm36oNvxmnr6/pUtWcIUOGmebFkCuqoZ/RaB58ERPNtEI1
+kMJwjFRIUh7
=zOtn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to