Ports: Apache openoffice build eats all /usr and fails

2012-05-14 Thread Kenneth Hatteland
Rebuilding and upgrading to apache openoffice on my main desktop fails 
because the procedure consumes all my 17 gbs of available /usr space, 
which still is not enough apparently. The build routine says 11gb is 
more than enough. Libreoffice will not build on this machine for some 
reason so at this point that is not an alternative. Anyone here have 
ideas what is wrong ( some nob must be turned the wrong way ;) )


Blessed be...

Kenneth Hatteland
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


OpenOffice Build Error

2008-08-10 Thread Warren Liddell
I am using FreeBSD 7.0-CURREENT all ports/src upto date as of this morning.. 
when trying to compile oo below is the result during the make.  What seems ot 
be causing this error ?


Test #PASSED#
Running processes: 0
deliver -- version: 1.129
Module 'o3tl' delivered successfully. 0 files copied, 5 files unchanged
1 module(s):
store
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while 
making /usr/ports/editors/openoffice.org-3/work/BEB300_m3/store/util

Attention: if you build and deliver the above module(s) you may prolongue your 
the build issuing command build --from store
*** Error code 1
___
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 Error(Update)

2008-08-10 Thread Warren Liddell
On Sunday 10 August 2008 17:43:23 Warren Liddell wrote:
 I am using FreeBSD 7.0-CURREENT all ports/src upto date as of this
 morning.. when trying to compile oo below is the result during the make. 
 What seems ot be causing this error ?

2 module(s):
icu
openssl
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while 
making /usr/ports/editors/openoffice.org-3/work/BEB300_m3/icu
ERROR: error 65280 occurred while 
making /usr/ports/editors/openoffice.org-3/work/BEB300_m3/openssl

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

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


[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]


Getting error with OpenOffice build

2004-12-12 Thread Trey Sizemore
I'm getting the following error when trying to build openoffice-1.1 from
ports on a recently cvsup'd box:

snip
rm
-f ../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm 
 /dev/null
tr -d \015  ../../examples/OLE/delphi/InsertTables/SampleUI.dfm
 ../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm
tr: Illegal byte sequence
dmake:  Error code 1, while making
'../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm'
dmake:
'../../unxfbsd.pro/bin/odk645/examples/OLE/delphi/InsertTables/SampleUI.dfm' 
removed.
---* RULES.MK *---

ERROR: Error 65280 occurred while
making /usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/odk/examples/OLE
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255

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


Can anyone tell me what is causing the error?

My box:

salamander# uname -a
FreeBSD salamander.thesizemores.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0:
Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Thanks.

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


Re: OpenOffice build

2003-11-05 Thread Matthew Seaman
On Tue, Nov 04, 2003 at 11:39:39PM +0100, R.T.G. TAN wrote:

 Got 0.86 as output from:
 
   % perl -MFile::Spec -e 'print $File::Spec::VERSION, \n;'
 
 as well as did the:
 
% use.perl port
 
 and cleaned out the openoffice port before portinstalling it
 again, still failed the openoffice install, as before.

Hmmm... How much effort do you want to put into this.  Pulling down
the pre-built packages from http://projects.imp.ch/openoffice/ would
get you up and running quickly.

As it is, I'm at a loss to understand exactly what is going wrong with
your compile.  Perhaps contacting the port's maintainers --
[EMAIL PROTECTED] -- would be a good move.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: OpenOffice build

