bug#74588: Package go-chroma is empty

2024-11-28 Thread Sharlatan Hellseher
Hi Saku, Thanks for reporting that! It was fixed by commit cf16dcb95fee602fa2cd3377de769c57a123f9c1. --8<---cut here---start->8--- > tree -A $(./pre-inst-env guix build go-chroma) /gnu/store/2r4vypm06ljzdy6k71vwcfw797b8y9mj-go-chroma-2.14.0 ├── bin │ └── ch

bug#74359: [PATCH] gnu: go-github-com-cyphar-filepath-securejoin: Fix url.

2024-11-28 Thread Simen Endsjø
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin) [origin]: Fix url incorrectly changed in 9399db35c2105157407fd4a59aeb0cacc58a0c54 Change-Id: Ibac24d11efdd6414bdeb8be2cd2184e21d7f8676 --- gnu/packages/golang-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

bug#74548: gnupg cannot use pinentry

2024-11-28 Thread Rodion Goritskov
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 (pinentry-program

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-28 Thread Motiejus Jakštys
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 13576b1ea957882be7ff2c99f4cdc27454930219 2. rm -fr glibc/2.3{5,6,7,8} 3. apply the attached patch. 4. /path/to/zig-0.1

bug#74359: [PATCH] gnu: go-github-com-cyphar-filepath-securejoin: fix url

2024-11-28 Thread Simen Endsjø
The url was corrupted by mistake in 9399db35c2105157407fd4a59aeb0cacc58a0c54 gnu: go-github-com-go-git-go-billy: Rename variable. Change-Id: Ibac24d11efdd6414bdeb8be2cd2184e21d7f8676 --- gnu/packages/golang-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/pack

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-28 Thread Motiejus Jakštys
On Thu, Nov 28, 2024 at 5:20 PM Hilton Chain wrote: > > On Thu, 28 Nov 2024 20:41:10 +0800, > Motiejus Jakštys wrote: > > > > On Thu, Nov 28, 2024 at 1:08 PM Hilton Chain wrote: > > > > > > <...> together with the concern on generated files. > > > > Hi Hilton, > > > > The only remaining, to my kn

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-28 Thread Motiejus Jakštys
On Thu, Nov 28, 2024 at 10:12 PM Motiejus Jakštys wrote: > > On Thu, Nov 28, 2024 at 5:20 PM Hilton Chain wrote: > > Thanks! Then I'll keep abilists removed before we can reproduce one :) Ahh, now I realized you probably meant removed in 0.11. Sorry for the noise! Motiejus

bug#74565: [PATCH] import: egg: Fix recursive imports.

2024-11-28 Thread Ekaitz Zarraga
Fixed by 294386674c417355a24586fab5528c643d495b86

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

2024-11-28 Thread Tanguy LE CARROUR
Hi Guix, Quoting Tanguy LE CARROUR (2024-11-27 09:46:55) > Than, I tried to build the installation image: > > ``` > $ guix system image --system=armhf-linux -e '((@ (gnu system install) > os-with-u-boot) (@ (gnu system install) installation-os) > "A20-OLinuXino-Lime2")' > # […] > substitute: i

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-28 Thread Hilton Chain via Bug reports for GNU Guix
On Thu, 28 Nov 2024 20:41:10 +0800, Motiejus Jakštys wrote: > > On Thu, Nov 28, 2024 at 1:08 PM Hilton Chain wrote: > > > > <...> together with the concern on generated files. > > Hi Hilton, > > The only remaining, to my knowledge, binary file is `abilists`, which, > once you have `zig` binary, ca

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

2024-11-28 Thread Tanguy LE CARROUR
Hi Julien, 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 some running services if they can free up some space… `-c` sou

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-28 Thread Motiejus Jakštys
On Thu, Nov 28, 2024 at 1:08 PM Hilton Chain wrote: > > <...> together with the concern on generated files. Hi Hilton, The only remaining, to my knowledge, binary file is `abilists`, which, once you have `zig` binary, can be generated this way: git clone https://github.com/ziglang/glibc-abi-too

bug#74217: Bootstrapping Zig with no Binary Blobs

2024-11-28 Thread Hilton Chain via Bug reports for GNU Guix
I started to learn Zig these days and adjusted patches for Zig a bit. Other than this, I have added a install-source? argument to zig-build-system, it can now install package source to "/src/-". "-Dtarget" is used in zig-build-system's native builds as well, same as Zig for reproducibility. Made

bug#74588: Package go-chroma is empty

2024-11-28 Thread Saku Laesvuori via Bug reports for GNU Guix
The go-chroma package only contains a COPYING file as show by running $ tree $(guix build go-chroma) /gnu/store/khpaajvfqgx46llffwz2416w7fqqy2sf-go-chroma-2.14.0 └── share └── doc └── go-chroma-2.14.0 └── COPYING I tried fixing it, but did not get it compile properly. Mayb

bug#74565: [PATCH] import: egg: Fix recursive imports.

2024-11-28 Thread Ekaitz Zarraga
Fixes #74565. * guix/import/egg.scm (egg-recursive-import) <#:repo->guix-package>: Add `#:allow-other-keys`. Change-Id: I97ad2d1aaf664c8dc18965eb2a497aa0a76062d7 --- guix/import/egg.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guix/import/egg.scm b/guix/import/eg

bug#74584: wrong pull/time-machine message when channels.scm does not exit

2024-11-28 Thread Simon Tournier
Hi, The “bug“: --8<---cut here---start->8--- $ ls channels.scm ls: cannot access 'channels.scm': No such file or directory $ guix time-machine -q -C channels.scm -- help guix time-machine: error: 'channels.scm' did not return a list of channels --8<---

bug#74583: ‘guix git authenticate’ pre-push hook unsuitable in some cases

2024-11-28 Thread Ludovic Courtès
As reported by Sébastien¹, the ‘pre-push’ hook installed by ‘guix git authenticate’ fails when pushing the keyring branch because that branch is not authenticated. I’ve seen other situations where it fails, and IIRC one of them is when pushing a tag. We should list these corner cases and have ‘gu

bug#73539: A channel is impossible to remove if it becomes inaccessible

2024-11-28 Thread Ludovic Courtès
Hi, Nathan Dehnel skribis: > A channel is inaccessible, so I have disabled it in my home config: > > (simple-service 'channels-service >home-channels-service-type > ;;(list > ;; (channel > ;; (name 'gooby-channel) > ;;

bug#74534: [shepherd] guix-home managed shepherd shares process group with shell

2024-11-28 Thread Ludovic Courtès
Hello! Tomas Volf <~@wolfsden.cz> skribis: > Jelle Licht writes: > >> Addendum: >> running `herd eval root "(setsid)"` solves my particular issue, making >> ^C on my shell no longer kill my user shepherd. Fixed in Shepherd commit 2b41e5bad65e783c7a9cc4d7a3f460cab6b64285. > Oh, that is neat. I

bug#73751: [cuirass] channel-update-service fails trying to find key with accent in the name

2024-11-28 Thread Ludovic Courtès
Hi, Noé Lopez skribis: > Cuirass is failing to fetch the channel, because of something with the > key file: « 2024-10-11 21:34:11 error: Git error while fetching channels > from https://framagit.org/nll/bloup.git > https://git.savannah.gnu.org/git/guix.git: the path 'No?? Lopez.key' > does not e