Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Moons-iMac:~ moon$ nix-env -i python3
  2. warning: there are multiple derivations named 'python3-3.8.0b2'; using the first one
  3. replacing old 'python3-3.7.2'
  4. installing 'python3-3.8.0b2'
  5. these derivations will be built:
  6. /nix/store/d0m49684nbb5klc3m3cmmidywnqkq0ar-python3-3.8.0b2.drv
  7. building '/nix/store/d0m49684nbb5klc3m3cmmidywnqkq0ar-python3-3.8.0b2.drv'...
  8. unpacking sources
  9. unpacking source archive /nix/store/q3n3agifb1n9yrz0hrqa3ngw594g1rgs-Python-3.8.0b2.tar.xz
  10. source root is Python-3.8.0b2
  11. setting SOURCE_DATE_EPOCH to timestamp 1562241176 of file Python-3.8.0b2/Misc/NEWS
  12. patching sources
  13. applying patch /nix/store/gd8ycd6j3qhcq1qccaqz68zdq5l4c2wf-no-ldconfig.patch
  14. patching file Lib/ctypes/util.py
  15. applying patch /nix/store/9kwzs3pplms8sijf55sdryypzvic4x1s-python-3.x-distutils-C++.patch
  16. patching file Lib/_osx_support.py
  17. patching file Lib/distutils/cygwinccompiler.py
  18. patching file Lib/distutils/sysconfig.py
  19. Hunk #1 FAILED at 170.
  20. Hunk #2 FAILED at 187.
  21. Hunk #3 succeeded at 225 (offset 17 lines).
  22. 2 out of 3 hunks FAILED -- saving rejects to file Lib/distutils/sysconfig.py.rej
  23. patching file Lib/distutils/unixccompiler.py
  24. Hunk #3 FAILED at 183.
  25. 1 out of 3 hunks FAILED -- saving rejects to file Lib/distutils/unixccompiler.py.rej
  26. patching file Makefile.pre.in
  27. Hunk #1 succeeded at 601 (offset 17 lines).
  28. builder for '/nix/store/d0m49684nbb5klc3m3cmmidywnqkq0ar-python3-3.8.0b2.drv' failed with exit code 1
  29. error: build of '/nix/store/d0m49684nbb5klc3m3cmmidywnqkq0ar-python3-3.8.0b2.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement