Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69225 - latest xfsprogs cant be compiled, but previous version was ok
Summary: latest xfsprogs cant be compiled, but previous version was ok
Status: RESOLVED DUPLICATE of bug 67692
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 23:54 UTC by Alexey Maximov
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Maximov 2004-10-27 23:54:49 UTC
/usr/bin/libtool --mode=compile x86_64-pc-linux-gnu-gcc -march=athlon64 -O1 -pipe -fomit-frame-poin
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
gmake[1]: *** [bit.lo] ?????? 1
make: *** [default] ?????? 2

!!! ERROR: sys-fs/xfsprogs-2.6.25 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-10-28 01:02:03 UTC
Please check CFLAGS:
-fomit-frame-poin
should be:
-fomit-frame-pointer
Comment 2 Alexey Maximov 2004-10-28 01:21:11 UTC
/usr/bin/libtool --mode=compile x86_64-pc-linux-gnu-gcc -march=athlon64 -O1 -pipe -fomit-frame-poin
ter -march=athlon64 -O1 -pipe -fomit-frame-pointer -DNDEBUG -funsigned-char -fno-strict-aliasing -W
all -DVERSION=\"2.6.25\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I./include -D_GN
U_SOURCE -D_FILE_OFFSET_BITS=64  -march=athlon64 -O1 -pipe -fomit-frame-pointer -DNDEBUG -funsigned
-char -fno-strict-aliasing -Wall -DVERSION=\"2.6.25\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\
"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I.  -c bit.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
gmake[1]: *** [bit.lo] ?????? 1
make: *** [default] ?????? 2

!!! ERROR: sys-fs/xfsprogs-2.6.25 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 3 SpanKY gentoo-dev 2004-10-28 05:30:21 UTC
try rebuilding libtool

*** This bug has been marked as a duplicate of 67692 ***