From owner-freebsd-python@FreeBSD.ORG Tue Sep 30 07:23:26 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB488291; Tue, 30 Sep 2014 07:23:26 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (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 E062EA87; Tue, 30 Sep 2014 07:23:25 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id z11so7693084lbi.27 for ; Tue, 30 Sep 2014 00:23:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:content-type:message-id:mime-version:subject:date :references:to:in-reply-to; bh=Kf5+wTQLA547LF1Wqs6HjqhK9OTCw4f+iixsfC2k4bU=; b=VXup/L2auhU5jfK7dF/WLbbinxFiNdFZvtDAhrGUr9zdlC43fTZ7alAjXrImbDOjvi 0MOPk+XBqIlofm6+lStT+GPkJ937PSLz5TIMLAKjG0oQ48v20ey71xTwb7m40qTDz+nD caIPxWJ81zjCyZmMB/mlrWbSDhhaSKguwqfpWXGn1HA//Y7xlRw3CQmj5/IuMF6ZSP+F K1pwF8avpgdSQaSCLk4msHmBkDlfugf0Xu6qFns9UTD3zjI2vdr/Z+mm6AcVivdYixjj 24Re+T6UtE78hb0PXqxfIAk9iCh1zForxp2wQy3mvNk/oNmkAsgOH/SCPTSXI5bOqJok XumA== X-Received: by 10.112.13.132 with SMTP id h4mr42569462lbc.45.1412061803582; Tue, 30 Sep 2014 00:23:23 -0700 (PDT) Received: from [10.0.1.14] (broadband-5-228-253-36.nationalcablenetworks.ru. [5.228.253.36]) by mx.google.com with ESMTPSA id ai1sm5726011lbd.12.2014.09.30.00.23.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Sep 2014 00:23:21 -0700 (PDT) Sender: Dmitry Sivachenko From: Dmitry Sivachenko Content-Type: multipart/mixed; boundary="Apple-Mail=_3FC90C82-8660-425F-BA2D-ABCEDF0FD5D0" Message-Id: <6D4AA066-D0FE-4F86-9519-4235A4B8D4B8@FreeBSD.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369447 - head/math/py-numpy Date: Tue, 30 Sep 2014 11:23:17 +0400 References: <62DE6FC0-81E3-4948-8EEC-E117F8804C47@FreeBSD.org> <20140929171014.Horde.YYy7h3WioJML_Df5UL6LGw1@graf.pompo.net> <98696AA7-E23D-46BF-854C-DAAB0FEAE9CC@FreeBSD.org> <20140929174352.GH22824@graf.pompo.net> <20140929220609.GK22824@graf.pompo.net> To: Thierry Thomas , python@freebsd.org, Antoine Brodin In-Reply-To: <20140929220609.GK22824@graf.pompo.net> X-Mailer: Apple Mail (2.1878.6) 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, 30 Sep 2014 07:23:27 -0000 --Apple-Mail=_3FC90C82-8660-425F-BA2D-ABCEDF0FD5D0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 On 30 =D1=81=D0=B5=D0=BD=D1=82. 2014 =D0=B3., at 2:06, Thierry Thomas = wrote: > Le lun 29 sep 14 =C3=A0 19:43:52 +0200, Thierry Thomas = > =C3=A9crivait : >=20 >>> No idea, I have 11-CURRENT/amd64 here and it fails too. >>>=20 >>> So at least FreeBSD version does not matter. >>=20 >> I'll just build it successfully in poudriere for 92i386 and 10amd64. >>=20 >> To be continued... >=20 > Sorry: I was not testing science/py-scipy! >=20 > Now I have been able to reproduce the failure and to fix it: I don't > really understand why, but it builds libraries without '-shared'! >=20 > Just adding `LDFLAGS+=3D -shared' fixes it (see the attached patch). > I'm not sure if this is related to the patch of numpy or to the = upgrade > of Gcc 4.7 to 4.8? >=20 > Anyway, this port is full of warnings... >=20 Thanks, Thierry. See also = http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369506/logs= /errors/py27-symeig-1.5_1.log Looks like the same issue. --Apple-Mail=_3FC90C82-8660-425F-BA2D-ABCEDF0FD5D0 Content-Disposition: attachment; filename=py-scipy.diff Content-Type: application/octet-stream; name="py-scipy.diff" Content-Transfer-Encoding: 7bit diff -urN science/py-scipy.orig/Makefile science/py-scipy/Makefile --- science/py-scipy.orig/Makefile 2014-09-11 21:07:47.000000000 +0200 +++ science/py-scipy/Makefile 2014-09-29 23:54:33.000000000 +0200 @@ -26,6 +26,8 @@ USES= fortran python USE_PYTHON= distutils autoplist concurrent +LDFLAGS+= -shared + OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE OPTIONS_DEFAULT=SUITESPARSE ATLAS_DESC= Use optimized blas library --Apple-Mail=_3FC90C82-8660-425F-BA2D-ABCEDF0FD5D0--