guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Invalid nar signature


From: Ludovic Courtès
Subject: Re: Invalid nar signature
Date: Mon, 15 Dec 2014 18:19:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

I think this is due to a subtly misleading file format variation.

If you look at ‘export-paths’, it does:

  while there are files to write
    write-long-long 1
    export-path file
  write-long-long 0

‘restore-file-set’ does the opposite, which is to read that long-long to
determine whether there’s data coming up, and then to call
‘restore-file’.

HTH!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]