Hi,
On jeu., 12 mai 2022 at 11:34, Emmanuel Medernach
<[email protected]> wrote:
>> --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---
[...]
> After a guix gc it works again, I don't understand what was the problem
> as there was no logs :/
I do not know either. Maybe something wrong with a log file and this
log file had been removed by GC.
Yes, now it is impossible to understand why that happened. Feel free to
report similar errors if they appear again.
Cheers,
simon