Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707740 - dev-java/icedtea-3.16.0 : fails to build with -fno-common or gcc-10
Summary: dev-java/icedtea-3.16.0 : fails to build with -fno-common or gcc-10
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew John Hughes
URL:
Whiteboard: ~arch only
Keywords:
: 722548 722664 (view as bug list)
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-02-01 09:25 UTC by Toralf Förster
Modified: 2021-08-05 06:28 UTC (History)
15 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.99 KB, text/plain)
2020-02-01 09:25 UTC, Toralf Förster
Details
dev-java:icedtea-3.15.0:20200131-224011.log.bz2 (dev-java:icedtea-3.15.0:20200131-224011.log.bz2,95.34 KB, application/x-bzip)
2020-02-01 09:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,90.52 KB, text/plain)
2020-02-01 09:25 UTC, Toralf Förster
Details
environment (environment,188.77 KB, text/plain)
2020-02-01 09:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.97 KB, application/x-bzip)
2020-02-01 09:25 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,106.03 KB, application/x-bzip)
2020-02-01 09:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,134.03 KB, application/x-bzip)
2020-02-01 09:25 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-02-01 09:25:22 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-java/icedtea-3.15.0/work/icedtea-3.15.0/openjdk.build-boot/jdk/objs/libjava/childproc.o:/var/tmp/portage/dev-java/icedtea-3.15.0/work/icedtea-3.15.0/openjdk-boot/jdk/src/solaris/native/java/lang/childproc.h:122: multiple definition of `parentPathv'; /var/tmp/portage/dev-java/icedtea-3.15.0/work/icedtea-3.15.0/openjdk.build-boot/jdk/objs/libjava/UNIXProcess_md.o:/var/tmp/portage/dev-java/icedtea-3.15.0/work/icedtea-3.15.0/openjdk-boot/jdk/src/solaris/native/java/lang/childproc.h:122: first defined here
collect2: error: ld returned 1 exit status

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20200129-211601

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Fri, 31 Jan 2020 20:47:54 +0000

emerge -qpvO dev-java/icedtea
[ebuild  N    ] dev-java/icedtea-3.15.0  USE="alsa cups gtk jbootstrap pch pulseaudio source system-lcms (-cacao) -doc -examples -headless-awt (-jamvm) -kerberos -libressl -nsplugin -pax_kernel -sctp (-selinux) -shenandoah -smartcard -test -webstart -zero"
Comment 1 Toralf Förster gentoo-dev 2020-02-01 09:25:25 UTC
Created attachment 610362 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-01 09:25:29 UTC
Created attachment 610364 [details]
dev-java:icedtea-3.15.0:20200131-224011.log.bz2
Comment 3 Toralf Förster gentoo-dev 2020-02-01 09:25:31 UTC
Created attachment 610366 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-02-01 09:25:34 UTC
Created attachment 610368 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-02-01 09:25:37 UTC
Created attachment 610370 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-01 09:25:40 UTC
Created attachment 610372 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-02-01 09:25:42 UTC
Created attachment 610374 [details]
temp.tbz2
Comment 8 Andrew John Hughes 2020-02-04 18:27:32 UTC
We're aware of this issue. Building with -fcommon resolves some of the issues with GCC 10, but not all.

https://bugzilla.redhat.com/show_bug.cgi?id=1795268
Comment 9 Larry the Git Cow gentoo-dev 2020-05-10 07:45:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8f7fe90b4d4346b9e80b0ad73d82185791fc84

commit 8f8f7fe90b4d4346b9e80b0ad73d82185791fc84
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2020-05-10 07:26:06 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2020-05-10 07:44:34 +0000

    dev-java/icedtea: bump to 3.16.0
    
    Bug: https://bugs.gentoo.org/720690
    Bug: https://bugs.gentoo.org/707740
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-java/icedtea/Manifest              |  11 +
 dev-java/icedtea/icedtea-3.16.0.ebuild | 376 +++++++++++++++++++++++++++++++++
 2 files changed, 387 insertions(+)
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-11 20:52:00 UTC
*** Bug 722548 has been marked as a duplicate of this bug. ***
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-11 21:51:03 UTC
*** Bug 722548 has been marked as a duplicate of this bug. ***
Comment 12 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-12 13:26:14 UTC
*** Bug 722664 has been marked as a duplicate of this bug. ***
Comment 13 Adrien Dessemond 2021-04-30 12:10:21 UTC
dev-java/icedtea has been bumped to version 3.18 is in the tree right now and can be successfully built by GCC 11.1 and 10.3.0. No more dev-java/icedtea-3.16. Shouldn't this bug be closed?