Advertisement
Guest User

2015-04-13, TSergey, apply-patch

a guest
Apr 13th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. root@noc:/opt/noc# ./bin/pip --version
  2. /opt/noc/lib/python2.7/site-packages/pip/pep425tags.py:66: RuntimeWarning: invalid Python installation: unable to open /opt/noc/local/include/python2.7/pyconfig.h (No such file or directory)
  3. warnings.warn("{0}".format(e), RuntimeWarning)
  4. pip 6.1.1 from /opt/noc/lib/python2.7/site-packages (python 2.7)
  5. root@noc:/opt/noc# ./scripts/apply-patches
  6. /opt/noc/lib/python2.7/site-packages/pip/pep425tags.py:66: RuntimeWarning: invalid Python installation: unable to open /opt/noc/local/include/python2.7/pyconfig.h (No such file or directory)
  7. warnings.warn("{0}".format(e), RuntimeWarning)
  8. Patch Django==1.4.15 is currently applied
  9. Traceback (most recent call last):
  10. File "./scripts/apply-patches", line 72, in <module>
  11. apply_patches()
  12. File "./scripts/apply-patches", line 63, in apply_patches
  13. apply_dist_patches()
  14. File "./scripts/apply-patches", line 56, in apply_dist_patches
  15. subprocess.check_call(["quilt", "push", p])
  16. File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  17. raise CalledProcessError(retcode, cmd)
  18. subprocess.CalledProcessError: Command '['quilt', 'push', 'Django==1.4.15']' returned non-zero exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement