From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id gMgeDK1eu2K6AgAAbAwnHQ (envelope-from ) for ; Tue, 28 Jun 2022 22:03:57 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OHUZDK1eu2KF5wAAauVa8A (envelope-from ) for ; Tue, 28 Jun 2022 22:03:57 +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 E42BCB6DB for ; Tue, 28 Jun 2022 22:03:56 +0200 (CEST) Received: from localhost ([::1]:39110 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o6HRE-0008T4-28 for larch@yhetil.org; Tue, 28 Jun 2022 16:03:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o6HQx-0008OZ-WE for guix-devel@gnu.org; Tue, 28 Jun 2022 16:03:40 -0400 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]:36884) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o6HQv-0006ut-Th for guix-devel@gnu.org; Tue, 28 Jun 2022 16:03:39 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by michel.telenet-ops.be with bizsmtp id ok3Z2702y4UW6Th06k3ZSG; Tue, 28 Jun 2022 22:03:33 +0200 Message-ID: <147e89eb4ae3490aa9239d41fa12589ebce8c08e.camel@telenet.be> Subject: Re: Dealing with upstream issues From: Maxime Devos To: zimoun , Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: Tobias Kortkamp , guix-devel@gnu.org Date: Tue, 28 Jun 2022 22:03:33 +0200 In-Reply-To: <86wnd0d726.fsf@gmail.com> References: <6d31ff958ec0c75cbba8324a275315d195a54902.1653045472.git.tobias.kortkamp@gmail.com> <87sfntu6ft.fsf@gnu.org> <87r13aifi3.fsf_-_@gnu.org> <6d2b1052b3e63a67c42c4e6ce431b3f1bb4b4605.camel@telenet.be> <865yklf3vq.fsf@gmail.com> <86letgep2i.fsf@gmail.com> <18a9e93532a2f59d4ad5d6eb5343fe59248103fc.camel@telenet.be> <86wnd0d726.fsf@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-AbGEs+g/FGtchUxZ628k" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1656446613; bh=/qNNXVGnX/J+iuuxwm5XuKQuwGeicWh/vdu3zGtWV5o=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=hu3Jr+49CqzReAfPKXq6Yc2kzdQMs/lptJ3JtSyjRMMZcFtlmupYLcdJchjwORp/N C1MJf/PxPtpVS2CALXxRvF7Ru57LwaudehMMayVUMoPClQUanzxnkOiGAhn6fnTuN/ Zg//CxbBHdaqhhpGXnTeKDYHafobd2QxTgFuegEnbg6Pd/ZrZ1CFgnId1NXV88704U GLFl95ZUfGDYXRtKfWgZRMXJpNEwWTdz1TUmln9kqiwac/45kSsMhpLaKsW2J1OVoC VC44cFFpbn14fFYyMcS1xLUZUHYaZn5cJvV91O9gp4M06aV2u1bbNvsudVpMNKSNiP ZCH03M3ogEHEw== Received-SPF: pass client-ip=2a02:1800:110:4::f00:18; envelope-from=maximedevos@telenet.be; helo=michel.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656446637; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=/qNNXVGnX/J+iuuxwm5XuKQuwGeicWh/vdu3zGtWV5o=; b=A/lk952SONtwR2fGc5dnOLq8yxgI1ArTmaCJw1Y8h76t2GzD6Jzi8H3eHGpqFVWN5UDk4g 0XZejZFmz9O4XJvSxI0lZIRU95w1+VbW2eeNyhteR88n/NyM6SIfamOPKq95fP3kmE/39K rhBIvmyklBB9idsuwLFif+xkXEFihPy3JdBy4pCRoLxXL3m/5SyTsdCib0VNaoNS/XIK/4 YCGYswEI18ews6EtZ5+IBq7aQYNY6EPh0bD1scDTnIjhBa528fqZTm+Ad52F80R+XbI1JQ HHFnHgwTpGenuzVsO5nJzdcXrMWVZoF5wlhUfwFIWggf6L0ZDU/NU6+0bw7V5w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656446637; a=rsa-sha256; cv=none; b=PrveLBDt3iplrc9QHYlyZDSEC+EpS0gdawp/9FRlsDgdYYDMEILIk9rEcem8duV2tb8W37 kiFejjQOVxlAaJ/E1HHPwQv3E+mSdlEuu4xfpP3aj3jpiD29yWqkLe5SB76JnrODlq3Fn/ Wdv3OrRxohMdD9G2+MTqwQwqfXwTwRzE1yaaCwOvJ8rwgwdgx9mNEkORFA9WyI3njmaJmv QbTpz+OapzEQ0KdCCt1DrxiiYryfvGA272rHGpr+QO4buzNGBVpApt5rhUlEFRt5b8rtEd +eYF+vvcPsrtVzNP/bvYVd4a9R4iPviuzWAm+Ltr3RtqCtv5xo4nPycboRRF4g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=telenet.be header.s=r22 header.b=hu3Jr+49; dmarc=pass (policy=none) header.from=telenet.be; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.66 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=telenet.be header.s=r22 header.b=hu3Jr+49; dmarc=pass (policy=none) header.from=telenet.be; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: E42BCB6DB X-Spam-Score: -4.66 X-Migadu-Scanner: scn1.migadu.com X-TUID: qPr4y+OHgvfI --=-AbGEs+g/FGtchUxZ628k Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable zimoun schreef op di 28-06-2022 om 19:36 [+0200]: > Hi, >=20 > On Tue, 28 Jun 2022 at 18:47, Maxime Devos wrote= : >=20 > > It is -- where's the bug report upstream or a fix? >=20 > Upstream [1] does not have a bug tracker, or I am missing it.=C2=A0 See > bug#56285 for tracking the issue in Guix. >=20 >=20 O right I forgot about that. In that case, it's a lot more complicated than I thought ... --=-AbGEs+g/FGtchUxZ628k Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYrtelRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7geaAPoDwa6IQ69M9JQNeML51YnYWLCl 2nOltbCFMyFmPVWKbwEA/0HQj7U9eBaO2D9Veu8MVh31Wlhu4D/4POY+0gq6LAM= =s+FK -----END PGP SIGNATURE----- --=-AbGEs+g/FGtchUxZ628k--