Your message dated Wed, 21 Oct 2020 20:35:22 +0000
with message-id <[email protected]>
and subject line Bug#972288: fixed in openjdk-11 11.0.9+11-1
has caused the Debian Bug report #972288,
regarding openjdk-11 FTBFS with gcc-10
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 [email protected]
immediately.)


-- 
972288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972288
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openjdk-11
Version: 11.0.8+10-1.1
Severity: serious
Tags: ftbfs

openjdk-11 fails to build from source due to gcc-10 defaulting to
-fno-commons.

https://tests.reproducible-builds.org/debian/rbuild/bullseye/amd64/openjdk-11_11.0.8+10-1.1.rbuild.log.gz
| /usr/bin/ld: 
/build/openjdk-11-11.0.8+10/build/support/native/java.base/libjava/childproc.o:./make/./src/java.base/unix/native/libjava/childproc.h:121:
 multiple definition of `parentPathv'; 
/build/openjdk-11-11.0.8+10/build/support/native/java.base/libjava/ProcessImpl_md.o:./make/./src/java.base/unix/native/libjava/childproc.h:121:
 first defined here

http://crossqa.debian.net/build/openjdk-11_11.0.8+10-1_armel_20200930210757.log
| ( /bin/rm -f 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/BUILD_LIBJAVA_link.log
 && /usr/bin/x86_64-linux-gnu-gcc -Wl,--hash-style=both -Wl,-z,defs 
-Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-O1 
-L/<<PKGBUILDDIR>>/build/buildjdk/support/modules_libs/java.base 
-L/<<PKGBUILDDIR>>/build/buildjdk/support/modules_libs/java.base/server -shared 
-Wl,--exclude-libs,ALL -Wl,-z,origin -Wl,-rpath,\$ORIGIN -Wl,-soname=libjava.so 
-o /<<PKGBUILDDIR>>/build/buildjdk/support/modules_libs/java.base/libjava.so 
@/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/_BUILD_LIBJAVA_objectfilenames.txt
 /<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libfdlibm.a -ljvm 
-lverify -ldl > >(/usr/bin/tee -a 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/BUILD_LIBJAVA_link.log)
 2> >(/usr/bin/tee -a 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/BUILD_LIBJAVA_link.log
 >&2) || ( exitcode=$? && /bin/cp 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/BUILD_LIBJAVA_link.log
 
/<<PKGBUILDDIR>>/build/make-support/failure-logs/buildjdk_support_native_java.base_libjava_BUILD_LIBJAVA_link.log
 && /bin/cp 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/BUILD_LIBJAVA_link.cmdline
 
/<<PKGBUILDDIR>>/build/make-support/failure-logs/buildjdk_support_native_java.base_libjava_BUILD_LIBJAVA_link.cmdline
 && exit $exitcode ) ) ; 
| /usr/bin/ld: 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/childproc.o:/<<PKGBUILDDIR>>/src/java.base/unix/native/libjava/childproc.h:121:
 multiple definition of `parentPathv'; 
/<<PKGBUILDDIR>>/build/buildjdk/support/native/java.base/libjava/ProcessImpl_md.o:/<<PKGBUILDDIR>>/src/java.base/unix/native/libjava/childproc.h:121:
 first defined here
| collect2: error: ld returned 1 exit status
| gmake[5]: *** [CoreLibraries.gmk:101: 
/<<PKGBUILDDIR>>/build/buildjdk/support/modules_libs/java.base/libjava.so] 
Error 1

Helmut

--- End Message ---
--- Begin Message ---
Source: openjdk-11
Source-Version: 11.0.9+11-1
Done: Matthias Klose <[email protected]>

We believe that the bug you reported is fixed in the latest version of
openjdk-11, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated openjdk-11 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 [email protected])


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

