bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes

2019-12-28 Thread Danny Milosavljevic
> You could look at the output of “guix processes” and find out which > session child process is consuming memory. SessionPID: 19228 ClientPID: 19221 ClientCommand: /gnu/store/sc7z07gim1iq5zvfz1amdwf2irxrzifg-guile-2.2.6/bin/guile --no-auto-compile /home/dannym/.config/guix/current/bin/guix pull

bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes

2019-12-28 Thread Danny Milosavljevic
Hi Ludo, On Fri, 27 Dec 2019 19:11:08 +0100 Ludovic Courtès wrote: > Danny Milosavljevic skribis: > > > USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND > > dannym 19221 20.8 87.4 9404812 6884184 pts/0 Tl 20:34 2:40 > > /gnu/store/sc7z07gim1iq5zvfz1amdwf2irxrzifg

bug#22883: Authenticating a Git checkout

2019-12-28 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > Ludovic Courtès writes: > [...] >> While reading >> , I >> realized we could store in empty Git commit messages, which would >> address the above problem (we could use a custom object type too, bu

bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes

2019-12-28 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: > On Fri, 27 Dec 2019 19:11:08 +0100 > Ludovic Courtès wrote: > >> Danny Milosavljevic skribis: >> >> > USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND >> > dannym 19221 20.8 87.4 9404812 6884184 pts/0 Tl 20:34 2:40 >> > /gnu/st

bug#22883: Authenticating a Git checkout

2019-12-28 Thread Ricardo Wurmus
Ludovic Courtès writes: > The caching implemented in 787766ed1e7f0806a98e696830542da528f957bb > makes things acceptable: the first “make authenticate” run takes a bit > more than two minutes to check all the commits starting from ‘v1.0.1’, > but subsequent runs take a few seconds. This sounds

bug#22883: Authenticating a Git checkout

2019-12-28 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> The caching implemented in 787766ed1e7f0806a98e696830542da528f957bb >> makes things acceptable: the first “make authenticate” run takes a bit >> more than two minutes to check all the commits starting from ‘v1.0.1’, >> but subsequent ru

bug#38167: guix pull takes over 8 GiB of memory to finish if there are no substitutes

2019-12-28 Thread Danny Milosavljevic
(continued) /proc/19221/fd$ ls -lrt insgesamt 0 l-wx-- 1 dannym users 64 28. Dez 18:52 9 -> 'pipe:[1044711]' lr-x-- 1 dannym users 64 28. Dez 18:52 8 -> 'pipe:[1044711]' lr-x-- 1 dannym users 64 28. Dez 18:52 7 -> /gnu/store/y8fxyc5404hd859si99lyd0516pq86d3-guix-command l-wx-- 1 d

bug#38755: icecat retains reference on clang

2019-12-28 Thread Efraim Flashner
On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Courtès wrote: > Hi, > > Ricardo Wurmus skribis: > > > This should do the trick: > > > > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm > > index d5d9839e1a..e9458037a5 100644 > > --- a/gnu/packages/gnuzilla.scm > > +++ b/gnu/

bug#38782: portaudio fails to build

2019-12-28 Thread Sergiu Marton
I have mpv installed, which depends on rsound, which, in turn, depends on portaudio. Since my last guix pull, portaudio fails to build - it fails during the build phase. I attached the build log. I tried reading it, but I don't know what to make of it. portaudio-log.bz2 Description: Binary data

bug#38755: icecat retains reference on clang

2019-12-28 Thread Julien Lepiller
Le 28 décembre 2019 20:47:40 GMT+01:00, Efraim Flashner a écrit : >On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Courtès wrote: >> Hi, >> >> Ricardo Wurmus skribis: >> >> > This should do the trick: >> > >> > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm >> > index d5d

bug#38782: portaudio fails to build

2019-12-28 Thread Ricardo Wurmus
Sergiu Marton writes: > I have mpv installed, which depends on rsound, which, in turn, depends > on portaudio. Since my last guix pull, portaudio fails to build - it > fails during the build phase. I attached the build log. I tried > reading it, but I don't know what to make of it. I have been

bug#22883: Authenticating Git checkouts: step #1

2019-12-28 Thread Vagrant Cascadian
On 2019-12-27, Ricardo Wurmus wrote: >> b3011dbbd2 doc: Mention "make authenticate". >> 787766ed1e git-authenticate: Keep a local cache of >> previously-authenticated commits. >> 785af04a75 git: 'commit-difference' takes a list of excluded commits. >> 1e43ab2c03 Add 'build-aux/git-authenti

bug#38789: curseradio: executable path failure

2019-12-28 Thread Christopher Howard
curseradio package in guix a7a4928 builds fine, but fails during run time with error: ``` Traceback (most recent call last): File "/gnu/store/ac696zknci0rxxr9d0lmd7dr9gyr734l-curseradio-0- 1.1bd4bd0/bin/.curseradio-real", line 11, in load_entry_point('curseradio==0.2', 'console_scripts', 'c

bug#38755: icecat retains reference on clang

2019-12-28 Thread Efraim Flashner
On Sun, Dec 29, 2019 at 12:05:28AM +0100, Julien Lepiller wrote: > Le 28 décembre 2019 20:47:40 GMT+01:00, Efraim Flashner > a écrit : > >On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Courtès wrote: > >> Hi, > >> > >> Ricardo Wurmus skribis: > >> > >> > This should do the trick: > >> > > >

bug#22883: Authenticating Git checkouts: step #1

2019-12-28 Thread Efraim Flashner
On Sat, Dec 28, 2019 at 06:45:34PM -0800, Vagrant Cascadian wrote: > On 2019-12-27, Ricardo Wurmus wrote: > >> b3011dbbd2 doc: Mention "make authenticate". > >> 787766ed1e git-authenticate: Keep a local cache of > >> previously-authenticated commits. > >> 785af04a75 git: 'commit-difference'

bug#38782: portaudio fails to build

2019-12-28 Thread Sergiu Marton
> I have been able to build it locally. I suppose the problem might be > with parallel building. Disabling parallel builds for the portaudio > package might fix this. It built just fine with --cores=1 --max-jobs=1. Thanks!

bug#38789: curseradio: executable path failure

2019-12-28 Thread Efraim Flashner
The path to mpv is now hardcoded in curseradio and it should be working now as expected. I didn't get the crash you reported, but I couldn't hear any music since I don't have speakers on my machine :p -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351