bug#53857: telegram-desktop: fails to build

2022-02-09 Thread Liliana Marie Prikler
Am Mittwoch, dem 09.02.2022 um 11:18 -0900 schrieb Christopher Howard: > Hi, when I try to build with `guix build -M 1 -c 1 telegram-desktop` > I seem to be getting the same error. I can believe what you say about > the ram, as I've run into that problem before with other packages, > though it

bug#53857: telegram-desktop: fails to build

2022-02-09 Thread Christopher Howard
As mentioned, I used -c 1 as well. Is something wrong in the package that Make still tries to use -j 4?

bug#42407: GNOME window manager dies in two-monitor setup when IntelliJ opens a merge window

2022-02-09 Thread Maxim Cournoyer
Hello, "Dr. Arne Babenhauserheide" writes: > Hi, > > Yesterday I started running Guix in a two-monitor setup, using two > screens of different size aspect ratio (one 16x9, one 16x10). Now > everytime IntelliJ opens a merge-window, the window decorations > disappear and after a few seconds I get

bug#53907: font-ibm-plex has a nonfree dependency

2022-02-09 Thread Philip McGrath
Hi, On 2/9/22 16:39, Greg Farough wrote: Hi, Guix developers: As far as I can tell, the IBM Plex family of fonts requires the nonfree program FontLab Studio to build. ... This is one of the reasons Debian[3] has moved the font to the "contrib" section of its repos. IBM releases Plex as

bug#53903: aarch64: failed to compute the derivation for Guix

2022-02-09 Thread Ricardo Wurmus
Christopher Baines writes: > [[PGP Signed Part:Undecided]] > > Ricardo Wurmus writes: > >> \ 'check' phaseBacktrace: >> 13 (primitive-load >> "/gnu/store/l7rhvfaziri0znvs3jc6khrkxaq9shna-compute-guix-derivation") >> \ 'check' phaseIn ice-9/eval.scm: >> 155:9 12 (_ _) >>

bug#53903: aarch64: failed to compute the derivation for Guix

2022-02-09 Thread Ricardo Wurmus
Ricardo Wurmus writes: > I’m trying but failing to update Guix on the honeycomb machines. I just > got this error: […] > > ./guix/store.scm:1421:15: ERROR: > 1. : > message: "build of > `/gnu/store/8b6ry6k346yidsvwvhfwyw5ghfn1y8gy-git-minimal-2.34.0.drv' failed" > status: 100 >

bug#53823: Build fails for cpplint@1.4.5

2022-02-09 Thread Marius Bakke
Adam Maleszka via Bug reports for GNU Guix skriver: > Since I moved to Guix distribution on the 1st of January (btw, good > move), compiling cpplint@1.4.5 has always failed. More specifically, > errors are triggered by pytest during the check phase. Fixed in

bug#53903: aarch64: failed to compute the derivation for Guix

2022-02-09 Thread Christopher Baines
Ricardo Wurmus writes: > \ 'check' phaseBacktrace: > 13 (primitive-load > "/gnu/store/l7rhvfaziri0znvs3jc6khrkxaq9shna-compute-guix-derivation") > \ 'check' phaseIn ice-9/eval.scm: > 155:9 12 (_ _) > 159:9 11 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# ?) ?) > ?) ?) ?) ?) ?) ?) ?)

bug#53857: telegram-desktop: fails to build

2022-02-09 Thread Christopher Howard
Hi, when I try to build with `guix build -M 1 -c 1 telegram-desktop` I seem to be getting the same error. I can believe what you say about the ram, as I've run into that problem before with other packages, though it seems frustrating I can't use some kind of command line option or something to

bug#53903: aarch64: failed to compute the derivation for Guix

2022-02-09 Thread Ricardo Wurmus
I’m trying but failing to update Guix on the honeycomb machines. I just got this error: --8<---cut here---start->8--- root@grunewald ~# time guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating

bug#53712: Guix System hangs after boot with linux-libre 5.15.17

2022-02-09 Thread Leo Famulari
I'm still experiencing this problem with 5.15.21, as well 5.16.7 and 5.4.177.

bug#53886: guix home not respecting guix pull -C

2022-02-09 Thread Zacchaeus Scheffer
> > I believe that's the main misunderstanding here, `guix home` acts like > `guix system`: it creates home generations, inside which there is a > profile. That profile is _not_ ~/.guix-profile, but rather > ~/.guix-home/profile. They are disjoint and not operated on by the same > commands, guix

bug#52667: System reconfiguration fails to build linux-modules.drv

2022-02-09 Thread Leo Famulari
On Sun, Dec 19, 2021 at 09:35:52PM +0100, Vivien Kraus via Bug reports for GNU Guix wrote: > On master, I can’t reconfigure my system, because the linux-modules.drv > fails with the following error: [...] > gnu/build/linux-modules.scm:257:5: kernel module not found "simplefb" >

bug#53892: guix shell not reading manifest.scm when used with '--'

2022-02-09 Thread Maxim Cournoyer
merge 52347 53892 thanks Hello Josselin! Josselin Poiret writes: > Hi Maxim, > > Maxim Cournoyer writes: > >> --8<---cut here---start->8--- >> $ guix shell -C -- make >> guix shell: warning: no packages specified; creating an empty environment >> guix

bug#53886: guix home not respecting guix pull -C

2022-02-09 Thread Josselin Poiret via Bug reports for GNU Guix
Hello Zacchaeus and Leo, Zacchaeus Scheffer writes: > Looking at guix package --list-generations, my packages were only modified > the one time I ran guix package -i qutebrowser. After running guix package > -i qutebrowser, guix package --export-channels DID have the content passed > to guix

bug#53892: guix shell not reading manifest.scm when used with '--'

2022-02-09 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Maxim, Maxim Cournoyer writes: > --8<---cut here---start->8--- > $ guix shell -C -- make > guix shell: warning: no packages specified; creating an empty environment > guix shell: error: make: command not found > --8<---cut