bug#33285: Installing, then removing, a package yields a different profile

2018-11-06 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Chris Marusich skribis: > >> [...] >> >> Why is it that profile generations 1 and 3 don't both point to the >> same profile in the store? Is this expected behavior? > > It’s not! Could you look at the derivers of these two profiles (use > ‘guix g

bug#33297: Unable to build system, due to failure in raw-initrd

2018-11-06 Thread Mark H Weaver
Mark H Weaver writes: > My attempt to update my GuixSD system to commit > b20aef98a01923700f22ba471e4d2bb05765516b on the master branch resulted > in the following failure, while trying to build raw-initrd. See below > for the raw-initrd build log. Reverting commit 72dc64f8f720268930eed448abfc1

bug#33297: Unable to build system, due to failure in raw-initrd

2018-11-06 Thread Mark H Weaver
My attempt to update my GuixSD system to commit b20aef98a01923700f22ba471e4d2bb05765516b on the master branch resulted in the following failure, while trying to build raw-initrd. See below for the raw-initrd build log. Mark --8<---cut here---start->8---

bug#33293: Documentation links in guix.info site are broken

2018-11-06 Thread Laura Lazzati
The latest documentation manual is: https://guix.info/manual/en/ However when opening https://guix.info links to documentation, I get a 404 not found for all the links I tried. For instance clicking defining packages in yellow in the main page redirects to https://guix.info/manual/html_node/Pack

bug#33279: guile-readline: error: no code for module

2018-11-06 Thread Marius Bakke
swedebugia writes: > Saluton :) > > On 2018-11-06 12:36, Ludovic Courtès wrote: >> Hello, >> >> swedebugia skribis: >> >>> exporting these variables did not help: >>> >>> $ export GUILE_LOAD_PATH=~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_PATH >>> $ export >>> GUILE_LOAD_COMPILED_PATH=~/.guix-pr

bug#33280: Guix weather does not error nicely with 502 errors from hydra

2018-11-06 Thread swedebugia
Hi On 2018-11-06 15:23, Ludovic Courtès wrote: Hi, Mark H Weaver skribis: swedebugia writes: I did not change the default substitute-urls in 0.15 This is probably low priority. sdb@komputilo ~$ guix weather computing 7,850 package derivations for x86_64-linux... looking for 8,167 store

bug#33279: guile-readline: error: no code for module

2018-11-06 Thread swedebugia
Saluton :) On 2018-11-06 12:36, Ludovic Courtès wrote: Hello, swedebugia skribis: exporting these variables did not help: $ export GUILE_LOAD_PATH=~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_PATH $ export GUILE_LOAD_COMPILED_PATH=~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_COMPILED_PATH Rath

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-06 Thread swedebugia
Hi :) On 2018-11-06 15:03, Ludovic Courtès wrote: Hello, swedebugia skribis: In a VM with GuixSD I did: $ shepherd Backtrace:    3 (primitive-load "/run/current-system/profile/bin/shephe…") In shepherd.scm:     164:9  2 (main . _) In shepherd/support.scm:    396:20  1 (verify-dir

bug#33272: guix refresh/download backtrace error when missing nss-certs

2018-11-06 Thread Leo Famulari
On Tue, Nov 06, 2018 at 12:42:07PM +0100, swedebugia wrote: > Thank you for the tips. This sounds too complicated for me to bite at my > current skill level. Perhaps, but you may be surprised what you can achieve with a few hours of focused reading and trial-and-error experimentation. If you find

bug#33285: Installing, then removing, a package yields a different profile

2018-11-06 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > I've noticed that if I do the following... > > guix package -p .guix-profile -i hello > guix package -p .guix-profile -i coreutils > guix package -p .guix-profile -r coreutils > > ...I get profile generations like the following: > > .guix-profile-1-link -> /gnu/st

bug#33280: Guix weather does not error nicely with 502 errors from hydra

2018-11-06 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > swedebugia writes: > >> I did not change the default substitute-urls in 0.15 >> >> This is probably low priority. >> >> sdb@komputilo ~$ guix weather >> computing 7,850 package derivations for x86_64-linux... >> looking for 8,167 store items on https://mirror.hydra.

bug#33276: guix still building when substitute is available (or is guix pull not reproducible)

2018-11-06 Thread Ludovic Courtès
Hello, Pjotr Prins skribis: > I have a guix-publish server and I am building the packages with the > exact same checkout of 'guix pull'. Even though the client sees the > substitutes with --dry-run it still builds them. > > On build host (check version first) > > penguin2:~$ ~/.config/guix

bug#33273: guix system does not emit command-list when run with no arguments

2018-11-06 Thread Ludovic Courtès
Hi! swedebugia skribis: > $ guix system > guix system: missing command name > Try 'guix system --help' for more information. > > I would have liked -> > > $ guix system > Usage: guix system [OPTION ...] ACTION [ARG ...] [FILE] > Build the operating system declared in FILE according to ACTION. >

bug#33266: guix-copy: Honor the SSH port of a host when defined in ~/.ssh/config

2018-11-06 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > From 942eb8cabef5b7c8b4425c765b6ee2ac9f529ad8 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Sun, 4 Nov 2018 23:35:16 -0500 > Subject: [PATCH] Revert "copy: Default to port 22." > > This reverts commit cc1dfc202f2fefb6c2eb9467d1fc90a9154550c9. Specif

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-06 Thread Ludovic Courtès
Hello, swedebugia skribis: > In a VM with GuixSD I did: > > $ shepherd > Backtrace: >    3 (primitive-load "/run/current-system/profile/bin/shephe…") > In shepherd.scm: >     164:9  2 (main . _) > In shepherd/support.scm: >    396:20  1 (verify-dir _ #:secure? _) > In unknown file: >    

bug#33261: [substitute-urls] Fails when given only "berlin.guixsd.org"

2018-11-06 Thread Ludovic Courtès
Hello, Leo Famulari skribis: > On Mon, Nov 05, 2018 at 07:13:22PM +0100, Björn Höfling wrote: >> I would not consider this a bug: It clearly says that it is not a >> proper URI. Also in the documentation all URLs/URIs are written in the >> form of >> >> PROTOCOL://SERVER/PATH. > > I agree that

bug#33279: guile-readline: error: no code for module

2018-11-06 Thread Ludovic Courtès
Hello, swedebugia skribis: > exporting these variables did not help: > > $ export GUILE_LOAD_PATH=~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_PATH > $ export > GUILE_LOAD_COMPILED_PATH=~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_COMPILED_PATH Rather you need: export GUILE_LOAD_PATH=~/.guix-pro

bug#33272: guix refresh/download backtrace error when missing nss-certs

2018-11-06 Thread swedebugia
Hi On 2018-11-05 21:48, Leo Famulari wrote: On Mon, Nov 05, 2018 at 09:39:15PM +0100, swedebugia wrote: How do we catch the error? I am basically a novice Schemer still, so you will have to figure out most of this on your own, unless someone else brings more advice :) Me too In general, de