From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id gEosIsfUKmV8fwAAauVa8A:P1 (envelope-from ) for ; Sat, 14 Oct 2023 19:49:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gEosIsfUKmV8fwAAauVa8A (envelope-from ) for ; Sat, 14 Oct 2023 19:49:59 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 532BA63CEE for ; Sat, 14 Oct 2023 19:49:59 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eQsRoFbz; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697305799; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=hyZYvgkXd6O/zL+shIjHxriYHzhPCaSsDadXJJT+t20=; b=CXDJNvr8ePyconSbGcdDuqd+pyeGuXvBgBrM1A/lePxhRiGjpbN+2e7+3pl184Y+ICT6NN t8h4LPU1IpjVu9U0Fsf9QvZ1+kifxoYbS02Q1c6WwuHQOgk93/A9zoPnC2RAjl5pjHkDXQ ClmNQ24moMnaPcUHg0uO7L47Egmg+PF3Vi6xfT+F6btwr2aawGn+MRrX0/0HFLweHQOBfz REFIC/oXIcX7TQqM3Hm1X6nCs+HZnOTRctNKpwG3NkRsxZVzbltXzhMS/vWI0gO2rUsWM1 2vzrWWFLCTZngkRCI4PqLvCJgOJNI7AXhaJWyahXIj7XGsjRJlrSZhm4JvnqTQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697305799; a=rsa-sha256; cv=none; b=H/scJ10Bw7MJMVsUN7EyrhcMC3kvJIpdo7DsnciBOs/nuic7PTM5+oNXH90RUR8b3FvzHj b5KDb+0cYv0gfEbpBIpPve576vesOS6a8eHTDjHEQlAt6CftjOdFTTJUWkbAN8Hw6N+JDH Tmf4XzCyWiwCk5RLiRZFPsiS1mhE40LfMhT5XG5kwHHV6WTIHz430BGWSBRgMNt9gthLi3 uvBz8jFvwwyPb88vS2CgSX4uQZhAC6i/3f9h9fD5cxW34Xz6CtzXMDAN3jkQlo6V4E4TEC myqx55VAXC5I9P+dzIQlNm29xioVDFAU1oWjnf3g5nQCDfh2AOC0I8jij7BKvQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eQsRoFbz; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qrilh-0007xZ-D6; Sat, 14 Oct 2023 13:49:41 -0400 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 1qrilf-0007wi-6v for guix-patches@gnu.org; Sat, 14 Oct 2023 13:49:39 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qrile-0004hV-Uj for guix-patches@gnu.org; Sat, 14 Oct 2023 13:49:38 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qrim2-0004B5-KX for guix-patches@gnu.org; Sat, 14 Oct 2023 13:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls). Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 14 Oct 2023 17:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66525 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bruno Victal Cc: 66525@debbugs.gnu.org, Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan Received: via spool by 66525-submit@debbugs.gnu.org id=B66525.169730576215985 (code B ref 66525); Sat, 14 Oct 2023 17:50:02 +0000 Received: (at 66525) by debbugs.gnu.org; 14 Oct 2023 17:49:22 +0000 Received: from localhost ([127.0.0.1]:50448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrilO-00049k-1B for submit@debbugs.gnu.org; Sat, 14 Oct 2023 13:49:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrilJ-00045e-6N for 66525@debbugs.gnu.org; Sat, 14 Oct 2023 13:49:17 -0400 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 1qrikp-0004Wq-LB; Sat, 14 Oct 2023 13:48:47 -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:References:In-Reply-To:Subject:To: From; bh=hyZYvgkXd6O/zL+shIjHxriYHzhPCaSsDadXJJT+t20=; b=eQsRoFbzFsJ8033Sk/zz 9TPmpXplBxxbYfv4MBlMpV2q4Nb+Fm61dwKkeOIG9bl6Gx6QIGQ2eTpyCdZ+zyVdA4C61/KxH6QLI 7rI9S+s77OCQKRH5e2p0Ho0It/m2mJria8hdS2uktY8yeBEN2biDPtL5w0wy+D8Ud3zuwuxsBWg4E UUjoZKt3q+xrU8S7r4k4jFRmeUSfdg9a0ox9wIWVHszhzqpuICuMf/sbgMtZd+zlyqRUIwNWDsLe2 ONGzFahbvYNv0wResuDuCCtOJ58q9Y0XrMul1FoQotie24v+T8YRyix4PAyKaiNZTYoJSdJLi6nx3 9YkzHZRT8lRvCw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <3a9535ad-4be6-486d-9a1a-ef1004edf588@makinata.eu> (Bruno Victal's message of "Fri, 13 Oct 2023 18:05:31 +0100") References: <51c7e4c608c40f38c83a4ac9db88e8e1c2985ac1.1697211312.git.ludo@gnu.org> <3a9535ad-4be6-486d-9a1a-ef1004edf588@makinata.eu> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 23 =?UTF-8?Q?Vend=C3=A9miaire?= an 232 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Navet 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 Date: Sat, 14 Oct 2023 19:48:44 +0200 Message-ID: <8734ydccxv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -5.18 X-Migadu-Queue-Id: 532BA63CEE X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -5.18 X-TUID: utSbrMV3lAHG Bruno Victal skribis: >> (match (primitive-fork) >> (0 ;child process >> - (set-child-subreaper!) >> ;; Use tini so that signals are properly handled and >> ;; doubly-forked processes get reaped; otherwise, >> ;; python-dbusmock would waste time polling for the = dbus >> ;; processes it spawns to be reaped, in vain. >> - (apply execlp "tini" "--" >> - "dbus-run-session" "--" >> + (apply execlp "dbus-run-session" "dbus-run-session" >> "xvfb-run" "-a" "-s" (getenv "XVFB_SERVER_ARG= S") > > Looks like this comment could be removed as well? Oops, noted (waiting for other comments before sending a new version). Ludo=E2=80=99.