From owner-freebsd-ports@freebsd.org Mon Dec 4 20:52:24 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 44396E6A8B8 for ; Mon, 4 Dec 2017 20:52:24 +0000 (UTC) (envelope-from ler@lerctr.org) 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 28A3A790AF for ; Mon, 4 Dec 2017 20:52:24 +0000 (UTC) (envelope-from ler@lerctr.org) Received: by mailman.ysv.freebsd.org (Postfix) id 28088E6A8B4; Mon, 4 Dec 2017 20:52:24 +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 27B49E6A8B3 for ; Mon, 4 Dec 2017 20:52:24 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:bb:dcff:fe50:d900]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05E54790AE for ; Mon, 4 Dec 2017 20:52:24 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=gxmebqn3bh4Cwg7Dr0h77B92fpPkxfkf7qWEreeF+nE=; b=LWk0o5yoXgkHdLncVJqE6wfXQb GzjRy9M0c2sI+7WI9+djNpPqy3lANTV3CbjgPkVZNPNu9tUR0fXZJUGLox+KPI68XvaLv3Ws35xsl lx0AmGG2hI2S8hiy6yeylavK6dA0M1xWzuaGyvI9cYPp1VokLY56w6MZjebxGIlgMlIQ=; Received: from [74.203.163.58] (port=43862 helo=[10.106.10.50]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1 (FreeBSD)) (envelope-from ) id 1eLxiw-0005On-9z; Mon, 04 Dec 2017 14:52:22 -0600 User-Agent: Microsoft-MacOutlook/10.9.0.171129 Date: Mon, 04 Dec 2017 14:51:51 -0600 Subject: Re: devel/scons port fails to build, please contact maintainer From: Larry Rosenman To: Koen Martens , Message-ID: <2FD38367-A114-4047-8ED9-BC2381836EC7@lerctr.org> Thread-Topic: devel/scons port fails to build, please contact maintainer References: <20171204204851.GC4791@sunra> In-Reply-To: <20171204204851.GC4791@sunra> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 20:52:24 -0000 Are you using poudriere 3.2? --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 =20 =20 =EF=BB=BFOn 12/4/17, 2:48 PM, "Koen Martens" wrote: Hi, =20 I'm cross-compiling packages for the raspberry pi using poudriere. However, as of a few days ago I get a number of errors: =20 [00:00:10] =3D=3D=3D=3D>> Error: databases/py-pymysql depends on nonexistent or= igin 'devel/py-setuptools@py27'; Please contact maintainer of the port to fi= x this. [00:00:26] =3D=3D=3D=3D>> Error: devel/scons depends on nonexistent origin 'dev= el/py-setuptools@py27'; Please contact maintainer of the port to fix this. [00:01:02] =3D=3D=3D=3D>> Error: net/samba44 depends on nonexistent origin 'dev= el/py-iso8601@py27'; Please contact maintainer of the port to fix this. [00:01:09] =3D=3D=3D=3D>> Error: Fatal errors encountered calculating dependenc= ies =20 The error asks me to please contact the maintainer of the port to fix it, which I do with this email. =20 Hope you know what to do about this. I think it has to do with a recent change I saw listed in UPDATING: =20 20171130: AFFECTS: */py* AUTHOR: mat@FreeBSD.org =20 Ports using Python via USES=3Dpython are now flavored. All the py3-* ports have been removed and folded into their py-* master ports. =20 People using Poudriere 3.2+ and binary packages do not have to do anything. =20 For other people, to build the Python 3.6 version of, for example, databases/py-gdbm, you need to run: =20 # make FLAVOR=3Dpy36 install =20 This error breaks the entire build, so currently poudriere fails to build *any* port, even those not depending on the offending packages. =20 Cheers, =20 Koen Martens =20 =20