ports/171588: editors/libreoffice build error
Sergey A. Osokin
osa at FreeBSD.org
Thu Sep 13 02:10:02 UTC 2012
>Number: 171588
>Category: ports
>Synopsis: editors/libreoffice build error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 13 02:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Sergey A. Osokin
>Release: FreeBSD 9.0-STABLE
>Organization:
FreeBSD Project
>Environment:
FreeBSD 9.0-STABLE
>Description:
% ident Makefile
Makefile:
$FreeBSD: ports/editors/libreoffice/Makefile,v 1.66 2012/09/12 16:41:31 jkim Exp $
editors/libreoffice build error:
..
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/solenv/bin/createcomponent.xslt lnth.component
/usr/local/bin/xsltproc --nonet --stringparam uri \
'vnd.sun.star.expand:$LO_LIB_DIR/libspelllo.so' -o ../../../unxfbsd.pro/misc/spell.component \
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/solenv/bin/createcomponent.xslt spell.component
Compiling: lingucomponent/source/languageguessing/altstrfunc.cxx
Compiling: lingucomponent/source/languageguessing/guess.cxx
Compiling: lingucomponent/source/languageguessing/guesslang.cxx
Compiling: lingucomponent/source/languageguessing/simpleguesser.cxx
/usr/local/bin/xsltproc --nonet --stringparam uri \
'vnd.sun.star.expand:$LO_LIB_DIR/libguesslanglo.so' -o ../../unxfbsd.pro/misc/guesslang.component \
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/solenv/bin/createcomponent.xslt guesslang.component
Making: guesslang.lib
Making: libguesslanglo.so
Making: spell.lib
Making: libspelllo.so
Making: hyphen_lib.lib
Making: libhyphenlo.so
: ERROR: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/solver/unxfbsd.pro/lib/liblnglo.so: Undefined symbol "_ZN4cppu15WeakImplHelper6IN3com3sun4star8document7XFilterENS3_4lang12XServiceInfoENS4_9XExporterENS6_15XInitializationENS3_9container6XNamedENS6_10XUnoTunnelEE14queryInterfaceERKNS3_3uno4TypeE"
dmake: Error code 1, while making '../../../unxfbsd.pro/lib/libspelllo.so'
: ERROR: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/solver/unxfbsd.pro/lib/liblnglo.so: Undefined symbol "_ZN4cppu15WeakImplHelper6IN3com3sun4star8document7XFilterENS3_4lang12XServiceInfoENS4_9XExporterENS6_15XInitializationENS3_9container6XNamedENS6_10XUnoTunnelEE14queryInterfaceERKNS3_3uno4TypeE"
dmake: Error code 1, while making '../../../../unxfbsd.pro/lib/libhyphenlo.so'
Making: lnth.lib
Making: liblnthlo.so
: ERROR: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/solver/unxfbsd.pro/lib/liblnglo.so: Undefined symbol "_ZN4cppu15WeakImplHelper6IN3com3sun4star8document7XFilterENS3_4lang12XServiceInfoENS4_9XExporterENS6_15XInitializationENS3_9container6XNamedENS6_10XUnoTunnelEE14queryInterfaceERKNS3_3uno4TypeE"
dmake: Error code 1, while making '../../../unxfbsd.pro/lib/liblnthlo.so'
-----------------------------------------------------------------------
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/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/lingucomponent/source/spellcheck/spell
ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/lingucomponent/source/hyphenator/altlinuxhyph/hyphen
ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/lingucomponent/source/thesaurus/libnth
ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/connectivity/source/drivers/odbcbase
ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/prj
ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/connectivity/source/drivers/file
it seems you are using a threaded build, which means that the
actual compile error is probably hidden far above, and could be
inside any of these other modules:
vcl lingucomponent
please re-run build inside each one to isolate the problem.
-----------------------------------------------------------------------
/usr/local/bin/bash
cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2
source ./Env.Host.sh
cd connectivity
rm -Rf /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/connectivity/unxfbsd.pro # optional module 'clean'
build
when the problem is isolated and fixed exit and re-run 'make' from the top-level
gmake[1]: *** [build] Ошибка 1
gmake[1]: Выход из каталога `/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2'
gmake: *** [source-env-and-recurse] Ошибка 2
*** [do-build] Error code 1
Stop in /usr/ports/editors/libreoffice.
*** [build] Error code 1
Stop in /usr/ports/editors/libreoffice.
>How-To-Repeat:
cd /usr/ports/editors/libreoffice && make
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list