2003-11-04 Thread R.T.G. TAN
On Sun, Nov 02, 2003 at 09:58:49AM +, Matthew Seaman wrote:
 On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
  Hi,
  
  Im trying to install openoffice and am getting
  the folling:
  
  
  ../../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/nsrootidl 
  nsrootidl.idl
  ../../dist/bin/xpt_link _xpidlgen/xpcom_base.xpt _xpidlgen/nsIErrorService.xpt 
  _xpidlgen/nsIConsoleService.xpt _xpidlgen/nsIConsoleMessage.xpt 
  _xpidlgen/nsIConsoleListener.xpt _xpidlgen/nsIException.xpt 
  _xpidlgen/nsIExceptionService.xpt _xpidlgen/nsIInterfaceRequestor.xpt 
  _xpidlgen/nsIProgrammingLanguage.xpt _xpidlgen/nsISupports.xpt 
  _xpidlgen/nsIWeakReference.xpt _xpidlgen/nsIMemory.xpt _xpidlgen/nsrootidl.xpt
  ../../config/nsinstall -R -m 644 _xpidlgen/xpcom_base.xpt ../../dist/bin/components
  Can't locate File/Spec/Unix.pm in @INC (@INC contains: ../../config 
  /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 
  /usr/local/lib/perl5/site_perl/5.005/i386-freebsd 
  /usr/local/lib/perl5/site_perl/5.005 .) at /usr/libdata/perl/5.00503/File/Spec.pm 
  line 21.
  BEGIN failed--compilation aborted at /usr/libdata/perl/5.00503/FindBin.pm line 79.
  BEGIN failed--compilation aborted at ../../config/make-jars.pl line 6.
  gmake[3]: *** [libs] Error 2
  gmake[3]: Leaving directory 
  `/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom/base'
  gmake[2]: *** [libs] Error 2
  gmake[2]: Leaving directory 
  `/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom'
  gmake[1]: *** [tier_9] Error 2
  gmake[1]: Leaving directory 
  `/usr/ports/editors/openoffice/work/mozilla/work/mozilla'
  gmake: *** [default] Error 2
  *** Error code 2
  
  Stop in /usr/ports/editors/openoffice/work/mozilla.
  *** Error code 1
  
  Stop in /usr/ports/editors/openoffice.
  *** Error code 1
  
  Stop in /usr/ports/editors/openoffice.
  *** Error code 1
  
  Stop in /usr/ports/editors/openoffice.
  ** Command failed [exit code 1]: /usr/bin/script -qa 
  /usr/home/rotan/tmp/portinstall49564.0 make
  ** Fix the problem and try again.
  ** The following packages were not installed or upgraded (*:skipped / !:failed)
  ! editors/openoffice(unknown build error)
  
  
 
 Either install a more recent version of perl -- ie. one of lang/perl5
 (for perl-5.6.1) or lang/perl5.8 (for perl-5.8.1) ports, and don't
 forget to run:
 
 # use.perl port
 
 or install the devel/p5-File-Spec port.  The File::Spec module is a
 standard module in more recent versions of perl than the one the
 system provides.
 
   Cheers,
 
   Matthew
 
 -- 
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 1TH UK


Hi Matthew,

Thanks for your reply. Well I did as you
wrote. Updated perl as well as p5-File-Spec. I used
portupgrade -rf for this.

But Im still having the same problem. What more would
you suggest?


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


Re: OpenOffice build

2003-11-04 Thread Matthew Seaman
On Tue, Nov 04, 2003 at 10:38:35AM +0100, R.T.G. TAN wrote:
 On Sun, Nov 02, 2003 at 09:58:49AM +, Matthew Seaman wrote:
  On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
   Hi,
   
   Im trying to install openoffice and am getting
   the folling:
   
   
   ../../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/nsrootidl 
   nsrootidl.idl
   ../../dist/bin/xpt_link _xpidlgen/xpcom_base.xpt _xpidlgen/nsIErrorService.xpt 
   _xpidlgen/nsIConsoleService.xpt _xpidlgen/nsIConsoleMessage.xpt 
   _xpidlgen/nsIConsoleListener.xpt _xpidlgen/nsIException.xpt 
   _xpidlgen/nsIExceptionService.xpt _xpidlgen/nsIInterfaceRequestor.xpt 
   _xpidlgen/nsIProgrammingLanguage.xpt _xpidlgen/nsISupports.xpt 
   _xpidlgen/nsIWeakReference.xpt _xpidlgen/nsIMemory.xpt _xpidlgen/nsrootidl.xpt
   ../../config/nsinstall -R -m 644 _xpidlgen/xpcom_base.xpt 
   ../../dist/bin/components
   Can't locate File/Spec/Unix.pm in @INC (@INC contains: ../../config 
   /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 
   /usr/local/lib/perl5/site_perl/5.005/i386-freebsd 
   /usr/local/lib/perl5/site_perl/5.005 .) at 
   /usr/libdata/perl/5.00503/File/Spec.pm line 21.
   BEGIN failed--compilation aborted at /usr/libdata/perl/5.00503/FindBin.pm line 
   79.
   BEGIN failed--compilation aborted at ../../config/make-jars.pl line 6.
   gmake[3]: *** [libs] Error 2
   gmake[3]: Leaving directory 
   `/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom/base'
   gmake[2]: *** [libs] Error 2
   gmake[2]: Leaving directory 
   `/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom'
   gmake[1]: *** [tier_9] Error 2
   gmake[1]: Leaving directory 
   `/usr/ports/editors/openoffice/work/mozilla/work/mozilla'
   gmake: *** [default] Error 2
   *** Error code 2
   
   Stop in /usr/ports/editors/openoffice/work/mozilla.
   *** Error code 1
   
   Stop in /usr/ports/editors/openoffice.
   *** Error code 1
   
   Stop in /usr/ports/editors/openoffice.
   *** Error code 1
   
   Stop in /usr/ports/editors/openoffice.
   ** Command failed [exit code 1]: /usr/bin/script -qa 
   /usr/home/rotan/tmp/portinstall49564.0 make
   ** Fix the problem and try again.
   ** The following packages were not installed or upgraded (*:skipped / !:failed)
   ! editors/openoffice(unknown build error)
   
   
  
  Either install a more recent version of perl -- ie. one of lang/perl5
  (for perl-5.6.1) or lang/perl5.8 (for perl-5.8.1) ports, and don't
  forget to run:
  
  # use.perl port
  
  or install the devel/p5-File-Spec port.  The File::Spec module is a
  standard module in more recent versions of perl than the one the
  system provides.

 Thanks for your reply. Well I did as you
 wrote. Updated perl as well as p5-File-Spec. I used
 portupgrade -rf for this.
 
 But Im still having the same problem. What more would
 you suggest?

