collective / collective.hostout

zc.buildout deployment and remote control
22 stars 7 forks source link

`runescalatable` loses our place #28

Open jean opened 12 years ago

jean commented 12 years ago

During bootstrap_python, hostout fails. The log at this point:

Hostout: Running command 'sudo' from 'collective.hostout.fabfile'
[vagrant@127.0.0.1:2222] sudo: sudo -S -p 'sudo password:'  /bin/bash -l -c "cd /path/to/instance/ && PATH=\$PATH:\"/path/to/instance/\" make altinstall"
[vagrant@127.0.0.1:2222] out: make: *** No rule to make target `altinstall'.  Stop.

This is because the correct place to run make is /tmp/Python-X.Y/ The error is triggered by the runescalatable command at (source link).

Besides that, I think it should be just make install, as we want the created ./bin/python to be the one we compiled.