[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ‘package-derivation’ fails with “No such file or directory”
From: |
Ludovic Courtès |
Subject: |
Re: ‘package-derivation’ fails with “No such file or directory” |
Date: |
Wed, 30 Apr 2014 15:07:20 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> I’d like to test a patch with the empty store. I deleted ‘/gnu’ and
> reinstalled Guix. But whenever I call (package-derivation store hello),
> I run into “ERROR: In procedure open-file: No such file or directory:
> "/gnu/store/…-guile-bootstrap-2.0.drv".” Did I forget to delete any
> cached files?
Yes, probably /var/guix/db/db.sqlite (or similar) was left behind,
leading to an inconsistency (this database contains info about what’s in
the store.)
HTH,
Ludo’.