From owner-freebsd-ports@freebsd.org Fri Jul 14 08:24:50 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 D59A4D9A892 for ; Fri, 14 Jul 2017 08:24:50 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C079981892 for ; Fri, 14 Jul 2017 08:24:50 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id BFB51D9A891; Fri, 14 Jul 2017 08:24:50 +0000 (UTC) Delivered-To: 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 BF32AD9A890 for ; Fri, 14 Jul 2017 08:24:50 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 8399A81891 for ; Fri, 14 Jul 2017 08:24:50 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 8F7E9284C2; Fri, 14 Jul 2017 10:24:40 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 59C47284C1; Fri, 14 Jul 2017 10:24:39 +0200 (CEST) Subject: Re: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified To: bob prohaska , ports@freebsd.org References: <20170714010638.GA61852@www.zefox.net> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <59687FC7.7020000@quip.cz> Date: Fri, 14 Jul 2017 10:24:39 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <20170714010638.GA61852@www.zefox.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 14 Jul 2017 08:24:50 -0000 bob prohaska wrote on 2017/07/14 03:06: > In trying to compile gnome3 from ports on a Raspberry Pi 2 error messages > with the general form: > > py27-cairo-1.10.0_2 needs Python 2.7 at most, but 3.6 was specified > > come up for numerous dependencies. The failed builds have so far successed when > done in the port directory, using make -DBATCH > > The ports tree is at: > # svnlite info /usr/ports > Path: /usr/ports > Working Copy Root Path: /usr/ports > URL: svn://svn.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 445408 > Node Kind: directory > Schedule: normal > Last Changed Author: lme > Last Changed Rev: 445408 > Last Changed Date: 2017-07-09 12:14:55 -0700 (Sun, 09 Jul 2017) > > Is there an alternative to manually compiling the failing dependencies? What do you have in make.conf? Do you have something like DEFAULT_VERSIONS = python=3.6? If yes, then this is the long standing bug I faced years ago - some ports want 2.7 but 3.x is pulled as dependency if default version is set to 3.x Miroslav Lachman