From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id sAh8OYgfgmXb9gAAkFu2QA (envelope-from ) for ; Tue, 19 Dec 2023 23:56:09 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id UArMM4gfgmX4WgAAe85BDQ (envelope-from ) for ; Tue, 19 Dec 2023 23:56:08 +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=AQi5IHWj; 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=1703026568; 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-to: 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=75Hzy++yoyVE3K7nUcJuKsJD02fYlTaIJGLjZ3JOMqc=; b=q1JVci4Co3rJ67acNQDgiecXDU3Nn70Bh4guQl+emWU+VPEzO1TSKMElGyYgX3LvO2QwHc ojmWJ1h5Q6Dlmtq6I6DUCFJ6XV46NUnIQx/w54W6SjIdVP5/F7M34Q21r5SJcO2EBfUQWe kDYi2ZU2elq+n7vsN0uRdw7xiZCFEmV4PCqligGMhcodcgyorgIB1GSAvpn0izez6pw8qs cXS/fa94e/u2f39ZJSUGEbJI9nlDEXhOnJ0i7nCVDZr6Z8eUA7jpqoHRl+20Yjn1GnSrMi MTnYfVjvIC+HkE0/oJxRQuZH+oL6FE+rAxLKWecdayX+yDvc1l4r8DlL/MmRNQ== 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=AQi5IHWj; 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=1703026568; a=rsa-sha256; cv=none; b=iy0LWBm53adX8vIir2U3Hgcl+sdMYVtidy+Q9TFtjYBzZx+1DK86aNgjuffJO3kGAFKm5s fFDVZPOicRp33MQLPi2v4xdw+eQRUOtSbodr6NPDmmU0/DiajiloRtXNoE2ngCMhCdm69J HiX6cfNM9se9WqqpdcgPuGlcFjxb7+7AMO7CBZM+q/O71KB1O8Z3ZFkY7ncFjP0HJOovC1 0beb7Zmn73q+R9JPrx5tbMz/gc3qPqjW4Arf6MAaJnpL/niOOh53Z7GJrbxXKJAu2T9ZnI 7ItTNH8kY+5zWk4l4Tmy03fbLmJHb8EALRgApkQeFKRdmJQmqGcRzYoP2NaXsA== 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 9BEEA65CD1 for ; Tue, 19 Dec 2023 23:56:08 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rFj0P-0003I2-Fs; Tue, 19 Dec 2023 17:56:05 -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 1rFj0K-0003GL-Sb for guix-patches@gnu.org; Tue, 19 Dec 2023 17:56:02 -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 1rFj0K-0000JO-Jn for guix-patches@gnu.org; Tue, 19 Dec 2023 17:56:00 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rFj0N-0000ox-D1 for guix-patches@gnu.org; Tue, 19 Dec 2023 17:56:03 -0500 Subject: bug#67824: [PATCH core-updates v2 0/9] Run builds in C.UTF-8 locale Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 19 Dec 2023 22:56:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67824 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67824-done@debbugs.gnu.org Cc: Josselin Poiret , Maxim Cournoyer , Tobias Geerinckx-Rice , Liliana Marie Prikler , Raghav Gururajan , Christopher Baines , Janneke Nieuwenhuizen Mail-Followup-To: 67824@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 67824-done@debbugs.gnu.org id=D67824.17030265083055 (code D ref 67824); Tue, 19 Dec 2023 22:56:03 +0000 Received: (at 67824-done) by debbugs.gnu.org; 19 Dec 2023 22:55:08 +0000 Received: from localhost ([127.0.0.1]:37860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFizT-0000nC-JK for submit@debbugs.gnu.org; Tue, 19 Dec 2023 17:55:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFizR-0000lv-SU for 67824-done@debbugs.gnu.org; Tue, 19 Dec 2023 17:55:06 -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 1rFiz9-0008Jm-F2; Tue, 19 Dec 2023 17:54:57 -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:References:In-Reply-To:Subject:To: From; bh=75Hzy++yoyVE3K7nUcJuKsJD02fYlTaIJGLjZ3JOMqc=; b=AQi5IHWjjoWDGHq1SNUC qq1fv6P6BHAy/w3xp14VycJ4Q3AsyjjeC6IFHEFwgZyu5Z8JCYxPWMWDtHvXXsBylIl9O4qAz+4Aj KX3im2AmX0LjI0IgZbxCPk5Z4NoO3f2CN3xXI8fr6XxMurO3LiHDG/qGuCn/Yn3AvojOilwdsOeYm b3A7fJj5ictEagx8H36iHK4UmKP//+xNFDlnUPFkUe86aZhasiiU5uUZjAndGts6ysZs23JJsy3pJ py7HbjLtYPnqRYHwwK93VloNSjhENCJE3BTCTs3Gwr72oLFCehj8q+dc1s29YnGkZCM2q4Xcq9w19 9b6Yu4LDSOemtA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 18 Dec 2023 17:30:11 +0100") References: Date: Tue, 19 Dec 2023 23:54:42 +0100 Message-ID: <875y0tiz0t.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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -5.39 X-Spam-Score: -5.39 X-Migadu-Queue-Id: 9BEEA65CD1 X-TUID: ZlpEeIykghr6 Ludovic Court=C3=A8s skribis: > packages: Remove reference to =E2=80=98glibc-utf8-locales=E2=80=99 in > =E2=80=98patch-and-repack=E2=80=99. > build-system/gnu: Change default locale to C.UTF-8. > gnu: commencement: Remove =E2=80=98glibc-utf8-locales=E2=80=99 from =E2= =80=98%final-inputs=E2=80=99. > profiles: Use C.UTF-8 instead of =E2=80=98glibc-utf8-locales=E2=80=99 w= here possible. > packages: Output and error ports are line-buffered in > =E2=80=98patch-and-repack=E2=80=99. > gnu: glibc-utf8-locales: Add the C.UTF-8 locale. > gnu: glibc: Add patch for =E2=80=98ucontext=E2=80=99 on x86_64-gnu (GNU= /Hurd). > build-system/gnu: Turn PID 1 into an =E2=80=9Cinit=E2=80=9D-style proce= ss by default. > gnu: glib: Skip test that fails with glibc 2.38. Pushed v2 as 62e67aa7994f40c438ef5a528675e85699d7af76. Now to see what ci.guix thinks about it=E2=80=A6 Ludo=E2=80=99.