<html><body><div>Hello,</div><div><br></div><div>I'm having some problems updating tornado. Currently, the PATH variable in Makefile is defined in the older mode like this:</div><div>PATH=/usr/bin:/usr/gnu/bin:/usr/sbin</div><div>Like this, tornado builds, installs and publishes fine.<br></div><div><br></div><div>When I change it to the newer mode:</div><div>PATH=$(PATH.gnu) <br>It builds fine, but fails during gmake install with this message:</div><div><br></div><div>Copying tornado.egg-info to /export/home/nona/oi-userland/components/python/tornado/build/prototype/i386/usr/lib/python2.7/vendor-packages/tornado-5.1.1-py2.7.egg-info <br>running install_scripts <br>gfind /export/home/nona/oi-userland/components/python/tornado/build/prototype/i386/usr/lib/python2.7/vendor-packages -type f -exec gawk '/^#!.*python/{print FILENAME}{nextfile}' {} + | xargs gsed -i -e '1 s;^.*$;#!/usr/bin/python2.7;' <br>gsed: no input files <br>gmake: *** [/export/home/nona/oi-userland/make-rules/setup.py.mk:113: /export/home/nona/oi-userland/components/python/tornado/build/i86-2.7/.installed] Error 123 <br></div><div><br></div><div>Do you have any idea why it doesn't work? How can I fix it?</div><div>Thank you!</div><div>Best regards,</div><div>Nona<br></div><div><br></div></body></html>