Re: Few questions

2020-05-12 Thread Emmanuel Medernach
On Tue, May 12, 2020 at 2:04 PM zimoun wrote: > On Tue, 12 May 2020 at 13:55, Emmanuel Medernach > wrote: > > > It is the name of a locally defined package, my partition was full and I > deleted the /gnu/store/rj2ir3hmaanvwwvyy6d1a1qv0f0xp537-ROOT-6.20.02 > directory by error. Now I would like t

Re: Vanilla Firefox recipe?

2020-05-12 Thread Efraim Flashner
On Mon, May 11, 2020 at 10:31:02PM +0200, Guillaume Le Vaillant wrote: > > Christopher Lemmer Webber skribis: > > > Anyone have a package definition (or channel) for a recent vanilla > > firefox? > > > > I understand the decision to prefer distributing Icecat instead in Guix > > proper, but I ne

Re: GNU IceCat 68.8.0esr: No sound

2020-05-12 Thread sirgazil
On Sat, 09 May 2020 13:11:10 -0500 sirgazil wrote > Is this version of IceCat working for you? Yesterday I upgraded all my > applications. Sound was working in IceCat, but not anymore. > > I've tried restarting it, checked system volume controls, IceCat volume > control, and pe

Re: Few questions

2020-05-12 Thread zimoun
On Tue, 12 May 2020 at 13:55, Emmanuel Medernach wrote: > It is the name of a locally defined package, my partition was full and I > deleted the /gnu/store/rj2ir3hmaanvwwvyy6d1a1qv0f0xp537-ROOT-6.20.02 > directory by error. Now I would like to rebuild it but the "guix build" > command only ret

Re: Few questions

2020-05-12 Thread Emmanuel Medernach
On Tue, May 12, 2020 at 1:40 PM zimoun wrote: > On Tue, 12 May 2020 at 11:30, Emmanuel Medernach > wrote: > > >> guix build $(guix gc --derivers > >> /gnu/store/rj2ir3hmaanvwwvyy6d1a1qv0f0xp537-ROOT-6.20.02) > > > > Nothing happens, it does not recompile with 'guix build' and the > directory doe

Re: Few questions

2020-05-12 Thread zimoun
On Tue, 12 May 2020 at 11:30, Emmanuel Medernach wrote: >> guix build $(guix gc --derivers >> /gnu/store/rj2ir3hmaanvwwvyy6d1a1qv0f0xp537-ROOT-6.20.02) > > Nothing happens, it does not recompile with 'guix build' and the directory > does not exist: Could you be more precise about this package R

Re: Few questions

2020-05-12 Thread Emmanuel Medernach
Thanks, It works ! I had to add the TMPDIR to the guix daemon environment variables and not to the user. Emmanuel On Tue, May 12, 2020 at 11:41 AM pelzflorian (Florian Pelz) < pelzflor...@pelzflorian.de> wrote: > On Tue, May 12, 2020 at 09:22:13AM +0200, Emmanuel Medernach wrote: > > Hello Guixe

Re: Few questions

2020-05-12 Thread Michael Rohleder
Emmanuel Medernach writes: >> > - How to replace /tmp during build with another partition to avoid >> filling >> > it ? >> >> I do not know. >> >> > Or could it be added as an installation option ? From the manual (2.5): "When the daemon performs a build on behalf of the user, it creates a build

Re: Few questions

2020-05-12 Thread pelzflorian (Florian Pelz)
On Tue, May 12, 2020 at 09:22:13AM +0200, Emmanuel Medernach wrote: > Hello Guixers ! > > I have few practical questions: > > - How to replace /tmp during build with another partition to avoid filling > it ? This is what the TMPDIR environment variable is for. You can search the manual

Re: Few questions

2020-05-12 Thread Emmanuel Medernach
On Tue, May 12, 2020 at 10:04 AM zimoun wrote: > Dear, > > On Tue, 12 May 2020 at 09:22, Emmanuel Medernach > wrote: > > > - How to replace /tmp during build with another partition to avoid > filling > > it ? > > I do not know. > > Or could it be added as an installation option ? > > - How to

Re: Few questions

2020-05-12 Thread zimoun
Dear, On Tue, 12 May 2020 at 09:22, Emmanuel Medernach wrote: > - How to replace /tmp during build with another partition to avoid filling > it ? I do not know. > - How to compile with fewer parallel processus to avoid compilation errors > due to filled memory/swap ? Do the options '--cores'

Few questions

2020-05-12 Thread Emmanuel Medernach
Hello Guixers ! I have few practical questions: - How to replace /tmp during build with another partition to avoid filling it ? - How to compile with fewer parallel processus to avoid compilation errors due to filled memory/swap ? - I accidently deleted one directory under /gnu/store, how to re