Re: Problems compiling openoffice

2007-02-01 Thread Kurt Miller
sorry folks this is my fault. I removed a patch that should have
been trimmed down instead. I will be committing the fix for it
as soon as my next build of devel/jdk/1.5 completes.

thanks for the reports.

On Thursday 01 February 2007 12:36 am, STeve Andre' wrote:
> Trying to compile the openoffice monster gives me the error
> listed below.  I've tried this multiple times, this last time after
> recreating my ports tree.  This is on a -current system compiled
> on 1/30.   Given the complexities of both Java and Openoffice,
> I'm rather puzzled.  Have others built oo lately?  This is the
> first time in several weeks for me.
> 
> Thanks, STeve Andre'
> 
> /usr/local/jdk-1.5.0/bin/java -Xms256m -Xmx256m  
> -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
>  
> -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
>  
> -cp 
> .:../../unxobsd.pro/class:/usr/local/jdk-1.5.0/jre/lib/rt.jar:.:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/xml-apis.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/xercesImpl.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/xt.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/unoil.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/ridl.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/jurt.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/jut.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/xmlsearch.jar:/usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/solver/680/unxobsd.pro/bin/xmlhelp.jar:/usr/local/lib/db4/db.jar
>  
> com.sun.star.help.HelpLinker @/tmp/mkk19031
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no db_java in 
> java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
> at java.lang.Runtime.loadLibrary0(Runtime.java:822)
> at java.lang.System.loadLibrary(System.java:992)
> at com.sleepycat.db.db_javaJNI.(db_javaJNI.java:34)
> at com.sleepycat.db.Db.(Db.java:3276)
> at com.sun.star.help.HelpLinker.link(HelpLinker.java:369)
> at com.sun.star.help.HelpLinker.main(HelpLinker.java:228)
> dmake:  Error code 1, while making '../../unxobsd.pro/bin/sbasic_en-US.zip'
> '---* tg_merge.mk *---'
> 
> ERROR: Error 65280 occurred while 
> making 
> /usr/ports/editors/openoffice/w-openoffice-2.1.0p3/OOE680_m6/helpcontent2/util/sbasic
> dmake:  Error code 1, while making 'build_instsetoo_native'
> '---*  *---'
> *** Error code 255
> 
> Stop in /usr/ports/editors/openoffice (line 185 of Makefile).
> *** Error code 1
> 
> Stop in /usr/ports/editors/openoffice (line 2063 
> of /usr/ports/infrastructure/mk/bsd.port.mk).
> *** Error code 1
> 
> Stop in /usr/ports/editors/openoffice (line 1370 
> of /usr/ports/infrastructure/mk/bsd.port.mk).
> *** Error code 1
> 
> Stop in /usr/ports/editors/openoffice (line 1861 
> of /usr/ports/infrastructure/mk/bsd.port.mk).
> 
> 



Re: Problems compiling openoffice

2007-02-01 Thread viq

On 01/02/07, Hannah Schroeter <[EMAIL PROTECTED]> wrote:

Hello!

On Thu, Feb 01, 2007 at 12:36:47AM -0500, STeve Andre' wrote:
>Trying to compile the openoffice monster gives me the error
>listed below.  I've tried this multiple times, this last time after
>recreating my ports tree.  This is on a -current system compiled
>on 1/30.   Given the complexities of both Java and Openoffice,
>I'm rather puzzled.  Have others built oo lately?  This is the
>first time in several weeks for me.

>Thanks, STeve Andre'

I tried, but got disk space problems. Even after using up about 10GB, it
hasn't completed yet (command given was: FLAVOR=cleanobj make package,
dependencies were already installed and cleaned). So even the cleanobj
PSEUDO_FLAVOR didn't help.


Very same reason why I'm using FLAVOR="cleanobj no_lang" ;) With that
5GB free space is enough.


Kind regards,

Hannah.





--
viq



Re: Problems compiling openoffice

2007-02-01 Thread Hannah Schroeter
Hello!

On Thu, Feb 01, 2007 at 12:36:47AM -0500, STeve Andre' wrote:
>Trying to compile the openoffice monster gives me the error
>listed below.  I've tried this multiple times, this last time after
>recreating my ports tree.  This is on a -current system compiled
>on 1/30.   Given the complexities of both Java and Openoffice,
>I'm rather puzzled.  Have others built oo lately?  This is the
>first time in several weeks for me.

>Thanks, STeve Andre'

I tried, but got disk space problems. Even after using up about 10GB, it
hasn't completed yet (command given was: FLAVOR=cleanobj make package,
dependencies were already installed and cleaned). So even the cleanobj
PSEUDO_FLAVOR didn't help.

Kind regards,

Hannah.



Re: Problems compiling openoffice

2007-02-01 Thread viq

On 01/02/07, STeve Andre' <[EMAIL PROTECTED]> wrote:

Trying to compile the openoffice monster gives me the error
listed below.  I've tried this multiple times, this last time after
recreating my ports tree.  This is on a -current system compiled
on 1/30.   Given the complexities of both Java and Openoffice,
I'm rather puzzled.  Have others built oo lately?  This is the
first time in several weeks for me.


Looks like I hit the same problem:
/usr/local/jdk-1.5.0/bin/java -Xms256m -Xmx256m
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-cp 
.:../../unxobsd.pro/class:/usr/local/jdk-1.5.0/jre/lib/rt.jar:.:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/xml-apis.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/xercesImpl.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/xt.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/unoil.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/ridl.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/jurt.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/jut.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/xmlsearch.jar:/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/solver/680/unxobsd.pro/bin/xmlhelp.jar:/usr/local/lib/db4/db.jar
com.sun.star.help.HelpLinker @/tmp/mkY25408
systrace: deny user: viq, prog: /usr/local/jdk-1.5.0/bin/java, pid:
31087(0)[16638], policy: /usr/bin/make, filters: 193, syscall:
native-fswrite(5), filename: /dev/srandom
Exception in thread "main" java.lang.UnsatisfiedLinkError: no db_java
in java.library.path
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
   at java.lang.Runtime.loadLibrary0(Runtime.java:822)
   at java.lang.System.loadLibrary(System.java:992)
   at com.sleepycat.db.db_javaJNI.(db_javaJNI.java:34)
   at com.sleepycat.db.Db.(Db.java:3276)
   at com.sun.star.help.HelpLinker.link(HelpLinker.java:369)
   at com.sun.star.help.HelpLinker.main(HelpLinker.java:228)
dmake:  Error code 1, while making
'../../unxobsd.pro/bin/sbasic_en-US.zip'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/usr/obj/ports/openoffice-2.1.0p3-cleanobj-no_lang/OOE680_m6/helpcontent2/util/sbasic
*** Error code 1

Stop in /usr/ports/editors/openoffice (line 184 of Makefile).
*** Error code 1

Stop in /usr/ports/editors/openoffice (line 2063 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/editors/openoffice (line 1370 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/editors/openoffice (line 1861 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/editors/openoffice (line 2831 of
/usr/ports/infrastructure/mk/bsd.port.mk).



--
viq