Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"emerge kdebase"!! I have tried 5,6 times from sta
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
paar
n00b
n00b


Joined: 30 Oct 2002
Posts: 12
Location: Taiwan

PostPosted: Wed Oct 30, 2002 12:54 pm    Post subject: "emerge kdebase"!! I have tried 5,6 times from sta Reply with quote

"emerge kdebase"!! I have tried 5,6 times from stage3.
2 times from stage1. error msg:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2 -I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -O2 -march=pentium3 -mcpu=pentium3 -O2 -pipe -c xftlex-kfi.c -fPIC -DPIC -o .libs/xftlex-kfi.o
In file included from xftgram.y:29,
from xftgram-kfi.c:23:
xftint.h:392: parse error before '*' token
In file included from xftlex.l:27,
from xftlex-kfi.c:23:
xftint.h:392: parse error before '*' token
make[4]: *** [xftlex-kfi.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [xftgram-kfi.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/kcontrol/kfontinst/kfontinst'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/kcontrol/kfontinst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/kcontrol'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6652, Exitcode 2
!!! died running emake, kde_src_compile:make

...done!

what I can do?
Back to top
View user's profile Send private message
Freek
n00b
n00b


Joined: 21 Oct 2002
Posts: 6
Location: Netherlands

PostPosted: Wed Oct 30, 2002 1:18 pm    Post subject: Reply with quote

I've got the exact same problem. I guess KDE is broken right now. :cry:
_________________
Make everything as simple as possible, but not simpler (Albert Einstein)
Back to top
View user's profile Send private message
keenan
n00b
n00b


Joined: 30 Oct 2002
Posts: 33

PostPosted: Wed Oct 30, 2002 1:21 pm    Post subject: Reply with quote

I too can confirm this. Rsync as of Wed Oct 30 13:20:31 UTC 2002.

Please fix this ASAP, trying to get a workable system by Wednesday afternoon.
Back to top
View user's profile Send private message
stoph
n00b
n00b


Joined: 26 Aug 2002
Posts: 12

PostPosted: Wed Oct 30, 2002 1:28 pm    Post subject: Reply with quote

Look at:

https://forums.gentoo.org/viewtopic.php?t=20024&highlight=xftint
Back to top
View user's profile Send private message
keenan
n00b
n00b


Joined: 30 Oct 2002
Posts: 33

PostPosted: Wed Oct 30, 2002 1:38 pm    Post subject: Reply with quote

Thanks, attempting this now. Will post results when my slow ass machine
gets off it's feet.
Back to top
View user's profile Send private message
henke
Apprentice
Apprentice


Joined: 30 Sep 2002
Posts: 165
Location: Stockholm, Sweden

PostPosted: Wed Oct 30, 2002 1:51 pm    Post subject: Reply with quote

I got the same problem as well. While waiting for KDE to get fixed I would reccomend that you try a diffrent window manager.

Code:

emerge blackbox.

It takes almost no time to emerge ( xmms takes longer to emerge than blackbox :) )

blackbox doesn't depend on anything else than xfree :)

Configure X (You will have to configure X anyway if you plan on running KDE)
Code:

/usr/X11R6/bin/xf86config

then you have to create an .xinitrc file in the home directory of every user you want to be able to start blackbox

Code:
nano -w ~/.xinitrc

containing the following

Code:

xbiff -geometry -430+5 &
oclock -geometry 75x75-0-0 &
xload -geometry -80-0 &
xterm -geometry +0+60 -ls &
xterm -geometry +0-100 &
xconsole -geometry -0+0 -fn 5x7 &
exec blackbox

Then just run startx :)
Back to top
View user's profile Send private message
keenan
n00b
n00b


Joined: 30 Oct 2002
Posts: 33

PostPosted: Wed Oct 30, 2002 1:56 pm    Post subject: Reply with quote

I'm running fluxbox in the meantime ;)
Back to top
View user's profile Send private message
paar
n00b
n00b


Joined: 30 Oct 2002
Posts: 12
Location: Taiwan

PostPosted: Wed Oct 30, 2002 2:02 pm    Post subject: Reply with quote

Oh~~ thx U, stoph.

sorry for this question look likes a FAQ.
I'm a newbie for this forum.
anyway thx!
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


Joined: 30 May 2002
Posts: 692
Location: Ontario Canada

PostPosted: Wed Oct 30, 2002 4:04 pm    Post subject: Reply with quote

I got the kde build error too, it sucks, i was really hoping to have my system up and running this afternoon as well :)
Back to top
View user's profile Send private message
keenan
n00b
n00b


Joined: 30 Oct 2002
Posts: 33

PostPosted: Thu Oct 31, 2002 7:37 am    Post subject: Reply with quote

Well I followed the instructions in the linked post, now I'm getting a different error:
Code:

i686-pc-linux-gnu-g++: dummy.o: No such file or directory
make[3]: *** [kicker] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/kicker'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4/kicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.4/work/kdebase-3.0.4'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -6672, Exitcode 2
!!! died running emake, kde_src_compile:make



Anyone?
Back to top
View user's profile Send private message
SillyPants
Apprentice
Apprentice


Joined: 02 Sep 2002
Posts: 154

PostPosted: Thu Oct 31, 2002 6:25 pm    Post subject: Reply with quote

if you're not on a mission critical box, try the 3.1 beta ebuild (I've been running beta_2 since it came out, no problems). Also, I rebuilt my entire system on Tuesday (updating to 1.4 with the scripts broke something so I started over. good thing /home was on a diff drive), and it built fine.

PS-If you're running 1.4, don't forget to emerge lib-compat, it will save you some headaches later on (or maybe it was just me).

PPS-I forgot to mention that you'll have to unmask the beta_2 ebuilds, of course. After you rsync, just comment out all of the lines in the kde-3.1_beta2 section of /usr/portage/profiles/package.mask
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