Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 2016 14:15:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 206999] textproc/libvisio: fix build with boost 1.60
Message-ID:  <bug-206999-25061-TGUNeyKPoe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206999-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206999-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Marakasov <amdmi3@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to office@FreeBSD.=
org:
Bug 206999: textproc/libvisio: fix build with boost 1.60
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206999



--- Description ---
Created attachment 166706
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166706&action=
=3Dedit
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-am
d64/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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206999-25061-TGUNeyKPoe>