Err -- you only needed to do one of those things.  Still, it shouldn't
cause any problems having done both.

Did you run:

# use.perl port

You need to do that, or the ports system will simply ignore the
updated perl you've installed.  Now when you type 'perl -v' it should say:

This is perl, v5.6.1

or

This is perl, v5.8.1

depending on which perl port you installed.  You should also be able
to run this command without errors:

% perl -MFile::Spec -e 'print $File::Spec::VERSION, \n;'

(which returns 0.86 on my system, but anything reasonable will do).

You should probably do a:

# make clean

in the OpenOffice port directory and start again from scratch with the
compilation. 

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: OpenOffice build

2003-11-04 Thread R.T.G. TAN
On Tue, Nov 04, 2003 at 12:08:03PM +, Matthew Seaman wrote:


 
 Err -- you only needed to do one of those things.  Still, it shouldn't
 cause any problems having done both.
 
 Did you run:
 
 # use.perl port
 
 You need to do that, or the ports system will simply ignore the
 updated perl you've installed.  Now when you type 'perl -v' it should say:
 
 This is perl, v5.6.1
 
 or
 
 This is perl, v5.8.1
 
 depending on which perl port you installed.  You should also be able
 to run this command without errors:
 
 % perl -MFile::Spec -e 'print $File::Spec::VERSION, \n;'
 
 (which returns 0.86 on my system, but anything reasonable will do).
 
 You should probably do a:
 
 # make clean
 
 in the OpenOffice port directory and start again from scratch with the
 compilation. 
 
   Cheers,
 
   Matthew
 
 -- 
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 1TH UK


Hi Matthew,

Got 0.86 as output from:

% perl -MFile::Spec -e 'print $File::Spec::VERSION, \n;'

as well as did the:

 % use.perl port

and cleaned out the openoffice port before portinstalling it
again, still failed the openoffice install, as before.

-- 
robert tan

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


Re: OpenOffice build

2003-11-03 Thread Jesse Guardiani
Chris wrote:

 On Sunday 02 November 2003 03:58 am, Matthew Seaman wrote:
 On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
  Hi,
 
  Im trying to install openoffice and am getting
  the folling:
 
 Try /usr/ports/editors/openoffice-devel
 
 This builds and installs nicely.

Yeah, after 10 straight hours on a P3-1.3ghz and 4-6 Gigs
of disk space! :)

I've got a package of OO-1.1 for stock FreeBSD 5.1-RELEASE
and jdk-1.4.1p4 if anyone wants to post it to the download
site somewhere.

-rw-r--r--  1 root  wheel  76918941 Oct 19 12:24 openoffice-1.1.0_1.tbz

I built it by hand because the package on the OO-1.1 website
said it required some kernel changes from -CURRENT.

I'm NOT making this available for general download directly
from me. Contact me offlist if you're interested in
providing my package on a website somewhere.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


OpenOffice build

2003-11-02 Thread R.T.G. TAN
Hi,

