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 wrote: > David Cournapeau 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, buil

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 wrote: > David Cournapeau 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,

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

2009-12-21 Thread Chris
David Cournapeau 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 thing

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

2009-12-15 Thread Chris
Chris 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-15 Thread Chris
David Cournapeau 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 thing

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

2009-12-14 Thread Chris
David Cournapeau 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 list Num

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 wrote: > Chris 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 implemented ones a

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

2009-12-13 Thread Chris
Chris gmail.com> writes: > Here it is: > > http://files.me.com/fonnesbeck/6ezhy5 > Sorry, that link should be: http://files.me.com/fonnesbeck/qv8o59 ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinf

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

2009-12-13 Thread Chris
David Cournapeau 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 not have

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

2009-12-13 Thread David Cournapeau
On Sun, Dec 13, 2009 at 12:55 PM, Robert Kern wrote: >> I don't see any build error on this log ? > > See earlier in the thread. The error occurs at runtime: Right. Chris, could you show the output from nm on umath.so, to check what symbols are missing. Maybe seeing the whole list would bring s

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 wrote: > On Sun, Dec 13, 2009 at 4:27 AM, Chris 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

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 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 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 http://mail.scipy.or

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

2009-11-29 Thread Chris
Chris gmail.com> writes: > > Charles R Harris 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 Add

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

2009-11-29 Thread Chris
Charles R Harris 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 this, but it has

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 wrote: > On Sun, Nov 29, 2009 at 10:02 AM, Chris wrote: > > Chris 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

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 wrote: > Chris 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 don't see this issue

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

2009-11-28 Thread Chris
Chris 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-14 Thread Chris
David Cournapeau 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 that I ca

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 wrote: > David Cournapeau gmail.com> writes: > >> >> On Thu, Nov 12, 2009 at 6:57 AM, Chris 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 tr

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

2009-11-12 Thread Chris
David Cournapeau gmail.com> writes: > > On Thu, Nov 12, 2009 at 6:57 AM, Chris 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 c

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 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 parsing svn st output.

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

2009-11-11 Thread Chris
David Cournapeau 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 aga

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

2009-11-11 Thread Chris
David Cournapeau 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-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/ > numpy-1.4.0.dev7726-py2.6-m

[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- universal.egg/