From owner-freebsd-python@FreeBSD.ORG Mon Sep 29 21:01:46 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 1088DB80; Mon, 29 Sep 2014 21:01:46 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::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 79E697DA; Mon, 29 Sep 2014 21:01:45 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id n3so2996751wiv.14 for ; Mon, 29 Sep 2014 14:01:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=/UjMx9Nezesqe8LmUCHAND/oh0mLW3kfJgavjzIaJLQ=; b=Mjsluin8Z6AXK/AidbZBxpcHnUPIxqKD/WeC1QLnLnS9YmJ9FdWYfJULhzEuEY4ai0 WvPIvdwhE99ICdr0rukoiyNPWjwImUUoR966ddsymPR1Wb0H+Wu+/AlFp+UKvZuAuqb0 IkxhqSb/oPD72YRzQC3AWWyjU0pvBxXQFe95ouqrWABECwpCLgypVmTQ7C+jSbGDTK06 WAEvuNjFjHeKUtZjSS+EbpvnvPg+FGcOsCSpdjICWi8A53LqwkweKUIXsvXs8p818mUj hf4KiFKxHDWG3xSiBn07aXWaJaTFnH4FkkMYHr1l3aqva+IYiHIrRMebxjKvHvq49d70 C1WQ== MIME-Version: 1.0 X-Received: by 10.194.58.148 with SMTP id r20mr48787467wjq.66.1412024503734; Mon, 29 Sep 2014 14:01:43 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.164.130 with HTTP; Mon, 29 Sep 2014 14:01:43 -0700 (PDT) In-Reply-To: References: <201409281040.s8SAetve060935@svn.freebsd.org> Date: Mon, 29 Sep 2014 23:01:43 +0200 X-Google-Sender-Auth: QzmLNmIyX0L8OmniGUKy0XWGiWw Message-ID: Subject: Re: svn commit: r369447 - head/math/py-numpy From: Antoine Brodin To: Dmitry Sivachenko Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python@freebsd.org 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: Mon, 29 Sep 2014 21:01:46 -0000 On Mon, Sep 29, 2014 at 9:09 PM, Dmitry Sivachenko wrot= e: > > On 29 =D1=81=D0=B5=D0=BD=D1=82. 2014 =D0=B3., at 17:53, Antoine Brodin wrote: > >> On Sun, Sep 28, 2014 at 12:40 PM, Dmitry Sivachenko = wrote: >>> Author: demon >>> Date: Sun Sep 28 10:40:54 2014 >>> New Revision: 369447 >>> URL: http://svnweb.freebsd.org/changeset/ports/369447 >>> QAT: https://qat.redports.org/buildarchive/r369447/ >>> >>> Log: >>> Fix >>> ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/lo= cal/lib/gcc48/libgfortran.so.3 not found >>> error when importing numpy module. >>> >>> PR: 188114 >>> Patch by Thierry Thomas >>> >>> Modified: >>> head/math/py-numpy/Makefile >> >> Hi, >> >> This change breaks science/py-scipy >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369506/lo= gs/errors/py27-scipy-0.14.0_4.log >> > > > Thanks for noticing. I informed Thierry and will investigate by myself t= oo. Thierry reports he successfully built py-scipy on 10/stable, so this p= roblem occurs only under some conditions. math/py-symeig too, error log at http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369506/logs/= errors/py27-symeig-1.5_1.log (for both, -shared is missing) Cheers, Antoine