Hello,



I'm having some problems updating tornado. Currently, the PATH variable in
Makefile is defined in the older mode like this:

PATH=/usr/bin:/usr/gnu/bin:/usr/sbin

Like this, tornado builds, installs and publishes fine.





When I change it to the newer mode:

PATH=$(PATH.gnu)
It builds fine, but fails during gmake install with this message:




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
running install_scripts
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;'
gsed: no input files
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





Do you have any idea why it doesn't work? How can I fix it?

Thank you!

Best regards,

Nona



_______________________________________________
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

Reply via email to