Гуляев Гоша <[email protected]> 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
