[gentoo-user] Problem with nptl

2005-02-12 Thread Philip Lawatsch
Hi, I just installed a system from stage 1 with the nptl use flag (but didnt specify nptlonly). Everything went fine, but if I now try LD_ASSUME_KERNEL=2.4.20 getconf GNU_LIBPTHREAD_VERSION I do get a getconf: error while loading shared libraries: libc.so.6: cannot open shared object file: No

Re: [gentoo-user] Problem with nptl

2005-02-12 Thread Philip Lawatsch
Graham Murray wrote: etcat -v glibc shows: [ I] 2.3.4.20040808-r1 (2.2) I think that version of glibc only installs nptl or linuxthreads (not both) depending on the USE=nptl flags. I think that in order to get both nptl and the old linuxthreads you have to use a ~arch version of glibc. Ok,

Re: [gentoo-user] DistCC + Portage Questions

2005-02-04 Thread Philip Lawatsch
Nick Rout wrote: On Thu, 03 Feb 2005 23:27:59 +0100 Philip Lawatsch [EMAIL PROTECTED] wrote: This will for sure work but is definitely not what I intend. Simply overriding gcc by symlinking it to distcc is not what I want. Thats exactly what distcc does, it puts a gcc wrapper in the PATH ahead

[gentoo-user] DistCC + Portage Questions

2005-02-03 Thread Philip Lawatsch
Hi, I'm trying to use distcc for building my system. I've yet encountered a rather strange problem, I've added CFLAGS=-O2 -pipe -march=athlon-xp -fomit-frame-pointer CHOST=i686-pc-linux-gnu CXXFLAGS=${CFLAGS} MAKEOPTS=-j8 FEATURES=distcc to my make.conf. I've got the daemons running on the other

Re: [gentoo-user] DistCC + Portage Questions

2005-02-03 Thread Philip Lawatsch
Andreas Vinsander wrote: Philip Lawatsch wrote: The other machines are in /etc/distcc/hosts and I cant ping / ssh to them. Sorry, this is a typo, of course i _can_ ping / ssh to them, otherwise this would not make much sense ... tv1 / # distcc-config --get-hosts localhost icebear icebird Still

Re: [gentoo-user] DistCC + Portage Questions

2005-02-03 Thread Philip Lawatsch
Andreas Vinsander wrote: Philip Lawatsch wrote: I know all of that and I've already set up the distccd on the local host in this way (not via distcc_hosts but by configuring distccd on localhost). BUT, for some reason portage does _not_ use distcc at all but the normal gcc and this will result

Re: [gentoo-user] DistCC + Portage Questions

2005-02-03 Thread Philip Lawatsch
Nick Rout wrote: are you setting up distcc using distcc-config? what does the logfile say? distcc-config --set-hosts host list distcc-config set-verbose 1 distcc-config set-log /var/log/distcc touch /var/log/distcc emerge blah tools to analyse: tail -f /var/log/distcc (on the compiling machine)

Re: [gentoo-user] DistCC + Portage Questions

2005-02-03 Thread Philip Lawatsch
Nick Rout wrote: are you setting up distcc using distcc-config? what does the logfile say? Nothing since distcc is not used by emerge but plain old gcc. can i suggest you try setting PATH on the emerge command line and see what happens? PATH=/usr/lib/distcc/bin;$PATH emerge blah make sure