bug#74613: fortunes-jkirchartz is missing python input

2024-11-29 Thread Dr. Arne Babenhauserheide
Hi, the build for fortunes-jkirchartz fails: `/gnu/store/hax39blb0f62cnax7n92hcxkw5k4jymq-fortunes-jkirchartz-0-0.2e32ba0-checkout/bin/goodreadsquotes.py' -> `./bin/goodreadsquotes.py' phase `unpack' succeeded after 0.0 seconds starting phase `patch-source' phase `patch-source' succeeded after 0

bug#55013: Guix-emacs doesn't work

2024-11-29 Thread Ryan Prior via Bug reports for GNU Guix
Original Message On 11/29/24 2:12 PM, Cayetano Santos wrote: > Guile is not propagated in the emacs-guix package definition, is this > the problem ? Thank you for distilling the issue as such! I would suggest that emacs-guix should explicitly refer to the guile it depends up

bug#55013: Guix-emacs doesn't work

2024-11-29 Thread Cayetano Santos via Bug reports for GNU Guix
>ven. 29 nov. 2024 at 10:25, Suhail Singh wrote: > Suhail Singh writes: > >> #+begin_src example >> $> gx_shell bash-minimal coreutils-minimal emacs emacs-guix guix guile >> [env]$> emacs >> >> >> >> $> type gx_shell >> gx_shell is a function >> gx_shell () >> { >> if

bug#44256: “guix import cran -a bioconductor FOO” downloads twice

2024-11-29 Thread Ricardo Wurmus
Fixed with commit 64d9c7ea3fec163d86dde933471594ef2fe8c356 (on r-team branch). This will soon be rebased on top of the master branch and merged. -- Ricardo

bug#74548: gnupg cannot use pinentry

2024-11-29 Thread Christopher Howard
After adding the home service for gnupg as recommended (but with -gnome3) everything seems to be working great. Thanks! -- Christopher Howard

bug#74548: gnupg cannot use pinentry

2024-11-29 Thread Christopher Howard
Rodion Goritskov writes: > Hi! > > How do you configure gpg agent? > > I use home-gpg-agent-service-type (from the module (gnu home services > gnupg)) [1], where I use a configuration like > this (I use pinentry-qt): > > (service home-gpg-agent-service-type >(home-gpg-agent-configuration

bug#74607: Evaluations of the ‘guix’ jobset failing on ci.guix

2024-11-29 Thread Ludovic Courtès
Evaluations of the ‘guix’ jobset have been failing on ci.guix when computing the derivation for aarch64-linux. Example from (commit 369d2698b0bfc3726f8e6d232d43d0dda832225f): --8<---cut here---start->8--- [ 28/ 30]

bug#74489: Guix said to email you this.

2024-11-29 Thread Simon Tournier
Hi, On Sat, 23 Nov 2024 at 02:32, Mark Dewey wrote: > \guix pull: error: You found a bug: the program > '/gnu/store/3sszk0lgfc72vjfrvzajhhsldxq1lrij-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "9b1de856cf1870feda070d03eeb98f532c466238"; system: "x86_64-linu

bug#74471: Problem doing "guix pull"

2024-11-29 Thread Simon Tournier
Hi, On Fri, 22 Nov 2024 at 10:14, david lopez villegas wrote: > '/gnu/store/w4hxpabli1cyycq1sin0309gzffmc543-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "285c78cb89cd0ef3775406eca9af9aa87de212a0"; system: "x86_64-linux"; > host version: "7f8c98530a769fc6dc7c

bug#55013: Guix-emacs doesn't work

2024-11-29 Thread Suhail Singh
Suhail Singh writes: > #+begin_src example > $> gx_shell bash-minimal coreutils-minimal emacs emacs-guix guix guile > [env]$> emacs > > > > $> type gx_shell > gx_shell is a function > gx_shell () > { > if ob_shell_session_p; then > local ps12='|PS1|PS2'; >

bug#59196: Update on bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-11-29 Thread Tanguy LE CARROUR
Hi Julien, Quoting Tanguy LE CARROUR (2024-11-28 14:25:00) > Quoting Julien Lepiller (2024-11-27 22:13:06) > > This is usually due to memory usage. You can cry with -c1, which limits > > builds > > to one core, but I'm not sure it will lower the build's memory footprint. > > Maybe try to stop so

bug#55013: Guix-emacs doesn't work

2024-11-29 Thread Suhail Singh
Cayetano Santos via Bug reports for GNU Guix writes: > No problem here. So the issue is related with the guix shell container, > in my opinion (unless there is something else in my default profile). > > Could someone confirm ? M-x guix-packages-by-name works fine in a guix shell container. I.e.

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-29 Thread Hilton Chain via Bug reports for GNU Guix
On Fri, 29 Nov 2024 20:25:43 +0800, Hilton Chain wrote: > > Just realised the weekend is coming, I'll send to guix-devel soon. ;) https://lists.gnu.org/archive/html/guix-devel/2024-11/msg00271.html

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-29 Thread Hilton Chain via Bug reports for GNU Guix
On Fri, 29 Nov 2024 04:53:57 +0800, Motiejus Jakštys wrote: > > [1 ] > On Thu, Nov 28, 2024 at 5:20 PM Hilton Chain wrote: > > Thanks! Then I'll keep abilists removed before we can reproduce one :) > > OK here it is for 0.11: > > 1. check out glibc-abi-tool 13576b1ea957882be7ff2c99f4cdc274549302

bug#55013: Guix-emacs doesn't work

2024-11-29 Thread Cayetano Santos via Bug reports for GNU Guix
>ven. 29 nov. 2024 at 11:38, Cayetano Santos wrote: > Same for me, and I’m a regular user of guix-emacs. > > I manage to reproduce the issue within a container, though, and even > outside with ‘emacs -q -nw’. Not outside, sorry. > I’m really curious about what exactly makes it work within my

bug#55013: Guix-emacs doesn't work

2024-11-29 Thread Cayetano Santos via Bug reports for GNU Guix
Same for me, and I’m a regular user of guix-emacs. I manage to reproduce the issue within a container, though, and even outside with ‘emacs -q -nw’. I’m really curious about what exactly makes it work within my own configuration. -- Cayetano Santos