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


(2011/07/16 18:30), Nguyen Vu Hung (KiEi) wrote:
(2011/07/16 15:26), Norbert Thiebaud wrote:
./g pull -r
Works like a charm. My bad :)
CentOS 5.6 latest update

# Should I stick to 3.4 branch?

cd bootstrap
./g pull -r
make

And I got the following error:

---------- Error start -----------
 Nothing to build for GUIBASE=unx
lingucomponent deliver
Module 'lingucomponent' delivered successfully. 0 files copied, 15 files unchanged
odk deliver
Module 'odk' delivered successfully. 1 files copied, 3 files unchanged

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /home/vuhung/work/001.LibO/000.git/bootstrap/svtools/prj

 it seems that the error is inside 'svtools', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

rm -Rf /home/vuhung/work/001.LibO/000.git/bootstrap/svtools/unxlngi6.pro # optional module 'clean'
/bin/sh
cd /home/vuhung/work/001.LibO/000.git/bootstrap
source ./LinuxX86Env.Set.sh
cd svtools
make -r

when the problem is isolated and fixed exit and re-run 'make' from the top-level
make: *** [all] Error 1
--------- Error end ---------

Now I make a partial buld:

[vuhung@ bootstrap]$ cd svtools/
/home/vuhung/work/001.LibO/000.git/bootstrap/svtools
[vuhung@ svtools]$ make -r

[ build DEP ] LNK:Library/libsvtlo.so
R=/home/vuhung/work/001.LibO/000.git && S=$R/bootstrap && O=$S/solver/350/unxlngi6.pro && W=$O/workdir && mkdir -p $W/Dep/LinkTarget/Library/ && RESPONSEFILE=/tmp/gbuild.v20036 && cat ${RESPONSEFILE} /dev/null | xargs -n 200 cat > $W/Dep/LinkTarget/Library/libsvtlo.so.d && rm -f ${RESPONSEFILE}
[ build CXX ] svtools/source/contnr/imivctl1
R=/home/vuhung/work/001.LibO/000.git && S=$R/bootstrap && O=$S/solver/350/unxlngi6.pro && W=$O/workdir && mkdir -p $W/CxxObject/svtools/source/contnr/ && mkdir -p $W/Dep/CxxObject/svtools/source/contnr/ && g++ -DCPPU_ENV=gcc3 -DCUI -DENABLE_GRAPHITE -DENABLE_GTK -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -DGCC -DGXX_INCLUDE_PATH=/usr/include/c++/4.1.2 -DHAVE_GCC_VISIBILITY_FEATURE -DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DPRODUCT -DPRODUCT_FULL -DSOLAR_JAVA -DSUPD=350 -DUNIX -DUNX -DVCL -DX86 -D_PTHREADS -D_REENTRANT -DSVT_DLLIMPLEMENTATION -Wall -Wendif-labels -Wextra -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Woverloaded-virtual -Wshadow -fPIC -fmessage-length=0 -fno-common -pipe -fvisibility=hidden -fvisibility-inlines-hidden -fno-strict-aliasing -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs -Os -c $S/svtools/source/contnr/imivctl1.cxx -o $W/CxxObject/svtools/source/contnr/imivctl1.o -MMD -MT $W/CxxObject/svtools/source/contnr/imivctl1.o -MF $W/Dep/CxxObject/svtools/source/contnr/imivctl1.d -I$S/svtools/source/contnr/ -I$O/inc/stl -I$O/inc/external/jpeg -I$O/inc/external -I$O/inc -I$S/solenv/unxlngi6/inc -I$S/solenv/inc -I$S/res -I$S/solenv/inc/Xp31 -I/home/vuhung/opt/jdk/include -I/home/vuhung/opt/jdk/include/linux -I/home/vuhung/opt/jdk/include/native_threads/include -I$O/inc/udkapi -I$O/inc/offapi -I$W/inc/svtools -I$W/inc/ -I$O/inc/ -I$S/clone/libs-gui/svtools/inc/svtools -I$S/clone/libs-gui/svtools/source/inc -I$S/clone/libs-gui/svtools/inc/pch -I$S/clone/libs-gui/svtools/inc /home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Type.h:457: warning: lowering visibility of 'const com::sun::star::uno::Type& getCppuType() [with T = short unsigned int]' to match its type /home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.h:275: warning: lowering visibility of 'com::sun::star::uno::Any com::sun::star::uno::makeAny(const C&) [with C = bool]' to match its type /home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.h:335: warning: lowering visibility of 'sal_Bool com::sun::star::uno::operator>>=(const com::sun::star::uno::Any&, C&) [with C = bool]' to match its type /home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.h:338: warning: lowering visibility of 'sal_Bool com::sun::star::uno::operator==(const com::sun::star::uno::Any&, const C&) [with C = bool]' to match its type /home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx: In function 'sal_Bool com::sun::star::uno::operator==(const com::sun::star::uno::Any&, const C&) [with C = bool]': /home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/inc/com/sun/star/uno/Any.hxx:266: warning: lowering visibility of 'sal_Bool com::sun::star::uno::operator==(const com::sun::star::uno::Any&, const C&) [with C = bool]' to match its type /home/vuhung/work/001.LibO/000.git/bootstrap/svtools/source/contnr/imivctl1.cxx: At global scope: /home/vuhung/work/001.LibO/000.git/bootstrap/svtools/source/contnr/imivctl1.cxx:296: error: prototype for 'void SvxIconChoiceCtrl_Impl::InsertEntry(SvxIconChoiceCtrlEntry*, size_t, const Point*)' does not match any in class 'SvxIconChoiceCtrl_Impl' /home/vuhung/work/001.LibO/000.git/bootstrap/svtools/source/contnr/imivctl.hxx:354: error: candidate is: void SvxIconChoiceCtrl_Impl::InsertEntry(SvxIconChoiceCtrlEntry*, sal_uLong, const Point*) make: *** [/home/vuhung/work/001.LibO/000.git/bootstrap/solver/350/unxlngi6.pro/workdir/CxxObject/svtools/source/contnr/imivctl1.o] Error 1



--
Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng)
LibreOffice, Vietnamese Translation Team.


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.