Bug #563
Installation Fail Ubuntu 11.04 64 bit
100%
Description
On a clean installation of unbuntu 11.04 64 bit - running on virtual box.
sudo apt-get install build-essential ....
copied the maus release latest
tar xvfz
cd to maus-release-latest
./configure
source env.sh
echo $SHELL - which confirms bash
echo $MAUS_ROOT_DIR gives same result as pwd
scons - ok
bash ${MAUS_ROOT_DIR}/third_party/build_all.bash
at some point after several minutes running it returned
=====
setuptools-0.6c11-py2.7.egg: OK
INFO: Building:
Traceback (most recent call last):
File "<string>", line 2, in <module>
zipimport.ZipImportError: can't compress data; zlib not available
======
Updated by Tunnell, Christopher over 12 years ago
So you're already run:
sudo apt-get install build-essential xorg-dev automake autoconf libtool scons zlibc
The systems we test the autoinstall on are here:
http://micewww.pp.rl.ac.uk/projects/maus/wiki/InstallQuick
but it doesn't include the latest ubuntu. But I use the latest ubuntu as my main machine to run MAUS, so let's see...
You're failing early in the build so what does running:
sudo apt-get build-dep python-setuptools python2.7-dev
do?
Updated by Tunnell, Christopher over 12 years ago
it's an issue with python finding zlib, so when setuptools runs:
python -m zlib
there's that error.
Updated by Kyberd, Paul over 12 years ago
Running
sudo apt-get build-dep python-setuptools python2.7-dev
produces
Reading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'distribute' as source package instead of 'python-setuptools'
E: Unable to find a source package for python2.7-dev
Updated by Rogers, Chris over 12 years ago
- Category set to Build System
- Assignee set to Tunnell, Christopher
- Target version set to Future MAUS release
Updated by Tunnell, Christopher over 12 years ago
Fixed. The issue was that in:
Modules/Setup
within the python directory, zlib needed to be enabled. Will commit shortly.
Updated by Tunnell, Christopher over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset commit:c.tunnell1@physics.ox.ac.uk-20110808142016-ef159lf9zydmrk3q.
Updated by Tunnell, Christopher over 12 years ago
- Status changed from Closed to Open
- % Done changed from 100 to 0
doh.
Updated by Tunnell, Christopher over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Updated by Rogers, Chris over 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.0.6
Updated by Tunnell, Christopher about 12 years ago
- Subject changed from Installation of Maus to Installation Fail Ubuntu 11.04 64 bit