Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge glib fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
Psychosis
n00b
n00b


Joined: 25 Jan 2004
Posts: 9

PostPosted: Fri Mar 30, 2007 10:10 pm    Post subject: emerge glib fails Reply with quote

Trying to update my system - kernel, gcc, etc etc. Followed the gcc upgrade guide http://www.gentoo.org/doc/en/gcc-upgrading.xml and after getting to emerge -e world it fails on glib-1.2.10-r5 emerge with:

Code:

./libtool: line 297: s,^.*/,,g: No such file or directory
./libtool: line 297: s,^.*/,,g: No such file or directory
./libtool: line 711: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
./libtool: line 1022: -e: command not found
./libtool: line 711: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1050: -e: command not found
./libtool: line 1074: -e: command not found
: compile: cannot determine name of library object from `'
make[2]: *** [gcache.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
./libtool: line 1022: -e: command not found
./libtool: line 1050: -e: command not found
./libtool: line 1074: -e: command not found
: compile: cannot determine name of library object from `'
make[2]: *** [garray.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10'
make: *** [all-recursive-am] Error 2

!!! ERROR: dev-libs/glib-1.2.10-r5 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3726:   Called src_compile
  glib-1.2.10-r5.ebuild, line 54:   Called die

!!! (no error message)


My emrge info is

Code:

Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.5-r1, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 28 Mar 2007 03:00:01 +0000
dev-java/java-config: 2.0.31-r5
dev-lang/python:     2.2.3-r5, 2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.15-r1
sys-devel/libtool:   1.4.3-r1, 1.5.23b
virtual/os-headers:  2.6.20-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"


I also get this now when I try to su

Code:

su: Module is unknown
(Ignored)
su: Module is unknown


Can anyone help me figure out what I have done wrong or what is happening here. Thanks
Back to top
View user's profile Send private message
sangoule
n00b
n00b


Joined: 03 Dec 2004
Posts: 11
Location: sacramentos, the freshmaker

PostPosted: Fri Mar 30, 2007 10:42 pm    Post subject: Reply with quote

Code:
SED=sed emerge =glib-1.2.10-r5

worked for me.
i got it from https://forums.gentoo.org/viewtopic-t-549921-highlight-glib.html
Back to top
View user's profile Send private message
Psychosis
n00b
n00b


Joined: 25 Jan 2004
Posts: 9

PostPosted: Sat Mar 31, 2007 2:06 am    Post subject: Reply with quote

Thanks that worked great followed by a emerge --skipfirst --resume

What does the SED=sed actually do?
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21639

PostPosted: Sat Mar 31, 2007 3:29 pm    Post subject: Reply with quote

Please see bug: dev-libs/glib-1.2.10-r5, x11-libs/gtk+-1.2.10-r12 fail w/ libtool-1.5.23b, bug: [Tracker] packages broken with sys-devel/libtool-1.5.23b and topic: glib-1.2.10-r5 fails to compile. Please note that the bug marked Tracker should not receive comments, but serves as a central point for tracking packages which are broken with this libtool. If you encounter a package not listed there, please consider filing a separate bug for the maintainer of the broken package to track the issue.


This is reposted from emerge x11-libs/gtk+-1.2.10-r12 fails :( where someone else had the same failure.
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Sat Mar 31, 2007 3:40 pm    Post subject: Reply with quote

Moved from Portage & Programming to Duplicate Threads.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads 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