Date: Tue, 18 May 2021 09:36:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255968] graphics/opencv: missing symbols from libglog Message-ID: <bug-255968-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255968 Bug ID: 255968 Summary: graphics/opencv: missing symbols from libglog Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tcberner@freebsd.org Reporter: thierry@FreeBSD.org Flags: maintainer-feedback?(tcberner@freebsd.org) Assignee: tcberner@freebsd.org OpenCV depends on libglog from devel/glog, but trying to link with libopencv_sfm.so produces this error: /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `google::LogMessageFatal::LogMessageFatal(char const*, int)' /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `google::LogMessage::LogMessage(char const*, int)' /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `fLI::FLAGS_v' /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `google::InitVLOG3__(int**, int*, char const*, int)' /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `google::LogMessageFatal::~LogMessageFatal()' /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `google::LogMessage::~LogMessage()' /usr/local/bin/ld: /usr/local/lib/libopencv_sfm.so: undefined reference to `google::LogMessage::stream()' c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255968-7788>