Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2011 11:17:52 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        =?gb2312?B?p6Sn5afdp/Gn1qfTIKekp+Cn6qfR?= <gosha-necr@yandex.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: libreoffice not builds (sorry for codepage problem)
Message-ID:  <44bozziqfz.fsf@lowell-desk.lan>
In-Reply-To: <1038171303320281@web105.yandex.ru> (=?gb2312?B?Iqekp%2BWn3afx?= =?gb2312?B?p9an0yCnpKfgp%2Bqn0SIncw==?= message of "Wed, 20 Apr 2011 21:24:40 %2B0400")
References:  <1038171303320281@web105.yandex.ru>

index | next in thread | previous in thread | raw e-mail

§¤§å§Ý§ñ§Ö§Ó §¤§à§ê§Ñ <gosha-necr@yandex.ru> writes:

> Hi all! I'm try to install editors/libreoffice on my machine:
> OS: 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Apr 20 15:18:53 YEKST 2011 i386
> ls /var/db/pkg | grep jdk
> diablo-jdk-1.6.0.07.02_13
> jdk-1.6.0.3p4_22
>  
> RAM: 2Gb + 4Gb swap file
> Hard disk space 29Gb
>  
> I'm try disable all options, and try enable KDE + JAVA and KDE w/o JAVA.
>  
> there is output of error:
>  
> Entering /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/connectivity/util
>
> Making: sdbc_hsqldb.dpj
>
> dmake: Executing shell macro: cd $(MISC)/registry/data/org/openoffice/Office/DataAccess && ls *.xcu
> /usr/local/jdk1.6.0/bin/javac -source 1.5 -target 1.5 -classpath ".:../../../../../../unxfbsdi.pro/class:/usr/local/jdk1.6.0/jre/lib/rt.jar:.:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/hsqldb.jar::/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib" -d ../../../../../../unxfbsdi.pro/class @/tmp/mkUcfJf6
> terminate called after throwing an instance of 'com::sun::star::lang::IllegalArgumentException'
> /usr/local/bin/bash: line 1: 2894 Abort trap: 6 LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/unxfbsdi.pro/lib:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/cppunittester ../../unxfbsdi.pro/lib/test_metadatable.so
> dmake: Error code 134, while making 'test1'
> Making: sdbc_hsqldb.dpj
>
> echo "Class-Path: hsqldb.jar .." >> ../../../../../../unxfbsdi.pro/class/sdbc_hsqldb/META-INF/MANIFEST.MF
> updating: META-INF/MANIFEST.MF (deflated 7%)
> updating: com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.class (deflated 55%)
> updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.class (deflated 51%)
> updating: com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.class (deflated 56%)
> updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.class (deflated 50%)
> updating: com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.class (deflated 53%)
> updating: com/sun/star/sdbcx/comp/hsqldb/StorageAccess.class (deflated 54%)
> updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess$FileSync.class (deflated 52%)
> updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.class (deflated 57%)
> updating: com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.class (deflated 46%)
> updating: org/hsqldb/lib/FileSystemRuntimeException.class (deflated 48%)
> connectivity deliver
> Module 'connectivity' delivered successfully. 0 files copied, 115 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 /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/qa/cppunit
> ERROR: error 65280 occurred while making /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loader
>
>  it seems you are using a threaded build, which means that the
>  actual compile error is probably hidden far above, and could be
>  inside any of these other modules:
>  sfx2
>  please re-run build inside each one to isolate the problem.
> -----------------------------------------------------------------------
>
> /usr/local/bin/bash
> cd /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice
> source ./FreeBSDX86Env.Set.sh
> cd pyuno
> build
>
> when the problem is isolated and fixed exit and re-run 'make' from the top-level
> sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
> gmake: *** [stamp/build] §°§ê§Ú§Ò§Ü§Ñ 1
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.

Hard to tell from this.  Given that the port itself is building in other
places, I'll take a guess and ask if maybe it's running out of space for
the build?  I seem to recall that I had to set TMPDIR to keep
editors/libreoffice from filling up my /tmp directory...

Otherwise, the best advice is probably the advice which you quoted in
the output from the build.



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44bozziqfz.fsf>