Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem emerging kde / libxml2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pixelcatcher
n00b
n00b


Joined: 31 Jan 2004
Posts: 60
Location: Stuttgart

PostPosted: Sat Jan 31, 2004 2:59 pm    Post subject: problem emerging kde / libxml2 Reply with quote

Hi!

I'm about to setup my second gentoo box right now. The first one was pretty easy, but now I experience some problems and I dont know how to fix this.

Hardware: Athlon 1.3GHz, 512MB RAM
I am Using the vanilla Kernel 2.6.1 and distcc for faster compilation. The "helping" distcc maschine is also a gentoo machine with the same kernel and same gcc version. Problem is still orrucring when only compiling on localhost.


Trying to emerge kde. emerge tells me that it will install about 120 packages.

>>> emerge (1 of 112) dev-libs/libxml2-2.6.3 to /
>>> Downloading ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/libxml2-2.6.3.tar.bz2
--15:50:20-- ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/libxml2-2.6.3.tar.bz2
=> `/usr/portage/distfiles/libxml2-2.6.3.tar.bz2'
Resolving ftp.tu-clausthal.de... 139.174.2.36
Connecting to ftp.tu-clausthal.de[139.174.2.36]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/linux/gentoo/distfiles ... done.
==> PASV ... done. ==> RETR libxml2-2.6.3.tar.bz2 ... done.
Length: 5,139,365 (unauthoritative)

100%[========================================================>] 5,139,365 84.92K/s ETA 00:00

15:51:31 (71.76 KB/s) - `/usr/portage/distfiles/libxml2-2.6.3.tar.bz2' saved [5139365]

>>> md5 src_uri ;-) libxml2-2.6.3.tar.bz2
>>> Unpacking source...
>>> Unpacking libxml2-2.6.3.tar.bz2 to /var/tmp/portage/libxml2-2.6.3/work
>>> Source unpacked.
* Patching ${S}/ltmain.sh...
* Applying portage-1.4.1.patch...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu

[snip]
......
[snip]
distcc[26605] (dcc_collect_child) cc child 27306 terminated with status 0
distcc[26605] (dcc_collect_child) cc times: user 3.829417s, system 0.112982s, 10326 minflt, 0 majflt
distcc[26605] compile on localhost completed ok
distcc[26605] elapsed compilation time 21.762039s
distcc[26605] (dcc_exit) exit: code 0; self: 0.009998 user 0.021996 sys; children: 3.829417 user 0.1
12982 sys
distcc[26605] (dcc_cleanup_tempfiles) deleted 0 temporary files
mv -f HTMLparser.o .libs/HTMLparser.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -O3 -mcpu=athlon -pipe -Wall -
c HTMLparser.c -MT HTMLparser.lo -MD -MP -MF .deps/HTMLparser.TPlo >/dev/null 2>&1
distcc[27326] (dcc_r_token_int) got DONE00000001
distcc[27326] (dcc_r_result_header) got response header
distcc[27326] (dcc_note_state) note state 6, file "(NULL)", host "(NULL)"
distcc[27326] (dcc_r_token_int) got STAT00000100
distcc[27326] (dcc_r_token_int) got SERR000000ec
nanoftp.c: In function `xmlNanoFTPGetConnection':
nanoftp.c:1552: `dataAddrLen' undeclared (first use in this function)
nanoftp.c:1552: (Each undeclared identifier is reported only once
nanoftp.c:1552: for each function it appears in.)
distcc[27326] (dcc_r_token_int) got SOUT00000000
distcc[27326] (dcc_r_token_int) got DOTO00000000
distcc[27326] (dcc_unlock) release lock fd3
distcc[27326] ERROR: compile on miami failed
distcc[27326] elapsed compilation time 9.533271s
distcc[27326] (dcc_exit) exit: code 1; self: 0.007998 user 0.015997 sys; children: 0.085986 user 0.0
51992 sys
distcc[27326] (dcc_cleanup_tempfiles) deleted 1 temporary files
distcc[27184] (dcc_send_job) client finished sending request to server
distcc[27184] (dcc_note_state) note state 5, file "(NULL)", host "miami"
make[2]: *** [nanoftp.lo] Error 1
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libxml2-2.6.3/work/libxml2-2.6.3'
make: *** [all] Error 2

!!! ERROR: dev-libs/libxml2-2.6.3 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)


Unfortuneatey I havent found a solution in the forum yet.
Your help is appreciated!

Michael
8O
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Sun Feb 01, 2004 7:29 am    Post subject: Reply with quote

Hey, I'm not exactly sure how to fix your problem. I would say to make sure that there is nothing funny in the make.conf file and maybe try this

Code:
# cd /usr/src/linux
# cp .config ~/config-kernel
# make mrproper
# cp ~/config-kernel .config
# make oldconfig
# make dep


and then just type #emerge kde again and see if it works.
As I said, I'm not sure if that will help but I figured I would respond so that you were not just left out with no info
Back to top
View user's profile Send private message
pixelcatcher
n00b
n00b


Joined: 31 Jan 2004
Posts: 60
Location: Stuttgart

PostPosted: Sun Feb 01, 2004 11:39 am    Post subject: Reply with quote

thanks for your help....

I'm still stuck :) this didn't change anything...

anyone else got an Idea?
_________________
www.pixelcatcher.de
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Feb 06, 2004 10:26 pm    Post subject: Reply with quote

Moved from Installing Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
pixelcatcher
n00b
n00b


Joined: 31 Jan 2004
Posts: 60
Location: Stuttgart

PostPosted: Fri Feb 06, 2004 11:23 pm    Post subject: solved Reply with quote

had to change -O3 to -O2 in /etc/make.conf and also disabled distcc and then it worked fine.....

strange 8O 8O 8O
_________________
www.pixelcatcher.de
Back to top
View user's profile Send private message
BWoso
l33t
l33t


Joined: 31 Dec 2003
Posts: 920
Location: Cleveland Ohio, USA

PostPosted: Sat Feb 07, 2004 12:44 am    Post subject: Reply with quote

Good job fixing it and thanks for posting the solution.
_________________
I think that the forums are the greatest thing about Gentoo, thanks to everyone that posts on them!

The best way to cheer yourself up is to try to cheer somebody else up.
-Mark Twain-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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