On 05/30/10 10:02 AM, John Cremona wrote:
On ubuntu 32-bit, "grep Failed install.log" for 4.4.3.alpha0 produces 3 hits:
Failed to find the necessary bits to build these modules:
_bsddb _hashlib _ssl
_tkinter bsddb185 dbm
gdbm sunaudiodev
repeated three times. On 64-bit ubuntu:
Failed to find the necessary bits to build these modules:
_bsddb _curses _curses_panel
_hashlib _ssl _tkinter
bsddb185 dbm dl
gdbm imageop sunaudiodev
In both cases it says, just before,
running install
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers
John
Thank's John. Do you get any modules which fail to build, despite the parts
being found? There are two sections in the python output
1) Failed to find the necessary bits to build these modules:
2) Failed to build these modules:
On bsd.math I get:
Failed to find the necessary bits to build these modules:
_bsddb dl gdbm
imageop linuxaudiodev ossaudiodev
spwd sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.
Failed to build these modules:
_locale bsddb185
It would be nice to know if any of these modules which fail for people are
useful in Sage or not. I note python can't find the necessary bits to build
_curses and _curses_panel on 64-bit Ubunta but the parts are present on your
32-bit Ubunta. It does not find the bits on either of my Solaris systems.
Dave
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org