Re: [Numpy-discussion] Import error in builds of 7726

2009-12-21 Thread Chris
David Cournapeau cournape at gmail.com writes: Ok, so the undefined functions all indicate that the most recently implemented ones are not included. I really cannot see any other explanation that having a discrepancy between the source tree, build tree and installation. Sometimes, svn screw

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-21 Thread Charles R Harris
On Mon, Dec 21, 2009 at 1:29 PM, Chris fonnesb...@gmail.com wrote: David Cournapeau cournape at gmail.com writes: Ok, so the undefined functions all indicate that the most recently implemented ones are not included. I really cannot see any other explanation that having a discrepancy

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-21 Thread David Cournapeau
On Tue, Dec 22, 2009 at 5:29 AM, Chris fonnesb...@gmail.com wrote: David Cournapeau cournape at gmail.com writes: Ok, so the undefined functions all indicate that the most recently implemented ones are not included. I really cannot see any other explanation that having a discrepancy between

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-15 Thread Chris
David Cournapeau cournape at gmail.com writes: Ok, so the undefined functions all indicate that the most recently implemented ones are not included. I really cannot see any other explanation that having a discrepancy between the source tree, build tree and installation. Sometimes, svn screw

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-15 Thread Chris
Chris fonnesbeck at gmail.com writes: By the way, I tried building 1.4rc1 and the same thing happens. ... however, I was am able to get a usable build from r7542. Not sure how much more recent I can go before failures occurred. Somewhere between 7543 and 7726.

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-14 Thread Chris
David Cournapeau cournape at gmail.com writes: Could you give us the generated config.h (somewhere in build/src.*/numpy/core/), just in case ? Here it is: http://files.me.com/fonnesbeck/d9eyxi Thanks again. cf ___ NumPy-Discussion mailing

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-13 Thread Chris
David Cournapeau cournape at gmail.com writes: could you show the output from nm on umath.so, to check what symbols are missing. Maybe seeing the whole list would bring something. Here it is: http://files.me.com/fonnesbeck/6ezhy5 The symbol in question is in there, but I see that it does

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-13 Thread David Cournapeau
On Mon, Dec 14, 2009 at 5:29 AM, Chris fonnesb...@gmail.com wrote: Chris fonnesbeck at gmail.com writes: Here it is: http://files.me.com/fonnesbeck/6ezhy5 Sorry, that link should be: http://files.me.com/fonnesbeck/qv8o59 Ok, so the undefined functions all indicate that the most recently

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-12 Thread Chris
Here is a log form a build of svn rev 7996 with no LDFLAGS specified, as recommended by Robert. The result is the same, however. http://files.me.com/fonnesbeck/y7e9v2 cf ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-12 Thread David Cournapeau
On Sun, Dec 13, 2009 at 4:27 AM, Chris fonnesb...@gmail.com wrote: Here is a log form a build of svn rev 7996 with no LDFLAGS specified, as recommended by Robert. The result is the same, however. http://files.me.com/fonnesbeck/y7e9v2 I don't see any build error on this log ? David

Re: [Numpy-discussion] Import error in builds of 7726

2009-12-12 Thread Robert Kern
On Sun, Dec 13, 2009 at 00:37, David Cournapeau courn...@gmail.com wrote: On Sun, Dec 13, 2009 at 4:27 AM, Chris fonnesb...@gmail.com wrote: Here is a log form a build of svn rev 7996 with no LDFLAGS specified, as recommended by Robert. The result is the same, however.

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-29 Thread Chris
Charles R Harris charlesr.harris at gmail.com writes: Maybe there is a stray old file floating about somewhere. Chris, is there a locate command for the mac? Could you track down numpy related files and make sure none are sitting in some dusty old corner?Chuck Sorry to be a pain on

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-29 Thread Chris
Chris fonnesbeck at gmail.com writes: Charles R Harris charlesr.harris at gmail.com writes: Maybe there is a stray old file floating about somewhere. Chris, is there a locate command for the mac? Could you track down numpy related files and make sure none are sitting in some dusty

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-28 Thread Chris
Chris fonnesbeck at gmail.com writes: Nothing looks out of order, but I still get the Symbol not found: _npy_cexp errors. This problem still persists through rev 7803. Is there no solution for this? I have no clue where its coming from. Thanks in advance.

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-28 Thread David Cournapeau
On Sun, Nov 29, 2009 at 10:02 AM, Chris fonnesb...@gmail.com wrote: Chris fonnesbeck at gmail.com writes: Nothing looks out of order, but I still get the Symbol not found: _npy_cexp errors. This problem still persists through rev 7803. Is there no solution for this? The problem is that I

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-28 Thread Charles R Harris
On Sat, Nov 28, 2009 at 6:44 PM, David Cournapeau courn...@gmail.comwrote: On Sun, Nov 29, 2009 at 10:02 AM, Chris fonnesb...@gmail.com wrote: Chris fonnesbeck at gmail.com writes: Nothing looks out of order, but I still get the Symbol not found: _npy_cexp errors. This problem

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-14 Thread Chris
David Cournapeau cournape at gmail.com writes: I am afraid I don't see where the problem may come from. I used the exact same build script as you, on the same version of mac os x, and I don't see the problem. Is there anything non standard in your environment that you can think of ? Not

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-12 Thread David Cournapeau
On Thu, Nov 12, 2009 at 6:57 AM, Chris fonnesb...@gmail.com wrote: Yeah, here is my build script -- it removes the build directory entirely Ah, that's not enough. You need to clean the working tree as well. git has the clean option for that, you can also use a quick script to do this with

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-12 Thread Chris
David Cournapeau cournape at gmail.com writes: On Thu, Nov 12, 2009 at 6:57 AM, Chris fonnesbeck at gmail.com wrote: Yeah, here is my build script -- it removes the build directory entirely Ah, that's not enough. You need to clean the working tree as well. git has the clean option

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-12 Thread David Cournapeau
On Fri, Nov 13, 2009 at 4:56 AM, Chris fonnesb...@gmail.com wrote: David Cournapeau cournape at gmail.com writes: On Thu, Nov 12, 2009 at 6:57 AM, Chris fonnesbeck at gmail.com wrote: Yeah, here is my build script -- it removes the build directory entirely Ah, that's not enough. You

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-11 Thread Chris
David Cournapeau david at ar.media.kyoto-u.ac.jp writes: Did you make sure to build from scratch and clean the working directory first ? I don't see the error on my macbook: umath.so has npy_cexp* functions defined. David Yeah, here is my build script -- it removes the build directory

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-11 Thread Chris
David Cournapeau david at ar.media.kyoto-u.ac.jp writes: Did you make sure to build from scratch and clean the working directory first ? I don't see the error on my macbook: umath.so has npy_cexp* functions defined. David Just now tried deleting everything and pulling down numpy

[Numpy-discussion] Import error in builds of 7726

2009-11-10 Thread Chris
I am building Numpy on OSX 10.6 using a recent update from SVN (r7726). Though I was able to build the package successfully, the resulting package generates an ImportError: import umath ImportError: dlopen(/Library/Python/2.6/site-packages/ numpy-1.4.0.dev7726-py2.6-macosx-10.6-

Re: [Numpy-discussion] Import error in builds of 7726

2009-11-10 Thread David Cournapeau
Chris wrote: I am building Numpy on OSX 10.6 using a recent update from SVN (r7726). Though I was able to build the package successfully, the resulting package generates an ImportError: import umath ImportError: dlopen(/Library/Python/2.6/site-packages/