[HACK-AROUND] Re: OpenOffice build crashes the compiler

2006-09-12 Thread Perry Hutchison
This hack presumably results in a broken slidesorter, but at least
Writer seems to work (after a fashion), and that's all I really need.

Since the *.obj are just empty sentinel files indicating that the
corresponding *.o have been built, this

  # cd /usr/ports/editors/openoffice.org-2.0
  # touch work/OOD680_m1/sd/unxfbsdi.pro/slo/SlideSorterView.obj
  
allows a rebuild to start *after* the failing compilation, instead
of reattempting it (and crashing again).  The missing module results
in an undefined symbol in libsd680fi.so; to keep that from stopping
the build, apply this hack to work/OOD680_m1/solenv/bin/checkdll.sh:

*** checkdll.sh.origWed Apr 26 07:42:21 2006
--- checkdll.sh Wed Apr 26 07:42:21 2006
***
*** 83,89 
  esac

  $checkdll $*
! if [ $? -ne 0 ]; then exit 1 ; fi

  for parameter in $*; do
  library=$parameter;
--- 83,90 
  esac

  $checkdll $*
! #   message has been printed, but don't kill the build
! #   if [ $? -ne 0 ]; then exit 1 ; fi

  for parameter in $*; do
  library=$parameter;
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenOffice build crashes the compiler

2006-09-08 Thread backyard


--- Perry Hutchison [EMAIL PROTECTED] wrote:

 Anyone seen this and know how to get past it?
 Configuring out the failing component would be fine,
 if possible, since I really only need the word
 processor.
 
 Making:
 ../../../../unxfbsdi.pro/slo/SlideSorterView.obj
 g++-ooo -fmessage-length=0 -c -Os
 -fno-strict-aliasing   -fvisibility=hidden -I. 
 -I../../../../unxfbsdi.pro/inc/slsview

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/offuh
 -I../inc -I../../inc -I../../../../inc/pch
 -I../../../../inc -I../../../../unx/inc
 -I../../../../unxfbsdi.pro/inc -I.

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/stl

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/external

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/unxfbsdi/inc

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/inc

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/res

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/stl

-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/inc/Xp31
 -I/usr/local/diablo-jdk1.5.0/include -I/u!
  sr/local/diablo-jdk1.5.0/include/
 In file included from

/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view/SlideSorterView.cxx:54:
 ../../inc/DrawDocShell.hxx: In member function `void
 sd::DrawDocShell::SetSpecialProgress(SfxProgress*,
 Link*)':
 ../../inc/DrawDocShell.hxx:189: warning: declaration
 of 'pProgress' shadows a member of 'this'
 g++-ooo: Internal error: Killed: 9 (program cc1plus)
 Please submit a full bug report.
 See URL:http://gcc.gnu.org/bugs.html for
 instructions.
 dmake:  Error code 1, while making
 '../../../../unxfbsdi.pro/slo/SlideSorterView.obj'
 '---* tg_merge.mk *---'
 
 ERROR: Error 65280 occurred while making

/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view
 dmake:  Error code 1, while making
 'build_instsetoo_native'
 '---* *---'
 *** Error code 255
 
 Stop in /usr/ports/editors/openoffice.org-2.0.
 ___
 freebsd-questions@freebsd.org mailing list
 

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

http://lists.freebsd.org/pipermail/freebsd-ports/2005-March/021822.html

is an old link but has a patch.

http://archives.mandrivalinux.com/cooker/2003-10/msg02538.php

sugests some missing symlinks might be the culprit.
Please let me know is either of these resolve the
isses, I'm looking to get OpenOffice built this
weekend after I update my basic system... Both of
these reference that Error 65280

some answers also suggest you might be running out of
space in the build directory. You'll need at least
1.8G to build Openoffice (/usr/ports); I say at least
because when I built it for Gentoo on my P4 it used up
more like 5G and took 8-10 hours to build. 


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


Re: OpenOffice build crashes the compiler

2006-09-08 Thread Jerold McAllister
Perry Hutchison writes: 


Anyone seen this and know how to get past it?
Configuring out the failing component would be fine,
if possible, since I really only need the word processor. 


Making: ../../../../unxfbsdi.pro/slo/SlideSorterView.obj
g++-ooo -fmessage-length=0 -c -Os -fno-strict-aliasing   -fvisibility=hidden 
-I.  -I../../../../unxfbsdi.pro/inc/slsview 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/offuh
 -I../inc -I../../inc -I../../../../inc/pch -I../../../../inc 
-I../../../../unx/inc -I../../../../unxfbsdi.pro/inc -I. 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/stl
 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/external
 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc
 -I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/unxfbsdi/inc 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/inc 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/res 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/stl
 -I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/inc/Xp31 
-I/usr/local/diablo-jdk1.5.0/include -I/

u!

 sr/local/diablo-jdk1.5.0/include/
In file included from 
/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view/SlideSorterView.cxx:54:
../../inc/DrawDocShell.hxx: In member function `void 
sd::DrawDocShell::SetSpecialProgress(SfxProgress*, Link*)':
../../inc/DrawDocShell.hxx:189: warning: declaration of 'pProgress' shadows a 
member of 'this'
g++-ooo: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
dmake:  Error code 1, while making 
'../../../../unxfbsdi.pro/slo/SlideSorterView.obj'
'---* tg_merge.mk *---' 


ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view
dmake:  Error code 1, while making 'build_instsetoo_native'
'---* *---'
*** Error code 255 


