Your message dated Fri, 30 Nov 2018 18:21:26 +0000
with message-id <e1gsnpq-000dak...@fasolo.debian.org>
and subject line Bug#912461: fixed in jaxb 2.3.0.1-6
has caused the Debian Bug report #912461,
regarding jaxb: FTBFS with Java 11 due to javax.activation removal
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.)


-- 
912461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jaxb
Version: 2.3.0.1-5
Severity: serious
Tags: ftbfs

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

...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.186 s
[INFO] Finished at: 2018-10-31T07:37:00-12:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project jaxb-core: Compilation failure: Compilation failure: 
[ERROR] 
/build/1st/jaxb-2.3.0.1/jaxb-ri/core/src/main/java/com/sun/xml/bind/v2/model/core/PropertyInfo.java:[45,23]
 error: package javax.activation does not exist
[ERROR] 
/build/1st/jaxb-2.3.0.1/jaxb-ri/core/src/main/java/com/sun/xml/bind/v2/model/core/PropertyInfo.java:[143,4]
 error: cannot find symbol
[ERROR]   symbol:   class MimeType
[ERROR]   location: interface PropertyInfo<T,C>
[ERROR]   where T,C are type-variables:
[ERROR]     T extends Object declared in interface PropertyInfo
[ERROR]     C extends Object declared in interface PropertyInfo
[ERROR] 
/build/1st/jaxb-2.3.0.1/jaxb-ri/core/src/main/java/com/sun/xml/bind/v2/runtime/SwaRefAdapterMarker.java:[44,23]
 error: package javax.activation does not exist
[ERROR] 
/build/1st/jaxb-2.3.0.1/jaxb-ri/core/src/main/java/com/sun/xml/bind/v2/runtime/SwaRefAdapterMarker.java:[51,60]
 error: cannot find symbol
[ERROR]   symbol: class DataHandler
[ERROR] 
/build/1st/jaxb-2.3.0.1/jaxb-ri/core/src/main/java/com/sun/xml/bind/v2/runtime/SwaRefAdapterMarker.java:[53,11]
 error: cannot find symbol
[ERROR]   symbol:   class DataHandler
[ERROR]   location: class SwaRefAdapterMarker
[ERROR] 
/build/1st/jaxb-2.3.0.1/jaxb-ri/core/src/main/java/com/sun/xml/bind/v2/runtime/SwaRefAdapterMarker.java:[57,26]
 error: cannot find symbol
[ERROR]   symbol:   class DataHandler
[ERROR]   location: class SwaRefAdapterMarker
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jaxb-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/jaxb-2.3.0.1 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/jaxb-2.3.0.1/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/jaxb-2.3.0.1/debian 
-Dmaven.repo.local=/build/1st/jaxb-2.3.0.1/debian/maven-repo --batch-mode -f 
jaxb-ri/pom.xml package javadoc:aggregate -DskipTests -DskipTests 
-Dnotimestamp=true -Dlocale=en_US returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1

--- End Message ---
--- Begin Message ---
Source: jaxb
Source-Version: 2.3.0.1-6

We believe that the bug you reported is fixed in the latest version of
jaxb, 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 912...@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 jaxb 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, 30 Nov 2018 18:59:21 +0100
Source: jaxb
Binary: libjaxb-java libjaxb-java-doc libcodemodel-java librngom-java 
libtxw2-java libxsom-java
Architecture: source
Version: 2.3.0.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 libcodemodel-java - Java library for code generators
 libjaxb-java - JAXB Reference Implementation
 libjaxb-java-doc - JAXB Reference Implementation -- documentation
 librngom-java - Java library for parsing RELAX NG grammars
 libtxw2-java - Typed XML Writer for Java
 libxsom-java - XML Schema Object Model Java library
Closes: 912461
Changes:
 jaxb (2.3.0.1-6) unstable; urgency=medium
 .
   * Team upload.
   * Fixed the build failure with Java 11 (Closes: #912461)
   * Standards-Version updated to 4.2.1
Checksums-Sha1:
 75a59962329fbe3269f5ff5acc38bd6f96aefba9 2514 jaxb_2.3.0.1-6.dsc
 9141979ed301bab32a4591784b1a525200c73f5a 13920 jaxb_2.3.0.1-6.debian.tar.xz
 4cb36d647776a51293529d69892a5b466cd04673 17781 jaxb_2.3.0.1-6_source.buildinfo
Checksums-Sha256:
 4b5e5943081728a602f0e26c03926908aa96879d41ee62f9c7160cec01ab8042 2514 
jaxb_2.3.0.1-6.dsc
 8475a806e308998db7fb569328418a993daee305b2dd742809336b661aa3a9ab 13920 
jaxb_2.3.0.1-6.debian.tar.xz
 570b76f4d9640153fc6e2351ca3341ddb0470aab8706c8d775942b0aee8fa544 17781 
jaxb_2.3.0.1-6_source.buildinfo
Files:
 a160aa8e03068e9b216a8ead884438b1 2514 java optional jaxb_2.3.0.1-6.dsc
 c621247c221fd3eba14c964c032eba73 13920 java optional 
jaxb_2.3.0.1-6.debian.tar.xz
 b0264b8131f4cf846b20b7524b3c7558 17781 java optional 
jaxb_2.3.0.1-6_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlwBepISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsdWgP/1Js/Nw3LGdeSNGDI/uOc6IZOSQJwwe7
MtSFrCW/mWS9dESnZxMVA3j60hvWs3wiU9yxx0opW74dJfi/MHrzjAWqz6Yn8nTG
7TPghwYRpAvmVKSmms3e54gQkYPhNOhtS+aCCUHQhUVxTSeV72j6/OM7qLU24iO2
UJyqtVxPsJhbckBtp9PkAye0MJk5RiLJ0C10uQy6O1zpSEaZn9kvmmMhmxuSqMHF
vhrw0OgvSiBWmSHyqLoMP/H7OFRslLabl+og0YDCYCkdlf2SjHBZ2U3XiyyyjH6x
pZXaaiKH+uiAfbnoTxwfn56HtbKYMz0wk7XiFBtNATz8NzDvn7P8WT1uinoJdbGc
Mg02R8hokCN/uJM6fxC/Dvz6QqDx4xCSD50ngtPxOTdz9i8bSL8UkuodC3UhiBlv
CWpxUbb6NBuw/2B9uf7a8A6GldcLeFXPMq7tDMO50wHTXs/IJYouKF6OEIs+Fn0k
odJiHRuBlNqWUtdnyTnaMj8FUnBJARf2bPFdf1NZGZ9XYEkPdVfNnKyFrR+MhFz2
qUyw2l74Zl3VunrABElCmwYChMaUEtglPMOoD1ylZOOEI15z0XIfKxWXmaJWstTj
ABghmbYP2SsPSAi/JDpTjqMLnSrWTOaWCnRC7+zoynM9vapnPZ8KEWEIHoRMviLb
VkLsG3FG9EMT
=7Ggs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to