Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.