Re: [gentoo-user] Can't emerge xorg-x11

2005-01-25 Thread Bastian Balthazar Bux
Daniel Corbe ha scritto:
gentoo-stage root # emerge xorg-x11
Calculating dependencies ...done!
 

emerge (1 of 3) 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 i686-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium4 -fomit-frame-pointer -pipe
-fforce-addr -funroll-loops -frerun-loop-opt -frerun-cse-after-loop
-falign-functions=4 -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile i686-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium4 -fomit-frame-pointer -pipe
-fforce-addr -funroll-loops -frerun-loop-opt -frerun-cse-after-loop
-falign-functions=4 -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 44, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
 

re-emerge libtool
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Can't emerge xorg-x11

2005-01-25 Thread Rick van Hattem
Daniel Corbe wrote:
gentoo-stage root # emerge xorg-x11
Calculating dependencies ...done!
emerge (1 of 3) 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 i686-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium4 -fomit-frame-pointer -pipe
-fforce-addr -funroll-loops -frerun-loop-opt -frerun-cse-after-loop
-falign-functions=4 -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile i686-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium4 -fomit-frame-pointer -pipe
-fforce-addr -funroll-loops -frerun-loop-opt -frerun-cse-after-loop
-falign-functions=4 -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 44, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
--
gentoo-user@gentoo.org mailing list

Just do "emerge
libtool && emerge ttmkfdir" then it will work again :)
--
Rick van Hattem Rick.van.Hattem(at)Fawo.nl
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Can't emerge xorg-x11

2005-01-25 Thread Matthew Cline
> > gentoo-stage root # emerge xorg-x11
> > Calculating dependencies ...done!
> > >>> emerge (1 of 3) x11-misc/ttmkfdir-3.0.9-r2 to /
> > libtool: compile: unable to infer tagged configuration
> > libtool: compile: specify a tag with `--tag'
> > make: *** [directory.o] Error 1

This was also discussed on this mailing list a couple of days ago. the
post was called:

"[gentoo-user] build error with ttmkfdir"


Matt

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't emerge xorg-x11

2005-01-25 Thread Sascha Lucas
Hi Daniel,
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 44, Exitcode 2
I have the same problem yesterday. it seems libtool is not working 
correctly after gcc-upgrade (or what ever).

# fix_libtool_files.sh 3.3.4
is not enough. I solved this by remerging libtool.
# emerge libtool
BTW: this day there were updates in portage wich cases libtool to 
recompile.

Sascha.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Can't emerge xorg-x11

2005-01-25 Thread Richard Brown
On Tue, 25 Jan 2005 11:49:51 -0500, Daniel Corbe
<[EMAIL PROTECTED]> wrote:
> gentoo-stage root # emerge xorg-x11
> Calculating dependencies ...done!
> >>> emerge (1 of 3) x11-misc/ttmkfdir-3.0.9-r2 to /
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'
> make: *** [directory.o] Error 1
> 
http://bugs.gentoo.org/show_bug.cgi?id=67692

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't emerge xorg-x11

2005-01-25 Thread Daniel Corbe
gentoo-stage root # emerge xorg-x11
Calculating dependencies ...done!
>>> emerge (1 of 3) 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 i686-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium4 -fomit-frame-pointer -pipe
-fforce-addr -funroll-loops -frerun-loop-opt -frerun-cse-after-loop
-falign-functions=4 -o ttmkfdir.o -c ttmkfdir.cpp
libtool --mode=compile i686-pc-linux-gnu-g++ -Wall -pedantic
-I/usr/include/freetype2  -march=pentium4 -fomit-frame-pointer -pipe
-fforce-addr -funroll-loops -frerun-loop-opt -frerun-cse-after-loop
-falign-functions=4 -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 44, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

--
gentoo-user@gentoo.org mailing list