From owner-freebsd-ports@freebsd.org Fri Jul 14 01:06:35 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 D2388DB2071 for ; Fri, 14 Jul 2017 01:06:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BE19B6FA12 for ; Fri, 14 Jul 2017 01:06:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id BA2FCDB2070; Fri, 14 Jul 2017 01:06:35 +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 B805ADB206F for ; Fri, 14 Jul 2017 01:06:35 +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 858A06FA11 for ; Fri, 14 Jul 2017 01:06:35 +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 v6E16cZK061868 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 13 Jul 2017 18:06:39 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v6E16cKW061867 for ports@freebsd.org; Thu, 13 Jul 2017 18:06:38 -0700 (PDT) (envelope-from fbsd) Date: Thu, 13 Jul 2017 18:06:38 -0700 From: bob prohaska To: ports@freebsd.org Subject: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified Message-ID: <20170714010638.GA61852@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 01:06:35 -0000 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? thanks for reading! bob prohaska