From owner-freebsd-python@FreeBSD.ORG Tue Oct 28 15:21:22 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD678FC5; Tue, 28 Oct 2014 15:21:21 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34D22AD6; Tue, 28 Oct 2014 15:21:21 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id mc6so804587lab.40 for ; Tue, 28 Oct 2014 08:21:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=RZic1g/NajvezmKo+TtoDiY4AJ/j9wF+OWTvwMgpGK0=; b=Sdx91oXz0Z804yk0lutyaNhQMkuRtH31PfhOBDw02XVJedyLrzn0wKaARIYfr64fpL IYnO2sWrqQSrKR8gEHKWN9ofsBEhlGUA0gBzbR6rR3Sm4s0lRgNYlg9Omy5X9Ol+jMrj 5NiayiABEEwEI29g2Rs+OBZkTqVdM4s5hqwTOOsDXFyVLIYWX+I5dM3K14SQN0ivPSe/ 3Ernn+pPPrp/cc3zaIvqaWHRM04/g5ExFplXT9ioO/59z/foDEK92feOqvQfD32YMf0x /Ly/GkvK6m/OoY63USd6g0xsdwZauJKsWDptGObSdRljabozt0eiUKSxHx6PjZJwksOc x8qw== X-Received: by 10.152.7.7 with SMTP id f7mr4679541laa.57.1414509678953; Tue, 28 Oct 2014 08:21:18 -0700 (PDT) Received: from ?IPv6:2a02:6b8::408:6c62:28ac:5d40:e588? ([2a02:6b8:0:408:6c62:28ac:5d40:e588]) by mx.google.com with ESMTPSA id f4sm727166lag.29.2014.10.28.08.21.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Oct 2014 08:21:18 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: svn commit: r371567 - in head/lang/python34: . files From: Dmitry Sivachenko In-Reply-To: Date: Tue, 28 Oct 2014 18:21:15 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <805A5998-26F1-4CAB-A565-382C13509F9A@FreeBSD.org> References: <201410271254.s9RCs5ld049355@svn.freebsd.org> <04B47323-0BE9-4FEE-99C8-E575E23B0230@FreeBSD.org> To: Antoine Brodin , python@freebsd.org X-Mailer: Apple Mail (2.1990.1) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 15:21:22 -0000 > On 28 =D0=BE=D0=BA=D1=82. 2014 =D0=B3., at 12:38, Antoine Brodin = wrote: >=20 > On Tue, Oct 28, 2014 at 9:30 AM, Dmitry Sivachenko = wrote: >>=20 >>> On 28 =D0=BE=D0=BA=D1=82. 2014 =D0=B3., at 12:29, Antoine Brodin = wrote: >>>=20 >>> On Mon, Oct 27, 2014 at 12:54 PM, Dmitry Sivachenko = wrote: >>>> Author: demon >>>> Date: Mon Oct 27 12:54:04 2014 >>>> New Revision: 371567 >>>> URL: https://svnweb.freebsd.org/changeset/ports/371567 >>>> QAT: https://qat.redports.org/buildarchive/r371567/ >>>>=20 >>>> Log: >>>> Update to version 3.4.2. >>>> Two deleted patches were integrated upstream. >>>>=20 >>>> Reviewed by: koobs in D967 >>>>=20 >>>> Deleted: >>>> head/lang/python34/files/patch-issue21166 >>>> head/lang/python34/files/patch-issue21704 >>>> Modified: >>>> head/lang/python34/Makefile >>>> head/lang/python34/distinfo >>>> head/lang/python34/files/patch-Makefile.pre.in >>>> head/lang/python34/files/patch-Modules-_ctypes-libffi-configure >>>> head/lang/python34/pkg-plist >>>=20 >>> Hi, >>>=20 >>> This fails to build on i386 (_ctypes/libffi error) >>=20 >>=20 >> Where can I see build logs? QAT link leads to empty page. >=20 > I have this log: >=20 > = http://gohan1.ysv.freebsd.org/data/101i386-default-baseline/2014-10-27_21h= 27m36s/logs/errors/python34-3.4.2.log >=20 Well, I can't figure ATM what's wrong with _ctypes and libffi. But the = proposed patch to use libffi from ports should fix that. What do you think about this patch (and to force it unconditionally for = i386)? BTW, I took a look at NetBSD pkgsrc: they always build python with = libffi from ports (--with-system-libffi).