Re: Synchronizing the Disarchive databases

2022-11-03 Thread zimoun
Hi Timothy, On Tue, 04 Oct 2022 at 12:22, Ludovic Courtès wrote: > How could we copy the contents of disarchive.ngyro.com to Guix infra? A friendly ping. :-) Cheers, simon

Reproducible Builds Summit 2022

2022-11-03 Thread Efraim Flashner
Chris and I are here at the reproducible builds summit in Venice, we're winding down now but it's been a great time meeting everyone and planning out upcoming tasks. The good news is Guix is Great! We have our tightly controlled dependency chain which makes it really easy to know exactly which inp

Re: Release progress, week 3

2022-11-03 Thread Ludovic Courtès
Hi, Vagrant Cascadian skribis: >>> test-name: channel-news, no news >>> ... >>> actual-error: >>> + (git-error >>> + #< code: -1 message: "invalid version 0 on >>> git_proxy_options" class: 3>) >>> result: FAIL >> >> This looks like an ABI issue with libgit2. Are you sure the same >> version

Re: Antioxidant (new rust build system) update - 100% builds

2022-11-03 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > On 02-11-2022 12:20, Ludovic Courtès wrote: >> [. ..] >> That’s but it probably needs work if >> we want it to work reliably on all the packages. My understanding is >> that we’d need a “flag day” where we’d switch all Rust package

Re: guix lint false positives and RFC patch

2022-11-03 Thread Ludovic Courtès
Vagrant Cascadian skribis: > --- a/guix/lint.scm > +++ b/guix/lint.scm > @@ -313,7 +313,8 @@ (define (tests-explicitly-enabled?) >'())) > > (define (properly-starts-sentence? s) > - (string-match "^[(\"'`[:upper:][:digit:]]" s)) > + (string-match "^[(\"'`[:upper:][:digit:]]" > +

Re: Reproducible Builds Summit 2022

2022-11-03 Thread Ludovic Courtès
Hello! Efraim Flashner skribis: > Chris and I are here at the reproducible builds summit in Venice, we're > winding down now but it's been a great time meeting everyone and > planning out upcoming tasks. Thanks for the report! I have fond memories of previous editions of the summit, I hope thi

Release progress, week 4

2022-11-03 Thread Ludovic Courtès
Hello Guix! Release progress: week 4. • ‘make assert-binaries-available’ reports 92.7% coverage (details below). We’re not making much progress. • Architectures: - i586-gnu: Chris and I fixed core packages (test failures; bordeaux.guix is building them and I’ll enable it on

Permanent URL for GUIX packages

2022-11-03 Thread Development of GNU Guix and the GNU System distribution.
Hello, I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release. Could you please let me know how to

Re: splitting up and sorting commits?

2022-11-03 Thread Liliana Marie Prikler
Am Mittwoch, dem 02.11.2022 um 00:05 + schrieb Csepp: > Hey all! > > I'm working on a fairly sizeable MirageOS branch, just getting the > hello-world kernel running involved adding about 40 packages.  Very > often I run into a scenario where an imported package needs some > other package to co

Re: guix lint false positives and RFC patch

2022-11-03 Thread Vagrant Cascadian
On 2022-11-03, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > >> --- a/guix/lint.scm >> +++ b/guix/lint.scm >> @@ -313,7 +313,8 @@ (define (tests-explicitly-enabled?) >>'())) >> >> (define (properly-starts-sentence? s) >> - (string-match "^[(\"'`[:upper:][:digit:]]" s)) >> + (s

guix bisect

2022-11-03 Thread jgart
hi, do we have something similar to nix-bisect but for guix? * https://github.com/timokau/nix-bisect

CLI flag to ignore guix channel

2022-11-03 Thread jgart
Hi, I'd like a CLI flag to be able to ignore channels. Where should I look if I'd like to implement something like this? I prefer not to edit and comment out channels in ~/.config/guix/channels.scm I'd prefer to do the following guix import crate behemoth-rust-package-foo -r --ignore-channel=g