From owner-svn-ports-all@freebsd.org Wed Feb 17 10:39:05 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 4CF0A53B626; Wed, 17 Feb 2021 10:39:05 +0000 (UTC) (envelope-from vvd@unislabs.com) Received: from relay.unislabs.com (relay.unislabs.com [85.236.8.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgZ891Y8Gz55kZ; Wed, 17 Feb 2021 10:39:04 +0000 (UTC) (envelope-from vvd@unislabs.com) Received: from [10.0.1.27] (port=12675 helo=phobos.unislabs.local) by relay.unislabs.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lCKER-000IfI-7N; Wed, 17 Feb 2021 13:38:55 +0300 Subject: Re: svn commit: r565463 - in head/graphics/sane-backends: . files To: Guido Falsi , "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102162134.11GLYGc8034439@repo.freebsd.org> <6b1b7c71-a2cc-0eec-219c-c932b03d21b9@FreeBSD.org> <89dcc84f-5f95-d759-1771-586c05ff26d9@FreeBSD.org> From: =?UTF-8?B?0JLQu9Cw0LTQuNC80LjRgCDQlNGA0YPQt9C10L3QutC+?= Message-ID: Date: Wed, 17 Feb 2021 13:38:54 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <89dcc84f-5f95-d759-1771-586c05ff26d9@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: ru acl_m0: acl_m3: acl_m4: 0 acl_m5: madpilot@freebsd.org acl_m6: 0 spam_score_int: -9 X-Rspamd-Queue-Id: 4DgZ891Y8Gz55kZ X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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 10:39:05 -0000 17.02.2021 12:53, Guido Falsi пишет: > 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 > Can you confirm your suggestion (USES=python:build) fixed build in poudriere?