bug#38782: portaudio fails to build

2019-12-29 Thread Nicolas Goaziou
Hello, Sergiu Marton writes: >> 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! Would the following patch fix the

bug#38782: portaudio fails to build

2019-12-29 Thread Sergiu Marton
> Would the following patch fix the issue then? That fixes it without requiring extra CLI arguments. Nice, thanks. On Sun, Dec 29, 2019 at 8:44 AM Nicolas Goaziou wrote: > > Hello, > > Sergiu Marton writes: > > >> I have been able to build it locally. I suppose the problem might be > >> with p

bug#38782: portaudio fails to build

2019-12-29 Thread brettg
On 29.12.2019 09:59, Sergiu Marton wrote: Would the following patch fix the issue then? That fixes it without requiring extra CLI arguments. Nice, thanks. On Sun, Dec 29, 2019 at 8:44 AM Nicolas Goaziou wrote: Hello, Sergiu Marton writes: >> I have been able to build it locally. I s

bug#38782: portaudio fails to build

2019-12-29 Thread Nicolas Goaziou
Hello, bre...@posteo.net writes: > I would personally comment the reason for disabling parallel builds You mean as a comment in the package definition? I checked other definitions, comments in this situation, if any, are terse. E.g., ";fails on some systems". > and affix this bug number to the

bug#38782: portaudio fails to build

2019-12-29 Thread brettg
On 29.12.2019 10:43, Nicolas Goaziou wrote: Hello, bre...@posteo.net writes: I would personally comment the reason for disabling parallel builds You mean as a comment in the package definition? I checked other definitions, comments in this situation, if any, are terse. E.g., ";fails on so

bug#38782: portaudio fails to build

2019-12-29 Thread Nicolas Goaziou
bre...@posteo.net writes: > On 29.12.2019 10:43, Nicolas Goaziou wrote: >> Hello, >> >> bre...@posteo.net writes: >> >>> I would personally comment the reason for disabling parallel builds >> >> You mean as a comment in the package definition? I checked other >> definitions, comments in this situa

bug#38735: GuixSD graphical Installer hangs on connecting to wifi

2019-12-29 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: > Can you still go to another console once it hangs? > > Try pressing Alt-F2 or Alt-F3 or something (once it hangs). Also, Alt-F12 should show system messages. Ludo’.

bug#38795: "guix build" doesn't find modules from extra channels when building from an expression

2019-12-29 Thread pkill9
I have added my own repository to my ~/.config/guix/channels.scm (https://gitlab.com/pkill-9/guix-packages-free), but when I run `guix build --expression='(use-modules (pkill9 utils))' it returns "no code for module (pkill9 utils)". It does find modules from the guix repository though, e.g. `gu

bug#38524: [PATCH v2] services: dhcp-client: Ignore interfaces that need non-free firmware.

2019-12-29 Thread Ludovic Courtès
Hello Brice, Brice Waegeneire skribis: > Fixes bug #38524 (see: https://bugs.gnu.org/38524). > > * gnu/services/networking.scm (dhcp-client-service-type): Filter interfaces > that need non-free firmware. I adjusted the commit log (I’m not applying it just because it helps with non-free firmware

bug#38673: missing 'provenance' in $PROFILE/manifest

2019-12-29 Thread Ludovic Courtès
Hi, zimoun skribis: > As explained here [1], the field 'provenance' does not appear in > $PROFILE/manifest when using the option --manifest; but appears when > manually installing. Below instructions to reproduce the bug. Fixed in c48e522fdbb7c749bbf6147e44c067bf1f916fdd. Commit 975183a1c42819

bug#38608: enable --fallback for the guix graphical installer

2019-12-29 Thread Ludovic Courtès
Hi Nathan, Nathan Dehnel skribis: > I can't install guix because I keep getting substitute download errors. It would be interesting to see which substitute was causing an error, if you still have that information. That shouldn’t happen. > It's really punishing having to restart the install pr

bug#38608: enable --fallback for the guix graphical installer

2019-12-29 Thread Ludovic Courtès
Brett Gilio skribis: > Nathan Dehnel writes: > >> I can't install guix because I keep getting substitute download errors. >> >> It's really punishing having to restart the install process after a >> download error. >> > > I actually don't know how our installer works that well, so I am going > t

bug#38798: `guix pull --list-generations` fails ungracefully when it cannot find the path a repo URI used in a guix generation

2019-12-29 Thread pkill9
I get 'guix pull: error: Git error: failed to resolve path' during the output and then it stops. It should just ignore the news output for that entry and carry on.

bug#38798: Status: `guix pull --list-generations` fails ungracefully when it cannot find the path a repo URI used in a guix generation

2019-12-29 Thread Ludovic Courtès
Hi pkill9, bug#38798 <38...@debbugs.gnu.org> skribis: > retitle 38798 `guix pull --list-generations` fails ungracefully when it > cannot find the path a repo URI used in a guix generation skribis: > I get 'guix pull: error: Git error: failed to resolve path' during the output > and then it s

bug#38800: Non-existent setuid programs make "guix system reconfigure" break mid-generation-switch

2019-12-29 Thread Jakub Kądziołka
Steps to reproduce: 0. [IMPORTANT] Make sure you will be able to reconfigure your system when all setuid binaries stop working (this includes sudo, which makes this, IMHO, a serious bug). Namely, either make sure you can log in as root, or keep a "sudo -s" shell open. The latter is sl

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

2019-12-29 Thread Ludovic Courtès
Hey Danny, Danny Milosavljevic skribis: > [pid 19221] mmap(0x7fb3f2d48000, 65536, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f2d28000 > [pid 19221] mmap(0x7fb3f2d38000, 65536, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fb3f2d18000 > [pid 19221] mmap(0

bug#38521: guix package: error: build of `...-youtube-viewer-3.5.8.drv' failed

2019-12-29 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
All, Marius, Tobias Geerinckx-Rice 写道: Alas for my free evening: commit 8524b1b8b4ba973864b67354d5d81ad1a691e764 Author: Tobias Geerinckx-Rice Date: Wed Oct 16 03:06:10 2019 +0200 gnu: perl-gtk2: Update to 1.24993. * gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993. Bis

bug#38804: Samsung Chromebook 3

2019-12-29 Thread Caleb Herbert
I tried running the Guix System installer on my Chromebook. I wanted to try replacing GalliumOS. Unsurprisingly, I get many errors do to proprietary firmware. My keyboard doesn't work, so I can't check what all the messages said, and I can go no further with the installation. Model Samsung Chro

bug#38804: Samsung Chromebook 3

2019-12-29 Thread Brett Gilio
Dec 29, 2019 8:03:39 PM Caleb Herbert : > I tried running the Guix System installer on my Chromebook. I wanted to > try replacing GalliumOS. > > Unsurprisingly, I get many errors do to proprietary firmware. My > keyboard doesn't work, so I can't check what all the messages said, and > I can go

bug#38804: Samsung Chromebook 3

2019-12-29 Thread Caleb Herbert
No problem, I just promised on IRC that I'd document this. <>