[Libreoffice] compiling libreoffice-3-4: copy of libcuuc as dependency of svtools fails (missing source operand)

Lionel Elie Mamane lionel at mamane.lu
Wed Aug 3 13:23:11 PDT 2011


Hi,

A one-day-old clone of branch libreoffice-3-4 fails to build for me.

Directory svtools fails with:

R=/home/master/src/libreoffice && S=$R/libreoffice-3.4 && O=$S/solver/340/unxlngx6 && W=$O/workdir &&  mkdir -p $O/lib/ && /bin/cp --remove-destination  --force --preserve=timestamps  $O/lib/libicuuc.so 
/bin/cp: missing destination file operand after `/home/master/src/libreoffice/libreoffice-3.4/solver/340/unxlngx6/lib/libicuuc.so'
Try `/bin/cp --help' for more information.
make: *** [/home/master/src/libreoffice/libreoffice-3.4/solver/340/unxlngx6/lib/libicuuc.so] Error 1

So I did:

cd ../icu
build
cd ../svtools
R=/home/master/src/libreoffice && S=$R/libreoffice-3.4 && O=$S/solver/340/unxlngx6 && cp -vi --remove-destination  --force --preserve=timestamps $S/clone/libs-extern-sys/icu/unxlngx6/lib/libicuuc.so $O/lib/libicuuc.so 
make -r

and that worked, at least as far as directory svtools is concerned :)

-- 
Lionel


More information about the LibreOffice mailing list