View previous topic :: View next topic |
Author |
Message |
scopatz n00b
Joined: 24 Feb 2005 Posts: 10
|
Posted: Thu Feb 24, 2005 6:23 am Post subject: ttmkfdir fails AND libtool trick doesn't work! [Solved] |
|
|
Hello World!
I have never posted before because I have never found it necessary, the forums and bugs are so well documented. However, now I've got something I don't know how to deal with. As everyone else in the forums, I am having the same probelem with my emerge ttmkfdir..you know the
Code: | ]2;Started emerge on: Feb 23, 2005 22:10:45]2; *** emerge ttmkfdirCalculating dependencies ]2; >>> emerge (1 of 1) x11-misc/ttmkfdir-3.0.9-r2 to /]2;emerge: (1 of 1) x11-misc/ttmkfdir-3.0.9-r2 Clean]2;emerge: (1 of 1) x11-misc/ttmkfdir-3.0.9-r2 Compile>>> Unpacking source...
>>> Unpacking ttmkfdir-3.0.9.tar.bz2 to /var/tmp/portage/ttmkfdir-3.0.9-r2/work
[32;01m*[0m Applying ttmkfdir-3.0.9-cpp.patch ...
[A[87G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-zlib.patch ...
[A[87G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-gcc34.patch ...
[A[87G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-encoding.patch ...
[A[87G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-freetype_new_includes.patch ...
[A[87G [34;01m[ [32;01mok[34;01m ][0m
>>> Source unpacked.
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -mcpu=i686 -fomit-frame-pointer -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -mcpu=i686 -fomit-frame-pointer -o directory.o -c directory.cpp
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [ttmkfdir.o] Error 1
make: *** Waiting for unfinished jobs....
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [directory.o] Error 1
!!! ERROR: x11-misc/ttmkfdir-3.0.9-r2 failed.
!!! Function src_compile, Line 45, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
...done!
>>> emerge (1 of 1) x11-misc/ttmkfdir-3.0.9-r2 to /
>>> md5 src_uri ;-) ttmkfdir-3.0.9.tar.bz2
]2; *** terminating.]2;xterm |
I have installed gentoo on a Compaq Presario 4550 P233MHz (not my main machine) and I would really like to get KDE and (more importantly) ion on it.
I have been wandering forums and bugs for a day now and re-emerged libtool dozens of times by now. I have tried the dash in front of CHOST and emerging previous versions of libtool and of ttmkfdir and nothing, Nothing allows this to complete its compile. If anyone has any idea or needs more information please let me know. _________________ Compaq Presario ---1.6 GHz-----Gentoo
Apple iMac------------333MHz----Gentoo
Dell Inspiron 3200---266MHz----Gentoo
Packard Bell----------133MHz-----O/S 2 v.4
Last edited by scopatz on Fri Feb 25, 2005 7:32 am; edited 1 time in total |
|
Back to top |
|
|
taurus l33t
Joined: 21 Sep 2004 Posts: 657 Location: I need to be somewhere...
|
Posted: Thu Feb 24, 2005 2:07 pm Post subject: |
|
|
Have you tried
Code: |
emerge --oneshot libtool
|
taurus |
|
Back to top |
|
|
scopatz n00b
Joined: 24 Feb 2005 Posts: 10
|
Posted: Thu Feb 24, 2005 5:41 pm Post subject: |
|
|
Yes I have tried Code: | emerge --oneshot libtool | five or six times. THis will complie but still the ttmkfdir emerge fails, and with this error
Code: | Calculating dependencies >>> Unpacking source...
>>> Unpacking ttmkfdir-3.0.9.tar.bz2 to /var/tmp/portage/ttmkfdir-3.0.9-r2/work
[32;01m*[0m Applying ttmkfdir-3.0.9-cpp.patch ...
[A[73G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-zlib.patch ...
[A[73G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-gcc34.patch ...
[A[73G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-encoding.patch ...
[A[73G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying ttmkfdir-3.0.9-freetype_new_includes.patch ...
[A[73G [34;01m[ [32;01mok[34;01m ][0m
>>> Source unpacked.
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -mcpu=i686 -fomit-frame-pointer -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile g++ -Wall -pedantic -I/usr/include/freetype2 -mcpu=i686 -fomit-frame-pointer -o directory.o -c directory.cpp
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [ttmkfdir.o] Error 1
make: *** Waiting for unfinished jobs....
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [directory.o] Error 1
!!! ERROR: x11-misc/ttmkfdir-3.0.9-r2 failed.
!!! Function src_compile, Line 45, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
...done!
>>> emerge (1 of 1) x11-misc/ttmkfdir-3.0.9-r2 to /
>>> md5 src_uri ;-) ttmkfdir-3.0.9.tar.bz2
|
which is the same as far as I can tell.
(Thanks for your help by the way) _________________ Compaq Presario ---1.6 GHz-----Gentoo
Apple iMac------------333MHz----Gentoo
Dell Inspiron 3200---266MHz----Gentoo
Packard Bell----------133MHz-----O/S 2 v.4 |
|
Back to top |
|
|
taurus l33t
Joined: 21 Sep 2004 Posts: 657 Location: I need to be somewhere...
|
Posted: Thu Feb 24, 2005 6:07 pm Post subject: |
|
|
Just wondering what do you have in your /etc/make.conf???
taurus |
|
Back to top |
|
|
scopatz n00b
Joined: 24 Feb 2005 Posts: 10
|
Posted: Thu Feb 24, 2005 11:19 pm Post subject: |
|
|
Nothing too out there I don't think...
here is my /etc/make.conf
Code: | # These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.osuosl.org/ http://ftp.caliu.info/pub/gentoo/"
USE=" -gtk -gnome qt kde dvd alsa cdr"
#CC="i386-pc-linux-gnu"
|
Is something with my USE flags messing this up? I don't see why. As in bug 67692, I tried the CC setting and exporting CC and CXX but since that didn't work I commented it out. _________________ Compaq Presario ---1.6 GHz-----Gentoo
Apple iMac------------333MHz----Gentoo
Dell Inspiron 3200---266MHz----Gentoo
Packard Bell----------133MHz-----O/S 2 v.4 |
|
Back to top |
|
|
scopatz n00b
Joined: 24 Feb 2005 Posts: 10
|
Posted: Fri Feb 25, 2005 7:31 am Post subject: Finally Working |
|
|
Alright I finally got this working and KDE is currently emerging...Here is how I did it. I basiclly followed what you, Taurus (thanks again!), in https://forums.gentoo.org/viewtopic.php?t=267413&highlight=ttmkfdir three posts down.
Step One: Download packagesCD iso
Step Two: Burn ISO to CD (on other Machine)
Step Three: mount cdrom and copy files to /usr/portage/packages and then emerge ttmkfdir
Code: | mkdir /usr/portage/packages
mount /dev/cdroms/cdrom0 /mnt/cdrom
cp -r /mnt/cdrom/* /usr/portage/packages
emerge --usepkgonly ttmkfdir
rm -r /usr/portage/packages/* |
Then just continue with the remainder of whatever you were trying to emerge afterwards. Hope this helps anyone for whom re-emerging libtool doesn't work.
Many Props to Taurus.
Scopatz _________________ Compaq Presario ---1.6 GHz-----Gentoo
Apple iMac------------333MHz----Gentoo
Dell Inspiron 3200---266MHz----Gentoo
Packard Bell----------133MHz-----O/S 2 v.4 |
|
Back to top |
|
|
taurus l33t
Joined: 21 Sep 2004 Posts: 657 Location: I need to be somewhere...
|
Posted: Fri Feb 25, 2005 1:49 pm Post subject: |
|
|
Yip. If emerge doesn't work, you can always go with the binary version.
Have fun with Gentoo.
taurus |
|
Back to top |
|
|
|