Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems emerging kde-3.1_rc6
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
nat
Apprentice
Apprentice


Joined: 04 Sep 2002
Posts: 205

PostPosted: Tue Jan 07, 2003 4:50 pm    Post subject: problems emerging kde-3.1_rc6 Reply with quote

I cannot emerge kde-3.1_rc6.

make[3]: Entering directory `/home/tmp/portage/kdebase-3.1_rc6/work/kdebase-3.1rc6/doc/konsole'
/usr/kde/3.1/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: *** [index.cache.bz2] Error 139
make[3]: Leaving directory `/home/tmp/portage/kdebase-3.1_rc6/work/kdebase-3.1rc6/doc/konsole'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tmp/portage/kdebase-3.1_rc6/work/kdebase-3.1rc6/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tmp/portage/kdebase-3.1_rc6/work/kdebase-3.1rc6'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.1_rc6 failed.
!!! Function kde_src_compile, Line 88, Exitcode 2
!!! died running emake, kde_src_compile:make

As far as i can remeber similar things happened when i tried to emerge kde-3.0.5a, something with that meinproc or right after. (Im still on kde 3.0.4)

binutils-2.13.90.0.16-r1
gcc-3.2.1-r6
glibc-2.3.1-r3
kernel: 2.4.19-openmosix-r8
cpu: i686 Pentium III (Katmai) GenuineIntel

USE="X gtk gnome kde alsa ati mozilla cdr cups dvd mysql postgresql scanner samba tiff wmf gif avi java"
ACCEPT_KEYWORDS="~x86"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -falign-functions=4 -fprefetch-loop-arrays"

any ideas?
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Jan 07, 2003 5:21 pm    Post subject: Reply with quote

have you cleaned previous versions of kdelibs-3.1rc xx ?
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
nat
Apprentice
Apprentice


Joined: 04 Sep 2002
Posts: 205

PostPosted: Thu Jan 09, 2003 9:03 am    Post subject: Reply with quote

no. this is the first time i try to emerge kde 3.1. Now i have somehow managed to install kdebase but the same thing happens in kdegames. The same problem when i tried to emerge kde-3.0.5a:

make[3]: Entering directory `/home/tmp/portage/kdeutils-3.0.5a/work/kdeutils-3.0.5a/doc/klpq'
/usr/kde/3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: *** [index.cache.bz2] Error 139

however, when i manually 'cd /home/tmp/......./kdegames-3.1rc6/doc' and from there did a 'make', it managed to build the docs without any error messages. Could it be something with the openmosix stuff?
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Thu Jan 09, 2003 3:00 pm    Post subject: Reply with quote

I don't think it is related to openmosix.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
nat
Apprentice
Apprentice


Joined: 04 Sep 2002
Posts: 205

PostPosted: Fri Jan 10, 2003 7:31 am    Post subject: Reply with quote

It worked now. This is what i did:
'ebuild /usr/portage/blabla/kdebase-3.1rc6.ebuild compile'
this worked so I installed it and qmerged it too.
Then I tried to emerge kde but failed on kdeedu ../doc/klettres. (same thing, meinproc and line 88 in kde_src_compile)
now I turned off openmosix and tried to 'emerge -u --deep world' last night. not finnished yet. It has emerged nano, mpeg2vidcodec_v12, ImageMagick, e2fprogs, kdeedu, kdepim, MesaLib, MesaDemos, kdegraphics, kdeartwork, kdeutils, kde lftp... and is still working. Wow! it works!

But I still wonder why building the documentation faild whenopenmosix was turned on? could it be my "unsafe" gcc flags when binutils and gcc was compiled? Could it be that kde was up and running while I tried to build the docs? (I switched of X while I compiled this night)
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Fri Jan 10, 2003 2:27 pm    Post subject: Reply with quote

I had some problems with building the docs when I forgot to uninstall a previous version of KDE after emerging kdelibs (and kdebase, I think).
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Fri Jan 10, 2003 7:42 pm    Post subject: Reply with quote

this is what i did
i "emerge kde " it all went okay upto "kdebase"
then i got the same error
all i did was
emerge rsync
updatedb
emerge -u kde
and is been emerging for the last 7 hrs, I am not done but the emerge is way passed the kdebase now :)

UPDATE :
kde installed , i am using ~x86


Last edited by li1_getoo on Sat Jan 11, 2003 9:40 am; edited 1 time in total
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Fri Jan 10, 2003 7:48 pm    Post subject: Reply with quote

I didn't have autoclean enabled.... I think that this was the problem.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Sat Jan 11, 2003 11:57 am    Post subject: Reply with quote

how does one go about compiling kde 3.1_rc6 ? I can't see it in /usr/portage/profiles/packages.mask! ??
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Jan 11, 2003 1:43 pm    Post subject: Reply with quote

ACCEPT_KEYWORDS="~x86" emerge kde

or whatever is your arch.

taskara wrote:
how does one go about compiling kde 3.1_rc6 ? I can't see it in /usr/portage/profiles/packages.mask! ??

_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Sat Jan 11, 2003 9:39 pm    Post subject: Reply with quote

ta, I'll give it a go..

kde 3.1 final is in the packages.mask... it says it's masked because the tarballs aren't widely available ?? strange.. thought it wasn't released yet at all..
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Sat Jan 11, 2003 9:44 pm    Post subject: Reply with quote

btw, have you had any problems compiling it with certain flags ?

should it work with

-march=athlon-xp -03 -pipe -fomit-frame-pointer?

cause I'll emerge before I leave today, and HOPEFULLY it will be done when I get back.. tho that's rarely the case :(
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
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