Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444193 - sys-devel/gcc-4.5.4: missing 32bit LDPATH in env.d
Summary: sys-devel/gcc-4.5.4: missing 32bit LDPATH in env.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 444404 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-21 17:10 UTC by Róbert Čerňanský
Modified: 2012-12-02 20:30 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_444193.txt,6.90 KB, text/plain)
2012-11-21 17:10 UTC, Róbert Čerňanský
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Róbert Čerňanský 2012-11-21 17:10:36 UTC
Created attachment 330143 [details]
emerge --info

After gcc upgrade from 4.5.3-r2 to 4.5.4 the 32bit gcc path dissapeared from the LDPATH.  The valuen in file /etc/env.d/gcc/x86_64-pc-linux-gnu-4.5.4 is:

LDPATH="/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4"

Before, in 4.5.3-r2, it was:

LDPATH="/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3:/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/32"

It looks like regression - see bug #377633.


Some 32bit programs does not work:

$ googleearth 
./googleearth-bin: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory


Some programs can not be emerged:

emerge =app-emulation/virtualbox-4.1.22
...
  GEN     {T}/VMM/tstVMStructRC.h
/var/tmp/portage/app-emulation/virtualbox-4.1.22/work/VirtualBox-4.1.22/out/linux.amd64/release/bin/tstVMStructRC: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
kmk: *** [/var/tmp/portage/app-emulation/virtualbox-4.1.22/work/VirtualBox-4.1.22/out/linux.amd64/release/obj/VMM/tstVMStructRC.h] Error 127
...
Comment 2 SpanKY gentoo-dev 2012-12-02 20:30:05 UTC
*** Bug 444404 has been marked as a duplicate of this bug. ***