Bug 65735 - xfsprogs configure script brokenness
|
Bug#:
65735
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: AMD64
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: base-system@gentoo.org
|
Reported By: bevand_m@epita.fr
|
|
Component: Applications
|
|
|
URL:
http://oss.sgi.com/bugzilla/show_bug.cgi?id=366
|
|
Summary: xfsprogs configure script brokenness
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-09-28 15:56 0000
|
The configure script of xfsprogs 2.6.13 is broken (although this is not fatal),
example:
$ ./configure # (or emerge xfsprogs)
[...]
checking for sys/types.h... no
[...]
checking size of long... 0
[...]
Many header files are not detected, size of C types are reported as being 0,
etc. Surprisingly these errors are not fatal.
To my knowledge, this problem appeared somewhere between 2.3.9 and 2.6.0. And
the fix is simple: just add AC_PROG_CC in configure.in (see the patch I have
posted in the next message) and regenerate the configure script (with
"autoreconf -i" for example).
This problem should be fixed upstream.
Reproducible: Always
Steps to Reproduce:
i assume this applies to 2.6.13 too ?
Yes this applies to 2.6.13. Maybe I was not clear enough: versions <=2.3.9 are
ok, versions >=2.6.0 are broken.
when you say 'This problem should be fixed upstream.' you mean it is already
fixed or i should e-mail upstream about it ?