openoffice.org-3 build dies in hunspell

On FreeBSD 6.3-RELEASE, the /usr/ports/editors/openoffice.org-3 build is dying on hunspell, pretty far into the build, excerpt:

1 module(s):
hunspell
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/usr/ports/editors/openoffice.org-3/work/OOO300_m9/hunspell

Attention: if you build and deliver the above module(s) you may prolongue
your the build issuing command "build --from hunspell"

rmdir /tmp/22174
*** Error code 1​

The ports tree was updated via cvsup before the build, and portupgrade didn't show any out of date packages. The command line was:

make -DWITHOUT_CUPS -DWITHOUT_MOZILLA -DWITHOUT_GNOMEVFS


gcc output:

root[508]% gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305​

Any suggestions how to get this to build?

(I emailed openoffice@freebsd.org also)

-omar
 
it is strange that you tried to install without flags?

Iam install whit make -DWITHOUT_CUPS -DWITHOUT_MOZILLA and not problems...
 
Do you use the ccache to speed up your compilation?

It cause me fail many times, when I compile the 2.4 version.

uname -a
FreeBSD PC-486.Workstation 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #2: Mon Nov 3 21:05:04 CST 2008 fender@PC-486.Workstation:/usr/obj/usr/src/sys/MYKERNEL amd64
 
No luck with this either:
make -DWITHOUT_CUPS -DWITHOUT_MOZILLA

root[607]% uname -a
FreeBSD host.foo.com 6.3-RELEASE FreeBSD 6.3-RELEASE #9: Wed Sep 17 11:32:21 EDT 2008 root@host.foo.com:/usr/src/sys/i386/compile/MINE.63 i386

Any other suggestions?

-omar
 
fixed!

woo-hoo, somebody noticed (here or my email to the port maintainer) and a new hunspell patch dated Nov 27 (/usr/ports/editors/openoffice.org-3/files/patch-i91318) fixes my build problem.

The build now finishes, yay!

-omar
 
Back
Top