Results 1 to 7 of 7
So I go to emerge kdebase so I can have my nice graphical environment, and I hit a snag. I was doing fine, and then my internet went out in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-02-2005 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 32
emerging kdebase
So I go to emerge kdebase so I can have my nice graphical environment, and I hit a snag. I was doing fine, and then my internet went out in the middle of the installation, so when it came back up, I started emerging again. But now I get this error.
[/code]Code:<NAME CHANGED TO PROTECT MY INNOCENCE># emerge kdebase Calculating dependencies ...done! >>> emerge (1 of 13) x11-misc/ttmkfdir-3.0.9-r2 to / >>> md5 src_uri ;-) ttmkfdir-3.0.9.tar.bz2 >>> Unpacking source... >>> Unpacking ttmkfdir-3.0.9.tar.bz2 to /var/tmp/portage/ttmkfdir-3.0.9-r2/work * Applying ttmkfdir-3.0.9-cpp.patch ... [ ok ] * Applying ttmkfdir-3.0.9-zlib.patch ... [ ok ] * Applying ttmkfdir-3.0.9-gcc34.patch ... [ ok ] * Applying ttmkfdir-3.0.9-encoding.patch ... [ ok ] * Applying ttmkfdir-3.0.9-freetype_new_includes.patch ... [ ok ] >>> Source unpacked. libtool --mode=compile x86_64-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/fr eetype2 -march=athlon64 -funroll-loops -pipe -o ttmkfdir.o -c ttmkfdir.cpp libtool --mode=compile x86_64-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/fr eetype2 -march=athlon64 -funroll-loops -pipe -o directory.o -c directory.cpp libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make: *** [directory.o] Error 1 make: *** Waiting for unfinished jobs.... libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make: *** [ttmkfdir.o] Error 1 !!! ERROR: x11-misc/ttmkfdir-3.0.9-r2 failed. !!! Function src_compile, Line 44, Exitcode 2 !!! emake failed !!! If you need support, post the topmost build error, NOT this status message.
- 01-02-2005 #2Just Joined!
- Join Date
- Oct 2004
- Location
- Sweden
- Posts
- 55
Try removing the kde files in /usr/portage/distfiles and then do a:
$ emerge --fetchonly kde
$ emerge kde
That way losing internet connection won't bork you compiling. But I'm not sure it'll solve your problem. You might want to remove the packages installed before your error occured. Just a thought, I'm not sure...
- 01-02-2005 #3Just Joined!
- Join Date
- Aug 2004
- Posts
- 32
ok, how do i know what packages i need to remove? and how do i remove them?
- 01-02-2005 #4Just Joined!
- Join Date
- Oct 2004
- Location
- Sweden
- Posts
- 55
It should be ok to remove all of them, but then you'd need to download them again if you are to recompile them. Other than that there shouldn't be any problem.
- 01-02-2005 #5Just Joined!
- Join Date
- Aug 2004
- Posts
- 32
no, i don't know how to remove the package. can someone tell me how?
- 01-03-2005 #6Just Joined!
- Join Date
- Aug 2004
- Posts
- 32
Ok, I got it now. I tried re-emerging libtool, which still didn't work. But after some heavy googling, I found a flag to attach (--oneshot).
So, if your installation is interrupted, and you get this error, you have to
[/code]Code:emerge --oneshot libtool
- 01-03-2005 #7Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
just do:
I had the same problem before. Don't worry about the --oneshot, I don't get why people add that anyways, since I figure you WANT libtool in the world profile...Code:emerge libtool
Emotions are the key to the soul.
Registered Linux User #375050


Reply With Quote
