Re: Error Compiling Open Office

2006-03-30 Thread usleepless
Chris,

have you loaded the linprocfs as suggested? ( i don't know if this is
important )

i just finished the oo2.0 build on my 6.0 machine ( ports tree not
current though )

jumping through all java hoops was the worst part of it all. i
compiled -DWITHOUT_MOZILLA.

regards,

usleep

On 3/29/06, Chris Maness <[EMAIL PROTECTED]> wrote:
>
>
> On Wed, 29 Mar 2006, Micah wrote:
>
> > Chris Maness wrote:
> >>
> >> I just updated my ports and tried to compile open office.  got this
> failure
> >> while trying to compile.  Any suggestions?
> >>
> >> g++-ooo: Internal error: Killed: 9 (program cc1plus)
> >> Please submit a full bug report.
> >> See http://gcc.gnu.org/bugs.html> for instructions.
> >> dmake:  Error code 1, while making '../unxfbsd.pro/obj/textenc.obj'
> >> '---* tg_merge.mk *---'
> >>
> >> ERROR: Error 65280 occurred while making
> >> /usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/sal/textenc
> >> dmake:  Error code 1, while making 'build_instsetoo_native'
> >> '---* *---'
> >> *** Error code 255
> >
> > I've had this error before, but I can't remember the exact cause.  I
> > determined it to not be hardware because it always failed in exactly the
> same
> > spot.  I think it may have been a make.conf knob I had set.  I have
> > WITH_MOZILLA=firefox commented out with the note that it caused weird port
> > errors.  This may have been the weird error that it's referring to.
> >
> > HTH,
> > Micah
> >
>
> Good point, because I have recompiled all my ports at once, and I did not
> have any problems with over heating.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Error Compiling Open Office

2006-03-29 Thread Chris Maness



On Wed, 29 Mar 2006, Micah wrote:


Chris Maness wrote:


I just updated my ports and tried to compile open office.  got this failure 
while trying to compile.  Any suggestions?


g++-ooo: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.html> for instructions.
dmake:  Error code 1, while making '../unxfbsd.pro/obj/textenc.obj'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/sal/textenc

dmake:  Error code 1, while making 'build_instsetoo_native'
'---* *---'
*** Error code 255


I've had this error before, but I can't remember the exact cause.  I 
determined it to not be hardware because it always failed in exactly the same 
spot.  I think it may have been a make.conf knob I had set.  I have 
WITH_MOZILLA=firefox commented out with the note that it caused weird port 
errors.  This may have been the weird error that it's referring to.


HTH,
Micah



Good point, because I have recompiled all my ports at once, and I did not 
have any problems with over heating.

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


Re: Error Compiling Open Office

2006-03-29 Thread Micah

Chris Maness wrote:


I just updated my ports and tried to compile open office.  got this 
failure while trying to compile.  Any suggestions?


g++-ooo: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.html> for instructions.
dmake:  Error code 1, while making '../unxfbsd.pro/obj/textenc.obj'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/sal/textenc

dmake:  Error code 1, while making 'build_instsetoo_native'
'---* *---'
*** Error code 255


I've had this error before, but I can't remember the exact cause.  I 
determined it to not be hardware because it always failed in exactly the 
same spot.  I think it may have been a make.conf knob I had set.  I have 
WITH_MOZILLA=firefox commented out with the note that it caused weird 
port errors.  This may have been the weird error that it's referring to.


HTH,
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Error Compiling Open Office

2006-03-29 Thread Donald J. O'Neill
On Tuesday 28 March 2006 22:08, Chris Maness wrote:
> I just updated my ports and tried to compile open office.  got this
> failure while trying to compile.  Any suggestions?
>
> g++-ooo: Internal error: Killed: 9 (program cc1plus)
> Please submit a full bug report.
> See http://gcc.gnu.org/bugs.html> for instructions.
> dmake:  Error code 1, while making '../unxfbsd.pro/obj/textenc.obj'
> '---* tg_merge.mk *---'
>
> ERROR: Error 65280 occurred while making
> /usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/sal/textenc
> dmake:  Error code 1, while making 'build_instsetoo_native'
> '---* *---'
> *** Error code 255
> ___

Just a thought. You can download the package for 2.0.2 and install that. 
Are you sure you want the experience of doing it from the port?

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


Re: Error Compiling Open Office

2006-03-29 Thread Chuck Swiger
Chris Maness wrote:
> 
> I just updated my ports and tried to compile open office.  got this
> failure while trying to compile.  Any suggestions?
> 
> g++-ooo: Internal error: Killed: 9 (program cc1plus)

Check your hardware, sig 9's from the compiler indicate overheating or bad
memory.  Building OO is stressful enough to push marginal cooling or whatever
into failure.

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


Re: Error Compiling Open Office

2006-03-29 Thread usleepless
Chris,

this is a resend with cc:freebsd-questions, sorry.

On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> > I just updated my ports and tried to compile open office.  got this
> > failure while trying to compile.  Any suggestions?
> ...zip...
> >
>
> i don't have suggestions, but i have never been able to build which
> oo-version or whatsoever ( on 4.3 - 4.11 ). i haven't tried again on
> 6.0 though. i will give it a shot.
>
> regards,
>
> usleep
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"