From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:5f26::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id aOyVGmn8emV5vAAAkFu2QA (envelope-from ) for ; Thu, 14 Dec 2023 14:00:25 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id MJ6EFmn8emXsPgEAqHPOHw (envelope-from ) for ; Thu, 14 Dec 2023 14:00:25 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dCUjQvIC; 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=1702558825; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=KayY8RNd0k21v8hl3BbjH/xhFvcxJTEvLA0jSOXfTEY=; b=Kz4WMcIqnExfqRet2fbsp1R7+GxKSiBH4mTKeoqC/hKbqIC7lcGJOSTobROMnsUeGOOCSP NE/yYobT/eeVFjkVyqq8jxzmA0A9ug+YaGExzph4p2OsoJKVL1HLFq2KECyfNQ6wlQ/H2c G3aDNrHNd073neySo6uL0+4UPZ/8VpvJ/bziCMq14xHipI7T/ilzae5z5LVZf+PDpZgBzk tPbXNX3nTcVjjtjcStd95kQ8lwMnfv1kv6WKphUzq3BhlNgbjnZsRtMrxmY/FdXIrYm7gj I7wnYUquzXjUmjr0KuB6LYpaeiAfLchHRgOrTHffuHctI29YSD+PLMpAh6PoQw== 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=dCUjQvIC; 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-Seal: i=1; s=key1; d=yhetil.org; t=1702558825; a=rsa-sha256; cv=none; b=SQrejpSfapXR9TIBhh1PVDsHfL86ptuAJvkIAOhPBAcRgZR/tzIjJxqmiAUI07AWiWl02I 78nBkKmPP2DhsNE53vYm6Hg7GD8aoQRHvFk9UZt66Qr2GcAXK2YZYofuRINh8rbGEEfFy6 RlQXELVFw2byfxO8tgdrA+UyHVtFKBXZHB0423KUsxn+eZkr0vy3bjNxCed2zQGdIcu7CD 32tLYw46XSHU6gn0beH7GncPmShDw7f5TOoEcg2MiwUx/bFtfSfsPlPwR6C3FhyvDExK5C iBImagAqxMbs7h+c3EwhpYwxJnvt4QYPnubKGQmvn36q74ZzaRMNhxCkcf3/ag== 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 3FE9456648 for ; Thu, 14 Dec 2023 14:00:25 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rDlK1-0004dp-Sn; Thu, 14 Dec 2023 08:00:13 -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 1rDlJv-0004c3-II for guix-patches@gnu.org; Thu, 14 Dec 2023 08:00:07 -0500 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 1rDlJs-0002L3-Rh; Thu, 14 Dec 2023 08:00:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rDlJq-000768-LK; Thu, 14 Dec 2023 08:00:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67824] [PATCH core-updates 0/6] Run builds in C.UTF-8 locale Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, me@tobias.gr, maxim.cournoyer@gmail.com, janneke@gnu.org, guix-patches@gnu.org Resent-Date: Thu, 14 Dec 2023 13:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67824 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67824@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Christopher Baines , Josselin Poiret , Tobias Geerinckx-Rice , Maxim Cournoyer , Janneke Nieuwenhuizen X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Tobias Geerinckx-Rice , Maxim Cournoyer , Janneke Nieuwenhuizen Received: via spool by submit@debbugs.gnu.org id=B.170255878427157 (code B ref -1); Thu, 14 Dec 2023 13:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Dec 2023 12:59:44 +0000 Received: from localhost ([127.0.0.1]:48872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDlJX-00073o-Sb for submit@debbugs.gnu.org; Thu, 14 Dec 2023 07:59:44 -0500 Received: from lists.gnu.org ([2001:470:142::17]:46580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rDlJW-000737-2o for submit@debbugs.gnu.org; Thu, 14 Dec 2023 07:59:42 -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 1rDjJy-0002lH-Ch for guix-patches@gnu.org; Thu, 14 Dec 2023 05:52:02 -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 1rDjJx-0001bd-Ec; Thu, 14 Dec 2023 05:52:01 -0500 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=KayY8RNd0k21v8hl3BbjH/xhFvcxJTEvLA0jSOXfTEY=; b=dCUjQvIC9udvy4 8ThsadFQ7Qm0cnlN3r+htOAIBvVQMh6A1g+70UMpcBIyRaPTK8LrFvD8omdBh8fku/xhT8I7EaJd3 H/RoYj+V+NMaGErqoKYCA/bokkKbKPsmqA+Rh8pq0MhVMyTMl9towMSGgy9DHhoO12CEsilotli3A O76gq5IcxdsjVMqY8vGadYetPr0r4OBYbyVHDQDyOcFRkl46QFzEwzXhTma1ftvjMgIlnzoc8iTs5 FVFQNfWd6bhFi6IOo/8FLqY2Pjnly34AqJi3hjshlUAW7hngXsSAtZ3W5rZofSTMK8zZykSOrKvbP 9Fpu1TR0pxeSXQn9OmVg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Thu, 14 Dec 2023 11:51:29 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -4.35 X-Spam-Score: -4.35 X-Migadu-Queue-Id: 3FE9456648 X-TUID: SqmS7GgrQbmA Hello, This is the logical followup to : running builds in the C.UTF-8 locale (instead of en_US.UTF-8) and removing ‘glibc-utf8-locales’ from the set of implicit inputs. Tested on x86_64-linux with: guix build texinfo nss-certs make check TESTS=tests/profiles.scm I’d like to merge it soon so we can move forward. Let me know what you think! Ludo’. Ludovic Courtès (6): packages: Remove reference to ‘glibc-utf8-locales’ in ‘patch-and-repack’. build-system/gnu: Change default locale to C.UTF-8. gnu: commencement: Remove ‘glibc-utf8-locales’ from ‘%final-inputs’. profiles: Use C.UTF-8 instead of ‘glibc-utf8-locales’ where possible. packages: Output and error ports are line-buffered in ‘patch-and-repack’. gnu: glibc-utf8-locales: Add the C.UTF-8 locale. gnu/packages/base.scm | 23 ++++++++++++++++++----- gnu/packages/commencement.scm | 31 +++++++++++++++---------------- gnu/packages/gawk.scm | 6 +++++- gnu/packages/texinfo.scm | 7 +++++-- guix/build-system/gnu.scm | 4 ++-- guix/packages.scm | 34 +++++++++++++++++----------------- guix/profiles.scm | 33 +++++---------------------------- tests/profiles.scm | 7 +------ 8 files changed, 68 insertions(+), 77 deletions(-) base-commit: e4013b31266b40dc9cb250c44b2088d3931cb3b3 -- 2.41.0