Summary: | graphics/vigra: produces broken library after hdf5 update | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed Works As Intended | ||
Severity: | Affects Many People | CC: | amdmi3, dim, rhurlin, sunpoet |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(fluffy) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Dmitry Marakasov
2015-05-26 23:36:57 UTC
Also, it may not use conditional compiler:*c++11*, as dependent ports must use the same C++ compiler. (In reply to Dmitry Marakasov from comment #0) Another break is with math/saga, also on HEAD[1][2]. There, it does not find the searched symbol by configure script (autotools) anymore: checking for VIGRA_RGBE_ReadPixels_Raw in -lvigraimpex... no [1] http://beefy4.nyi.freebsd.org/data/head-amd64-default/p387393_s283537/logs/saga-2.1.4.log [2] http://beefy3.nyi.freebsd.org/data/head-i386-default/p387393_s283537/logs/saga-2.1.4.log Fix: this happens after hdf5 update. Um, and it only happens on HEAD CC dim as well: this may be libc++ issue. Throw PR back on heap -- port's maintainership has been reset (nobody is maintainer currently) Looks like this has been fixed in the mean time. The graphics/vigra port builds fine for me, and linking something to libvigraimpex works OK: $ cat 1.cc int main() { return 0; } $ c++ 1.cc -L /usr/local/lib -lvigraimpex <success> Confirmed. |