bug#52808: Guix home should not assume that all targets are dot files

2022-04-10 Thread Ludovic Courtès
Andrew Tropin skribis: > From 629466d23308e135c4a46951e5ea568677c5ec00 Mon Sep 17 00:00:00 2001 > From: Andrew Tropin > Date: Tue, 29 Mar 2022 11:15:56 +0300 > Subject: [PATCH 1/2] home: shells: Rename zsh related functions. > > * gnu/home/services/shells.scm (home-zsh-service-type): Make zsh

bug#54828: ssh disconnects when reconfiguring system

2022-04-10 Thread Vagrant Cascadian
On 2022-04-09, Vagrant Cascadian wrote: > Ever since switching to a system generation using the new shepherd > 0.9.0, whenever I'm reconfiguring my system over an ssh connection, the > ssh connection drops out during the switch... > > I hadn't noticed this happening before using the new shepherd.

bug#54837: LLVM 3.* build failure

2022-04-10 Thread Guillaume Le Vaillant
Guillaume Le Vaillant skribis: > Guillaume Le Vaillant skribis: > >> However there are other issues during the build phase: >> >> ../../bin/llvm-tblgen: error while loading shared libraries: >> libLLVMTableGen.so: cannot open shared object file: No such file or directory >> make[2]: *** >>

bug#54840: guix system reconfigure results in 'error: live-service-transient: unbound variable'

2022-04-10 Thread Vagrant Cascadian
The fix for https://issues.guix.gnu.org/54812 seems to have caused some fallout: eeb8ac43c8c0b0cc69422766070dbefc55f5c5c1 services: shepherd: Do not unload transient services. a2c759c8304c461d096ab763568e7f71546ff4e8 services: herd: Report whether a service is transient. These allow guix

bug#54837: LLVM 3.* build failure

2022-04-10 Thread Guillaume Le Vaillant
Guillaume Le Vaillant skribis: > However there are other issues during the build phase: > > ../../bin/llvm-tblgen: error while loading shared libraries: > libLLVMTableGen.so: cannot open shared object file: No such file or directory > make[2]: *** >

bug#54837: LLVM 3.* build failure

2022-04-10 Thread Guillaume Le Vaillant
Maxime Devos skribis: > Guillaume Le Vaillant schreef op zo 10-04-2022 om 14:23 [+]: >> It looks like the problem comes from a gexp in the builder. There's >> a gexp inside another gexp, but I don't know if that's the problem: >> >> --8<---cut

bug#54711: Bad Documentation Series: 6.1 Specifying Additional Channels

2022-04-10 Thread Marek Paśnikowski
``` @node Specifying Additional Channels @section Specifying Additional Channels @cindex extending the package collection (channels) @cindex variant packages (channels) You can specify @emph{additional channels} to pull from. To use a channel, write @code{~/.config/guix/channels.scm} to instruct

bug#54831: Unhandled ENOENT exception

2022-04-10 Thread Christopher Rodriguez
Christopher Rodriguez Table of Contents ─ I'd like to add my $0.02 as well. Seems like the issue is during the deployment, as Madhavan said. Specifically, the error message in that form only appears in `gnu/home/services/symlink-manager.scm', in the function

bug#54831: Unhandled ENOENT exception

2022-04-10 Thread Christopher Rodriguez
Christopher Rodriguez Table of Contents ─ I'd like to add my $0.02 as well. Seems like the issue is during the deployment, as Madhavan said. Specifically, the error message in that form only appears in `gnu/home/services/symlink-manager.scm', in the function

bug#54837: LLVM 3.* build failure

2022-04-10 Thread Maxime Devos
Guillaume Le Vaillant schreef op zo 10-04-2022 om 14:23 [+]: > It looks like the problem comes from a gexp in the builder. There's > a gexp inside another gexp, but I don't know if that's the problem: > > --8<---cut here---start->8--- > #:phases

bug#54837: LLVM 3.* build failure

2022-04-10 Thread Guillaume Le Vaillant
The clamav package can't be built right know because it depends on llvm-3.6 which fails to build. In fact, all the llvm-3.* packages fail to build with the same error: --8<---cut here---start->8--- The following derivation will be built:

bug#54711: Bad Documentation Series: 6.1 Specifying Additional Channels

2022-04-10 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
> PS: (url "file://path/to/local/repository") Actually, 'path' is a hostname here, so I guess it *must not* work even as a relative file name. Whether Guix/Guile follows standards that well, or correctly errors out for an incorrect reason, I don't know. Kind regards, T G-R Sent on the

bug#54711: Bad Documentation Series: 6.1 Specifying Additional Channels

2022-04-10 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Marek, On 10 April 2022 12:55:09 UTC, "Marek Paśnikowski" wrote: >In light of the above replies [...] in CommonMark. Thanks! Please try to submit Texinfo going forward. It doesn't need to be perfect but it will be so much closer to something we can merge. You'll learn something, *and*

bug#54711: Bad Documentation Series: 6.1 Specifying Additional Channels

2022-04-10 Thread Marek Paśnikowski
In light of the above replies and my own experiences, I propose the following to be the text of the chapter. Formatted in CommonMark. ## 6.1 Specifying Additional Channels You can specify _additional channels_ to pull from. To use a channel, write `~/.config/guix/channels.scm` to instruct `guix

bug#54831: guix home: error: rmdir: No such file or directory

2022-04-10 Thread Madhavan Krishnan
I am facing the same issue on ec6a585ee2fd91c857276479411eedd0756e0093; and would like to add to this The *build* command for the said config works ie) guix home build config.scm Whereas the reconfigure fails with guix home: error: rmdir: No such file or directory --Madhavan

bug#54833: system reconfigure fails: error: live-service-transient: unbound variable

2022-04-10 Thread Paul Alesius
The latest commits seem to have changed something and now I am unable to reconfigure the system. Does anyone have any suggestions? Thank you. -- start log noname@devbox ~$ sudo -E guix system reconfigure .config/guix/devbox/system.scm Password: WARNING: (#{ g661}#): imported

bug#54831: guix home reconfigure fails with “rmdir: No such file or directory”

2022-04-10 Thread Brian Cully
For the last few days, attempting to issue a home reconfigure fails: ---[snip]--- $ guix home reconfigure ./guix-home/config-new.scm substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% The

bug#54833: system reconfigure fails: error: live-service-transient: unbound variable

2022-04-10 Thread Marek Paśnikowski
I can confirm I encountered the very same bug on my computer. Paul, you were off by one with your downgrade. I was able to reconfigure my system with the preceding commit 975966ba09e24d813cf94a794c4bd6375777372a . Which means that commit a2c759c8304c461d096ab763568e7f71546ff4e8 is the offender.