bug#44115: “guix import -r“ fails with Bactktrace instead of error

2022-03-07 Thread Ludovic Courtès
zimoun skribis: > $ guix import elpa foo -r > Backtrace: > 4 (primitive-load "/home/simon/.config/guix/current/bin/guix") > In guix/ui.scm: > 2116:12 3 (run-guix-command _ . _) > In guix/scripts/import.scm: > 120:11 2 (guix-import . _) > In

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Diego Nicola Barbato
Hi Liliana, Liliana Marie Prikler writes: > Hi, > > Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola Barbato: >> Hi Guix, >> >> Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the >> package cache hook, on i686-linux. > This series also fails on CI in a rather

bug#54064: Packaging request: Ultimaker Cura

2022-03-07 Thread zimoun
Hi, On sam., 05 mars 2022 at 07:11, Jacob Hrbek wrote: > Please mark as wishlist same as https://issues.guix.gnu.org/51643#3 so > that the reasoning is available to the users and can be worked on in a > controlled manner. I tagged it as wishlist but I am not convinced that package request

bug#51643: Packaging request: element-desktop

2022-03-07 Thread zimoun
Hi, I am closing for the very same reason as #54064 [1]. Cheers, simon 1;

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Liliana Marie Prikler
Hi, Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola Barbato: > Hi Guix, > > Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the > package cache hook, on i686-linux. This series also fails on CI in a rather peculiar manner [1,2,3]. However, it succeeded on bordeaux,

bug#54003: 'local-file' fails to resolve relative file names with Guile 3.0.8

2022-03-07 Thread Ludovic Courtès
Ludovic Courtès skribis: > Ludovic Courtès skribis: > From 7fd25c6f15f74fb6e45fc3f0db21a110267f262c Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= >> Date: Wed, 16 Feb 2022 11:27:43 +0100 >> Subject: [PATCH] gexp: Preserve source location for #~ and #$ read >>

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Diego Nicola Barbato
Hi Guix, Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the package cache hook, on i686-linux. I.e. the following command --8<---cut here---start->8--- guix pull --commit=e8518c43 --system=i686-linux -p /tmp/guix --8<---cut

bug#54283: eog-plugins don't shop up

2022-03-07 Thread Roman Riabenko
Hello, Liliana. Thank you for looking into this. Indeed, the latest stable release of eog-plugins is 3.26.8 per https://gitlab.gnome.org/GNOME/eog-plugins/-/blob/master/NEWS If this is of any help, I looked into Debian and Fedora installations. Fedora uses eog-plugins version 3.26.8 with eog

bug#54077: What does "sequel" mean in the CODE-OF-CONDUCT

2022-03-07 Thread Ludovic Courtès
Hi! This issue became obsolete with the ‘CODE-OF-CONDUCT’ update in 4254d74b4ca6d4aa78b7fa055fc9ec72a2e93ad3; closing! Ludo’.

bug#53258: Python unable to find modules within a Singularity container created with guix pack

2022-03-07 Thread Ludovic Courtès
Hi Josselin, Josselin Poiret skribis: > After the IRC investigation, it turned out the use of abspath in > Lib/site.py was in fact the culprit. Replacing all its uses with > realpath and doing `./pre-inst-env guix pack -RR python python-numpy -S > /bin=bin -S /etc=etc` did in fact resolve the