From owner-freebsd-python@FreeBSD.ORG Mon Sep 29 19:09:07 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 281B6CDC; Mon, 29 Sep 2014 19:09:07 +0000 (UTC) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (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 76CAE860; Mon, 29 Sep 2014 19:09:06 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id p9so61748lbv.19 for ; Mon, 29 Sep 2014 12:09:04 -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:cc :content-transfer-encoding:message-id:references:to; bh=BxU6H5vdnfDm+LEuQ6cbJHeKJek6XsT8FXpKIcYyoWM=; b=GzJhhUFXXdVF4kfuNokcCfeWzikvQW1M7SzSSzWp1f2jBoT2DF7K/GX7Xo8ATr9svg abyi+IVptEHVpVuoqo+VCOHmpfK7kwTtC5oR8AGXvZn+kNjR8vtgCXRbNMklbuqXCGPv QjoZSHvwYJFcf2m2bHQuw43+q6P9URYSme4v/ZJ95lAySOBeZ8Mflyn5Rzucb8JYiZem Di00kzMcXNdj1pBF1eLUhES4L2CpWiw0dxDjXTTDr9KdKoox/fe0afEJpO6ePyXGMyR5 xj5iLPINTQwFfA2feDcttSpenDcPW5ppps5iOZTaQEr7Aq3m2waN0dEWyMV05b8AoH6q whjg== X-Received: by 10.112.138.8 with SMTP id qm8mr39425483lbb.37.1412017744391; Mon, 29 Sep 2014 12:09:04 -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 ey9sm5218734lbc.1.2014.09.29.12.09.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Sep 2014 12:09:03 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r369447 - head/math/py-numpy From: Dmitry Sivachenko In-Reply-To: Date: Mon, 29 Sep 2014 23:09:02 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201409281040.s8SAetve060935@svn.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.1878.6) 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 19:09:07 -0000 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/ >>=20 >> Log: >> Fix >> ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by = /usr/local/lib/gcc48/libgfortran.so.3 not found >> error when importing numpy module. >>=20 >> PR: 188114 >> Patch by Thierry Thomas >>=20 >> Modified: >> head/math/py-numpy/Makefile >=20 > Hi, >=20 > This change breaks science/py-scipy >=20 > = http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369506/logs= /errors/py27-scipy-0.14.0_4.log >=20 Thanks for noticing. I informed Thierry and will investigate by myself = too. Thierry reports he successfully built py-scipy on 10/stable, so = this problem occurs only under some conditions.