[opensuse-buildservice] python-devel issues
Thanks to Michael and Daniel, I am now able to build on x86_64 but this has now thrown up an issue. I am now getting the following error from the build service which is what I get on my own box: configure: error: Dragonfly requires python-devel, or python built with shared library support (--enable-shared) I have specified python-devel already, so what else do I need to do? Prior to changing my spec to show the different architecture %files I didn't get this error. Regards, Andy -- Andrew Wafaa Tel: +44 (0)7974 074546 e-Mail: andrew@forcev.net http://www.forcev.net --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Nov 21, 2006 at 04:55:40PM +0000, Andrew Wafaa wrote:
Thanks to Michael and Daniel, I am now able to build on x86_64 but this has now thrown up an issue. I am now getting the following error from the build service which is what I get on my own box:
configure: error: Dragonfly requires python-devel, or python built with shared library support (--enable-shared)
I have specified python-devel already, so what else do I need to do? Prior to changing my spec to show the different architecture %files I didn't get this error.
If you scroll up the logfile a bit you can see that the error is unrelated to python-devel: [...] configure: WARNING: ldap.h: present but cannot be compiled [...] checking for check - version >= 0.9.0... no *** Could not run check test program, checking why... *** The test program failed to compile or link. See the file config.log for *** the exact error that occured. [...] That's what you have to do, run a local build and check the end of config.log for suspicious error messages. Cheers, Michael. -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
If you scroll up the logfile a bit you can see that the error is unrelated to python-devel: [...] configure: WARNING: ldap.h: present but cannot be compiled [...] checking for check - version >= 0.9.0... no *** Could not run check test program, checking why... *** The test program failed to compile or link. See the file config.log for *** the exact error that occured. [...] That's what you have to do, run a local build and check the end of config.log for suspicious error messages. Cheers, Michael. Ah, I only feel slightly embarrassed and stupid. I'll certainly check the config.log on my local machine. What confuses me slightly is why did it build before I added the architecture specific parts, but not now? Regards and thanks, Andy -- Andrew Wafaa Tel: +44 (0)7974 074546 e-Mail: andrew@forcev.net http://www.forcev.net --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Andrew Wafaa
-
Michael Schroeder