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


I tried to copy my build directory to an SSD hoping to make it faster, by
copying .git/ and getting new sources:
mkdir .ccacheexport CCACHE_COMPRESS=1 CCACHE_DIR=./.ccacheccache -M 5Grsync
-avx  /mnt/stuff/src/libreoffice/core/.git .git pullgit reset
--hard./autogen.sh --with-parallelism=8 --without-krb5 --without-gssapi
--without-java --without-help --disable-odk CFLAGS='-O3 -march=native -pipe'
CXXFLAGS='-O3 -march=native -pipe'export | grep CCACHEcp -R
/mnt/stuff/src/libreoffice/core/external/tarballs ./externaltime nice make
And it fails trying to build  'firebird', apparently from an external
tarball:
/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/firebird/gen $
/usr/bin/ccache g++  
-I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/libatomic_ops/src  
-DBOOT_BUILD -I../src/include/gen -I../src/include -I../src/vulcan
-DNAMESPACE=Vulcan -DNDEBUG -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX
-DAMD64 -pipe -MMD -fPIC -fmessage-length=0 -O3 -fno-omit-frame-pointer 
-pthread   -I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/boost
-L/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/boost/source/lib  
-I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source
-I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source/i18n
-I/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source/common
-L/mnt/windows/libreoffice-src/core/workdir/UnpackedTarball/icu/source/lib  
-fno-rtti -fno-rtti -fno-rtti  -c ../src/jrd/gds.cpp -o
../temp/boot/jrd/gds.oIn file included from
../src/jrd/gds.cpp:59:0:../src/jrd/../common/utils_proto.h:77:2: error:
#error dont know how to compare strings case insensitive on this system
#error dont know how to compare strings case insensitive on this system 
^../src/jrd/../common/utils_proto.h:94:2: error: #error dont know how to
compare counted length strings case insensitive on this system #error dont
know how to compare counted length strings case insensitive on this system 
^../src/jrd/gds.cpp: In function ‘void gds__trace_raw(const char*, unsigned
int)’:../src/jrd/gds.cpp:1078:27: warning: ignoring return value of ‘ssize_t
write(int, const void*, size_t)’, declared with attribute warn_unused_result
[-Wunused-result]  write(file, text, length);                           ^
What am I doing wrong?



--
View this message in context: 
http://nabble.documentfoundation.org/Build-in-different-path-same-machine-bombs-tp4147785.html
Sent from the Dev mailing list archive at Nabble.com.

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.