Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
compiling firefox: RTLD_NEXT problem [UNSOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Mon Sep 19, 2005 9:55 am    Post subject: compiling firefox: RTLD_NEXT problem [UNSOLVED] Reply with quote

When I do an "emerge -uD world", my firefox is attempting to upgrade from 1.0.6-r2 to 1.0.6-r7 but the compilation stops here:
Code:
/usr/bin/gmake -C ../../security/nss/cmd/lib MAKE="/usr/bin/gmake -j1" -j1 MOZILLA_INCLUDES="-I/var/tmp/portage/mozilla-firefox-1.0.6-r7/work/mozilla/dist/include/nspr -I/var/tmp/portage/mozilla-firefox-1.0.6-r7/work/mozilla/dist/include/dbm" SOURCE_MD_DIR=/var/tmp/portage/mozilla-firefox-1.0.6-r7/work/mozilla/dist DIST=/var/tmp/portage/mozilla-firefox-1.0.6-r7/work/mozilla/dist MOZILLA_CLIENT=1 NO_MDUPDATE=1 BUILD_OPT=1 NS_USE_GCC=1 NS_USE_NATIVE=
gmake[3]: Entering directory `/var/tmp/portage/mozilla-firefox-1.0.6-r7/work/mozilla/security/nss/cmd/lib'
gmake[3]: AVERTISSEMENT: -jN forcé dans submake: désactivation du mode serveur de taches.
Creating ../../../../dist/public/seccmd
nsinstall: error while loading shared libraries: RTLD_NEXT used in code not dynamically loaded
gmake[3]: *** [../../../../dist/public/seccmd] Erreur 127

I don't know what to do.
I've searched the forum but I haven't found any solution (I've found a thread connex to this problem but no solution)
Please help.


Last edited by Tuxmym on Thu Oct 20, 2005 5:31 pm; edited 2 times in total
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Fri Sep 23, 2005 12:13 pm    Post subject: Reply with quote

bump, problem still here
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Mon Oct 03, 2005 2:11 pm    Post subject: Reply with quote

Problem still here with mozilla-firefox-1.0.7-r2...
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Mon Oct 17, 2005 1:01 pm    Post subject: Reply with quote

mozilla-thunderbird-1.0.7 too won't compile :( I have the same error.
The string "RTLD_NEXT" is present in libc.so and libc.a which are included in the glibc package. So I've remerged this package, but the problem persists :(
I need help, please.
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Wed Oct 19, 2005 5:34 pm    Post subject: Reply with quote

same problem with nss:
Code:
cd nsinstall; make libs
make[1]: Entering directory `/var/tmp/portage/nss-3.9.2-r2/work/nss-3.9.2/mozilla/security/coreconf/nsinstall'
gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall.o -c -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -UDEBUG -DNDEBUG -D_REENTRANT -I../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include  -I../../dist/public/coreconf -I../../dist/private/coreconf -I/usr/include/nspr -I../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include/dbm  nsinstall.c
gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/pathsub.o -c -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -UDEBUG -DNDEBUG -D_REENTRANT -I../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include  -I../../dist/public/coreconf -I../../dist/private/coreconf -I/usr/include/nspr -I../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include/dbm  pathsub.c
gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall -O2 -fPIC -DLINUX1_2 -Di386 -D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -UDEBUG -DNDEBUG -D_REENTRANT -I../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include  -I../../dist/public/coreconf -I../../dist/private/coreconf -I/usr/include/nspr -I../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/include/dbm  Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall.o Linux2.6_x86_glibc_PTH_OPT.OBJ/pathsub.o    -L/lib -lpthread  -ldl -lc
Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall.o(.text+0x2a8): In function `togid':
: warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall.o(.text+0x218): In function `touid':
: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
rm -f nfspwd; cp nfspwd.pl nfspwd; chmod +x nfspwd
true -m 775 Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall ../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/bin
make[1]: Leaving directory `/var/tmp/portage/nss-3.9.2-r2/work/nss-3.9.2/mozilla/security/coreconf/nsinstall'
cd include; make export
make[1]: Entering directory `/var/tmp/portage/nss-3.9.2-r2/work/nss-3.9.2/mozilla/security/dbm/include'
Creating ../../dist/public/dbm
nsinstall: error while loading shared libraries: RTLD_NEXT used in code not dynamically loaded
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Thu Oct 20, 2005 5:30 pm    Post subject: Reply with quote

I have submitted a bug, #109913
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Tue Nov 08, 2005 2:51 pm    Post subject: Reply with quote

I've just removed mozilla-firefox and mozilla-thunderbird to install mozilla-firefox-bin and mozilla-thunderbird-bin as the problem isn't yet solved.
At least I have the last versions (1.0.7) ...
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Thu Nov 10, 2005 5:01 pm    Post subject: Reply with quote

Do I am the only in the Gentoo world to have such a problem ? :(
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Thu Nov 10, 2005 6:44 pm    Post subject: Reply with quote

Try 1.5-rc1
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Tuxmym
n00b
n00b


Joined: 10 Nov 2004
Posts: 43

PostPosted: Sat Nov 12, 2005 11:05 am    Post subject: Reply with quote

yngwin wrote:
Try 1.5-rc1

Thx for your answer :)
How could I unmask such masked package : "(masked by: -* keyword)"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum