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
* 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(-)
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
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
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
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
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
Fixed by 294386674c417355a24586fab5528c643d495b86
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
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
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
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
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
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
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
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<---
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
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)
> ;;
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
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
20 matches
Mail list logo