Format: 1.8
Date: Wed, 21 Oct 2020 19:38:16 +0200
Source: openjdk-11
Architecture: source
Version: 11.0.9+11-1
Distribution: unstable
Urgency: medium
Maintainer: OpenJDK Team <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 944738 972288
Changes:
 openjdk-11 (11.0.9+11-1) unstable; urgency=medium
 .
   * OpenJDK 11.0.9+11 build (release).
   * Security fixes:
     - JDK-8233624: Enhance JNI linkage
     - JDK-8236196: Improve string pooling
     - JDK-8236862, CVE-2020-14779: Enhance support of Proxy class
     - JDK-8237990, CVE-2020-14781: Enhanced LDAP contexts
     - JDK-8237995, CVE-2020-14782: Enhance certificate processing
     - JDK-8240124: Better VM Interning
     - JDK-8241114, CVE-2020-14792: Better range handling
     - JDK-8242680, CVE-2020-14796: Improved URI Support
     - JDK-8242685, CVE-2020-14797: Better Path Validation
     - JDK-8242695, CVE-2020-14798: Enhanced buffer support
     - JDK-8243302: Advanced class supports
     - JDK-8244136, CVE-2020-14803: Improved Buffer supports
     - JDK-8244479: Further constrain certificates
     - JDK-8244955: Additional Fix for JDK-8240124
     - JDK-8245407: Enhance zoning of times
     - JDK-8245412: Better class definitions
     - JDK-8245417: Improve certificate chain handling
     - JDK-8248574: Improve jpeg processing
     - JDK-8249927: Specify limits of jdk.serialProxyInterfaceLimit
     - JDK-8253019: Enhanced JPEG decoding
 .
   [ Tiago Stürmer Daitx ]
   * debian/rules:
     - copy apport hook to source_$(PKGSOURCE).py, fixes apport on
       Ubuntu where source name is openjdk-lts instead of openjdk-11.
   * Refresh patches.
 .
   [ Matthias Klose ]
   * Don't run the jdk tests as an autopkg test, taking too long.
   * Call strip-nondeterminism before computing jmod hashes (Julian Gilbey).
     Closes: #944738.
   * Build with GCC 10 in current development versions. Closes: #972288.
Checksums-Sha1:
 ff6ef8ea630ac469a6c428691ebb37573860adf5 4764 openjdk-11_11.0.9+11-1.dsc
 8d8954f8e776b3c733979dc53f8a2955a3957fd8 76582408 
openjdk-11_11.0.9+11.orig.tar.xz
 97f9e7bf2cac89c67e1f82a419623ac7bc44c6a4 175636 
openjdk-11_11.0.9+11-1.debian.tar.xz
 4cfd034352d0cd271a77eced0d1d17345e9dec2d 14474 
openjdk-11_11.0.9+11-1_source.buildinfo
Checksums-Sha256:
 14590dea5265d2b0231a57f9e55f0f6884d2cf25999bd9864da9fc28364a3e18 4764 
openjdk-11_11.0.9+11-1.dsc
 eaf6eace104d4abafd187a3d2881ecde0f69ef81b3e5f3f5d29403d5123f67de 76582408 
openjdk-11_11.0.9+11.orig.tar.xz
 245afab5cf3041ab2eb05ef8fd86e7b5f8b05c33e6de436dc250189db46b28f0 175636 
openjdk-11_11.0.9+11-1.debian.tar.xz
 ec05f93abffc85cb4d591897f9330e1cfa3fbf0f0b7db193d0243d90aaa91497 14474 
openjdk-11_11.0.9+11-1_source.buildinfo
Files:
 40e99fde0e58840acc4840132caa33cf 4764 java optional openjdk-11_11.0.9+11-1.dsc
 41c7d4b7e01b7117fc5d836955a971c7 76582408 java optional 
openjdk-11_11.0.9+11.orig.tar.xz
 08e77dd15541a5c5e8ac16f695cd81ee 175636 java optional 
openjdk-11_11.0.9+11-1.debian.tar.xz
 7f00a2d6d64c3428d86e241072e65c99 14474 java optional 
openjdk-11_11.0.9+11-1_source.buildinfo

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl+QkB4QHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9YJQD/9u9NCmHSvDjiPjkunp4UuTL2QGBGif22/6
YCzGsO25jaHHHQsQAKOJfivSWg7DkATe16gij78US04Z1RPtfVRbv26tA9v7AksJ
pTHWLykOV4JXZBr5vQ2lsD7cFtg8OEVk0LRV6vQW3jirPa/mKhkaUfLHOSIldJhu
79NC1T5Xoxivb9PLuwGQKSbV0nbNx/o2/XgCxv4QFYhKZ03Kt6slaVnv0G2irbTo
DWgW5Lbo5VpU/FuST5Sd45dDgRK3T09OCw49X12E2HiR9k4YpjaLAIvmZWtEmYhP
S7oY+dsfvIIQXEahaLD1IFcllNWR4kTMqbWkm998w/B5tMC6haPiljOzVmDE28SC
Xi7tjrpUeU3lpEsJiDkBy96h2GKA7qr7rXPJaH0i/neeJn0EiIa0YT+ouaYdOuAg
o7geeU2yOIbe6UBd32BaAVsmbnFB3ZWvH+LQK3PHpQpfEWK7gdxcpGaJP5pcxuml
+d6dhGXPd3K10pnYXluBOB4uerXq4qr1sdWPpJZdhCvTwc2E0U8Cq6piR+AAcx0+
wEmOVOEQSf4gHUoaoSg0pV4CZQmGKe8/ziwrh2FZCcMw5XXfnyndiT00eZCt992q
Z1WYkzmDVeC7O9UhUZwCP7PhvUF27U2rUEGcYkB1r6qhHBRfTqTk6U2IuQnLToIU
hGJe0TBQqw==
=MsnE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to