← Back to team overview

ubuntu-bengali-manual team mailing list archive

[Bug 1542774] Re: Unable to set up development environment due to outdated Makefile

 

First problem is the 404. You can substitute
https://bitbucket.org/tarek/distribute/raw/f18396c6e1875476279d8bbffd8e6dadcc695136/distribute_setup.py
for the given location of distribute_setup hardcoded into the Makefile and you'll get a bit farther but not much:

Downloading/unpacking vobject==0.8.1c (from -r requirements/prod.txt (line 18))
  Downloading vobject-0.8.1c.zip (85kB): 85kB downloaded
  Running setup.py (path:/home/wxl/dev/bzr/loco-team-portal/env/build/vobject/setup.py) egg_info for package vobject
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
    IOError: [Errno 2] No such file or directory: '/home/wxl/dev/bzr/loco-team-portal/env/build/vobject/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

IOError: [Errno 2] No such file or directory: '/home/wxl/dev/bzr/loco-
team-portal/env/build/vobject/setup.py'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/wxl/dev/bzr/loco-team-portal/env/build/vobject
Storing debug log for failure in /home/wxl/.pip/pip.log
make: *** [env] Error 1

** Patch added: "distribute-link.patch"
   https://bugs.launchpad.net/loco-team-portal/+bug/1542774/+attachment/4565811/+files/distribute-link.patch

** Changed in: loco-team-portal
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bengali Manual, which is subscribed to LoCo Team Portal.
https://bugs.launchpad.net/bugs/1542774

Title:
  Unable to set up development environment due to outdated Makefile

Status in LoCo Team Portal:
  Confirmed

Bug description:
  I tried to use the instructions in the INSTALL file to get my
  development environment set up, but it fails when I try to run make
  init.

  simon@semantic:~/gitworkspace/loco-team-portal$ make init                                                                                                    
  virtualenv --clear --no-site-packages --python=/usr/bin/python env                                                                                           
  Running virtualenv with interpreter /usr/bin/python                                                                                                          
  Not deleting env/bin                                                                                                                                         
  New python executable in env/bin/python
  Installing setuptools, pip...done.
  wget http://python-distribute.org/distribute_setup.py
  --2016-02-06 22:25:47--  http://python-distribute.org/distribute_setup.py
  Resolving python-distribute.org (python-distribute.org)... 103.224.182.250
  Connecting to python-distribute.org (python-distribute.org)|103.224.182.250|:80... connected.
  HTTP request sent, awaiting response... 302 Found
  Location: http://ww43.python-distribute.org/distribute_setup.py [following]
  --2016-02-06 22:25:48--  http://ww43.python-distribute.org/distribute_setup.py
  Resolving ww43.python-distribute.org (ww43.python-distribute.org)... 192.64.147.152
  Connecting to ww43.python-distribute.org (ww43.python-distribute.org)|192.64.147.152|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2016-02-06 22:25:48 ERROR 404: Not Found.

  Makefile:13: recipe for target 'env' failed
  make: *** [env] Error 8

  My guess is this is an outdated file specified in the Makefile or one
  of the configuration files somewhere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/loco-team-portal/+bug/1542774/+subscriptions


References