Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created November 1, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/44a35e4bddf461b0f27229923707ad64 to your computer and use it in GitHub Desktop.
Save grahamc/44a35e4bddf461b0f27229923707ad64 to your computer and use it in GitHub Desktop.
[grahamc@Petunia:~/projects/github.com/NixOS/nix]$ git status
HEAD detached at origin/master
nothing to commit, working tree clean
[grahamc@Petunia:~/projects/github.com/NixOS/nix]$ git clean -dfx
[grahamc@Petunia:~/projects/github.com/NixOS/nix]$ git log
commit 035d0adfd8a4a20dd404cb5586cfd5414ac28b77 (HEAD, origin/master, master)
Merge: dc5696b84 e8a45d07b
Author: Graham Christensen <graham@grahamc.com>
Date: Sat Oct 31 19:26:26 2020 -0400
Merge pull request #4209 from hercules-ci/fix-restricted-store-addToStoreFromDump
Restore RestrictedStore.addToStoreFromDump implementation
commit e8a45d07bccc315de88b8434393082eee6e944a8
Author: Robert Hensing <robert@roberthensing.nl>
Date: Sat Oct 31 23:52:09 2020 +0100
Restore RestrictedStore.addToStoreFromDump implementation
It was accidentally removed in commit ca30abb3fb36440e5a13161c39647189036fc18f
commit dc5696b84f55a6706cddc3d747ef1aeffb564f43
Author: Eelco Dolstra <edolstra@gmail.com>
Date: Fri Oct 30 12:00:43 2020 +0100
Fix test
commit a3a22bd80478dd2827e8617e682084523684200b
Merge: 7f56cf67b d4c5d8d32
Author: Eelco Dolstra <edolstra@gmail.com>
Date: Fri Oct 30 11:36:24 2020 +0100
Merge pull request #4202 from hercules-ci/nix-shell-doc
Nix shell doc
commit d4c5d8d32a4bc5b3eaa63add23dca9d755dc5a74
[grahamc@Petunia:~/projects/github.com/NixOS/nix]$ nix-build . -A defaultPackage.x86_64-linux
these derivations will be built:
/nix/store/d04mihbiin4mspn3rvx7n5xb31f92lp0-nix-2.4pre19700101_035d0ad.drv
building '/nix/store/d04mihbiin4mspn3rvx7n5xb31f92lp0-nix-2.4pre19700101_035d0ad.drv'...
unpacking sources
unpacking source archive /nix/store/kc4dqnrdabzw1bfr3627s8f79y6x5bhv-source
source root is source
patching sources
autoreconfPhase
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /nix/store/nlxwqib9h0kd440va4ycq8lm5x2ajccs-autoconf-2.69/bin/autoconf --force
autoreconf: running: /nix/store/nlxwqib9h0kd440va4ycq8lm5x2ajccs-autoconf-2.69/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
configuring
no configure script, doing nothing
building
build flags: -j8 -l8 SHELL=/nix/store/2jysm3dfsgby5sw5jgj43qjrb5v79ms9-bash-4.4-p23/bin/bash profiledir=\$\(out\)/etc/profile.d PRECOMPILE_HEADERS=1
GEN Makefile.config
/nix/store/2jysm3dfsgby5sw5jgj43qjrb5v79ms9-bash-4.4-p23/bin/bash: ./config.status: No such file or directory
GEN config.h
/nix/store/2jysm3dfsgby5sw5jgj43qjrb5v79ms9-bash-4.4-p23/bin/bash: ./config.status: No such file or directory
GEN src/libexpr/parser-tab.cc
GEN src/libexpr/parser-tab.hh
make: *** [mk/templates.mk:14: config.h] Error 127
make: *** Waiting for unfinished jobs....
GEN src/libexpr/lexer-tab.cc
GEN src/libexpr/lexer-tab.hh
builder for '/nix/store/d04mihbiin4mspn3rvx7n5xb31f92lp0-nix-2.4pre19700101_035d0ad.drv' failed with exit code 2
error: build of '/nix/store/d04mihbiin4mspn3rvx7n5xb31f92lp0-nix-2.4pre19700101_035d0ad.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment