Alle 06:18, domenica 20 novembre 2005, DJ Lucas ha scritto: > CC'd to LFS-Dev for review: > > Gerard Beekmans wrote: > > [EMAIL PROTECTED]:~$ /opt/openoffice.org2.0/program/soffice -display :0.0 > > Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: > > _dl_next_tls_modid: Assertion `result <= > > _rtld_local._dl_tls_max_dtv_idx' failed! > > <Snip> > > > In fact, I can't run any program when LD_ASSUME_KERNEL is set to 2.4.0. > > Yes I had thought about that after I posted it. We use > --enable-kernel=2.6.0. > > > Above issue looks like it's a glibc problem. See redhat and gentoo resp. > > http://sources.redhat.com/bugzilla/show_bug.cgi?id=786 > > http://bugs.gentoo.org/show_bug.cgi?id=52374#c15 > > It isn't yet explained why the issue is not seen while running gnome as > of yet, however. Anyone have any ideas? I'm putting the last few > changes in BLFS for OOo and no-pam/text cleanups and I'm off to build > KDE to see what happens. OOo/firefox will be on hold till this is > resolved. If I can see the error, I'll rebuild glibc with the patch and > see what the result is. Actually, the debian or other redhat bug had a > simple test case IIRC...maybe that'll tickle it. > > -- DJ Lucas
It seems to me that we have two different problems. After my installation of OOo I have a clean installation on my gnome menus but so clean on KDE. (for example there was not the icons in the menĂ¹) I have also started OOo from xfce wtihout problems. If you are going to compile KDE be aware that the first time I have put something like: export XDG_CONFIG_DIRS=/etc/gnome/xdg:/opt/kde-3.4.2/etc/xdg in my /etc/profile I had a mess in my KDE desktop and menus. Now I start the different DM so: for KDE: #!/bin/sh rm ~/.xinitrc export XDG_CONFIG_DIRS=/opt/kde-3.4.2/etc/xdg export XDG_DATA_DIRS=$KDE_PREFIX/share:/usr/share:/opt/mono-1.1.7/share:/opt/openoffice-2.0.0/share echo "exec startkde" > ~/.xinitrc startx for Gnome: #!/bin/sh rm ~/.xinitrc export XDG_CONFIG_DIRS=/etc/gnome/xdg export XDG_DATA_DIRS=$GNOME_PREFIX/share:/usr/share:/opt/mono-1.1.7/share echo "exec gnome-session" >> ~/.xinitrc startx About the glibc problem this is not the first time that I seen this: if I start the program /usr/local/bin/samsung/Configurator I have always the message Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed! but this is a precompiled binary from a driver packet for my printer that installed also a couple of kernel-modules and I wasn't able to solve the problem (but the modules works well and I don't mind about the program) but this seems to be a real glibc problem. Alessandro -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
