Re: SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-05 Thread Mikhail T.
On 05.01.2016 05:41, Konstantin Belousov wrote: > Some shared object in your process is linked to libgcc_s.so.1, and does not > have the DT_RPATH set. You might try to verify this by procstat -v and > seeing /lib/libgcc_s.so.1 loaded. ... Yes, I think so. But it is not a bug -- that (unknown yet)

Re: SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-05 Thread Konstantin Belousov
On Mon, Jan 04, 2016 at 05:00:44PM -0500, Mikhail T. wrote: > On 04.01.2016 16:29, Mikhail T. wrote: > > ImportError: > > /opt/lib/python2.7/site-packages/numpy/core/multiarray.so: Undefined > > symbol "cblas_cdotc_sub" > Ok, the above went away, when I rebuilt all of the Fortran-using > dependenci

Re: SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Olivier Duchateau
2016-01-05 0:13 GMT+01:00 Mikhail T. : > On 04.01.2016 18:59, Olivier Duchateau wrote: > >> I wonder, if this has something to do with my setting PYTHONPATH -- I >> need the not-yet-installed mediagoblin packages to be found in ${WRKSRC} >> by the tests. What is the proper way of to do this? > > Yo

Re: SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Mikhail T.
On 04.01.2016 18:59, Olivier Duchateau wrote: >> > I wonder, if this has something to do with my setting PYTHONPATH -- I >> > need the not-yet-installed mediagoblin packages to be found in ${WRKSRC} >> > by the tests. What is the proper way of to do this? > You can add module (and submodules) with

Re: SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Olivier Duchateau
On Mon, 04 Jan 2016 17:00:44 -0500 "Mikhail T." wrote: > On 04.01.2016 16:29, Mikhail T. wrote: > > ImportError: > > /opt/lib/python2.7/site-packages/numpy/core/multiarray.so: Undefined > > symbol "cblas_cdotc_sub" > Ok, the above went away, when I rebuilt all of the Fortran-using > dependencies

SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Mikhail T.
On 04.01.2016 16:29, Mikhail T. wrote: > ImportError: > /opt/lib/python2.7/site-packages/numpy/core/multiarray.so: Undefined > symbol "cblas_cdotc_sub" Ok, the above went away, when I rebuilt all of the Fortran-using dependencies of numpy with gfortran5. Don't know, if they were built incorrectly s

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Karl Young
Olivier Duchateau(duchateau.oliv...@gmail.com)@2016.01.04 23:17:57 +: > On Mon, 04 Jan 2016 16:29:56 -0500 > "Mikhail T." wrote: > > > 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 figurin

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Olivier Duchateau
On Mon, 04 Jan 2016 16:29:56 -0500 "Mikhail T." wrote: > 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 con

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Mikhail T.
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

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Olivier Duchateau
On Mon, 04 Jan 2016 13:56:06 -0500 "Mikhail T." wrote: > On 04.01.2016 14:34, Olivier Duchateau wrote: > > Can you post the complete backtrace? > > > Well, here goes: > > ___ ERROR at setup of > TestAPI.test_can_post_image _

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Mikhail T.
On 04.01.2016 14:34, Olivier Duchateau wrote: > Can you post the complete backtrace? > Well, here goes: ___ ERROR at setup of TestAPI.test_can_post_image Traceback (most recent call last): File "/spare/usr/

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Olivier Duchateau
On Mon, 04 Jan 2016 11:44:24 -0500 "Mikhail T." wrote: > Hi! > > I built py-numpy only a few weeks ago with default config options (I > think). I'm trying to port some numpy-using software now and its > self-tests fail with the following error: > > ... > import numpy > File "/

numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Mikhail T.
Hi! I built py-numpy only a few weeks ago with default config options (I think). I'm trying to port some numpy-using software now and its self-tests fail with the following error: ... import numpy File "/opt/lib/python2.7/site-packages/numpy/__init__.py", line 180, in