Im trying to install openoffice and am getting
the folling:


../../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/nsrootidl 
nsrootidl.idl
../../dist/bin/xpt_link _xpidlgen/xpcom_base.xpt _xpidlgen/nsIErrorService.xpt 
_xpidlgen/nsIConsoleService.xpt _xpidlgen/nsIConsoleMessage.xpt 
_xpidlgen/nsIConsoleListener.xpt _xpidlgen/nsIException.xpt 
_xpidlgen/nsIExceptionService.xpt _xpidlgen/nsIInterfaceRequestor.xpt 
_xpidlgen/nsIProgrammingLanguage.xpt _xpidlgen/nsISupports.xpt 
_xpidlgen/nsIWeakReference.xpt _xpidlgen/nsIMemory.xpt _xpidlgen/nsrootidl.xpt
../../config/nsinstall -R -m 644 _xpidlgen/xpcom_base.xpt ../../dist/bin/components
Can't locate File/Spec/Unix.pm in @INC (@INC contains: ../../config 
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 
.) at /usr/libdata/perl/5.00503/File/Spec.pm line 21.
BEGIN failed--compilation aborted at /usr/libdata/perl/5.00503/FindBin.pm line 79.
BEGIN failed--compilation aborted at ../../config/make-jars.pl line 6.
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory 
`/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom/base'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory 
`/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/ports/editors/openoffice/work/mozilla/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/editors/openoffice/work/mozilla.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
** Command failed [exit code 1]: /usr/bin/script -qa 
/usr/home/rotan/tmp/portinstall49564.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped / !:failed)
! editors/openoffice(unknown build error)



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


Re: OpenOffice build

2003-11-02 Thread Matthew Seaman
On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
 Hi,
 
 Im trying to install openoffice and am getting
 the folling:
 
 
 ../../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/nsrootidl 
 nsrootidl.idl
 ../../dist/bin/xpt_link _xpidlgen/xpcom_base.xpt _xpidlgen/nsIErrorService.xpt 
 _xpidlgen/nsIConsoleService.xpt _xpidlgen/nsIConsoleMessage.xpt 
 _xpidlgen/nsIConsoleListener.xpt _xpidlgen/nsIException.xpt 
 _xpidlgen/nsIExceptionService.xpt _xpidlgen/nsIInterfaceRequestor.xpt 
 _xpidlgen/nsIProgrammingLanguage.xpt _xpidlgen/nsISupports.xpt 
 _xpidlgen/nsIWeakReference.xpt _xpidlgen/nsIMemory.xpt _xpidlgen/nsrootidl.xpt
 ../../config/nsinstall -R -m 644 _xpidlgen/xpcom_base.xpt ../../dist/bin/components
 Can't locate File/Spec/Unix.pm in @INC (@INC contains: ../../config 
 /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 
 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd 
 /usr/local/lib/perl5/site_perl/5.005 .) at /usr/libdata/perl/5.00503/File/Spec.pm 
 line 21.
 BEGIN failed--compilation aborted at /usr/libdata/perl/5.00503/FindBin.pm line 79.
 BEGIN failed--compilation aborted at ../../config/make-jars.pl line 6.
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory 
 `/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom/base'
 gmake[2]: *** [libs] Error 2
 gmake[2]: Leaving directory 
 `/usr/ports/editors/openoffice/work/mozilla/work/mozilla/xpcom'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/ports/editors/openoffice/work/mozilla/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2
 
 Stop in /usr/ports/editors/openoffice/work/mozilla.
 *** Error code 1
 
 Stop in /usr/ports/editors/openoffice.
 *** Error code 1
 
 Stop in /usr/ports/editors/openoffice.
 *** Error code 1
 
 Stop in /usr/ports/editors/openoffice.
 ** Command failed [exit code 1]: /usr/bin/script -qa 
 /usr/home/rotan/tmp/portinstall49564.0 make
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded (*:skipped / !:failed)
 ! editors/openoffice(unknown build error)
 
 

Either install a more recent version of perl -- ie. one of lang/perl5
(for perl-5.6.1) or lang/perl5.8 (for perl-5.8.1) ports, and don't
forget to run:

# use.perl port

or install the devel/p5-File-Spec port.  The File::Spec module is a
standard module in more recent versions of perl than the one the
system provides.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: OpenOffice build