Stop in /usr/ports/editors/openoffice.org-2.0.


I did once see something that looked a little like this when a build
ran out of disk space.  But, I seem to remember there was a disk full
or some such message mixed in with the others and I don't see it here.
So, check your disk space and after that, good luck finding someone who
knows more about it. 

jerry 


___
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: OpenOffice build crashes the compiler

2006-09-08 Thread Perry Hutchison
  Making: ../../../../unxfbsdi.pro/slo/SlideSorterView.obj
...
  g++-ooo: Internal error: Killed: 9 (program cc1plus)
...
  dmake:  Error code 1, while making
  '../../../../unxfbsdi.pro/slo/SlideSorterView.obj'
  '---* tg_merge.mk *---'
  
  ERROR: Error 65280 occurred while making
  /usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view
...
  Stop in /usr/ports/editors/openoffice.org-2.0.
 
 http://lists.freebsd.org/pipermail/freebsd-ports/2005-March/021822.html
 
 is an old link but has a patch.

That describes the inability to build gcc-ooo itself.  The current
problem arose while trying to *use* gcc-ooo to build slidesorter
(which I don't even need -- can it be configured out?)

 http://archives.mandrivalinux.com/cooker/2003-10/msg02538.php
 
 sugests some missing symlinks might be the culprit.

That was while trying to build readlicense_oo, in OOo 1.something,
and looks as if it may have somehow involved Java.

 Please let me know is either of these resolve the
 isses, I'm looking to get OpenOffice built this
 weekend after I update my basic system... Both of
 these reference that Error 65280

but neither involves cc1plus dying with a signal 9.  The only thing
I know of that causes a reproducible kill -9 is a missing shared
library, but cc1plus uses only libc.so.6, which does exist:

  # ( cd 
/usr/local/gcc-ooo/i386-portbld-freebsd6.1/3.4.1/libexec/gcc/i386-portbld-freebsd6.1/3.4.1
 ; ldd cc1plus )
  cc1plus:
  libc.so.6 = /lib/libc.so.6 (0x283d5000)
  # ll /lib/libc.so.6
  -r--r--r--  1 root  wheel  882116 May  6 20:56 /lib/libc.so.6

 some answers also suggest you might be running out of
 space in the build directory. You'll need at least
 1.8G to build Openoffice (/usr/ports); I say at least
 because when I built it for Gentoo on my P4 it used up
 more like 5G and took 8-10 hours to build. 

There seems to be plenty of space:

  # df
  Filesystem  1K-blocks UsedAvail Capacity  Mounted on
  /dev/ad0s3a50763030144   436876 6%/
  devfs   110   100%/dev
  /dev/ad0s3e507630  282   466738 0%/tmp
  /dev/ad0s3f  40083664 10225734 2665123828%/usr
  /dev/ad0s3d   114831888404   968050 8%/var

BTW this is a *long* way into the build.  A rerun, which doesn't
need to actually build anything prior to the point of failure,
generates close to 500KB of logfile and takes almost 40 minutes.
The initial attempt had taken over 24 hours to reach that point.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


OpenOffice build crashes the compiler

2006-09-07 Thread Perry Hutchison
Anyone seen this and know how to get past it?
Configuring out the failing component would be fine,
if possible, since I really only need the word processor.

Making: ../../../../unxfbsdi.pro/slo/SlideSorterView.obj
g++-ooo -fmessage-length=0 -c -Os -fno-strict-aliasing   -fvisibility=hidden 
-I.  -I../../../../unxfbsdi.pro/inc/slsview 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/offuh
 -I../inc -I../../inc -I../../../../inc/pch -I../../../../inc 
-I../../../../unx/inc -I../../../../unxfbsdi.pro/inc -I. 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/stl
 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/external
 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc
 -I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/unxfbsdi/inc 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/inc 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/res 
-I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solver/680/unxfbsdi.pro/inc/stl
 -I/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/solenv/inc/Xp31 
-I/usr/local/diablo-jdk1.5.0/include -I/u!
 sr/local/diablo-jdk1.5.0/include/
In file included from 
/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view/SlideSorterView.cxx:54:
../../inc/DrawDocShell.hxx: In member function `void 
sd::DrawDocShell::SetSpecialProgress(SfxProgress*, Link*)':
../../inc/DrawDocShell.hxx:189: warning: declaration of 'pProgress' shadows a 
member of 'this'
g++-ooo: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
dmake:  Error code 1, while making 
'../../../../unxfbsdi.pro/slo/SlideSorterView.obj'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2.0/work/OOD680_m1/sd/source/ui/slidesorter/view
dmake:  Error code 1, while making 'build_instsetoo_native'
'---* *---'
*** Error code 255

Stop in /usr/ports/editors/openoffice.org-2.0.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]