guix/src/libstore
Eelco Dolstra d210cdc435 Fix assertion failure in ‘nix-store --load-db’
Namely:

  nix-store: derivations.cc:242: nix::Hash nix::hashDerivationModulo(nix::StoreAPI&, nix::Derivation): Assertion `store.isValidPath(i->first)' failed.

This happened because of the derivation output correctness check being
applied before the references of a derivation are valid.
2014-02-03 22:36:07 +01:00
..
build.cc Fix some clang warnings 2014-01-21 18:29:55 +01:00
derivations.cc Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
derivations.hh Only substitute wanted outputs of a derivation 2012-11-26 17:15:09 +01:00
gc.cc Fix some clang warnings 2014-01-21 18:29:55 +01:00
globals.cc Drop the dependency on Automake 2013-11-22 19:30:24 +00:00
globals.hh Make function calls show up in stack traces again 2013-11-12 12:51:59 +01:00
local-store.cc Fix assertion failure in ‘nix-store --load-db’ 2014-02-03 22:36:07 +01:00
local-store.hh Remove nix-setuid-helper 2013-11-14 11:57:37 +01:00
local.mk Fix "make dist" 2014-02-01 14:38:12 +01:00
misc.cc Don't substitute derivations that have preferLocalBuild set 2013-06-20 19:26:31 +02:00
misc.hh Don't set $preferLocalBuild and $requiredSystemFeatures in builders 2013-06-20 18:07:27 +00:00
optimise-store.cc Revert "Prevent config.h from being clobbered" 2013-03-08 01:24:59 +01:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
remote-store.cc Don't apply the CPU affinity hack to nix-shell (and other Perl programs) 2013-09-06 16:36:56 +02:00
remote-store.hh nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings 2012-12-20 18:41:44 +01:00
schema.sql
store-api.cc Garbage collector: Don't follow symlinks arbitrarily 2013-07-12 14:03:36 +02:00
store-api.hh nix-store --export: Export paths in topologically sorted order 2013-05-23 14:55:36 -04:00
worker-protocol.hh Run the daemon worker on the same CPU as the client 2013-08-07 14:02:04 +02:00