From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yAuyAyGU+2NgRAEAbAwnHQ (envelope-from ) for ; Sun, 26 Feb 2023 18:17:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0CMTAyGU+2Mc4AAA9RJhRA (envelope-from ) for ; Sun, 26 Feb 2023 18:17:21 +0100 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 9C4881B89E for ; Sun, 26 Feb 2023 18:17:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWKe5-0004kZ-01; Sun, 26 Feb 2023 12:17:09 -0500 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 1pWKdz-0004ic-Up for guix-patches@gnu.org; Sun, 26 Feb 2023 12:17:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWKdx-0004GK-US for guix-patches@gnu.org; Sun, 26 Feb 2023 12:17:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWKdx-00061l-Lk for guix-patches@gnu.org; Sun, 26 Feb 2023 12:17:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61790] [PATCH core-updates 0/5] Package cleanups: Guile, GnuTLS, ncurses Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 26 Feb 2023 17:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61790 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andreas Enge Cc: Josselin Poiret , Christopher Baines , Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , Ricardo Wurmus , 61790@debbugs.gnu.org Received: via spool by 61790-submit@debbugs.gnu.org id=B61790.167743181923158 (code B ref 61790); Sun, 26 Feb 2023 17:17:01 +0000 Received: (at 61790) by debbugs.gnu.org; 26 Feb 2023 17:16:59 +0000 Received: from localhost ([127.0.0.1]:44989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWKdv-00061S-6M for submit@debbugs.gnu.org; Sun, 26 Feb 2023 12:16:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWKds-00061E-Tl for 61790@debbugs.gnu.org; Sun, 26 Feb 2023 12:16:57 -0500 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 1pWKdm-0004F4-HY; Sun, 26 Feb 2023 12:16:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=aDrxD1l6MnbH+Q7mScKMdQsQa0hTKmhl965dk/MocnE=; b=FAeJjuJKxkPtZkxeIro2 yRaZqF9xcG7KnW9CXC+2b2//Hu468hJNrjahXdijK+HY0fhhCFjCSm2lnZbIlU2O1opcV/xgW0yOK 8UcP7BfZ0gm8cdxKA685mbdq37r+GwhWRTsezIsNgIrpb0EaNGtUk9yQALsABS2VRDuSv6jw6XgQD HSfigA0W8L3CKw2Z8TG3FjEGlT+r1fgL7YQ8E2bz+g0tuptE6EQGYVyqGeaY42SnxAbe0us7T4sEa uEsIQg1x7jEpVp3dI56vPxsVV0aZKvygxs6jMBZk+o3wvkcB4U5SPl3X0WzAqrgpbFPlLJTraT52w 8l8v/2JS4jYMbg==; 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 1pWKdl-0002Iu-Um; Sun, 26 Feb 2023 12:16:50 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230225185544.5152-1-ludo@gnu.org> <877cw5v1dz.fsf@gnu.org> Date: Sun, 26 Feb 2023 18:16:46 +0100 In-Reply-To: (Andreas Enge's message of "Sun, 26 Feb 2023 13:29:51 +0100") Message-ID: <87zg90tkht.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677431840; a=rsa-sha256; cv=none; b=LpV8s2wq2AP1klDzzbe0IlOakEAualkXulS9Ip6I5GnHuD5+E9Y224qUGWv8IQ0t3c/Osh zeSm72N6fKZZgtcr9wl4IrJi+Zw6vnaJgGq+cXjwbHjalsS89sQn7ZjWW1+BRgk4RhmMdi QH54YVC/yPyp1LfZHxm6/Pt0gsuGhCPSLVu3SCXV4tSKapoFKqvfWH+edG56Wvg4DVgNjN MCbmtM5kcuPHsKDJybC6yfyag5DwCPmQZA5W54ZpI8hN0/msX9DXv+JuszICwbGJot2Ony RhyTrmI/1hlTYA74FB8xbjeZxs1Pm8K/Br048APsuSzsFUxFXHdzTnVBghNwxw== 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=FAeJjuJK; 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=1677431840; 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=aDrxD1l6MnbH+Q7mScKMdQsQa0hTKmhl965dk/MocnE=; b=mG1FZBOZOb41bFDReKMfvpMhlaLCPqQRvGwsNapHwpqN50G10DkfTITbEJa5xIKWgpyaPL Ucotyso5hSrW0w3rzfCcb/KIRPu4++weCdnAxCj12tfQlBFG7MsguEqG+fVfo/NOt+f9AB zudshq9hWLCo04ZvXIpQ0M9jLMhc94+O5/uAntVBMfvEyQ1LXzZ6IEwBG195h3X+hN4JDb 2jGAKQeXDg3n1sDrskTy6IyG7Q5AaRqXPJTodnT5XxuGp5JXCsdJbRE3usgCKdTwLXSccj M7KvGOz8ReI+8kOZH8tRldcOd6DHxPCXSifhZfCoCsAvyUiy2WQF+sCz2R0jew== X-Migadu-Spam-Score: -1.09 X-Spam-Score: -1.09 X-Migadu-Queue-Id: 9C4881B89E X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FAeJjuJK; 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 X-TUID: 3voSty95Rmjp Hello! Andreas Enge skribis: > I am not too worried about a world rebuild, but more about introducing new > build failures, leading to indefinite delays. At first glance, the patches > do not look like they have a high risk, but who knows? [=E2=80=A6] > Maybe it would be safer to leave them out for the moment, and to start > a feature branch "core" right after the core-updates merge? There=E2=80=99s always a risk of course, though I think it=E2=80=99s pretty= low in this case (I built everything up to guile{,2.2}-gnutls, which includes like 8h spent in =E2=80=98nss=E2=80=99 tests). Removing the dependency of GnuTL= S on Guile is the most desirable part; the rest is more cosmetic. We can delay that until after =E2=80=98core-updates=E2=80=99 too, but that = might take a while since stills shows quite a bit of red. :-) Thoughts? Tough choices! Ludo=E2=80=99.