Summary: | media-libs/opencv-2.4.13 emerge failed with USE="qt5" enabled | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergey Torokhov <torokhov-s-a> |
Component: | Current packages | Assignee: | Amy Liffey <amynka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dilfridge, torokhov-s-a |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info '=media-libs/opencv-2.4.13::gentoo'
emerge -pqv '=media-libs/opencv-2.4.13::gentoo' build.log build[libopencv_highgui.].log |
Description
Sergey Torokhov
2017-09-13 07:22:11 UTC
Created attachment 494296 [details]
emerge --info '=media-libs/opencv-2.4.13::gentoo'
Created attachment 494298 [details]
emerge -pqv '=media-libs/opencv-2.4.13::gentoo'
Created attachment 494300 [details]
build.log
It strange, but usualy (i re-emerge after emerge -av --depclean) I recive such output (for libopencv_highgui.so but not for libopencv_video.so) [ 31%] Linking CXX shared library ../../lib/libopencv_highgui.so cd /var/tmp/portage/media-libs/opencv-2.4.13/work/opencv-2.4.13_build/modules/highgui && /usr/bin/cmake -E cmake_link_script CMakeFiles/opencv_highgui.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -pthread -ffunction-sections -fopenmp -Wno-deprecated-declarations -Wno-clobbered -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libopencv_highgui.so.2.4 -o ../../lib/libopencv_highgui.so.2.4.13 CMakeFiles/opencv_highgui.dir/src/cap.cpp.o CMakeFiles/opencv_highgui.dir/src/cap_images.cpp.o CMakeFiles/opencv_highgui.dir/src/loadsave.cpp.o CMakeFiles/opencv_highgui.dir/src/utils.cpp.o CMakeFiles/opencv_highgui.dir/src/window.cpp.o CMakeFiles/opencv_highgui.dir/src/window_QT.cpp.o CMakeFiles/opencv_highgui.dir/qrc_window_QT.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_base.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_bmp.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_exr.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_imageio.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_jpeg.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_jpeg2000.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_png.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_pxm.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_sunras.cpp.o CMakeFiles/opencv_highgui.dir/src/grfmt_tiff.cpp.o CMakeFiles/opencv_highgui.dir/src/bitstrm.cpp.o CMakeFiles/opencv_highgui.dir/opencv_highgui_automoc.cpp.o ../../lib/libopencv_imgproc.so.2.4.13 -ldl -lm -lpthread -lrt -lGLU -lGL -lz -ljpeg -lpng -lz -ltiff /usr/lib64/libQt5Test.so.5.7.1 /usr/lib64/libQt5Concurrent.so.5.7.1 /usr/lib64/libQt5OpenGL.so.5.7.1 ../../lib/libopencv_core.so.2.4.13 -ldl -lm -lpthread -lrt -ljpeg -lpng -ltiff /usr/lib64/libQt5Widgets.so.5.7.1 /usr/lib64/libQt5Gui.so.5.7.1 /usr/lib64/libQt5Core.so.5.7.1 /usr/lib64/libQt5Gui.so.5.7.1:(*IND*+0x0): multiple definition of `__bss_start' /usr/lib64/libQt5Gui.so.5.7.1:(*IND*+0x0): multiple definition of `_edata' /usr/lib64/libQt5Gui.so.5.7.1:(*IND*+0x0): multiple definition of `_end' /usr/lib64/libQt5Core.so.5.7.1:(*IND*+0x0): multiple definition of `__bss_start' /usr/lib64/libQt5Core.so.5.7.1:(*IND*+0x0): multiple definition of `__bss_start' /usr/lib64/libQt5Core.so.5.7.1:(*IND*+0x0): multiple definition of `_edata' /usr/lib64/libQt5Core.so.5.7.1:(*IND*+0x0): multiple definition of `_edata' /usr/lib64/libQt5Core.so.5.7.1:(*IND*+0x0): multiple definition of `_end' /usr/lib64/libQt5Core.so.5.7.1:(*IND*+0x0): multiple definition of `_end' collect2: error: ld returned 1 exit status make[2]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/build.make:596: lib/libopencv_highgui.so.2.4.13] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-libs/opencv-2.4.13/work/opencv-2.4.13_build' make[1]: *** [CMakeFiles/Makefile2:950: modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2 make[1]: Leaving directory '/var/tmp/portage/media-libs/opencv-2.4.13/work/opencv-2.4.13_build' make: *** [Makefile:161: all] Error 2 Created attachment 494304 [details]
build[libopencv_highgui.].log
(In reply to Sergey Torokhov from comment #5) > Created attachment 494304 [details] > build[libopencv_highgui.].log Is it still a problem ? I cannot reproduce it. Possible duplicate of bug 623566 (In reply to Amy Liffey from comment #6) > (In reply to Sergey Torokhov from comment #5) > > Created attachment 494304 [details] > > build[libopencv_highgui.].log > > Is it still a problem ? I cannot reproduce it. No the bug isn't reproduced now. media-libs/opencv Installed versions: 2.4.13(00:39:20 11/21/17)(eigen gtk jpeg opengl openmp png python qt5 tiff -cuda -examples -ffmpeg -gstreamer -ieee1394 -ipp -java -jpeg2k -libav -opencl -openexr -pch -qt4 -testprograms -threads -v4l -vtk -xine ELIBC="-FreeBSD" PYTHON_TARGETS="python2_7") Thanks. Could the issue be closed? (In reply to Sergey Torokhov from comment #8) > (In reply to Amy Liffey from comment #6) > > (In reply to Sergey Torokhov from comment #5) > > > Created attachment 494304 [details] > > > build[libopencv_highgui.].log > > > > Is it still a problem ? I cannot reproduce it. > > No the bug isn't reproduced now. > > media-libs/opencv > Installed versions: 2.4.13(00:39:20 11/21/17)(eigen gtk jpeg opengl openmp > png python qt5 tiff -cuda -examples -ffmpeg -gstreamer -ieee1394 -ipp -java > -jpeg2k -libav -opencl -openexr -pch -qt4 -testprograms -threads -v4l -vtk > -xine ELIBC="-FreeBSD" PYTHON_TARGETS="python2_7") > > > Thanks. Could the issue be closed? Of course thank you :) |