From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 19:42:17 2013 Return-Path: Delivered-To: ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4BDB7A01; Fri, 8 Feb 2013 19:42:17 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ia0-x22d.google.com (ia-in-x022d.1e100.net [IPv6:2607:f8b0:4001:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 1B60DB12; Fri, 8 Feb 2013 19:42:17 +0000 (UTC) Received: by mail-ia0-f173.google.com with SMTP id h37so4625807iak.4 for ; Fri, 08 Feb 2013 11:42:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=utQeZTErPH8cQ7EnlXCRdij+EtQblmm6S7zTyeIfVbw=; b=bIuzfEaRnfy/rudKfLFb1af6umcCzpuT4ReqfXG1AtvmPT/PT7TDG1yMEIsfs9dKlL RJ4C+OAWa9P0NeLeh+NRY7FjTWi9vf+tlhiitj7YofImIWBs+0Y0ApMYTSiD10zJCgjx yz07jte2FH2haJX6Sqg/JlIIUSKEyMyRNQmfn0bp4ZpOswDi1H7HKIX3mG+XXx5YqqB2 fceZG48ZYm8gMKsP2oknD/San0mLpgighLvMbLRu6GY646zUjL4DK4Vo/MKCVYE4A4Uj ip2LJgq9F1LEasvi2MIvR4fAmLiVv2AcBHdGm0F/WnzB8oib28bL7YnNY2ksKPHayfEs LVGg== MIME-Version: 1.0 X-Received: by 10.50.149.195 with SMTP id uc3mr4872414igb.4.1360352536741; Fri, 08 Feb 2013 11:42:16 -0800 (PST) Received: by 10.64.176.175 with HTTP; Fri, 8 Feb 2013 11:42:16 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Feb 2013 23:42:16 +0400 Message-ID: Subject: Re: graphics/opencv ISSUE with gcc 4.6.3 From: awarecons To: ports-bugs@freebsd.org, jhale@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 19:42:17 -0000 UPD: with gcc 4.2.1 and libIlm (OpenEXR) compiled with gcc 4.6.3 opencv-2.3.1_5 -> opencv-2.3.1_6 ... [ 24%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/test/test_affine3d_estimator.o Linking CXX executable ../../bin/opencv_test_calib3d /usr/local/include/../lib/libIlmThread.so.7: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)' /usr/local/include/../lib/libIlmThread.so.7: undefined reference to `std::__detail::_List_node_base::_M_unhook()' *** Error code 1 Stop in /usr/ports/graphics/opencv/work/OpenCV-2.3.1. *** Error code 1 Is that possible to make it compile with gcc 4.6.3? Thank you in advance. 2013/1/16 awarecons : > ===> Building for opencv-2.3.1_5 > [ 1%] Generating opencv_calib3d_pch_dephelp.cxx > Scanning dependencies of target opencv_calib3d_pch_dephelp > [ 1%] Building CXX object > modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.o > Linking CXX static library ../../lib/libopencv_calib3d_pch_dephelp.a > [ 1%] Built target opencv_calib3d_pch_dephelp > Scanning dependencies of target pch_Generate_opencv_calib3d > [ 1%] Generating precomp.hpp > [ 2%] Generating precomp.hpp.gch/opencv_calib3d_Release.gch > /usr/lib/crt1.o: In function `_start1': > crt1_c.c:(.text+0x9d): undefined reference to `main' > collect2: ld returned 1 exit status > *** Error code 1 > > Stop in /usr/ports/graphics/opencv/work/OpenCV-2.3.1. > *** Error code 1 > > But gcc 4.2+ works fine. Wonder, if there's need of libmap or so?