Le 08/02/2023 à 15:57, Emmanuel Medernach a écrit :

Le 08/02/2023 à 14:48, Simon Tournier a écrit :
Hi,

On mer., 08 févr. 2023 at 10:58, Emmanuel Medernach <emmanuel.medern...@iphc.cnrs.fr> wrote:

$ guix pack -RR -C bzip2 -f tarball --manifest=manifest.scm
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...
100.0%
The following derivation will be built:
/gnu/store/5v24idd80hl29cwxijmj4dd13v6vdqa1-....tar.bz2.drv

building /gnu/store/5v24idd80hl29cwxijmj4dd13v6vdqa1-...tar.bz2.drv...
-guix pack: error: cannot close compressed log file (gzip error = -1)

None of my filesystem is empty and guix gc does not solve the problem
this time 🙁
By empty, do you mean full?  It is not an issue about free space, right?

Hi Simon,

Yes sorry I meant no filesystem is full

I think this is because /tmp partition is filled during the copying store items phase.

Is it possible to configure Guix to use another partition than /tmp ?

 Problem solved ! By adding TMPDIR in the environment of guix daemon service definition one could use another partition instead of /tmp :

https://guix.gnu.org/manual/en/html_node/Build-Environment-Setup.html

Cheers,

Emmanuel

Reply via email to