From owner-svn-ports-all@freebsd.org Wed Feb 17 09:53:19 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82F7853A0FE; Wed, 17 Feb 2021 09:53:19 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgY7M3PMcz53JB; Wed, 17 Feb 2021 09:53:19 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-79-12-130-69.retail.telecomitalia.it [79.12.130.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id BD59A28F57; Wed, 17 Feb 2021 09:53:18 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r565463 - in head/graphics/sane-backends: . files From: Guido Falsi To: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, vvd@unislabs.com References: <202102162134.11GLYGc8034439@repo.freebsd.org> <6b1b7c71-a2cc-0eec-219c-c932b03d21b9@FreeBSD.org> Message-ID: <89dcc84f-5f95-d759-1771-586c05ff26d9@FreeBSD.org> Date: Wed, 17 Feb 2021 10:53:17 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <6b1b7c71-a2cc-0eec-219c-c932b03d21b9@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 09:53:19 -0000 On 17/02/21 10:47, Guido Falsi wrote: > On 16/02/21 22:34, Tobias C. Berner wrote: >> Author: tcberner >> Date: Tue Feb 16 21:34:16 2021 >> New Revision: 565463 >> URL: https://svnweb.freebsd.org/changeset/ports/565463 >> >> Log: >>    graphics/sane-backends: graphics/sane-backends: update to 1.0.32 >>    Changelog: >>        https://gitlab.com/sane-project/backends/-/releases/1.0.32 >>    PR:        253562 >>    Submitted by:    VVD   (maintainer) >> >> Modified: >>    head/graphics/sane-backends/Makefile >>    head/graphics/sane-backends/distinfo >>    head/graphics/sane-backends/files/patch-configure >> > > This is failing for me in poudriere. Looks like it has grown an hard > dependency on python at least for building. I'm building without the > GPHOTO option. I guess that python is usually being brought in with such > a dependency. > > According to INSTALL.linux it's required only for build, so adding > USES=python:build should be enough. > Forgot to attach the error message, during configure I get: checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for a Python interpreter with version >= 2.7... none configure: error: no suitable Python interpreter found -- Guido Falsi