Hi all,<br>
<br>
I want to use GFS as the CFS for Oralce9iR2 RAC so I download
GFS-6.0.2.27-0.src.rpm from <a href="http://ftp.redhat.com">ftp.redhat.com</a>. When I executed rpmbuild
-ba gfs-build.spec, after running for a while, it stopped right after
the command "ld  -r -o vfat.o namei.o vfatfs_syms.o" and returned
something as below:<br>
<br>
In file included from /usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/include/linux/swap.h:6">6.0.2.27/gfs-6.0.2.27/linux/include/linux/swap.h:6</a>,<br>
                
from
/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/include/linux/mm.h:31">6.0.2.27/gfs-6.0.2.27/linux/include/linux/mm.h:31</a>,<br>
                 from vfatfs_syms.c:11:<br>
/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:88">6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:88</a>:
warning: `always_inline' attribute directive ignored<br>
/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:101">6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:101</a>:
warning: `always_inline' attribute directive ignored<br>
/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:171">6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:171</a>:
warning: `always_inline' attribute directive ignored<br>
/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:179">6.0.2.27/gfs-6.0.2.27/linux/include/linux/brlock.h:179</a>:
warning: `always_inline' attribute directive ignored<br>
rm -f vfat.o<br>
ld  -r -o vfat.o namei.o vfatfs_syms.o<br>
make[3]: Leaving directory `/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/fs/vfat'">6.0.2.27/gfs-6.0.2.27/linux/fs/vfat'</a><br>
make[2]: Leaving directory `/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux/fs'">6.0.2.27/gfs-6.0.2.27/linux/fs'</a><br>
make[1]: Leaving directory `/usr/src/redhat/BUILD/GFS-<a href="http://6.0.2.27/gfs-6.0.2.27/linux'">6.0.2.27/gfs-6.0.2.27/linux'</a><br>
make: *** [all] Error 2<br>
error: Bad exit status from /var/tmp/rpm-tmp.37365 (%build)<br>
<br>
RPM build errors:<br>
    Bad exit status from /var/tmp/rpm-tmp.37365 (%build)<br>
<br>
Some information about the build machine:<br>
<br>
# cat /etc/redhat-release<br>
Red Hat Enterprise Linux AS release 3 (Taroon Update 6)<br>
<br>
# uname -a<br>
Linux localhost.localdomain 2.4.21-37.EL #1 SMP Wed Sep 7 13:24:42 EDT 2005 ia64 ia64 ia64 GNU/Linux<br>
<br>
If you need anything else, please let me know.  Any help is appreciated. <br>
<br>
TIA,<br>
<br>
--Thai Duong.<br>