Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43283 - gcc emerge fails with USE="java multilib"
Summary: gcc emerge fails with USE="java multilib"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-29 06:05 UTC by Oliver Jeeves
Modified: 2004-09-05 05:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Jeeves 2004-02-29 06:05:13 UTC
after enabling the multilib, emerging gcc fails unless I USE="-java"

unfortunatly I don't have a copy of the actual error to hand (sorry), but at the line;
checking /proc/self/exe...

it complains about not being able to do this when cross compiling.



Reproducible: Always
Steps to Reproduce:
1. add both java and multilib to use flags
2. emerge gcc



Expected Results:  
emerge should have completed sucessfully. perhaps the java use flag should be
filtered when cross compiling for the x86 libraries.

Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.2-r9, 2.6.2-gentoo-r2)
=================================================================
System uname: 2.6.2-gentoo-r2 x86_64 4
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O3 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://212.219.247.12/sites/www.ibiblio.org/gentoo/
http://212.219.247.10/sites/www.ibiblio.org/gentoo/
http://212.219.247.11/sites/www.ibiblio.org/gentoo/
http://212.219.247.17/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="S3TC X aalib acpi acpi4linux alsa amd64 apm avi berkdb cdr crypt dga encode
esd ethereal foomaticdb gdbm gif gpm gtk imagemagick imap imlib java javascript
jpeg lcms libg++ libwww maildir mikmod motif mpeg multilib ncurses net nls
nvidia offensive oggvorbis openal opengl oss pam pcap pdflib perl png python qt
quicktime readline samba sdl slang sox spell ssl tcpd tetex tiff truetype usb
videos xchattext xfs xgetdefault xinerama xml2 xmms xosd xv zlib"
Comment 1 Rutger ter Borg 2004-02-29 07:59:07 UTC
I also encountered exactly this bug, due to USE="java multilib".
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-03-31 13:03:10 UTC
does this problem still exist in gcc 3.4 snapshots?
Comment 3 Travis Tilley (RETIRED) gentoo-dev 2004-03-31 14:16:05 UTC
the amd64 default use settings have been updated to add nogcj so that gcj wont be compiled by default. this fixes the problem, but still doesnt enable gcj to be compiled with multilib enabled.
Comment 4 Travis Tilley (RETIRED) gentoo-dev 2004-03-31 16:28:42 UTC
there's a fix in gcc cvs, so it should trickle it's way down once gcc 3.4 is released

http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02442.html
Comment 5 Hans-Christian Armingeon 2004-09-05 05:27:49 UTC
I am having this problem with sys-devel/gcc-3.3.4-r1 on amd64.

Is anyone working on that issue?

Johnny