Re: OpenOffice 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-16 Thread Chris Whitehouse

O. Hartmann wrote:

Hello,

I still get this error since OO 2.4 was offered via ports (OO 2.3 did 
well). I was wondering if someone has no solution to this sticky error.


Can anyone help?

Regards,
Oliver

In case it's any use to you, openoffice.org-3 (openoffice.org-3.0.0.b_1) 
does build with


make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED

also with just

make

openoffice.org-3.0.0.b failed with

make LOCALIZED_LANG=en-GB

I'm just testing openoffice.org-3.0.0.b_1 with

make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED LOCALIZED_LANG=en-GB


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


Re: OpenOffice 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-16 Thread Mon Si
Chris Whitehouse wrote the following, On 06/16/08 14:20:
 O. Hartmann wrote:
 Hello,

 I still get this error since OO 2.4 was offered via ports (OO 2.3
 did well). I was wondering if someone has no solution to this
 sticky error.

 Can anyone help?

 Regards,
 Oliver

 In case it's any use to you, openoffice.org-3
 (openoffice.org-3.0.0.b_1) does build with
 
 make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED
 
 also with just
 
 make
 
 openoffice.org-3.0.0.b failed with
 
 make LOCALIZED_LANG=en-GB
 
 I'm just testing openoffice.org-3.0.0.b_1 with
 
 make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED LOCALIZED_LANG=en-GB
 
 
 Chris

for me (fbsd 7.0) ooo2.4.1 (OOo_OOH680_m17_source.tar.bz2) and
ooo-3-devel (OOo_DEV300_m19_source.tar.bz2) both compile and work
well. I did upgrade via:

portugrade -m 'LOCALIZED_LANG=en-GB -DWITH_TTF_BYTECODE_ENABLED
-DWITHOUT_MOZILLA'

Cheers,
Simon
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenOffice 2.4.1: still getting compilation error

2008-06-16 Thread Camilo Reyes
I think your best bet (if you want to use OO) is to use PC-BSD. There is
a PBI package already available for it.

Just my two cents,

Bono Vince Malum
--
-Camilo

 Date: Sun, 15 Jun 2008 11:44:55 +
 From: O. Hartmann
 [EMAIL PROTECTED]
 Subject: OpenOffice 2.4.1: still getting compilation error
 in FBSD
   7.0-STABLE
 To: freebsd-questions@freebsd.org
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-15;
 format=flowed
 
 Hello,
 
 I still get this error since OO 2.4 was offered via ports
 (OO 2.3 did 
 well). I was wondering if someone has no solution to this
 sticky error.
 
 Can anyone help?
 
 Regards,
 Oliver
 
 rm -f ../unxfbsdx.pro/lib/check_libvcl680fx.so
 mv ../unxfbsdx.pro/lib/libvcl680fx.so 
 ../unxfbsdx.pro/lib/check_libvcl680fx.so
 /usr/ports/editors/openoffice.org-2/work/OOH680_m17/solenv/bin/checkdll.sh
 
 -L../unxfbsdx.pro/lib 
 -L/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solver/680/unxfbsdx.pro/lib
 
   ../unxfbsdx.pro/lib/check_libvcl680fx.so
 Checking DLL ../unxfbsdx.pro/lib/check_libvcl680fx.so ...:
 ERROR: 
 ../unxfbsdx.pro/lib/check_libvcl680fx.so: Undefined symbol 
 _ZNK7icu_3_814LEFontInstance17getDynamicClassIDEv
 dmake:  Error code 1, while making
 '../unxfbsdx.pro/lib/libvcl680fx.so'
 ---* tg_merge.mk *---
 
 ERROR: Error 65280 occurred while making 
 /usr/ports/editors/openoffice.org-2/work/OOH680_m17/vcl/util
 dmake:  Error code 1, while making
 'build_instsetoo_native'
 ---*  *---
 *** Error code 255
 
 Stop in /usr/ports/editors/openoffice.org-2.
 


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


Re: OpenOffice 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-16 Thread Chris Whitehouse

Chris Whitehouse wrote:

O. Hartmann wrote:

Hello,

I still get this error since OO 2.4 was offered via ports (OO 2.3 did 
well). I was wondering if someone has no solution to this sticky error.


Can anyone help?

Regards,
Oliver

In case it's any use to you, openoffice.org-3 (openoffice.org-3.0.0.b_1) 
does build with


make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED

also with just

make

openoffice.org-3.0.0.b failed with

make LOCALIZED_LANG=en-GB

I'm just testing openoffice.org-3.0.0.b_1 with

make -DWITHOUT_MOZILLA -DWITH_TTF_BYTECODE_ENABLED LOCALIZED_LANG=en-GB


