From owner-freebsd-ports@FreeBSD.ORG Mon Feb 16 09:37:24 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85DA0156 for ; Mon, 16 Feb 2015 09:37:24 +0000 (UTC) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C724B18 for ; Mon, 16 Feb 2015 09:37:23 +0000 (UTC) Received: from th-04.cs.huji.ac.il ([132.65.80.125]) by kabab.cs.huji.ac.il with esmtp id 1YNHtH-0007RH-Ks for ports@freebsd.org; Mon, 16 Feb 2015 11:22:55 +0200 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: py-opencv and python3.3 fails to compile Message-Id: <50EDB708-8867-4029-B8C9-99103E1F4A23@cs.huji.ac.il> Date: Mon, 16 Feb 2015 11:22:54 +0200 To: ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 09:37:24 -0000 HI, I=E2=80=99m trying in /usr/ports/graphics/py-opencv make PYTHON_VERSION=3Dpython3.3 and it failed with: ... [100%] Building CXX object = modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/perf_calib3d.cpp.o [100%] Building CXX object = modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/perf_stat.cpp.o [100%] Building CXX object = modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/perf_canny.cpp.o [100%] Building CXX object = modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/main.cpp.o Linking CXX executable ../../bin/opencv_perf_ocl [100%] Built target opencv_perf_ocl =3D=3D=3D> Staging for py33-opencv-2.4.9_2 =3D=3D=3D> py33-opencv-2.4.9_2 depends on file: = /usr/local/lib/python3.3/site-packages/numpy/core/numeric.py - found =3D=3D=3D> py33-opencv-2.4.9_2 depends on file: = /usr/local/bin/python3.3 - found =3D=3D=3D> Generating temporary packing list make[2]: cannot open Makefile. make[2]: stopped in = /home/pobj/usr/ports/graphics/py-opencv/work/opencv-2.4.9/modules/python *** Error code 2 any ideas? thanks, danny