Use distribute instead of setuptools

Bug #539379 reported by Sidnei da Silva
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAZR Javascript Library
Fix Released
Medium
Sidnei da Silva

Bug Description

For some reason setuptools doesn't work anymore on Lucid, making it impossible to 'make build' lazr-js. Since Ubuntu doesn't even ship setuptools, and python-setuptools is actually distribute, it makes sense to move on and use distribute for lazr-js too.

Related branches

Sidnei da Silva (sidnei)
Changed in lazr-js:
status: In Progress → Fix Released
Revision history for this message
Sense Egbert Hofstede (sense) wrote :

On Lucid the latest version from trunk still fails when you execute either 'make' or 'make build':

"if test ! -h src-py/lazrjs ; then \
 ln -s ../src-js/lazrjs src-py/lazrjs;\
 fi
python -S bootstrap.py \
  --distribute \
  --setup-source=distribute_setup.py \
  --download-base=download-cache/dist --eggs=eggs
Downloading file:///home/qense/Ontwikkeling/Ubuntu/lazr.js/bak/download-cache/dist/distribute-0.6.10.tar.gz
Extracting in /tmp/tmp0SWQuY
Now working in /tmp/tmp0SWQuY/distribute-0.6.10
Building a Distribute egg in /home/qense/Ontwikkeling/Ubuntu/lazr.js/bak/eggs
/home/qense/Ontwikkeling/Ubuntu/lazr.js/bak/eggs/distribute-0.6.10-py2.6.egg
Getting distribution for 'zc.buildout==1.4.3'.
Got zc.buildout 1.4.3.
Getting distribution for 'setuptools'.
Got setuptools 0.6c9.
While:
  Bootstrapping.
  Getting distribution for 'setuptools'.
Error: Picked: setuptools = 0.6c9
make: *** [bin/buildout] Error 1"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.