2003-11-02 Thread Chris
On Sunday 02 November 2003 03:58 am, Matthew Seaman wrote:
 On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
  Hi,
 
  Im trying to install openoffice and am getting
  the folling:

Try /usr/ports/editors/openoffice-devel

This builds and installs nicely.

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: OpenOffice build problem - 4.8 RC #1

2003-03-20 Thread Jason Morgan

On Thu, Mar 20, 2003 at 12:22:53AM -0500, Jason Morgan wrote:
 I have been trying to build OpenOffice 1.0.2 for the last couple days,
 and this is what I get. I have tried cvsuping my source, reinstalling
 all installed packages, and whatever else I could think of. Still no go.
 Also, I finally decided to use the 1.0.1 package available at OO.org,
 and writer fails on me, without explaination. Anyone have any
 suggestions? I just built this on a 4.7 machine less than two weeks ago,
 went perfectly.
 
 Thanks,
 Jason Morgan
 
 Error output:
 
 
 
 In file included from ../../inc/docfilt.hxx:65, 
  from ../../inc/fcontnr.hxx:72, 
  from   
 /usr/ports/editors/openoffice/work/oo_1.0.2_src/sfx2/sourc  
 e/doc/doctempl.cxx:200: 
 /usr/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/com/s
 un/star/plugin/PluginDescription.hpp: In instantiation of   
 `com::sun::star::uno::  
 Referencecom::sun::star::uno::XComponentContext': 
 /usr/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/com/s
 un/star/plugin/PluginDescription.hpp:60:   instantiated from here   
 /usr/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/com/s
 un/star/plugin/PluginDescription.hpp:60: internal   
error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.   
 dmake:  Error code 1, while making '../../unxfbsd.pro/slo/doctempl.obj' 
 ---* TG_SLO.MK *--- 
 dmake:  Error code 255, while making 'do_it_exceptions' 
 ---* TG_SLO.MK *--- 
 ERROR: Error 65280 occurred while making
 /usr/ports/editors/openoffice/work/oo_1 
 .0.2_src/sfx2/source/doc
 dmake:  Error code 1, while making 'build_all'  
 ---* TG_SLO.MK *--- 
 *** Error code 255  
 Stop in /usr/ports/editors/openoffice.  
 *** Error code 1
 Stop in /usr/ports/editors/openoffice.  
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall4542.0 make 
  reinstall  
 ** Fix the installation problem and try again.  
 ** The following packages were not installed or upgraded (*:skipped /   
 !:failed)   
 ! editors/openoffice(install error)

Sorry, I'll port this to the openoffice mailing list - I didn't know
there was one.

Jason


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


OpenOffice build problem - 4.8 RC #1

2003-03-19 Thread Jason Morgan
I have been trying to build OpenOffice 1.0.2 for the last couple days,
and this is what I get. I have tried cvsuping my source, reinstalling
all installed packages, and whatever else I could think of. Still no go.
Also, I finally decided to use the 1.0.1 package available at OO.org,
and writer fails on me, without explaination. Anyone have any
suggestions? I just built this on a 4.7 machine less than two weeks ago,
went perfectly.

Thanks,
Jason Morgan

Error output:



In file included from ../../inc/docfilt.hxx:65, 
 from ../../inc/fcontnr.hxx:72, 
 from   
/usr/ports/editors/openoffice/work/oo_1.0.2_src/sfx2/sourc  
e/doc/doctempl.cxx:200: 
/usr/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/com/s
un/star/plugin/PluginDescription.hpp: In instantiation of   
`com::sun::star::uno::  
Referencecom::sun::star::uno::XComponentContext': 
/usr/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/com/s
un/star/plugin/PluginDescription.hpp:60:   instantiated from here   
/usr/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/com/s
un/star/plugin/PluginDescription.hpp:60: internal   
   error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.   
dmake:  Error code 1, while making '../../unxfbsd.pro/slo/doctempl.obj' 
---* TG_SLO.MK *--- 
dmake:  Error code 255, while making 'do_it_exceptions' 
---* TG_SLO.MK *--- 
ERROR: Error 65280 occurred while making
/usr/ports/editors/openoffice/work/oo_1 
.0.2_src/sfx2/source/doc
dmake:  Error code 1, while making 'build_all'  
---* TG_SLO.MK *--- 
*** Error code 255  
Stop in /usr/ports/editors/openoffice.  
*** Error code 1
Stop in /usr/ports/editors/openoffice.  
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall4542.0 make 
 reinstall  
