From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Packages depending on (guix build syscalls)
Date: Sat, 22 Oct 2022 10:08:39 -0400 [thread overview]
Message-ID: <87r0z0t0go.fsf@gmail.com> (raw)
In-Reply-To: <87edv1a8zc.fsf@inria.fr> ("Ludovic Courtès"'s message of "Fri, 21 Oct 2022 10:15:03 +0200")
Hi Ludo,
Ludovic Courtès <ludo@gnu.org> writes:
> Hello Guix!
>
> (Resending to the right mailing list, oops!)
>
> Quite a few packages depend on (guix build syscalls), starting from
> ‘ant-bootstrap’ (since commit cded3a759356ff66b7df668bcdbdfa0daf96f4c5
> in 2018) up to GNOME-related packages such as ‘mutter’ (commit
> d1c2fe248a7a326189fb7dcae64a59ece96251ba a few months ago).
>
> It’s great that we can reuse this module in different contexts! The
> downside is that the module evolves quite often, because it’s a
> foundation for Guix System and other things. As a result, all these
> packages get rebuilt every time we change it.
>
> Maybe the only recommendation I would have is that we should make sure
> we really need it before having a package deep down the graph depend on
> it. I wouldn’t want us to do ‘staging’ cycles when we need a change in
> (guix build syscalls).
As mentioned by others, I think merging more general purpose things from
Guix to Guile would be the best way forward. Every time I write a
simple Guile script, I reach to Guix utils for simple things, which
ought to be in Guile proper. Alternatively, there's at least 4 packages
depending on (guix build syscalls) for working around a bug where dead
processes are not reaped by PID1 in the Guix build container, causing
some test suites to fail [0]. If we were to fix it, we could remove
these workarounds.
[0] https://issues.guix.gnu.org/30948
--
Thanks,
Maxim
next prev parent reply other threads:[~2022-10-23 20:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-21 8:15 Packages depending on (guix build syscalls) Ludovic Courtès
2022-10-21 9:03 ` Ludovic Courtès
2022-10-22 19:14 ` Efraim Flashner
2022-10-27 3:31 ` Maxim Cournoyer
2022-10-27 8:27 ` Efraim Flashner
2022-10-23 16:21 ` Marius Bakke
2022-11-02 10:22 ` Ludovic Courtès
2022-11-11 17:31 ` Marius Bakke
2022-10-22 14:08 ` Maxim Cournoyer [this message]
2022-10-22 14:12 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r0z0t0go.fsf@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.