Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ttmkfdir fails AND libtool trick doesn't work! [Solved]
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
scopatz
n00b
n00b


Joined: 24 Feb 2005
Posts: 10

PostPosted: Thu Feb 24, 2005 6:23 am    Post subject: ttmkfdir fails AND libtool trick doesn't work! [Solved] Reply with quote

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
 * 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 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
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Thu Feb 24, 2005 2:07 pm    Post subject: Reply with quote

Have you tried

Code:

emerge --oneshot libtool


taurus
Back to top
View user's profile Send private message
scopatz
n00b
n00b


Joined: 24 Feb 2005
Posts: 10

PostPosted: Thu Feb 24, 2005 5:41 pm    Post subject: Reply with quote

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
 * 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 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
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Thu Feb 24, 2005 6:07 pm    Post subject: Reply with quote

Just wondering what do you have in your /etc/make.conf???

taurus
Back to top
View user's profile Send private message
scopatz
n00b
n00b


Joined: 24 Feb 2005
Posts: 10

PostPosted: Thu Feb 24, 2005 11:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
scopatz
n00b
n00b


Joined: 24 Feb 2005
Posts: 10

PostPosted: Fri Feb 25, 2005 7:31 am    Post subject: Finally Working Reply with quote

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
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Fri Feb 25, 2005 1:49 pm    Post subject: Reply with quote

Yip. If emerge doesn't work, you can always go with the binary version. :)

Have fun with Gentoo.

taurus
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