From owner-freebsd-python@freebsd.org Sun Dec 3 22:29:45 2017 Return-Path: Delivered-To: freebsd-python@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 4F28AE6A528 for ; Sun, 3 Dec 2017 22:29:45 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id C4C266C536 for ; Sun, 3 Dec 2017 22:29:44 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Sun, 03 Dec 2017 23:29:37 +0100 Authentication-Results: connect.ultra-secure.de; iprev=pass; auth=pass (plain); spf=none smtp.mailfrom=ultra-secure.de Received-SPF: None (connect.ultra-secure.de: domain of ultra-secure.de does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=217.71.83.52; helo=[192.168.1.200]; envelope-from= Received: from [192.168.1.200] (217-071-083-052.ip-tech.ch [217.71.83.52]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id 565887B9-9948-4F53-9E41-752A322350C8.1 envelope-from (authenticated bits=0); Sun, 03 Dec 2017 23:29:35 +0100 From: Rainer Duffner Message-Id: Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: Question about flavors/python Date: Sun, 3 Dec 2017 23:29:30 +0100 In-Reply-To: Cc: freebsd-python@freebsd.org To: Ben Woods References: X-Mailer: Apple Mail (2.3445.4.7) X-Haraka-GeoIP: EU, CH, 451km X-Haraka-ASN: 24951 X-Haraka-GeoIP-Received: X-Haraka-ASN: 24951 217.71.80.0/20 X-Haraka-ASN-CYMRU: asn=24951 net=217.71.80.0/20 country=CH assignor=ripencc date=2003-08-07 X-Haraka-FCrDNS: 217-071-083-052.ip-tech.ch X-Haraka-p0f: os="Mac OS X " link_type="DSL" distance=15 total_conn=3 shared_ip=N X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 4509, bad: 1, connections: 4953, history: 4508, asn_score: 224, asn_connections: 227, asn_good: 224, asn_bad: 0, pass:asn, asn_all_good, relaying Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 22:29:45 -0000 > Am 03.12.2017 um 20:14 schrieb Ben Woods : >=20 > On Sat, 2 Dec 2017 at 11:19 pm, Rainer Duffner > wrote: > Hi, >=20 > I build a lot of python ports as dependencies on my poudriere server. >=20 > However, since the change to flavors, this doesn=E2=80=99t work = anymore. >=20 > Hi Rainer, >=20 > Is your poudriere version >=3D 3.2? >=20 > If not, you need to use poudriere to build just poudriere first, then = pkg upgrade poudriere, then use poudriere to build everything else. >=20 Ah, yes. You=E2=80=99re right. Was still on 2017Q4. I usually only build quarterly cuts of the ports-tree, but I wanted to = have a working version of iocage and experiment with php72=E2=80=A6 Thanks. Best Regards Rainer