Re: LibreOffice 3.3.0.4 does not build (error 65280 in libreoffice/mythes)

2011-02-20 Thread Patrick Lamaiziere
Le Sat, 19 Feb 2011 15:42:55 +,
Baptiste Daroussin baptiste.darous...@gmail.com a écrit :

 The libO build is fragile, the first thing is to try rebuilding it.
 If the same error still occurs then try following the given
 instructions:
  cd 
  /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
  source ./FreeBSDX86Env.Set.sh
  cd mythes
  build
 
 To see exactly what fail.

There is a link error : (forget to say that the language is set to fr)

libtool: link: g++  -L/usr/local/lib ./.libs/libmythes-1.2.a
-lhunspell-1.2 /usr/lib/crt1.o(.text+0xa3): In function `_start1':
: undefined reference to `main'
*** Error code 1


bash-3.2# build
build -- version: 275224


=
Building module mythes
=

Entering 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes

mkdir: ./unxfbsdi.pro/misc/build/mythes-1.2.0/: File exists
make  all-am
/bin/sh ./libtool --tag=CXX--mode=link g++  -O2 -pipe
-I/usr/local/include -I/usr/local/include/db41 -L/usr/local/lib
-fno-strict-aliasing   -rpath=/usr/lib:/usr/local/lib -o example
example.o libmythes-1.2.la -L/usr/local/lib -lhunspell-1.2 libtool:
ignoring unknown tag CXX libtool_args+=: not found compile_command+=:
not found finalize_command+=: not found libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
compile_command+=: not found
finalize_command+=: not found
libtool_args+=: not found
libtool_args+=: not found
libtool_args+=: not found
libtool: link: g++  -L/usr/local/lib ./.libs/libmythes-1.2.a
-lhunspell-1.2 /usr/lib/crt1.o(.text+0xa3): In function `_start1':
: undefined reference to `main'
*** Error code 1

Stop
in 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes/unxfbsdi.pro/misc/build/mythes-1.2.0.
*** Error code 1

Stop
in 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes/unxfbsdi.pro/misc/build/mythes-1.2.0.
dmake:  Error code 1, while making
'./unxfbsdi.pro/misc/build/so_built_mythes'
-

 I'll be off for about a week so I can't help more, currently, when
 back I'll upgrade to 3.3.1 which have lots of fixes.

Ok, I will wait so.
Thanks for this new port Baptiste.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


LibreOffice 3.3.0.4 does not build (error 65280 in libreoffice/mythes)

2011-02-19 Thread Patrick Lamaiziere
Hello,

(8.2/i386)

LibreOffice does not build here : ERROR: error 65280 occurred while
making 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes

The options used are WITH_CUPS and JAVA.

Any idea? thanks.


Entering 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sw/util

Compiling: sw/unxfbsdi.pro/misc/sw_dflt_version.c
Compiling: sw/unxfbsdi.pro/misc/swd_dflt_version.c
Compiling: sw/unxfbsdi.pro/misc/swui_dflt_version.c
Compiling: sw/unxfbsdi.pro/misc/msword_dflt_version.c
Compiling: sw/unxfbsdi.pro/misc/vbaswobj_dflt.uno_version.c
Making:swall.lib
Making:swui.lib
Making:libswfi.so
Making:libswdfi.so
Making:libswuifi.so
Making:libmswordfi.so
Making:libvbaswobjfi.uno.so
Making:swen-US.res
Making:swfr.res
Compiling: rsc_sw
sw deliver
Module 'sw' delivered successfully. 245 files copied, 0 files unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while
making 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes

 it seems that the error is inside 'mythes', please re-run build
 inside this module to isolate the error and/or test your fix:
---

/bin/bash
cd 
/usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
source ./FreeBSDX86Env.Set.sh
cd mythes
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a
module. gmake: *** [stamp/build] Erreur 1
*** Error code 1
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


LibreOffice 3.3.0.4 does not build (error 65280 in libreoffice/mythes)

2011-02-19 Thread Robert Huff

Patrick Lamaiziere writes:

  (8.2/i386)
  
  LibreOffice does not build here : ERROR: error 65280 occurred while
  making 
 /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes

It build successfully a week ago on:

FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64 

with:

huff@ pd /usr/ports/editors/libreoffice/
/usr/ports/editors/libreoffice /var/db/pkg 
huff@ make showconfig
=== The following configuration options are available for libreoffice-3.3.0_4:
 WEBDAV=on Support webdav protocol
 CUPS=on Support cups for printing
 KDE4=off With Qt4/KDE4 vclplug support
 GNOME=off Better integration in gnome environnement
 JAVA=on Add Java support (XML Filters, macros)
=== Use 'make config' to modify these settings


Robert Huff
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: LibreOffice 3.3.0.4 does not build (error 65280 in libreoffice/mythes)

2011-02-19 Thread Baptiste Daroussin
2011/2/19 Patrick Lamaiziere patf...@davenulle.org:
 Hello,

 (8.2/i386)

 LibreOffice does not build here : ERROR: error 65280 occurred while
 making 
 /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes

 The options used are WITH_CUPS and JAVA.

 Any idea? thanks.

 
 Entering 
 /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/sw/util

 Compiling: sw/unxfbsdi.pro/misc/sw_dflt_version.c
 Compiling: sw/unxfbsdi.pro/misc/swd_dflt_version.c
 Compiling: sw/unxfbsdi.pro/misc/swui_dflt_version.c
 Compiling: sw/unxfbsdi.pro/misc/msword_dflt_version.c
 Compiling: sw/unxfbsdi.pro/misc/vbaswobj_dflt.uno_version.c
 Making:    swall.lib
 Making:    swui.lib
 Making:    libswfi.so
 Making:    libswdfi.so
 Making:    libswuifi.so
 Making:    libmswordfi.so
 Making:    libvbaswobjfi.uno.so
 Making:    swen-US.res
 Making:    swfr.res
 Compiling: rsc_sw
 sw deliver
 Module 'sw' delivered successfully. 245 files copied, 0 files unchanged

 ---
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

 ERROR: error 65280 occurred while
 making 
 /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice/mythes

  it seems that the error is inside 'mythes', please re-run build
  inside this module to isolate the error and/or test your fix:
 ---

 /bin/bash
 cd 
 /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
 source ./FreeBSDX86Env.Set.sh
 cd mythes
 build

 when the problem is isolated and fixed exit and re-run 'make' from the
 top-level sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a
 module. gmake: *** [stamp/build] Erreur 1
 *** Error code 1
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


The libO build is fragile, the first thing is to try rebuilding it.
If the same error still occurs then try following the given
instructions:
 cd 
 /usr/pkg/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.0.4/build/libreoffice
 source ./FreeBSDX86Env.Set.sh
 cd mythes
 build

To see exactly what fail.

I'll be off for about a week so I can't help more, currently, when
back I'll upgrade to 3.3.1 which have lots of fixes.

regards,
Bapt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org