From owner-freebsd-python@freebsd.org Mon Jan 4 21:30:06 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB10A6229E for ; Mon, 4 Jan 2016 21:30:06 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 75C501DF0 for ; Mon, 4 Jan 2016 21:30:06 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id 72D66A6229D; Mon, 4 Jan 2016 21:30:06 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A21BA6229C for ; Mon, 4 Jan 2016 21:30:06 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389D01DEF for ; Mon, 4 Jan 2016 21:30:05 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) MIME-version: 1.0 Received: from aldan.narawntapu ([100.1.236.52]) by vms173009.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O0G00GMF6DWW120@vms173009.mailsrvcs.net> for python@FreeBSD.org; Mon, 04 Jan 2016 15:29:57 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=EdU1O6SC c=1 sm=1 tr=0 a=UorMnhrCY2jH/mPejITChw==:117 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=7aQ_Q-yQQ-AA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=mEMuX7JVH0yODZQkkC4A:9 a=pILNOxqGKmIA:10 a=pGLkceISAAAA:8 a=JrEItXG-h5fCaqcjP54A:9 a=T4n6BzcxJUV7n5PP:21 a=_W_S_7VecoQA:10 Subject: Re: numpy would not load: libgcc_s vs. libgfortran To: Olivier Duchateau References: <568AA168.5090400@aldan.algebra.com> <20160104193453.2ae62e7a01ab0a0cd845e296@gmail.com> <568AC046.8040300@aldan.algebra.com> <20160104213150.4e47df03583e70cef356a51d@gmail.com> Cc: python@FreeBSD.org From: "Mikhail T." Message-id: <568AE454.6010604@aldan.algebra.com> Date: Mon, 04 Jan 2016 16:29:56 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 In-reply-to: <20160104213150.4e47df03583e70cef356a51d@gmail.com> Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 21:30:06 -0000 On 04.01.2016 16:31, Olivier Duchateau wrote: > After all it's perhaps Numpy's problem, but nobody reported this issue. Well, I decided to try figuring this out myself and got the following error from a very simply one line script consisting of "import numpy;": Traceback (most recent call last): File "tn.py", line 1, in import numpy; File "/opt/lib/python2.7/site-packages/numpy/__init__.py", line 180, in from . import add_newdocs File "/opt/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in from numpy.lib import add_newdoc File "/opt/lib/python2.7/site-packages/numpy/lib/__init__.py", line 8, in from .type_check import * File "/opt/lib/python2.7/site-packages/numpy/lib/type_check.py", line 11, in import numpy.core.numeric as _nx File "/opt/lib/python2.7/site-packages/numpy/core/__init__.py", line 14, in from . import multiarray ImportError: /opt/lib/python2.7/site-packages/numpy/core/multiarray.so: Undefined symbol "cblas_cdotc_sub" Any ideas? Thanks! -mi