Yep that works too. Distfile is OOo_BEA300_m2_source.tar.bz2

Chris

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


OpenOffice 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-15 Thread O. Hartmann

Hello,

I still get this error since OO 2.4 was offered via ports (OO 2.3 did 
well). I was wondering if someone has no solution to this sticky error.


Can anyone help?

Regards,
Oliver

rm -f ../unxfbsdx.pro/lib/check_libvcl680fx.so
mv ../unxfbsdx.pro/lib/libvcl680fx.so 
../unxfbsdx.pro/lib/check_libvcl680fx.so
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solenv/bin/checkdll.sh 
-L../unxfbsdx.pro/lib 
-L/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solver/680/unxfbsdx.pro/lib 
 ../unxfbsdx.pro/lib/check_libvcl680fx.so
Checking DLL ../unxfbsdx.pro/lib/check_libvcl680fx.so ...: ERROR: 
../unxfbsdx.pro/lib/check_libvcl680fx.so: Undefined symbol 
_ZNK7icu_3_814LEFontInstance17getDynamicClassIDEv

dmake:  Error code 1, while making '../unxfbsdx.pro/lib/libvcl680fx.so'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/vcl/util

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

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


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


Re: OpenOffice 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-15 Thread Aryeh M. Friedman

O. Hartmann wrote:

Hello,

I still get this error since OO 2.4 was offered via ports (OO 2.3 did 
well). I was wondering if someone has no solution to this sticky error.


Can anyone help?


I am not able tohelp but just to confirm this is due to libxml2 not 
being found right (note to maintainer thats the issue I have in 
attempting to install on 8-current [i386])


Regards,
Oliver

rm -f ../unxfbsdx.pro/lib/check_libvcl680fx.so
mv ../unxfbsdx.pro/lib/libvcl680fx.so 
../unxfbsdx.pro/lib/check_libvcl680fx.so
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solenv/bin/checkdll.sh 
-L../unxfbsdx.pro/lib 
-L/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solver/680/unxfbsdx.pro/lib 
 ../unxfbsdx.pro/lib/check_libvcl680fx.so
Checking DLL ../unxfbsdx.pro/lib/check_libvcl680fx.so ...: ERROR: 
../unxfbsdx.pro/lib/check_libvcl680fx.so: Undefined symbol 
_ZNK7icu_3_814LEFontInstance17getDynamicClassIDEv

dmake:  Error code 1, while making '../unxfbsdx.pro/lib/libvcl680fx.so'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/vcl/util

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

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


___
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 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-15 Thread Tim Kellers
I can confirm the error.  I tried rebuilding everything I could think of 
in my installed ports, but the error remains the same:


ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/vcl/util

dmake:  Error code 1, while making 'build_instsetoo_native'


O. Hartmann wrote:

Hello,

I still get this error since OO 2.4 was offered via ports (OO 2.3 did 
well). I was wondering if someone has no solution to this sticky error.


Can anyone help?

Regards,
Oliver

rm -f ../unxfbsdx.pro/lib/check_libvcl680fx.so
mv ../unxfbsdx.pro/lib/libvcl680fx.so 
../unxfbsdx.pro/lib/check_libvcl680fx.so
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solenv/bin/checkdll.sh 
-L../unxfbsdx.pro/lib 
-L/usr/ports/editors/openoffice.org-2/work/OOH680_m17/solver/680/unxfbsdx.pro/lib 
 ../unxfbsdx.pro/lib/check_libvcl680fx.so
Checking DLL ../unxfbsdx.pro/lib/check_libvcl680fx.so ...: ERROR: 
../unxfbsdx.pro/lib/check_libvcl680fx.so: Undefined symbol 
_ZNK7icu_3_814LEFontInstance17getDynamicClassIDEv

dmake:  Error code 1, while making '../unxfbsdx.pro/lib/libvcl680fx.so'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/vcl/util

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

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


___
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 2.4.1: still getting compilation error in FBSD 7.0-STABLE

2008-06-15 Thread Robert Huff

Tim Kellers writes:
  I can confirm the error.  I tried rebuilding everything I could think of 
  in my installed ports, but the error remains the same:
  
  ERROR: Error 65280 occurred while making 
  /usr/ports/editors/openoffice.org-2/work/OOH680_m17/vcl/util
  dmake:  Error code 1, while making 'build_instsetoo_native'

I get the same error, but in a different place:

/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/xuldoc': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/xultmpl': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/zlib': 
Invalid argument
dmake:  Error code 1, while making 
'unxfbsdi.pro/misc/build/so_moz_include_files'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making 
/usr/ports/editors/openoffice.org-2/work/OOH680_m17/moz
dmake:  Error code 1, while making 'build_instsetoo_native'



Robert Huff

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