** Fix the installation problem and try again.  
** The following packages were not installed or upgraded (*:skipped /   
!:failed)   
! editors/openoffice(install error)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Openoffice build error

2003-03-16 Thread Greg 'groggy' Lehey
On Sunday, 16 March 2003 at 21:28:42 +0200, Ian Barnes wrote:
 Hi,

 I am trying to build the latest version of openoffice (cvsupped earlier). I
 get this error bellow, i am runing a 5.0 Rel system with X4, and KDE 3.1

 snip
 ===  Extracting for mozilla-1.0.2_1
 Checksum mismatch for mozilla-source-1.0.2.tar.bz2.
 Make sure the Makefile and distinfo file
 (/usr/ports/editors/openoffice/work/mozilla/distinfo)
 are up to date.  If you are absolutely sure you want to override this
 check, type make NO_CHECKSUM=yes [other args].
 *** Error code 1

What does the file look like?  Is it valid?  Is it complete?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Openoffice build error

2003-03-16 Thread Ian Barnes
Hi,

I am trying to build the latest version of openoffice (cvsupped earlier). I 
get this error bellow, i am runing a 5.0 Rel system with X4, and KDE 3.1

snip
[EMAIL PROTECTED] /usr/ports/editors/openoffice # make install

REQUIREMENTS:

OO requires that the ENV variable LANG
is set to a proper value. Dependent on
which language port you use, OO does
automatically set LANG to a suitable
value. You can change this with:

USE_LANG=prefered language

and set a different language
like:

en_US.ISO8859-15 en_US.ISO8859-1
US-ASCII

Your current setting is:

USE_LANG=en_US.ISO8859-15


OPTIONS:

You can compile OO with different
gcc compiler versions:

Add USE_GCC=2.95 or USE_GCC=3.1
to compile openoffice with your
prefered compiler.

If you like to use the native BSD
JDK for the build system, you can use
WITH_BSD_JDK=TRUE to disable the
usage of the linux-JDK and linux dependency.


You can compile OO with debug symbols
if you call make with WITH_DEBUG=1

If you set WITH_DEBUG=2, you add internal
OO.org debug support.


You may set WITH_TTF_BYTECODE_ENABLED=YES
if you like to use the Freetype library to
render TTF fonts. Normally the TTF lib is
not used to render fonts.

If you have licensed the Apple patents
US05155805 US05159668 and US05325479
you can enable this option to get better
quality of glyphs at small bitmap sizes.


NOTICE:

To build Openoffice, you should have a lot
of free diskspace (~ 4GB).


===  Extracting for openoffice-1.0.2_1
 Checksum OK for openoffice/OOo_1.0.2_source.tar.bz2.
 Checksum OK for openoffice/gpc231.tar.Z.
 Checksum OK for openoffice/patch-openoffice-mozilla101-2002-10-14.
===  Extracting mozilla sub project
 libart_lgpl-1.0.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
 Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/libart_lgpl-1.0.2.tar.bz2:
 
Service not available, closing control connection
 Attempting to fetch from 
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/.
fetch: transfer timed out
 Attempting to fetch from 
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/.
Receiving libart_lgpl-1.0.2.tar.bz2 (97936 bytes): 100% (ETA 00:00)
97936 bytes transferred in 222.3 seconds (440.64 Bps)
===  Extracting for mozilla-1.0.2_1
 Checksum mismatch for mozilla-source-1.0.2.tar.bz2.
 Checksum OK for libart_lgpl-1.0.2.tar.bz2.
