Project

General

Profile

Bug #563

Installation Fail Ubuntu 11.04 64 bit

Added by Kyberd, Paul over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Tunnell, Christopher
Category:
Build System
Target version:
Start date:
10 July 2011
Due date:
% Done:

100%

Estimated time:
Workflow:

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 ======

#1

Updated by Tunnell, Christopher over 12 years ago

  • Tracker changed from Bug to Support
#2

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?

#3

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.

#4

Updated by Tunnell, Christopher over 12 years ago

bump. did this work?

#5

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

#6

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
#7

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.

#8

Updated by Tunnell, Christopher over 12 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
#9

Updated by Rogers, Chris over 12 years ago

Trunk is broken? Should this be closed?

#10

Updated by Tunnell, Christopher over 12 years ago

  • Status changed from Closed to Open
  • % Done changed from 100 to 0

doh.

#11

Updated by Tunnell, Christopher over 12 years ago

r602 fixes this

#12

Updated by Tunnell, Christopher over 12 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
#13

Updated by Tunnell, Christopher over 12 years ago

  • Tracker changed from Support to Bug
#14

Updated by Rogers, Chris over 12 years ago

  • Target version changed from Future MAUS release to MAUS-v0.0.6
#15

Updated by Tunnell, Christopher about 12 years ago

  • Subject changed from Installation of Maus to Installation Fail Ubuntu 11.04 64 bit

Also available in: Atom PDF