bug#66305: Error with recursive git checkout

2023-10-03 Thread Simon Tournier
Hi Guillaume, On Mon, 02 Oct 2023 at 11:17, Guillaume Le Vaillant wrote: > With Guix at 47d0346553fdad9795c9390a60944ccaad7e5255, I'm unable to > build a package (see attached patch) requiring a recursive git-fetch to > get the sources: [...] > HEAD is now at 41ef634 Revert "libbladeRF: update

bug#66249: Building for armv7 fails

2023-10-03 Thread Maxim Cournoyer
Hello, Sébastien Lerique writes: > retitle 66249 Building rust-1.54 fails on armv7 As you've found out, this is something that has to do with building rust on that architecture, more precisely building 'mrustc', which is used in Guix to boostrap rust. The upstream issue would be this one I thi

bug#63920: Emacs Packages should have an output built with emacs-next(-minimal)

2023-10-03 Thread Maxim Cournoyer
retitle 63920 Allow for easily rewriting Emacs packages to use emacs-next quit Hello Mekeor, Liliana Marie Prikler writes: [...] >> (A workaround is to instead evaluate (load >> "consult-register.el").) >> >> I propose: >> >> 1. Introduce a package emacs-next-minimal. >> >> 2. For all Emac

bug#62946: recoll package does not provide recollq which Emacs needs

2023-10-03 Thread Maxim Cournoyer
kiasoc5 writes: > I updated recoll to the latest version and added the recollq binary in > #62971. Can you see if that works? I'm happy to assume it does; the updated package has a 'recollq' command under bin. Closing! -- Thanks, Maxim

bug#62779: avr-gcc fails after upgrade to gcc 10

2023-10-03 Thread Maxim Cournoyer
Hi, Kristian Lein-Mathisen writes: > Hi, > > I'm no longer able to compile for attiny85: > > klm@pal /tmp ➤ echo '' > test.c > klm@pal /tmp ➤ avr-gcc -mmcu=attiny85 test.c > avr-ld: cannot find crtattiny85.o: No such file or directory > avr-ld: cannot find -lm > avr-ld: cannot find -lc > avr-ld:

bug#66189: [gnu.org #1975364] Broken link in Guix manual.

2023-10-03 Thread Maxim Cournoyer
tags 66189 +notabug quit Hi, Simon Tournier writes: > Hi, > >> Le Jeu 14 Sep 2023 09:14:20, yuval.lan...@gmail.com a écrit : > >>> https://ftp.gnu.org/gnu/guix/guix-system-vm-image-e5f7c14.x86_64-linux.qcow2 >>> >>> in >>> >>> https://guix.gnu.org/manual/devel/en/html_node/Running

bug#61882: emacs-next-pgtk does not find emacs-org-roam, other path issues

2023-10-03 Thread Maxim Cournoyer
tags 61882 +notabug quit Hello, Csepp writes: > (Jump forward a bit, this is a bit stream-of-consciousness-y, I wrote > things down as I was debugging things. TLDR: profile got corrupted > somehow, it's not related to the packages themselves.) > > Certain packages like flatpak do not get insta

bug#61542: emacs-next doesn't load .eln files

2023-10-03 Thread Maxim Cournoyer
Hi, "ytc" writes: > Hello. I've noticed that when I install Emacs packages with > `--with-input=emacs-minimal=emacs-next' transformation option, Emacs > cannot load native compiled files. The reason might be that the > byte-compiled files of those packages couldn't be found. Could you > pleas

bug#56376: emacs-guix missing from package-activated-list

2023-10-03 Thread Maxim Cournoyer
Hi, Liliana Marie Prikler writes: > Am Sonntag, dem 03.07.2022 um 21:33 -0400 schrieb Philip McGrath: >> Hi, >> >> I've been looking into managing my Emacs packages with Guix. I found >> that the `emacs-guix` package doesn't seem to show up in the >> `package-activated-list`, even though its de

bug#55136: keepassxc segfaults when merging databases

2023-10-03 Thread Maxim Cournoyer
Hello, raingloom writes: > On Thu, 09 Jun 2022 23:42:35 -0400 > Aurora wrote: > >> Maxim Cournoyer writes: >> >> Strange, I use keepassxc regularly for a long time now and I've >> >> never seen it crash. Though I don't do complex stuff such as >> >> merging databases, just retrieval of users a

bug#60627: emacs-nadvice package do not generate autoload file.

2023-10-03 Thread Maxim Cournoyer
Hi, Nicolas Goaziou writes: > Hello, > > Feng Shu writes: > >> Nicolas Goaziou writes: > >>> To properly fix this, as the next step, I'm leaning towards removing >>> emacs-nadvice package altogether. It is not useful in Guix since we >>> provide Emacs 28+. >> >> agree :-) > > I'm CC'ing Phodin

bug#51460: emacs-magit: path error during commit

2023-10-03 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > Hi Christopher, > > Christopher Howard writes: > >> Hello, for a long time I've struggled with getting a path error when I >> try to do a commit using emacs-magit. Here is an example log copied from >> the magit-process buffer: >> >> ``` >> 0 git … add -u -- Gene

bug#51423: Guix intall bug

2023-10-03 Thread Maxim Cournoyer
tags 51423 +notabug quit Hello, "pelzflorian (Florian Pelz)" writes: > Hello illya! > > On Tue, Oct 26, 2021 at 05:53:58PM +, illya via Bug reports for GNU Guix > wrote: >> /gnu/store/7gc19xrhmqkg9bgdilyi86y6d8wf9ad3-grub-2.04/sbin/grub-install: >> warning: Embedding is not possible. GRUB

bug#50015: Rust packages are not reproducible

2023-10-03 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hello! > > Efraim Flashner skribis: > >> I tried patching this a couple of ways, but it looks like the best >> option is going to be a 'patch-and-repack phase after 'install. the >> .crate file is really a gzip tarball, and I suspect that each time we >> run 'ca

bug#49467: python-scanpy 1.7.2 tests failing with SIGILL

2023-10-03 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > On an x86_64 machine, I’ve seen this: > > $ guix build python-scanpy --no-grafts --check > > […] > > starting phase `check' > = test session starts > == > platform linux -- Python 3.8.2, pytest-5.3.5, py-

bug#56376: emacs-guix missing from package-activated-list

2023-10-03 Thread Liliana Marie Prikler
Am Dienstag, dem 03.10.2023 um 23:12 -0400 schrieb Maxim Cournoyer: > Hi, > > Liliana Marie Prikler writes: > > > Am Sonntag, dem 03.07.2022 um 21:33 -0400 schrieb Philip McGrath: > > > Hi, > > > > > > I've been looking into managing my Emacs packages with Guix. I > > > found that the `emacs-gu