Stay current!

Trying to build openoffice-1.1 from ports but when it comes to .cxx strange 
things begin

In file included from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/
solver/645/unxfbsd.pro/inc/vcl/svapp.hxx:87,
                 from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/
framework/source/helper/actiontriggerhelper.cxx:91:
/usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/unxfbsd.pro/inc/
vcl/settings.hxx:1165: internal compiler error: Segmentation   fault
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
dmake:  Error code 1, while making '../../unxfbsd.pro/slo/
actiontriggerhelper.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /usr2/ports/editors/openoffice-1.1/
work
/oo_1.1_src/framework/source/helper
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255

Stop in /usr2/ports/editors/openoffice-1.1.

>>> typing make build again and after 15 mins of compiling real cxx source 
(before that make passes all of the successfully built projects)... another 
random segmentation fault:

In file included from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/
solver/645/unxfbsd.pro/inc/vcl/window.hxx:69,
from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/
unxfbsd.pro/inc/vcl/syswin.hxx:69,
from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/
645/unxfbsd.pro/inc/vcl/floatwin.hxx:69,
from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/
645/unxfbsd.pro/inc/vcl/dockwin.hxx:69,
from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/
645/unxfbsd.pro/inc/vcl/toolbox.hxx:69,
from ../../inc/classes/menuconfiguration.hxx:94,
from /usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/framewo
rk/source/services/menudocumenthandler.cxx:69:
/usr2/ports/editors/openoffice-1.1/work/oo_1.1_src/solver/645/unxfbsd.pro/inc/
vcl/outdev.hxx:867: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
dmake:  Error code 1, while making '../../unxfbsd.pro/slo/
menudocumenthandler.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /usr2/ports/editors/openoffice-1.1/
work
/oo_1.1_src/framework/source/services

It appears to be randomly, but does it will help to cvsup and buildworld?
I really hate that script =):

#!/bin/sh
make build;
while [ $? -ne 0 ];
do
        make build;
done;

# c++ -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106

Bit of uname output:
FreeBSD 5.1-CURRENT #0: Mon Nov 17 23:29:49 OMST 2003
I've built with that ( not exactly - but 14-15 Nov build world - there was 
panic with ntfs copy ) system XFree86+kde3.14 from sources

Do i have to start downloading prebuilt package now or there is a chance?
Help please!

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to