[Bug 206999] textproc/libvisio: fix build with boost 1.60
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 7 14:15:04 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206999
Bug ID: 206999
Summary: textproc/libvisio: fix build with boost 1.60
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: office at FreeBSD.org
Reporter: amdmi3 at FreeBSD.org
Assignee: office at FreeBSD.org
Flags: maintainer-feedback?(office at FreeBSD.org)
Created attachment 166706
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166706&action=edit
Patch
With boost 1.60 (see
https://wiki.freebsd.org/BoostPortingProject/1.55-to-1.60):
../../lib/.libs/libvisio-0.0.so: undef../../lib/.libs/libvisio-0.0.so:
undefined reference to `boost::system::system_category()'
../../lib/.libs/libvisio-0.0.so: undefined reference to
`boost::system::generic_category()'
c++ined reference to `boost::system::system_category()'
../../lib/.libs/libvisio-0.0.so: undefined reference to
`boost::system::generic_category()'
Full log:
https://people.freebsd.org/~truckman/boost-1.60_fallout/r405759/FreeBSD-10.1-amd64/libvisio-0.0.31_4.log
Fixed by adding -lboost_system to LIBS.
Not tested the depends, may also need adding it to pkg-config LIBS.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list