Re: Drafting a Guix blog post on the FHS container

2022-12-15 Thread John Kehayias
Hi again! On Thu, Dec 15, 2022 at 03:53 PM, Ludovic Courtès wrote: > Hello! > > John Kehayias skribis: > >> First, let's dive right into a big one: the popular VSCodium editor. This is >> a freely >> licensed build of VS Code: >> >>

cirrus (was Re: Release progress, week 10)

2022-12-15 Thread pelzflorian (Florian Pelz)
Ludovic Courtès writes: > There are currently two installer bugs that I think now have a valid fix: > > https://issues.guix.gnu.org/60010 > https://issues.guix.gnu.org/59784 Sadly those are still not completely fixed… That hold-up aside, maybe could you also tentatively add the cirrus

remove chezmoi since ancient?

2022-12-15 Thread jgart
hi, Should chezmoi be removed since the version we have is ancient? The latest version will be a doozy bear to package and will probably not be done anytime soon? all best, jgart https://whereis.みんな/

Re: File search

2022-12-15 Thread Antoine R. Dumont (@ardumont)
Hello, As mentioned last week (on irc), I've improved a bit the implementation as per the last discussions in the thread. Please, find enclosed the patch with those changes (hopefully a tad better attached than last time...). Here is the rough changelog: - The local db cache is now versioned.

Re: Experimenting with reduced gcc-lib

2022-12-15 Thread Julien Lepiller
Le 15 décembre 2022 15:34:02 GMT+01:00, "Ludovic Courtès" a écrit : >Hello! > >Julien Lepiller skribis: > >> Before the patch we get: >> >> guix size perl >> total: 147.7 MiB >> >> After the patch: >> >> ./pre-inst-env guix size perl >> total: 114.5 MiB > >Nice! > >> I don't want to push

Release progress, week 10

2022-12-15 Thread Ludovic Courtès
Hello Guix! Here’s what may be the last update for the 1.4.0 release. The second release candidate was released earlier a few days ago: https://lists.gnu.org/archive/html/guix-devel/2022-12/msg00145.html Thanks to everyone who tested and reported back! There are currently two installer bugs

Re: shepherd: prefix output with service names?

2022-12-15 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > here is some output from “guix system reconfigure”: > > … > activating system... > The following derivation will be built: > /gnu/store/7361cd8aasxwwb93ygdfwjp3ghn06ahb-switch-to-system.scm.drv > > building >

Re: Hi from a new committer!

2022-12-15 Thread Ludovic Courtès
Howdy John! John Kehayias skribis: > I'm pleased to announce that I have been granted commit access by the > esteemed Guix maintainer collective! I'm looking forward to continuing > to be a part of this wonderful community and helping review and push all > the great patches waiting for their

Re: branch core-updates updated: gnu: coreutils-boot0: Fix building on arm architectures.

2022-12-15 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > On December 12, 2022 1:47:29 PM UTC, "Ludovic Courtès" wrote: [...] >>> + ,@(if (target-arm?) >>> + ;; Some binaries fail to build. >>> + `(#:configure-flags '(,(string-append >>> +

Re: Drafting a Guix blog post on the FHS container

2022-12-15 Thread Ludovic Courtès
Hello! John Kehayias skribis: > First, let's dive right into a big one: the popular VSCodium editor. This is > a freely licensed build of VS Code: > > > This comes in AppImage format. Downloading it and making it executable (with > a

Re: Experimenting with reduced gcc-lib

2022-12-15 Thread Ludovic Courtès
Hello! Julien Lepiller skribis: > Before the patch we get: > > guix size perl > total: 147.7 MiB > > After the patch: > > ./pre-inst-env guix size perl > total: 114.5 MiB Nice! > I don't want to push that patch as is, because libstdc++.so is still in > the gcc-static-lib output and will bring

Re: [PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1: Derivations.

2022-12-15 Thread Ludovic Courtès
Hello, "(" skribis: > * website/posts/dissecting-guix-1-derivations.md: New blog post. Neat! I think your plan for blog posts is really great; I’m sure it will be of great use to many. Perhaps we could schedule the first one a few days after the release (which should be on Monday, 19th)?

Re: WIP: zig-build-system

2022-12-15 Thread Efraim Flashner
I'm going to add my comments while reading through instead of reading through, digesting, and then commenting. On Thu, Dec 15, 2022 at 12:12:59PM +, Ekaitz Zarraga wrote: > Hi all, > > I'm working on a zig-build-system and I have something working. > > I'd like to discuss some of the

shellcheck updates to 64?

2022-12-15 Thread jgart
Hi, is this a bug? I ran `guix refresh -u` on shellcheck and it updated shellcheck to version 64 but the latest stable release which was released 2 days ago is 0.9.0: -- (define-public shellcheck (package (name "shellcheck") -(version "0.8.0") +(version "64") (source

WIP: zig-build-system

2022-12-15 Thread Ekaitz Zarraga
Hi all, I'm working on a zig-build-system and I have something working. I'd like to discuss some of the problems I found because I don't know what's the best solution: - I don't know how to configure the cross-compilation - The `zig` command uses a compiler to find the libc it needs to use we

Re: GMP GCC C++ Hurd cross-build failure on core-updates

2022-12-15 Thread Svante Signell
On Thu, 2022-12-15 at 01:24 -0600, Nathan Dehnel wrote: > You could try seeing what they're doing here to cross-build > https://github.com/flavioc/cross-hurd > It worked last time I ran it (which was admittedly a while ago) Hi, The problem is probably that you need to add