From owner-freebsd-ports@freebsd.org Fri Jul 14 16:06:10 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 4A7E3DA6443 for ; Fri, 14 Jul 2017 16:06:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 354BA6B144 for ; Fri, 14 Jul 2017 16:06:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 31DEADA6442; Fri, 14 Jul 2017 16:06:10 +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 31854DA6440 for ; Fri, 14 Jul 2017 16:06:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 102176B143 for ; Fri, 14 Jul 2017 16:06:09 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v6EG69XY064356 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 14 Jul 2017 09:06:09 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v6EG68sM064355; Fri, 14 Jul 2017 09:06:08 -0700 (PDT) (envelope-from fbsd) Date: Fri, 14 Jul 2017 09:06:08 -0700 From: bob prohaska To: Miroslav Lachman <000.fbsd@quip.cz> Cc: ports@freebsd.org Subject: Re: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified Message-ID: <20170714160608.GB61852@www.zefox.net> References: <20170714010638.GA61852@www.zefox.net> <59687FC7.7020000@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59687FC7.7020000@quip.cz> User-Agent: Mutt/1.5.24 (2015-08-30) 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 16:06:10 -0000 On Fri, Jul 14, 2017 at 10:24:39AM +0200, Miroslav Lachman wrote: > 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 > > What do you have in make.conf? Do you have something like > DEFAULT_VERSIONS = python=3.6? root@www:/home/bob # find / -name make.conf -depth -print /usr/share/examples/etc/make.conf /usr/src/share/examples/etc/make.conf Nothing's been customized. Thanks for writing! bob prohaska