| View previous topic :: View next topic |
| Author |
Message |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Mon Sep 19, 2005 9:55 am Post subject: compiling firefox: RTLD_NEXT problem [UNSOLVED] |
|
|
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 |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Fri Sep 23, 2005 12:13 pm Post subject: |
|
|
| bump, problem still here |
|
| Back to top |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Mon Oct 03, 2005 2:11 pm Post subject: |
|
|
| Problem still here with mozilla-firefox-1.0.7-r2... |
|
| Back to top |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Mon Oct 17, 2005 1:01 pm Post subject: |
|
|
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 |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Wed Oct 19, 2005 5:34 pm Post subject: |
|
|
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 |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Thu Oct 20, 2005 5:30 pm Post subject: |
|
|
| I have submitted a bug, #109913 |
|
| Back to top |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Tue Nov 08, 2005 2:51 pm Post subject: |
|
|
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 |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Thu Nov 10, 2005 5:01 pm Post subject: |
|
|
Do I am the only in the Gentoo world to have such a problem ?  |
|
| Back to top |
|
 |
yngwin Retired Dev


Joined: 19 Dec 2002 Posts: 4572 Location: Suzhou, China
|
Posted: Thu Nov 10, 2005 6:44 pm Post subject: |
|
|
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 |
|
 |
Tuxmym n00b

Joined: 10 Nov 2004 Posts: 43
|
Posted: Sat Nov 12, 2005 11:05 am Post subject: |
|
|
| yngwin wrote: | | Try 1.5-rc1 |
Thx for your answer
How could I unmask such masked package : "(masked by: -* keyword)" |
|
| Back to top |
|
 |
|