help-guix
[Top][All Lists]
Advanced

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

Re: Error: cannot close compressed log file


From: Emmanuel Medernach
Subject: Re: Error: cannot close compressed log file
Date: Thu, 12 May 2022 11:34:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0


Le 10/05/2022 à 19:52, zimoun a écrit :
Hi,

On Mon, 09 May 2022 at 12:50, Emmanuel Medernach 
<Emmanuel.Medernach@iphc.cnrs.fr> wrote:

When trying to install a custom package the build stop after downloading
the source code with this error:

guix install: error: cannot close compressed log file (gzip error = -1)
Well, I guess this message comes from ’nix/libstore/build.cc’:

--8<---------------cut here---------------start------------->8---
void DerivationGoal::closeLogFile()
{
     if (gzLogFile) {
        int err;
        err = gzclose(gzLogFile);
        gzLogFile = NULL;
        if (err != Z_OK) throw Error(format("cannot close compressed log file (gzip 
error = %1%)") % err);
     }
--8<---------------cut here---------------end--------------->8---

which seems very unexpected. :-)

Yes, none of my partitions were full. I don't know.

After a guix gc it works again, I don't understand what was the problem as there was no logs :/

Best regards,

Emmanuel Medernach




reply via email to

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