Bug #1222
failure to build 0.4.2
0%
Description
Having made the changes suggested in 1219 and rerun. Installation fails.
Near the top of the file it produces
Python build finished, but the necessary bits to build these modules were not found:
_tkinter bsddb185 dl
gdbm imageop sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
then runs through the whole build and finally fails
python: can't open file '/home/paul/research/maus/third_party/install/bin/nosetests': [Errno 2] No such file or directory
Files
Updated by Rogers, Chris over 10 years ago
You appear to have a networking problem. Lines like:
Searching for matplotlib Reading http://pypi.python.org/simple/matplotlib/ Download error: [Errno -2] Name or service not known -- Some packages may not be found! Couldn't find index page for 'matplotlib' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ Download error: [Errno -2] Name or service not known -- Some packages may not be found! No local packages or download links found for matplotlib Best match: None
--2013-02-07 20:44:51-- http://downloads.sourceforge.net/project/scons/scons/2.1.0.alpha.20110323/scons-2.1.0.alpha.20110323.tar.gz Resolving downloads.sourceforge.net... failed: Name or service not known. wget: unable to resolve host address “downloads.sourceforge.net”
For your information MAUS does most of the downloads in a big splurge at the beginning, pulling off micewww.pp.rl.ac.uk. A few files aren't stored on micewww, the python easy_install files. Something I am trying to fix.
Updated by Kyberd, Paul over 10 years ago
Yes - the build finished a while ago and the tests seem to have completed OK. Just trying to cross check, but all looks good. Thanks
Updated by Rogers, Chris over 10 years ago
- Status changed from Open to Rejected
- Assignee set to Rogers, Chris
Okay, glad it worked in the end. As I say, instability in python libraries is an issue I will try to address. I will reject the issue as there was nothing actually wrong - this time (or at least it is covered by 1219).