From owner-freebsd-ports@freebsd.org Sun Jul 23 12:44:42 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 15430D7D733 for ; Sun, 23 Jul 2017 12:44:42 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B3F0F83E10 for ; Sun, 23 Jul 2017 12:44:40 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id v6NCidGj030121 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 23 Jul 2017 12:44:39 GMT (envelope-from list1@gjunka.com) Subject: Re: Blender and opencv2-core To: freebsd-ports@freebsd.org References: <00bf95d8-94ce-9eb6-8f8e-fc4494e4b4e7@gjunka.com> From: Grzegorz Junka Message-ID: <7339a34b-1e81-618d-0f01-e3d2eef9e9cb@gjunka.com> Date: Sun, 23 Jul 2017 12:44:39 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <00bf95d8-94ce-9eb6-8f8e-fc4494e4b4e7@gjunka.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large 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: Sun, 23 Jul 2017 12:44:42 -0000 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. Grzegorz J