hi there,
On Fri, May 18, 2001 at 02:28:08PM -0400, Brent A Nelson wrote:
> Okay, to fix this problem I grabbed the xfsdump directory in CVS and
> proceeded to create an xfsdump-1.0.9 RPM from it. The build went well
> until the linking of xfsdump itself:
>
You'll need to build against a current xfsprogs-devel package.
In particular, the versions of libxfs.h and platform_defs.h in
earlier versions of xfsprogs had to be changed to fix some
portability problems.
> arch_xlate.o: In function `xlate_global_hdr':
> /usr/src/redhat/BUILD/xfsdump-1.0.9/dump/arch_xlate.c:67: undefined
> reference to `__fswab64'
>
> This is on an Intel machine running with the SGI-modified RedHat 7.1, and
> all partitions moved over to LVM.
>
This recipe should get you where you want to be...
# cd cmd/xfsprogs
# ./Makepkgs
# rpm -Uvh build/rpm/*.i386.rpm
# cd ../xfsdump
# ./Makepkgs
# rpm -Uvh build/rpm/*.i386.rpm
cheers.
--
Nathan
|