Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 49751

Summary: on Glibc NPTL enabling linuxthreads fails
Product: Gentoo Linux Reporter: Mauricio Zambrano <mauro>
Component: [OLD] LibraryAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mauricio Zambrano 2004-05-02 13:32:53 UTC
When I try to enable old linux threads with a glibc NPTL enable lib, I get this problems every time. I need it to run precompilled packages.

Reproducible: Always
Steps to Reproduce:
1. export LD_ASSUME_KERNEL=2.4.2
2. ls (or any other command)
Actual Results:  
ls: error while loading shared libraries: librt.so.1: cannot open shared object
file: No such file or directory
or for command w:
w: error while loading shared libraries: libc.so.6: cannot open shared object
file: No such file or directory

Expected Results:  
It should execute the command without any issue using old linux threads.

My system flags are:
CFLAGS="-march=athlon-xp -O3 -ftracer -funroll-loops -pipe -fomit-frame-pointer
-msse" on Linux athlon 2.6.5 #2 Fri Apr 23 23:05:29 CLT 2004 i686 AMD Athlon(tm)
XP 2600+ AuthenticAMD GNU/Linux
  
Gnu C                  3.3.3
Gnu make               3.80
binutils               2.15.90.0.3
util-linux             2.12
mount                  2.12
module-init-tools      3.0
e2fsprogs              1.35
jfsutils               1.1.5
xfsprogs               2.6.3
nfs-utils              1.0.6
Linux C Library        2.3.3 (2.3.3_pre20040420)
Dynamic linker (ldd)   2.3.3
Procps                 3.2.1
Net-tools              1.60
Kbd                    1.12
Sh-utils               5.2.0
Modules Loaded         nvidia ipv6 nfs nfsd exportfs lockd sunrpc snd_via82xx
snd_ac97_codec snd_mpu401_uart snd_rawmidi snd_seq_oss snd_seq_midi_event
snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_page_alloc snd_timer
snd_mixer_oss snd ide_cd cdrom isofs nls_iso8859_1 ntfs nls_base quickcam
videodev usb_storage ehci_hcd usbcore

I didnt compiled NTPL when I installed my system, I enabled it after.
Comment 1 Mauricio Zambrano 2004-07-27 08:12:51 UTC

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