From owner-freebsd-ports-bugs@freebsd.org Tue Nov 8 18:57:04 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C88AFC378CB for ; Tue, 8 Nov 2016 18:57:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7811E8F for ; Tue, 8 Nov 2016 18:57:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8Iv30H029834 for ; Tue, 8 Nov 2016 18:57:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210505] graphics/opencv: Update to 3.1 Date: Tue, 08 Nov 2016 18:57:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: otacilio.neto@bsd.com.br X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: exp-run- merge-quarterly- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 18:57:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210505 --- Comment #42 from otacilio.neto@bsd.com.br --- Dears I have installed math/ceres-solve in my machine. When ceres-solver is installed, Opencv tries compile SFM module. I'm trying compile OpenCV with = sfm module enabled, but I'm stucked at this point. First, I have add this line = to Makefile because sfm module needs C++11 explicitly. CXXFLAGS+=3D -std=3Dc++11 Then, I have changed /usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/highgui/src/window_gt= k.cpp at 488 replacing a NULL to 0 But, compiles fail in this point, I think that it is only a including missi= ng, but I'm not a CMake guy and I will appreciate if someone can give me a hint about how fix it. Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/detection_based_track= er.cpp.o cd /usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect && /usr/bin/c++ -DCVAPI_EXPORTS -D__OPENCV_BUILD=3D1 -I/usr/ports/graphics/opencv3/work/opencv-3.1.0 -isystem /usr/local/include/eigen3 -isystem /usr/local/include/CL -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect/include -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect/src -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/core/include -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/imgproc/include -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/ml/include -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/imgcodecs/include -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/videoio/include -I/usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/highgui/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing=20 -std=3Dc++11 -isystem /usr/local/include -fsigned-char -W -Werror=3Dretur= n-type -Werror=3Dnon-virtual-dtor -Werror=3Daddress -Werror=3Dsequence-point -Wfor= mat -Werror=3Dformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-pro= mo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -Qunused-arguments -fomit-frame-pointer -msse -msse2 -mavx -ffunction-sections -fvisibility=3D= hidden -fvisibility-inlines-hidden -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -std=3Dc++11 -isystem /usr/local/i= nclude -DNDEBUG -fPIC -o CMakeFiles/opencv_objdetect.dir/src/detection_based_tracker.cpp.o -c /usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect/src/detecti= on_based_tracker.cpp /usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect/src/detecti= on_based_tracker.cpp:124:11: error: no member named 'DetectionBasedTracker' in namespace 'cv' class cv::DetectionBasedTracker::SeparateDetectionWork ~~~~^ /usr/ports/graphics/opencv3/work/opencv-3.1.0/modules/objdetect/src/detecti= on_based_tracker.cpp:192:5: error: no member named 'DetectionBasedTracker' in namespace 'cv' cv::DetectionBasedTracker::SeparateDetectionWork::SeparateDetectionWork(Det= ectionBasedTracker& _detectionBasedTracker, cv::Ptr _detector) --=20 You are receiving this mail because: You are the assignee for the bug.=