From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Packages depending on (guix build syscalls) Date: Thu, 20 Oct 2022 22:05:50 +0200 Message-ID: <87v8oeb6qp.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7522"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Oct 20 22:07:33 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1olbpD-0001ld-DP for guile-devel@m.gmane-mx.org; Thu, 20 Oct 2022 22:07:31 +0200 Original-Received: from localhost ([::1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olbpC-0007Vc-Ak for guile-devel@m.gmane-mx.org; Thu, 20 Oct 2022 16:07:30 -0400 Original-Received: from [::1] (helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olbnh-000552-WF for guile-devel@m.gmane-mx.org; Thu, 20 Oct 2022 16:05:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbne-0004zT-Tp for guile-devel@gnu.org; Thu, 20 Oct 2022 16:05:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbne-0006xW-Ll for guile-devel@gnu.org; Thu, 20 Oct 2022 16:05:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=CzwHsDG9x799dmkMWdYGsLKvBnwrN8/u2vjYY8x4MHE=; b=CMF26qsXJ0v0W8 oheqYnGlNiAGiHBFcEE27KUfW29lIAW3xYUwKT5LGVsFmuw6+We88M2iXHPTJsgRlxqZ3858N296E DgEH9wV6iZoUwoj2551JooSUwxWxQxWzKWaaXqJXaFONlHxv1LjlstY7RGgIjPmr/VnUg1qyarnQP kcL+jaBRCngt14VEra3mt9lAaZOSxQGhCoHJjKER5etBhenBR+DLt5kfxvMiqnn1+kyULXyad/t3m YmqXRFqgREUBbhFPc6jAOCY2Sjxiau1bsOyfuFLU9mkXKE/O+8BLnwT5sx1aDDBtO5syqNek4XpKc Ik0Urn73210p6Kw1MrRA==; Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olbnc-0003zK-IO for guile-devel@gnu.org; Thu, 20 Oct 2022 16:05:53 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Nonidi 29 =?utf-8?Q?Vend=C3=A9miaire?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de l'Orge X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21441 Archived-At: Hello Guix! Quite a few packages depend on (guix build syscalls), starting from =E2=80=98ant-bootstrap=E2=80=99 (since commit cded3a759356ff66b7df668bcdbdf= a0daf96f4c5 in 2018) up to GNOME-related packages such as =E2=80=98mutter=E2=80=99 (com= mit d1c2fe248a7a326189fb7dcae64a59ece96251ba a few months ago). It=E2=80=99s great that we can reuse this module in different contexts! The downside is that the module evolves quite often, because it=E2=80=99s 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=E2=80=99t want us to do =E2=80=98staging=E2=80=99 cycles when= we need a change in (guix build syscalls). Thoughts? Ludo=E2=80=99.