bug#63234: cached guix shell environment not capturing environment variables set in manifest

2023-05-02 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Consider the following manifest.scm file: >> >> (setenv "DUMMY" "hello") >> >> (packages->manifest >> (map specification->package >> (list "hello"))) >> >> >> Running: >> >> $ guix shell --rebuild-cache -m manifest.scm

bug#63082: [PATCH 04/17] services: mpd: Obsolete the 'group' field.

2023-05-02 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: > Hi Maxim, > > Am Sonntag, dem 30.04.2023 um 21:07 -0400 schrieb Maxim Cournoyer: >> > In the current mpd-configuration, to use my own user, I must also >> > provide the matching group as a record, even if >> > e.g. 'users' is something I've never

bug#63082: [PATCH 14/17] services: mpd: Obsolete 'environment-variables' field.

2023-05-02 Thread Maxim Cournoyer
Hi Bruno, Bruno Victal writes: > On 2023-04-29 18:04, Maxim Cournoyer wrote: >> Hi Bruno, >> >> Bruno Victal writes: >> >>> On 2023-04-28 15:27, Maxim Cournoyer wrote: Rationale: Services can be extended via the simple-service mechanism instead of having to expose fields on

bug#62334: bug#63024: Crash during `guix import pypi -r'

2023-05-02 Thread Ludovic Courtès
Hello! Greg Hogan skribis: > Starting download of /tmp/guix-file.xReGb4 >>From >>https://web.archive.org/web/20230321140958/https://files.pythonhosted.org/packages/49/01/21337857631a97ab551bb2e3b5691ed6b1b9586011aa6a5355b9694a37fa/demon-2.0.6.tar.gz... > In procedure connect*: Connection timed

bug#62334: bug#63024: Crash during `guix import pypi -r'

2023-05-02 Thread Ludovic Courtès
Hello! Greg Hogan skribis: > Starting download of /tmp/guix-file.xReGb4 >>From >>https://web.archive.org/web/20230321140958/https://files.pythonhosted.org/packages/49/01/21337857631a97ab551bb2e3b5691ed6b1b9586011aa6a5355b9694a37fa/demon-2.0.6.tar.gz... > In procedure connect*: Connection timed

bug#63237: Sway fails to start

2023-05-02 Thread Jack Hill
On Tue, 2 May 2023, Simon Streit wrote: Simon Streit writes: Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version 1.8 fails to start. GDM's log says: The previous error message is not quite right. I still had LIBGL_ALWAYS_SOFTWARE enabled. The log file now has:

bug#63237: Sway fails to start

2023-05-02 Thread Simon Streit
Simon Streit writes: > Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version > 1.8 fails to start. GDM's log says: The previous error message is not quite right. I still had LIBGL_ALWAYS_SOFTWARE enabled. The log file now has: --8<---cut

bug#63203: symbol lookup error: undefined symbol __libc_pthread_init (texmacs)

2023-05-02 Thread Jonathan Brielmaier
For me this error doesn't happen when running `guix shell texmacs -- texmacs` but when running `guix shell icedove-wayland -- icedove`. ``` $ guix describe guix 91bfd30 Repository-URL: https://git.savannah.gnu.org/git/guix.git Branch: master Commit:

bug#63237: Sway fails to start

2023-05-02 Thread Simon Streit
Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version 1.8 fails to start. GDM's log says: --8<---cut here---start->8--- libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware device. libEGL warning:

bug#62656: broken guix time-machine + software-heritage

2023-05-02 Thread Simon Tournier
Hi, On Tue, 02 May 2023 at 09:42, Ludovic Courtès wrote: >> Somehow, we could tweak ’clone-from-swh’ from (guix git) to use 'flat >> instead of 'git-bare. However, I am unsure the other tweaks it would >> require since a Git repository is somehow expected. > > Yeah, ‘clone-from-swh’ is really

bug#63234: cached guix shell environment not capturing environment variables set in manifest

2023-05-02 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Consider the following manifest.scm file: > > (setenv "DUMMY" "hello") > > (packages->manifest > (map specification->package > (list "hello"))) > > > Running: > > $ guix shell --rebuild-cache -m manifest.scm -- sh -c 'echo $DUMMY' > hello > > $ guix shell

bug#63234: cached guix shell environment not capturing environment variables set in manifest

2023-05-02 Thread Maxim Cournoyer
Hi Guix, Consider the following manifest.scm file: --8<---cut here---start->8--- (setenv "DUMMY" "hello") (packages->manifest (map specification->package (list "hello"))) --8<---cut here---end--->8--- Running:

bug#63230: ‘guix shell’ cache is system-independent

2023-05-02 Thread Ludovic Courtès
I just noticed that the ‘guix shell’ cache doesn’t take the system type into account, which is problematic: --8<---cut here---start->8--- $ guix shell -s aarch64-linux guile guile-fibers -- guile -q GNU Guile 3.0.9 Copyright (C) 1995-2023 Free Software

bug#62656: broken guix time-machine + software-heritage

2023-05-02 Thread Ludovic Courtès
Hi! Simon Tournier skribis: > On mer., 26 avril 2023 at 11:50, Ludovic Courtès > wrote: > >>> swh:1:rev:1984d56b0e437af7be7fa6cf8e1a00e45eb8ffa1.git/ >>> swh:1:rev:1984d56b0e437af7be7fa6cf8e1a00e45eb8ffa1.git/HEAD >>> swh:1:rev:1984d56b0e437af7be7fa6cf8e1a00e45eb8ffa1.git/branches/ >>>