Re: guix build --repair might not always work

2020-03-02 Thread zimoun
Hi, On Sat, 25 Jan 2020 at 19:06, Ludovic Courtès wrote: > > And nothing else. So, let's check the hash > > In particular, you should compare the actual hash returned by “guix hash > -r” with that stored in the local database. If they match, then the > store item is not considered corrupt. It

Re: guix build --repair might not always work

2020-01-25 Thread Ludovic Courtès
Hi, another...@gmail.com (Nicolò Balzarotti) skribis: > #+begin_src bash :results list > # This is the broken system > guix gc --verify=repair,contents > #+end_src > > > #+RESULTS: > - reading the store... > - checking path existence... > - checking hashes... > > And nothing else. So, let's chec

guix build --repair might not always work

2020-01-23 Thread Nicolò Balzarotti
#-*- org -*- Hello Guix! Sorry for the long mail, but I added all details I could think of in order to try to debug this error (). What happened: After a power failure during a guix pull + guix reconfigure, my /gnu/store ended up in a bad state. Emacs failed to run with errors like: #+begin_qu