Summary: | graphics/opencv: missing symbols from libglog | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Thierry Thomas <thierry> |
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | sunpoet |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Thierry Thomas
![]() ![]() Actually, it seems related to a problem with devel/glog: see https://lists.freebsd.org/pipermail/dev-commits-ports-all/2021-May/006433.html (Adding sunpoet) Example of logs from pkg-fallout: http://beefy5.nyi.freebsd.org/data/122i386-default/7bfc2c072607/logs/cimg-2.9.7_2,3.log http://beefy9.nyi.freebsd.org/data/114amd64-default/7bfc2c072607/logs/cimg-2.9.7_2,3.log http://beefy10.nyi.freebsd.org/data/114i386-default/7bfc2c072607/logs/cimg-2.9.7_2,3.log (In reply to Thierry Thomas from comment #0) I could fix this by adding "LDFLAGS+=-lglog" to opencv/Makefile. (In reply to Thierry Thomas from comment #2) I do not have IPv6 connection. I'll try check this later. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cdaceb379244e0f304927e09d40061c67dc573d commit 2cdaceb379244e0f304927e09d40061c67dc573d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-20 16:14:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-20 16:14:20 +0000 graphics/opencv: Fix build with glog 0.5.0 PR: 255968 Reported by: thierry graphics/opencv/Makefile | 1 + 1 file changed, 1 insertion(+) |