Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95261 - old entries in ld.so.conf after upgrading to gcc 3.4.4
Summary: old entries in ld.so.conf after upgrading to gcc 3.4.4
Status: RESOLVED DUPLICATE of bug 94959
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-06 13:49 UTC by redbaron
Modified: 2005-06-06 13:50 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 redbaron 2005-06-06 13:49:01 UTC
after upgrading to gcc 3.4.4 from gcc 3.4.3 there is still entries like 
"/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3" in /etc/ld.so.conf and no entries 
that points to new gcc 3.4.4 folder. 
 

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~amd64" emerge =sysdevel/gcc-3.4.4 
2. 
3. 
 
Actual Results:  
strings "/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3" and   
"/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/32" are still present   
in /etc/ld.so.conf and there is no strings   
""/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4"  and  
"/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/32"  

Expected Results:  
change string "/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3" to  
"/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4" in /etc/ld.so.cache 

Portage 2.0.51.22-r1 (default-linux/amd64/2005.0, gcc-3.4.4, 
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6MOHAX x86_64) 
================================================================= 
System uname: 2.6.11-gentoo-r6MOHAX x86_64 AMD Athlon(tm) 64 Processor 2800+ 
ccache version 2.4 [enabled] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    1.2.8 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4 
sys-devel/binutils:  2.16-r1 
sys-devel/libtool:   1.5.14 
virtual/os-headers:  2.6.11-r1 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CBUILD="x86_64-pc-linux-gnu" 
CFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -funit-at-a-time -pipe" 
CHOST="x86_64-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -funit-at-a-time -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp://ftp.hitv.ru/pub/linux/gentoo" 
LINGUAS="ru" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="amd64 X acpi alsa bitmap-fonts bzip2 cdr dvd fam font-server gif gpm hal 
ithreads jp2 jpeg kde kdeenablefinal lzw lzw-tiff mp3 ncurses nls nptl 
nptlonly ogg oggvorbis opengl oss pam perl png python qt readline ssl tcpd 
truetype truetype-fonts type1-fonts unicode usb userlocales vorbis xml2 xpm 
xrandr xv zlib linguas_ru userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-06 13:50:40 UTC
Please, emerge sync and search before reporting bugs. Thanks.

*** This bug has been marked as a duplicate of 94959 ***