Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Help - weird emerge problem
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
katakombi
n00b
n00b


Joined: 03 May 2002
Posts: 27

PostPosted: Wed May 29, 2002 7:16 am    Post subject: Help - weird emerge problem Reply with quote

Well guys,


I encountered Problems to upgrade to kde 3.0.1 (in kdebase)
It gaves me an imake error.

i tracked the error down and i believe, it's hidden in
the xfree ebuild, which seems to provide imake.
I tried to recompile it though, but it fails, too. Imake error again, i suggest:


rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
make[1]: *** [config/makedepend/Makefile.proto] Aborted
make[1]: *** Deleting file `config/makedepend/Makefile.proto'
make[1]: Leaving directory `/var/tmp/portage/xfree-4.2.0-r9/work/xc'
make: *** [World] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 2, Exitcode 2
!!! (no error message)


I guess it could have something to do with the fact, that i played around with gcc 3.1, however, i'm using old 2.95.3 again now.

I'd appreciate any suggestions on this problem, since kde is pretty unstable as running with kdelib 3.0.1 and kdebase 3.0

thanks in advance,
--kata
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Wed May 29, 2002 8:11 am    Post subject: Reply with quote

Don't think that's an gcc 3.1 problem, cause I compiled X with it (need two very minor fixes, nothing to do with imake). Very strange, have you tried make -d in dir or ./config/imake/imake......, maybe it will give a more usefull error message.

Cya, lX
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
katakombi
n00b
n00b


Joined: 03 May 2002
Posts: 27

PostPosted: Thu May 30, 2002 2:43 pm    Post subject: Reply with quote

lx wrote:
Don't think that's an gcc 3.1 problem, cause I compiled X with it (need two very minor fixes, nothing to do with imake). Very strange, have you tried make -d in dir or ./config/imake/imake......, maybe it will give a more usefull error message.

Cya, lX


sorry, but i think i didnt get the point.
what exactly do you mean?

after the failed emerge the temporary data seem to be wiped out (no chance of reproducing this error, though)

If i compile the tar.bz by hand, the error wont appear, therefore it cannot be a dependency problem, huh?


a completely puzzled kata thanks in advance... >8^/
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Thu May 30, 2002 3:28 pm    Post subject: Reply with quote

katakombi wrote:
sorry, but i think i didnt get the point.
what exactly do you mean?


Oops, unclear. Just wanted to say that I build X with gcc 3.1 so you playing around with it will probably not be the cause of the problem. btw did you umerge gcc-3.1-r2, so no files are around to bug you.

Have you tried to build it one step at a time

Code:

ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r11.ebuild unpack
ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r11.ebuild compile
ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r11.ebuild install
ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r11.ebuild qmerge


btw you say it is a imake error in kdebase maybe you should show the kdebase error not the xfree one. I've got the file /usr/X11R6/bin/imake.

Maybe you can get a better fix on the problem
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
katakombi
n00b
n00b


Joined: 03 May 2002
Posts: 27

PostPosted: Thu May 30, 2002 6:19 pm    Post subject: Reply with quote

well, it's somewhat odd...

tried to unmerge gcc-3.1

got this:

--- !empty dir /lib
<<< obj /etc/env.d/05gcc-3.1
--- !empty dir /etc/env.d
--- !empty dir /etc
/bin/bash: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory

didnt seem okay to me either, and now i'm really fucked up, see >8^)



root@gawina kombrisn # emerge
Traceback (most recent call last):
File "/usr/bin/emerge", line 6, in ?
import output
File "/usr/lib/python2.2/site-packages/output.py", line 4, in ?
import portage;
File "/usr/lib/python2.2/site-packages/portage.py", line 60, in ?
import fcntl
ImportError: libgcc_s.so.1: cannot open shared object file: No such file or directory


since emerge obviously is broken, is there still any emergency aid...?


thanks for your help so far (hey, i mean this honestly, no sarcasm >8^)


--kata
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Thu May 30, 2002 6:38 pm    Post subject: Reply with quote

So you compiled stuff (bash / ncurses or something) with gcc 3.1, some packages depend on the libraries of gcc 3.1 (libgcc_s.so) now. better put it back or at least libgcc_s.so. :roll:
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
katakombi
n00b
n00b


Joined: 03 May 2002
Posts: 27

PostPosted: Thu May 30, 2002 8:27 pm    Post subject: Reply with quote

...done

however, the former problem persists.

no use to track the error in kdebase, it's caused by xfree (imake).
now i'll try to reemerge all dependencies of xfree and then try again.

wish me luck... *ggg*

thanks,
kata
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Thu May 30, 2002 8:59 pm    Post subject: Reply with quote

katakombi wrote:
wish me luck... *ggg*


May the source be with you!.

In other words good luck, sometimes it just takes a little bit of recompiling, I can't wait to recompile my whole system again, even thinking about installing a ssh client on a small seperate partition, so I can recompile the distro from all over the world,........... somebody stop ME!!!!, no really stop me, I need to get a normal life,............ :lol:

Cya lX
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
katakombi
n00b
n00b


Joined: 03 May 2002
Posts: 27

PostPosted: Thu May 30, 2002 9:11 pm    Post subject: Reply with quote

darn!

i tracked him down to perl.
What else does he want?

not even any sole perl ebuild succeeds, thats bitter

without a valid perl installation it's no wonder such many packages fail!
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