From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id GFU6IdkXa2V2IwAAG6o9tA:P1 (envelope-from ) for ; Sat, 02 Dec 2023 12:41:13 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GFU6IdkXa2V2IwAAG6o9tA (envelope-from ) for ; Sat, 02 Dec 2023 12:41:13 +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 4215744A8A for ; Sat, 2 Dec 2023 12:41:13 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ORlYrEvI; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701517273; a=rsa-sha256; cv=none; b=oOzykxzUau0tJf8ObheF0oaZ1VGEeSljvIFz1jPvNjcgOwr0OhL1jkiivfd1D+0ZYlnutL VZXpeU81aojq1OxobFF+wa513t4DN0Q336DPF2IJ6vZn/ItTDD9Je6Nkoyvm+hEDTWLDwk enqCpDyWu2wIsXbIJjY/FkRxb1hGwK/kU7ctBOaM8yznpkyGpdXTVPHQAjTc2cHpHiZMn6 4udZbG9fJWXDPOGeVb2fzKoQM2ipaMLdVW8M8PZHvfRZ9U+5aJLQVeOiAUx9xfz5UiCK3N RTJwA/fCH0mkIFofBiKE3IalbTlKbfSfhEx22ggESJ3nBASBfYTNTb9f1LIprg== 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=ORlYrEvI; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701517273; 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=pW+r3ekkgjknvpbuCnCq1grM13If9okUEs2oTJ4rmi0=; b=gKeVefjZfRHLQQ2PgdO8rwnj9X0BbTGOpsjmDtE/IEpd4GPkpvJl5UI8uThPrRB3OSUoPm aIHBNBXIjei3kP0+Ns4/lKXRH0t1Qoft4u5bx6PYCflFxVLsfcnhD/6cehEfJfzAD8jeSR Tt3j+tooeWIvz44smIWTDunGjmsMCL05Z7PTVxkYzXKVPXqJA5HkC6fOPKz04Lr0zPBAp0 Y7fLS0kU9JhenTfgpB9r2R2KqKxVlOnQIsiMhYKV0JRnkGkLyRXOJlZzU9xF/D8YPM3ZnM 5QHNbXgQCEQTOCG5OPWHO7SpxyLph7ZUgpSwuvUQBxD6q6LBHVEDH3BpOByyVA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r9OMh-0002xP-W6; Sat, 02 Dec 2023 06:40:56 -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 1r9OMg-0002x5-DI for guix-patches@gnu.org; Sat, 02 Dec 2023 06:40:54 -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 1r9OMf-0005xO-2K for guix-patches@gnu.org; Sat, 02 Dec 2023 06:40:53 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r9OMo-0001ia-1W for guix-patches@gnu.org; Sat, 02 Dec 2023 06:41:02 -0500 Subject: bug#67507: [PATCH v2 0/2] Using the right locales on GNU/Hurd Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 02 Dec 2023 11:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67507 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Janneke Nieuwenhuizen , Christopher Baines Cc: 67507-done@debbugs.gnu.org Mail-Followup-To: 67507@debbugs.gnu.org, ludo@gnu.org, mail@cbaines.net Received: via spool by 67507-done@debbugs.gnu.org id=D67507.17015172136526 (code D ref 67507); Sat, 02 Dec 2023 11:41:01 +0000 Received: (at 67507-done) by debbugs.gnu.org; 2 Dec 2023 11:40:13 +0000 Received: from localhost ([127.0.0.1]:56826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9OM1-0001hA-7H for submit@debbugs.gnu.org; Sat, 02 Dec 2023 06:40:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9OLz-0001gp-5k for 67507-done@debbugs.gnu.org; Sat, 02 Dec 2023 06:40:12 -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 1r9OLk-00043H-5C; Sat, 02 Dec 2023 06:39:56 -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=pW+r3ekkgjknvpbuCnCq1grM13If9okUEs2oTJ4rmi0=; b=ORlYrEvI4+mCrtnZways AIx7C80UZD/yL3vxi5PeGVDgi2uFyg2fci3PKwzb2n5lV/vhD5Zh2p/mBoyHYGlTTWNr+VnTNuFkM QF6bYayEsw7qMLwnkkRzFnxyCC9GOMNzYcekYl3JV5tPXuOLsJnVDsfLQqHkiGPcmB99u3ATZ9U9F AoRdFWLADfOciMvjW73qmhFeDnfCQBDrHtzCP2bhZReDwBD6UwfRg0C7WsLvNNpM9q0pn5TIKPLu9 65PuzF5bptfep7wXQfcPpMvKzRKbRu7dtNkObpinL24Zsnp7Hg3s6hF7fBXuRZF5hN3Bjm+k0rjpb IAlVgj3W3G5GZg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <87msutbt47.fsf@gnu.org> (Janneke Nieuwenhuizen's message of "Fri, 01 Dec 2023 20:49:44 +0100") References: <5bf71a8fa945627d1610b772a04ac65031e8d6b6.1701171221.git.mail@cbaines.net> <87wmu0bgr7.fsf@gnu.org> <87zfyulxxl.fsf@gnu.org> <87msutbt47.fsf@gnu.org> Date: Sat, 02 Dec 2023 12:39:54 +0100 Message-ID: <87o7f8g7ed.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.35 X-Spam-Score: -5.35 X-Migadu-Queue-Id: 4215744A8A X-TUID: txa2oTUTOsNY Hi, Janneke Nieuwenhuizen skribis: > So, I created a new VM (needed to create yet another guix package update > commit on hurd-team to avoid the circular dependency thing), and (with > my curl fix from yesterday), now "guix shell -D guix" works again; and > without any glibc-2.35 afaics (there's only one x86_64-linux glibc-2.35 > in the hurd's store, I guess that's to be expected). Good. > I also tested on hurd-team using the `make as-derivation' trick with > #:system "i586-gnu" in compile-as-derivation.scm, which now fails with > > offloading '/gnu/store/qy6l0gjjpc40frz57fv08shpwj4pssfd-bash-minimal-5.1.= 16.drv' to 'kluit.dezyne.org'... > @ build-remote /gnu/store/qy6l0gjjpc40frz57fv08shpwj4pssfd-bash-minimal-5= .1.16.drv kluit.dezyne.org > Backtrace: > In ice-9/boot-9.scm: > 160: 10 [catch #t # ...] > In unknown file: > ?: 9 [apply-smob/1 #] > In ice-9/boot-9.scm: > 66: 8 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 7 [eval # #] > In ice-9/boot-9.scm: > 2412: 6 [save-module-excursion #] > 4089: 5 [#] > 1734: 4 [%start-stack load-stack ...] > 1739: 3 [#] > In unknown file: > ?: 2 [primitive-load "/gnu/store/dljmqd3db20j9z9bbqlha71p3jzj7cvk-bash= -minimal-5.1.16-builder"] > In ice-9/eval.scm: > 432: 1 [eval # ()] > In unknown file: > ?: 0 [setlocale 6 "en_US.utf8"] > > ERROR: In procedure setlocale: > ERROR: In procedure setlocale: Invalid argument > builder for `/gnu/store/qy6l0gjjpc40frz57fv08shpwj4pssfd-bash-minimal-5.1= .16.drv' failed with exit code 1 It builds for me now on =E2=80=98master=E2=80=99: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build bash-minimal -s i586-gnu --no-grafts /gnu/store/0iw3v18ar8vy1yknnf84lv0jzmq6gjhm-bash-minimal-5.1.16-doc /gnu/store/1gsf6zrl3fmbrip98nsqpkjykfhahmvd-bash-minimal-5.1.16 $ git log |head -1 commit aeb494322ca9dec4a4d66a7d063239c8536bd538 --8<---------------cut here---------------end--------------->8--- \o/ Christopher Baines skribis: > These changes look good to me. > > For the data service instances, it would be good to fix the infinite > loop issue sooner rather than later. For affected revisions, I think the > data service is effectively waiting until the relevant processes run out > of memory and crash, and this is slowing down processing revisions. Yeah. Pushed as b0715d7cd2a74bc231751f8afc9dffb2047501ac. Let=E2=80=99s do some more testing from here and see how it goes. Thanks! Ludo=E2=80=99.