Eric Sandeen wrote:
So I was feeling charitable today...
You'll find an SRPM in ftp://oss.sgi.com/projects/xfs/testing/FC1 that
seems to more or less pass our QA suite. It's a hurry-up job though, so
give it some cautious testing if you'd like.
[...]
Thanks for your work, Eric!
This SRPM does not build on FC1:
[root@specko root]# rpmbuild --rebuild --target i686
/mnt/software/oss.sgi.com/projects/xfs/testing/FC1/kernel-2.4.22-1.2115.nptl.xfs.src.rpm
[...]
Building target platforms: i686
Building for target i686
error: Failed build dependencies:
gcc32 is needed by kernel-2.4.22-1.2115.nptl.xfs
root@specko root]# rpmbuild --nodeps --rebuild --target i686
/mnt/software/oss.sgi.com/projects/xfs/testing/FC1/kernel-2.4.22-1.2115.nptl.xfs.src.rpm
[...]
CRC32 functions (CONFIG_CRC32) [Y/m/n/?]
Hotplug firmware loading support (EXPERIMENTAL) (CONFIG_FW_LOADER)
[M/n/y/?]
*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.
+ make -s dep
make: gcc32: Command not found
make: *** [scripts/mkdep] Error 127
error: Bad exit status from /var/tmp/rpm-tmp.40885 (%build)
[...]
[root@specko root]# gcc --version
gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|