[Box Backup-dev] Build failures in recent trunk
Matt Brown
boxbackup-dev@boxbackup.org
Sat, 13 Dec 2008 14:15:54 +0000
>
> This may be a red herring, but having just updated MacPorts on my OS
> X build machine (and thus updating docbook-xsl and xmlcatmgr), the
> man pages now build fine.
>
> It could be that the DocBook I created the documentation against is
> too new for some systems. I'm not entirely sure at the moment...
Hi James,
Just tried building the latest trunk on Ubuntu Hardy x64 and get the
following:
make[1]: Entering directory `/home/matt/box/bin/bbackupctl'
[CXX] bbackupctl.cpp
[LINK] ../../release/bin/bbackupctl/bbackupctl
make[1]: Leaving directory `/home/matt/box/bin/bbackupctl'
mkdir -p parcels/boxbackup-trunk_2408M-backup-client-linux-gnu
cp -p release/bin/bbackupctl/bbackupctl parcels/boxbackup-trunk_2408M-
backup-client-linux-gnu
mkdir -p parcels/boxbackup-trunk_2408M-backup-client-linux-gnu
cp -p bin/bbackupd/bbackupd-config parcels/boxbackup-trunk_2408M-
backup-client-linux-gnu
mkdir -p parcels/boxbackup-trunk_2408M-backup-client-linux-gnu
cp -p LICENSE.txt parcels/boxbackup-trunk_2408M-backup-client-linux-gnu
(cd docs; make bb-man.xsl; if [ ! -d man ]; then mkdir man; fi)
make[1]: Entering directory `/home/matt/box/docs'
make[1]: Leaving directory `/home/matt/box/docs'
(cd docs; make bbackupd.8)
make[1]: Entering directory `/home/matt/box/docs'
make[1]: xsltproc: Command not found
make[1]: *** [bbackupd.8] Error 127
make[1]: Leaving directory `/home/matt/box/docs'
make: *** [docs/man/bbackupd.8.gz] Error 2
Is this linked to the docs issue you mentioned earlier in the thread ??
Matt