Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. $git clean -nxd
  2. Would remove autom4te.cache/
  3. Would remove config.log
  4. Would remove configure
  5. nix-proot:$git clean -fxd
  6. Removing autom4te.cache/
  7. Removing config.log
  8. Removing configure
  9. nix-proot:$git clean -nxd
  10. nix-proot:$nix-build release.nix -A build.x86_64-linux
  11. these derivations will be built:
  12. /nix/store/7idi97wvqx573ckpzrpk9x1lwk5acyc6-nix-tarball-1.12pre1234_abcdef.drv
  13. /nix/store/1j0v51sfi86i4nyx342krd8yhqzbk0gv-nix-1.12pre1234_abcdef.drv
  14. building path(s) ‘/nix/store/gxgs3isc4njzh7xqppdsqbmkqdyp94ln-nix-tarball-1.12pre1234_abcdef’
  15. unpacking sources
  16. unpacking source archive /nix/store/yzfb23m2fickbcyl74p031zddyl0vkw7-nix
  17. source root is nix
  18. patching sources
  19. autoconfPhase
  20. autoreconf: Entering directory `.'
  21. autoreconf: configure.ac: not using Gettext
  22. autoreconf: running: aclocal --force
  23. /nix/store/5pfzydfayff461z78xibv34rz5bz8sxs-gnum4-1.4.18/bin/m4:configure.ac:1: cannot open `m4sugar/foreach.m4': Bad address
  24. autom4te: /nix/store/5pfzydfayff461z78xibv34rz5bz8sxs-gnum4-1.4.18/bin/m4 failed with exit status: 1
  25. aclocal: error: echo failed with exit status: 1
  26. autoreconf: aclocal failed with exit status: 1
  27. build time elapsed: 0m0.167s 0m0.137s 0m1.127s 0m0.316s
  28. builder for ‘/nix/store/7idi97wvqx573ckpzrpk9x1lwk5acyc6-nix-tarball-1.12pre1234_abcdef.drv’ failed with exit code 1
  29. cannot build derivation ‘/nix/store/1j0v51sfi86i4nyx342krd8yhqzbk0gv-nix-1.12pre1234_abcdef.drv’: 1 dependencies couldn't be built
  30. error: build of ‘/nix/store/1j0v51sfi86i4nyx342krd8yhqzbk0gv-nix-1.12pre1234_abcdef.drv’ failed
  31. nix-proot:$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement