2011/2/19 Patrick Lamaiziere <[email protected]>: > Hello, > > (8.2/i386) > > LibreOffice does not build here : ERROR: error 65280 occurred while > making > /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes > > The options used are WITH_CUPS and JAVA. > > Any idea? thanks. > > -------- > Entering > /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sw/util > > Compiling: sw/unxfbsdi.pro/misc/sw_dflt_version.c > Compiling: sw/unxfbsdi.pro/misc/swd_dflt_version.c > Compiling: sw/unxfbsdi.pro/misc/swui_dflt_version.c > Compiling: sw/unxfbsdi.pro/misc/msword_dflt_version.c > Compiling: sw/unxfbsdi.pro/misc/vbaswobj_dflt.uno_version.c > Making: swall.lib > Making: swui.lib > Making: libswfi.so > Making: libswdfi.so > Making: libswuifi.so > Making: libmswordfi.so > Making: libvbaswobjfi.uno.so > Making: swen-US.res > Making: swfr.res > Compiling: rsc_sw > sw deliver > Module 'sw' delivered successfully. 245 files copied, 0 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 > /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes > > it seems that the error is inside 'mythes', please re-run build > inside this module to isolate the error and/or test your fix: > ----------------------------------------------------------------------- > > /bin/bash > cd > /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice > source ./FreeBSDX86Env.Set.sh > cd mythes > 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] Erreur 1 > *** Error code 1 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]" >
The libO build is "fragile", the first thing is to try rebuilding it. If the same error still occurs then try following the given instructions: > cd > /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice > source ./FreeBSDX86Env.Set.sh > cd mythes > build To see exactly what fail. I'll be off for about a week so I can't help more, currently, when back I'll upgrade to 3.3.1 which have lots of fixes. regards, Bapt _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
