Raz Ben-Jehuda(caro) wrote:
Hello
I have downloaded from the web the cvs repository of the
module xfs-cmds.
I failing to build it. the bellow is the "make" output.
...
Wrote:
/d1/rt/raz/downloads/xfs-cmds/xfsdump/build/xfsdump-2.2.45.src.tar.gz
Wrote:
/d1/rt/raz/downloads/xfs-cmds/xfsdump/build/tar/xfsdump-2.2.45.tar.gz
So, everything built - but it just did not build rpms - which is maybe
fine with you?
for d in attr acl xfsprogs dmapi xfsdump; do \
( cd /d1/rt/raz/downloads/xfs-cmds && /bin/cp
$d/build/rpm/*.src.rpm /d1/rt/raz/downloads/xfs-cmds/SRPMS ) \
done
/bin/cp: cannot stat `attr/build/rpm/*.src.rpm': No such file or directory
/bin/cp: cannot stat `acl/build/rpm/*.src.rpm': No such file or directory
/bin/cp: cannot stat `xfsprogs/build/rpm/*.src.rpm': No such file or
directory
/bin/cp: cannot stat `dmapi/build/rpm/*.src.rpm': No such file or directory
/bin/cp: cannot stat `xfsdump/build/rpm/*.src.rpm': No such file or
directory
It's just trying to copy rpms to a central location, and they didn't
build for you (maybe you're on debian or similar?)
So kind of a dumb top-level makefile (hmm who wrote that stuff... ;-)
but it looks like all of your packages built as tarballs.
-Eric
make: *** [cmds] Error 1
anyone ?
|