From owner-freebsd-ports@freebsd.org Tue Sep 11 18:56:58 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC0941099D08 for ; Tue, 11 Sep 2018 18:56:58 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Received: from mail2.protonmail.ch (mail2.protonmail.ch [185.70.40.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.protonmail.ch", Issuer "QuoVadis Global SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43DF98436B for ; Tue, 11 Sep 2018 18:56:58 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Date: Tue, 11 Sep 2018 18:56:41 +0000 To: FreeBSD Ports From: Lorenzo Salvadore Reply-To: Lorenzo Salvadore Subject: Re: Poudriere Message-ID: In-Reply-To: <244558824.3611899.1536685352830@mail.yahoo.com> References: <596850902.3408902.1536665148359.ref@mail.yahoo.com> <596850902.3408902.1536665148359@mail.yahoo.com> <1756904160.3584383.1536683534378@mail.yahoo.com> <244558824.3611899.1536685352830@mail.yahoo.com> Feedback-ID: X6az_D2smWSR8MT5MHqXnWF0upxehDyHia7Id1cbayHNBUkRu3CIeusDsZHiivIIjmaKB1_OofpALrRUYjNz3w==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.protonmail.ch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 18:56:58 -0000 > It happens only on non x86 no matter version of freebsd. =C2=A0Py-pytest = at py36 does it for me. Koobs tested it in his arm64 at py36. =C2=A0It= =E2=80=99s not the port itself. As the file that touches during build isn= =E2=80=99t related to the port=C2=A0The freebsd11 changes to freebsd12 acco= rding to jail version=C2=A0 > usr/local/lib/python3.6/pycache/sysconfigdata_m_freebsd11.cpython-36.pyc:= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 size (17379, 17331) Your problem must be in lang/python. Read lang/python36/pkg-plist line 154: you find the name of your file. And in lang/python37/pkg-plist, line 157 again. On the contrary, there is no such file in lang/python27. Lorenzo Salvadore.