Make sure the Makefile and distinfo file 
(/usr/ports/editors/openoffice/work/mozilla/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/editors/openoffice/work/mozilla.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
[EMAIL PROTECTED] /usr/ports/editors/openoffice #

/snip


Anyone have any ideas ?

Ian
-- 
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


OpenOffice build failure

2003-02-07 Thread Matt Smith
OpenOffice is failing to build from ports.  I have attached the last
~300 lines of output from a build. 

d80h149:/usr/ports/editors/openoffice#uname -a
FreeBSD d80h149.xx.xx.edu 4.7-STABLE FreeBSD 4.7-STABLE #3: Mon Feb  3
03:41:33 EST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DELLGX400 
i386

d80h149:/usr/ports/editors/openoffice#gcc -v
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
d80h149:/usr/ports/editors/openoffice#gcc32 -v
Reading specs from
/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.2.1/specs
Configured with: ./..//gcc-3.2.1/configure --disable-nls --with-gnu-as
--with-gnu-ld
--with-gxx-include-dir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.2.1/include/g++-v3
 --with-system-zlib 
--includedir=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.7/3.2.1/include/Java 
--disable-libgcj --disable-shared --prefix=/usr/local i386-portbld-freebsd4.7
Thread model: posix
gcc version 3.2.1


Any thoughts?
Thanks,
-Matt

=
Building project connectivity
=
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/resource
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/types
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/manager
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/sdbcx
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/parse
--- EXCEPTIONSFILES ---
`../../unxfbsd.pro/slo/PColumn.obj' is up to date
`../../unxfbsd.pro/slo/sqliterator.obj' is up to date
`../../unxfbsd.pro/slo/sqlnode.obj' is up to date
--- EXCEPTIONSFILES OVER ---
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/commontools
--- EXCEPTIONSFILES ---
`../../unxfbsd.pro/slo/predicateinput.obj' is up to date
`../../unxfbsd.pro/slo/ConnectionWrapper.obj' is up to date
`../../unxfbsd.pro/slo/TConnection.obj' is up to date
`../../unxfbsd.pro/slo/conncleanup.obj' is up to date
`../../unxfbsd.pro/slo/emptymetadata.obj' is up to date
`../../unxfbsd.pro/slo/dbtools.obj' is up to date
`../../unxfbsd.pro/slo/dbexception.obj' is up to date
`../../unxfbsd.pro/slo/CommonTools.obj' is up to date
`../../unxfbsd.pro/slo/DateConversion.obj' is up to date
`../../unxfbsd.pro/slo/FDatabaseMetaDataResultSetMetaData.obj' is up to
date
`../../unxfbsd.pro/slo/FDatabaseMetaDataResultSet.obj' is up to date
`../../unxfbsd.pro/slo/TDatabaseMetaDataBase.obj' is up to date
`../../unxfbsd.pro/slo/TSkipDeletedSet.obj' is up to date
--- EXCEPTIONSFILES OVER ---
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/simpledbt
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/dbtools
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/drivers/jdbc
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/drivers/file
--- EXCEPTIONSFILES ---
`../../../unxfbsd.pro/slo/FNoException.obj' is up to date
`../../../unxfbsd.pro/slo/FConnection.obj' is up to date
`../../../unxfbsd.pro/slo/FResultSetMetaData.obj' is up to date
`../../../unxfbsd.pro/slo/FColumns.obj' is up to date
`../../../unxfbsd.pro/slo/FTables.obj' is up to date
`../../../unxfbsd.pro/slo/FTable.obj' is up to date
`../../../unxfbsd.pro/slo/FCatalog.obj' is up to date
`../../../unxfbsd.pro/slo/FResultSet.obj' is up to date
`../../../unxfbsd.pro/slo/FStatement.obj' is up to date
`../../../unxfbsd.pro/slo/FPreparedStatement.obj' is up to date
`../../../unxfbsd.pro/slo/FDatabaseMetaData.obj' is up to date
`../../../unxfbsd.pro/slo/FDriver.obj' is up to date
`../../../unxfbsd.pro/slo/fanalyzer.obj' is up to date
`../../../unxfbsd.pro/slo/fcomp.obj' is up to date
--- EXCEPTIONSFILES OVER ---
-
/apps/ports/editors/openoffice/work/oo_1.0.2_src/connectivity/source/drivers/mozab/mozillasrc
--
Making: ../../../../unxfbsd.pro/slo/MDatabaseMetaDataHelper.obj
g++32 -w -c -I. -I. -I../inc -I../../../inc -I../../../../inc
-I../../../../unx/inc -I../../../../unxfbsd.pro/inc -I.
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/stl 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/external 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solenv/unxfbsd/inc 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solenv/inc 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/res 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/stl 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solenv/inc/Xp31 
-I/usr/local/linux-sun-jdk1.3.1/include -I/usr/local/linux-sun-jdk1.3.1/include/linux 
-I/usr/local/linux-sun-jdk1.3.1/include/green_threads/include -I/usr/X11R6/include 
-I. -I../../../../res -I. -I.. 
-I/apps/ports/editors/openoffice/work/oo_1.0.2_src/solver/641/unxfbsd.pro/inc/mozilla