Date: Mon, 24 Jul 2017 14:23:09 -0400 From: Steve Wills <swills@FreeBSD.org> To: "Herbert J. Skuhra" <herbert@mailbox.org>, freebsd-ports@freebsd.org Subject: Re: Blender and opencv2-core Message-ID: <579535ce-3ca0-043a-cc48-aacc755513bc@FreeBSD.org> In-Reply-To: <87bmobncyi.wl-herbert@mailbox.org> References: <00bf95d8-94ce-9eb6-8f8e-fc4494e4b4e7@gjunka.com> <7339a34b-1e81-618d-0f01-e3d2eef9e9cb@gjunka.com> <87bmobncyi.wl-herbert@mailbox.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?579535ce-3ca0-043a-cc48-aacc755513bc>