Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2017 09:24:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219981] graphics/opencv: enabling TBB breaks graphics/kipi-plugins-*
Message-ID:  <bug-219981-13-DNIShq7eD5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219981-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219981-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219981

Melvyn Sopacua <m.r.sopacua@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kde@FreeBSD.org

--- Comment #1 from Melvyn Sopacua <m.r.sopacua@gmail.com> ---
Details:
/usr/local/libexec/ccache/c++  -O2 -pipe -fstack-protector -fno-strict-alia=
sing
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -W=
all
-W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common
-fvisibility=3Dhidden -Werror=3Dreturn-type -fvisibility-inlines-hidden
-Wno-return-type-c-linkage -O2 -DNDEBUG -DQT_NO_DEBUG   -fstack-protector
CMakeFiles/testipp.dir/testipp_automoc.cpp.o
CMakeFiles/testipp.dir/testForIPP.cpp.o  -o testipp -Wl,-rpath,/usr/local/l=
ib
/usr/local/lib/libopencv_contrib.so.2.4.13
/usr/local/lib/libopencv_legacy.so.2.4.13
/usr/local/lib/libopencv_objdetect.so.2.4.13
/usr/local/lib/libopencv_calib3d.so.2.4.13
/usr/local/lib/libopencv_features2d.so.2.4.13
/usr/local/lib/libopencv_highgui.so.2.4.13
/usr/local/lib/libopencv_flann.so.2.4.13 /usr/local/lib/libopencv_ml.so.2.4=
.13
/usr/local/lib/libopencv_video.so.2.4.13
/usr/local/lib/libopencv_imgproc.so.2.4.13
/usr/local/lib/libopencv_core.so.2.4.13 -lm -lpthread -ltbb
/usr/bin/ld: cannot find -ltbb
c++: error: linker command failed with exit code 1 (use -v to see invocatio=
n)

Note that all opencv libraries are referenced by full path, but tbb is not =
and
no -L/usr/local/lib is present.

/usr/local/bin/pkgconf --libs opencv
-L/usr/local/lib -lopencv_calib3d -lopencv_contrib -lopencv_core
-lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui
-lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_ocl
-lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_ts -lopencv_vi=
deo
-lopencv_videostab -ltbb -lGL -lGLU -lpthread -lm

--=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-219981-13-DNIShq7eD5>