-
-
Notifications
You must be signed in to change notification settings - Fork 11k
python-numpy-1.4.1/_configtest.c:6: undefined reference to `exp' (Trac #1526) #2123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@rgommers wrote on 2010-07-03 This looks like a Debian packaging issue to me. 1.4.1 builds fine on amd64 AFAIK. The second comment on the linked bug report indicates this too. The _configtest compiles are allowed to fail, unless it stops the build process this is not an issue. Closing as invalid, if you want to reopen please attach a build log of a plain build of |
@sandrotosi wrote on 2010-07-19 Replying to [comment:1 rgommers]:
Sorry if I didn't make that clear enough: yes, the build continues and completes correctly, only that seeing those errors could have been a "signal" for an imminent problem.
Could you please explain a bit more? for example: why they are supposed to fail? :)
I've run Regards, |
@rgommers wrote on 2010-07-20 The configtest are, as the name suggests, attempts to compile some simple C code with different sizes for built-in types, as I understand it. Maybe some other checks, not sure about that. In the end a configuration should be found that compiles without problems. So it's allowed to fail, but not to throw an error that stops the build process. It is a Python distutils thing, look at Pythonx.y.z/Lib/distutils/command/config.py (helpfully undocumented). |
@cournape wrote on 2010-07-22 Replying to [comment:2 sandro.tosi]:
The build error is expected, it is exactly as autoconf tests which sometimes fail. You could argue there is a bug because it should not show up, but output control in distutils is so dumb than fixing it without removing useful log information would take time, cheers, David |
@sandrotosi wrote on 2010-07-22 Replying to [comment:4 cdavid]:
No problem, i'm perfectly fine with this reply (and so I have something to justify closing the Debian bug report :) ). Cheers, |
Original ticket http://projects.scipy.org/numpy/ticket/1526 on 2010-06-29 by @sandrotosi, assigned to unknown.
Hello,
this bug has been filed in the Debian BTS as http://bugs.debian.org/527707 and I'm now forwarding it here.
The report above is about 1.2.1 but it still applies in 1.4.1:
a complete log can be found here: http://people.debian.org/~morph/tmp/python-numpy_1.4.1-1_amd64.build.bz2
Thanks in advance for your help,
Sandro
The text was updated successfully, but these errors were encountered: