From owner-freebsd-ports@freebsd.org Mon Jul 24 18:23:19 2017 Return-Path: Delivered-To: freebsd-ports@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 A2BB2D7CA93 for ; Mon, 24 Jul 2017 18:23:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E10973379 for ; Mon, 24 Jul 2017 18:23:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id v6OIN9iW066138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 24 Jul 2017 18:23:14 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Blender and opencv2-core To: "Herbert J. Skuhra" , freebsd-ports@freebsd.org References: <00bf95d8-94ce-9eb6-8f8e-fc4494e4b4e7@gjunka.com> <7339a34b-1e81-618d-0f01-e3d2eef9e9cb@gjunka.com> <87bmobncyi.wl-herbert@mailbox.org> From: Steve Wills Message-ID: <579535ce-3ca0-043a-cc48-aacc755513bc@FreeBSD.org> Date: Mon, 24 Jul 2017 14:23:09 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <87bmobncyi.wl-herbert@mailbox.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 24 Jul 2017 18:23:15 +0000 (UTC) X-Spam-Status: No, score=2.6 required=4.5 tests=RCVD_IN_RP_RNBL,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 18:23:19 -0000 Hi, On 07/23/2017 15:57, Herbert J. Skuhra wrote: > Grzegorz Junka skrev: >> >> On 23/07/2017 12:42, Grzegorz Junka wrote: >>> I am getting the following error when setting up blender >>> dependencies in poudriere: >>> >>> ===> Setting user-specified options for blender-2.78c_3 and dependencies >>> blender-2.78c_3: >>> "/usr/local/poudriere/ports/local/graphics/opencv2-core" >>> non-existent -- dependency list incomplete >>> >>> Has this been removed but not updated in one of dependent ports? >>> >>> Grzegorz J >>> >> >> Sent too early, this is the actual error when trying to compile: >> >> [00:00:17] ====>> Error: graphics/openimageio depends on nonexistent >> origin 'graphics/opencv2-core'; Please contact maintainer of the port >> to fix this. >> [00:00:33] ====>> Error: Fatal errors encountered calculating dependencies >> >> This is of course when OpenImageIO setting is enabled in blender. > > Have you tried to modify Makefile? > > Index: graphics/openimageio/Makefile > =================================================================== > --- graphics/openimageio/Makefile (revision 446433) > +++ graphics/openimageio/Makefile (working copy) > @@ -69,7 +69,7 @@ > OPENCV_CMAKE_ON= -DUSE_OPENCV:BOOL=ON > OPENCV_CMAKE_OFF= -DUSE_OPENCV:BOOL=OFF > OPENCV_LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ > - libopencv_core.so:graphics/opencv2-core \ > + libopencv_core.so:graphics/opencv-core \ > libopenjpeg.so:graphics/openjpeg15 > > OPENJPEG_CMAKE_ON= -DUSE_OPENJPEG:BOOL=ON > Fix committed, sorry about that, thanks for the heads up. Steve