Bug 202679 - editors/libreoffice: Don't build LO (4.3.7.2) on 10.2
Summary: editors/libreoffice: Don't build LO (4.3.7.2) on 10.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 16:06 UTC by Vladimir Omelchuk
Modified: 2015-09-02 10:43 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Omelchuk 2015-08-26 16:06:16 UTC
...
[build LNK] StaticLibrary/libvclmain.a
[build LNK] Executable/gengal.bin
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/libavmedialo.so: undefined reference to `COLLADABU::URI::setPath(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/libavmedialo.so: undefined reference to `COLLADAFW::UniqueId::UniqueId(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/libavmedialo.so: undefined reference to `COLLADABU::URI::URI(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool)'
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/libavmedialo.so: undefined reference to `COLLADABU::URI::setPathDir(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/libavmedialo.so: undefined reference to `COLLADAFW::Root::loadDocument(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/libavmedialo.so: undefined reference to `COLLADABU::Utils::createDirectoryIfNeeded(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/svx/Executable_gengal.mk:20: recipe for target '/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/gengal.bin' failed
gmake[2]: *** [/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2/instdir/program/gengal.bin] Error 1
gmake[2]: Leaving directory '/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2'
Makefile:224: recipe for target 'build' failed
gmake[1]: *** [build] Error 2
gmake[1]: Leaving directory '/usr/ports/editors/libreoffice/work/libreoffice-4.3.7.2'
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/libreoffice


# uname -srm
FreeBSD 10.2-RELEASE-p1 amd64

# less make.conf 
BATCH=YES
CPUTYPE?=core2
OPTIONS_SET=CUPS
WITHOUT_LPR=YES
WITH_PKGNG=YES
NO_WARNING_PKG_INSTALL_EOL=yes
DEFAULT_VERSIONS+=apache=2.2
QT4_OPTIONS=CUPS NAS QGTKSTYLE
DEVELOPER=yes
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2015-09-01 21:53:31 UTC
It seems you have linker problem.  Please rebuild graphics/opencollada and try again.  Note editors/libreoffice was updated to 5.0.1.  You may want to try that, too.
Comment 2 Vladimir Omelchuk 2015-09-02 10:43:04 UTC
LO updated to 5.0.1 (build only with make flags: MAKE_JOBS_UNSAFE=yes).
Thanks!