From unknown Wed Jun 18 00:25:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58559 <58559@debbugs.gnu.org> To: bug#58559 <58559@debbugs.gnu.org> Subject: Status: Rust 1.58.1 fails to build Reply-To: bug#58559 <58559@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:25:16 +0000 retitle 58559 Rust 1.58.1 fails to build reassign 58559 guix submitter 58559 mail@brendan.scot severity 58559 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 15 22:11:42 2022 Received: (at submit) by debbugs.gnu.org; 16 Oct 2022 02:11:42 +0000 Received: from localhost ([127.0.0.1]:42875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojt7u-0007tI-DP for submit@debbugs.gnu.org; Sat, 15 Oct 2022 22:11:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:54612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojt7p-0007t4-25 for submit@debbugs.gnu.org; Sat, 15 Oct 2022 22:11:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojt7o-0004nd-Sv for bug-guix@gnu.org; Sat, 15 Oct 2022 22:11:36 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:46152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1ojt7j-0005yr-9j for bug-guix@gnu.org; Sat, 15 Oct 2022 22:11:36 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4MqkBk0LFJz9sSF for ; Sun, 16 Oct 2022 04:11:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1665886286; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=//MNKw2tyH788GqaU8cyj5ZjCAuAlzA+yiMRrmxbMv0=; b=WkFmVXoMjuWeqqGBC/Qzy2DnlVyrAyrWFAF6Pm2tr/zKS2qqm0NrIEJPc9gPWaWs7R62Oe zHxf7gWfdjt8/Ha1R2ipOFmRW2d5DwvzZzyoye9R/m3VqPbgNIRQq3K1+5T8f0gfpIqWSG SgfE3DB9Jp7NBDpb5DXnqijmbIurs3yCfGD8CsAx0xUL9DPtp0FouF5u6IlkWQl6nZafia FJZAOos5CV8KBGh+CKOL8CIMYGwChO7xI+8DLuxP6Mo4o/naZ5Xu+TjsxxQwjxMWb437eZ AKYrKj3sUE4XTUeJMpzK2LlUFo+dETVSCb+rfg71cU3yvLCb3tYUwcUDVc99NQ== Message-ID: Date: Sun, 16 Oct 2022 13:11:19 +1100 MIME-Version: 1.0 Content-Language: en-US From: Brendan Tildesley Subject: Rust 1.58.1 fails to build To: bug-guix@gnu.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.151; envelope-from=mail@brendan.scot; helo=mout-p-101.mailbox.org X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: mail@brendan.scot Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--)    Compiling toml v0.5.7 error: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead     --> src/bootstrap/lib.rs:1046:31      | 1046 |         std::array::IntoIter::new(options).flatten()      |                               ^^^      |      = note: `-D deprecated` implied by `-D warnings` error: could not compile `bootstrap` due to previous error failed to run: /gnu/store/njjhb4ql1bpb1qj5ksmjgnhaxmy093nz-rust-1.60.0-cargo/bin/cargo build --manifest-path /tmp/guix-build-rust-1.58.1.drv-0/rustc-1.58.1-src/src/bootstrap/Cargo.toml --frozen Build completed unsuccessfully in 0:00:12 error: in phase 'build': uncaught exception: %exception #<&invoke-error program: "./x.py" arguments: ("-j16" "build" "library/std" "src/tools/cargo" "src/tools/rustfmt") exit-status: 1 term-signal: #f stop-signal: #f> phase `build' failed after 12.3 seconds command "./x.py" "-j16" "build" "library/std" "src/tools/cargo" "src/tools/rustfmt" failed with status 1 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 20 06:37:12 2022 Received: (at 58559) by debbugs.gnu.org; 20 Oct 2022 10:37:12 +0000 Received: from localhost ([127.0.0.1]:33075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olSvI-0007WN-2l for submit@debbugs.gnu.org; Thu, 20 Oct 2022 06:37:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1olSvD-0007Vv-6L for 58559@debbugs.gnu.org; Thu, 20 Oct 2022 06:37:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olSv6-0001xJ-LB; Thu, 20 Oct 2022 06:37:01 -0400 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=2iGTVqQBEFNIJAfmZl5vP+jTBMTdwlVRWkpS5NU10yY=; b=XGHjfu2JMwmHfqf37BQZ JjUYu6cMjDaHjp7C2Fe6A0ayqF/nHyARbmIdAsF9klMuQ3IZVScon2A8CLl0kqhhoc8LBGkL/XA/u xRaAMKrW/tOm+tWk3UX0jtIIyNLsw3wcFW7ko55Pv/293Cu2q4/LT3MppsQkbLOsDOzbSd3L5EgoU xdCMIt7IYz0AWGJtquzebwHNMDNLPFIV6QieTjYxefteP53QEdZvwsTJZ9r569uoskPjIW3gAOhZC yZEXBo0tGkB3XoUfNsV9ROoemUo81yKg7X0E+bdyx7fDYQK5hbjB9vqbujW96u2ZDaxuOiw6MCQTQ +CzKCs/sMChMtA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49603 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olSv6-0004wv-7m; Thu, 20 Oct 2022 06:37:00 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brendan Tildesley Subject: Re: bug#58559: Rust 1.58.1 fails to build References: Date: Thu, 20 Oct 2022 12:36:57 +0200 In-Reply-To: (Brendan Tildesley's message of "Sun, 16 Oct 2022 13:11:19 +1100") Message-ID: <87sfjig4s6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58559 Cc: 58559@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Brendan, Brendan Tildesley skribis: > =C2=A0=C2=A0 Compiling toml v0.5.7 > > error: use of deprecated associated function > `std::array::IntoIter::::new`: use `IntoIterator::into_iter` > instead > =C2=A0=C2=A0=C2=A0 --> src/bootstrap/lib.rs:1046:31 > =C2=A0=C2=A0=C2=A0=C2=A0 | > 1046 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 std::array::IntoIt= er::new(options).flatten() > =C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^^^ > =C2=A0=C2=A0=C2=A0=C2=A0 | > =C2=A0=C2=A0=C2=A0=C2=A0 =3D note: `-D deprecated` implied by `-D warning= s` > > error: could not compile `bootstrap` due to previous error > failed to run: > /gnu/store/njjhb4ql1bpb1qj5ksmjgnhaxmy093nz-rust-1.60.0-cargo/bin/cargo > build --manifest-path > /tmp/guix-build-rust-1.58.1.drv-0/rustc-1.58.1-src/src/bootstrap/Cargo.to= ml > --frozen > Build completed unsuccessfully in 0:00:12 > error: in phase 'build': uncaught exception: > %exception #<&invoke-error program: "./x.py" arguments: ("-j16" > "build" "library/std" "src/tools/cargo" "src/tools/rustfmt") > exit-status: 1 term-signal: #f stop-signal: #f> > phase `build' failed after 12.3 seconds > command "./x.py" "-j16" "build" "library/std" "src/tools/cargo" > "src/tools/rustfmt" failed with status 1 Could you share the output of =E2=80=98guix describe=E2=80=99 and that of = =E2=80=98uname -m=E2=80=99 so we can understand how to reproduce the issue? FWIW, with a commit of today, Rust 1.58 is available on x86_64-linux: --8<---------------cut here---------------start------------->8--- $ guix time-machine --commit=3D4716cea6256523a8ecf90a426d675bfb7620f3e4 -- = build -n -e '(@@ (gnu packages rust) rust-1.58)' 122.9 MB would be downloaded: /gnu/store/jpnrafjr9l8yanhr2lwvdmi7w7mg1jl4-rust-1.58.1-cargo /gnu/store/v9swg7qw0hbxw8q32wfkp418wq6r4k97-rust-1.58.1 --8<---------------cut here---------------end--------------->8--- Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 27 04:18:39 2022 Received: (at 58559) by debbugs.gnu.org; 27 Oct 2022 08:18:39 +0000 Received: from localhost ([127.0.0.1]:56086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ony62-0000v1-QE for submit@debbugs.gnu.org; Thu, 27 Oct 2022 04:18:39 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:41706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ony5z-0000uk-5O for 58559@debbugs.gnu.org; Thu, 27 Oct 2022 04:18:37 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Mydq73CPZz9sbN; Thu, 27 Oct 2022 10:18:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1666858707; h=from:from:reply-to: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: in-reply-to:in-reply-to:references:references; bh=00KhNZ41Jak0sjYrP8i9KqJIiIXEcmoBZMWJmNvapFc=; b=yVPu1HKvshVKXASv5OZOpTqSLlxeH2DZpWTrjW8nWR5hXz7ks5yeRV6WZRGDSnOckddWdP 4iyAzLFPKxIqsBS7Lt65Rrgb4FCCcSZHN/LWUIjdIcwfqD2ZlGrE/BJi72uHg0rVgtUSv3 CXUKMyzqFYCrKpACcgaWCXNwVmTIIYgbVImJ23+HSdFwO0/2XwVGyPtAm1mVq6+sfant3x mxDf3GQ5Ukuc8puQjHYrYAn8rAb2ZNmgI4R0R1jreBOJa9tteoXm4XBpExvi9DBOGbZlg6 LekTN24DffUhluov+TTdvALhM28OGZVlBtNR9XFSAIeRCBijdrp+7tCC4JWtOA== Message-ID: <172d2619-a55e-6458-0c0f-ae767e64c8ee@brendan.scot> Date: Thu, 27 Oct 2022 19:18:18 +1100 MIME-Version: 1.0 Subject: Re: bug#58559: Rust 1.58.1 fails to build Content-Language: en-US To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= References: <87sfjig4s6.fsf@gnu.org> From: Brendan Tildesley In-Reply-To: <87sfjig4s6.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Mydq73CPZz9sbN X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58559 Cc: 58559@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: mail@brendan.scot Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On 20/10/22 20:36, Ludovic Courtès wrote: > Hi Brendan, > > Brendan Tildesley skribis: > My apologies. Thanks to the power of rollbacks and the guix cli I was able to determine it was a rust variant defined in a channel I was using, and is no longer an issue any more. so case closed. Thanks. > > Thanks, > Ludo’. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 27 04:20:18 2022 Received: (at 58559-close) by debbugs.gnu.org; 27 Oct 2022 08:20:18 +0000 Received: from localhost ([127.0.0.1]:56090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ony7e-0000xl-6P for submit@debbugs.gnu.org; Thu, 27 Oct 2022 04:20:18 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:55588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ony7b-0000xO-Hp for 58559-close@debbugs.gnu.org; Thu, 27 Oct 2022 04:20:16 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4Myds14c5nz9sdB for <58559-close@debbugs.gnu.org>; Thu, 27 Oct 2022 10:20:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1666858805; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Sd7pRyxlf09OqFrDdxgdDlR4aCRD0lAweddDH4afoY4=; b=GPa+nSenRZX9D3AOEX434S7YFpuRP3MnBztjqL1AdcOHhIRULeyx5C1n3oM0Cxta7trsT1 KqObKKTQvDXd/daUKAVHJBxid/5JXNgNykejKLrZkpW1tU69Lec4hCKiyDM/TwWU/okmFV 8usiphWvd8lpJfdv5lQqV1BsTvbF3jCv8TJpT6atenBRi0GnOWoFbcBS0Kbm0aCTifvpx8 EgasVfPQH4m6UNvC69yiV1KMX3WCFqEgXGaQMjuKbaxzV7k7MAc0KWORinZZDduaP3TERK udqm/c19BUBA1qy9jO7+QkmaZJAAgbkwJduQwBYM0yrBDYls3hN5v+IaYf1Rtg== Message-ID: <4a332bf7-1856-ee27-8388-4521b5ed016e@brendan.scot> Date: Thu, 27 Oct 2022 08:20:01 +0000 MIME-Version: 1.0 Content-Language: en-US To: 58559-close@debbugs.gnu.org From: Brendan Tildesley Subject: Rust 1.58.1 fails to build Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Myds14c5nz9sdB X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58559-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: mail@brendan.scot Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) bug was due to an unofficial channel. case closed. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 10:50:34 2022 Received: (at 58559-done) by debbugs.gnu.org; 3 Nov 2022 14:50:34 +0000 Received: from localhost ([127.0.0.1]:49909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqbYA-0000AH-Am for submit@debbugs.gnu.org; Thu, 03 Nov 2022 10:50:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqbY8-0000A3-HD for 58559-done@debbugs.gnu.org; Thu, 03 Nov 2022 10:50:33 -0400 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 1oqbY2-0003nJ-Pp; Thu, 03 Nov 2022 10:50:26 -0400 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=G//zTot7h35sOBwwRTqxeUfioqhh7cCwz1v3EaiRRlw=; b=Li3megeF10W5JHoco8Wq n49TYD0+lLUPpndUnGxmMbgqqefg/2+3i0asb31fZwxpe14VXlFZnv8WCM17FzirkV9r4/CnYJYSB K/AhaUrB00oT1pBcNoStlyXwks3CriINPlrubqFLpoivhxABb/Mcdq7MvcFwCWlYSpU1DNhopOfvm 3yA8UcRITC6xSEuMtpJmn2y+/R10y0VruALAXvIFgL0RFZLoC8f5A/XEx3gJ7ljZPzQ5uiiNoR560 KUFmJh6QZLqxB3mC8XOkVanFdb3AOqAQU8lrVAb7al8PSWTbGCpTM86x72HLVI3nDAmgpqttFHsvu IVGLEHV+hCn7tA==; 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 1oqbXq-00041X-Ge; Thu, 03 Nov 2022 10:50:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brendan Tildesley Subject: Re: bug#58559: Rust 1.58.1 fails to build References: <87sfjig4s6.fsf@gnu.org> <172d2619-a55e-6458-0c0f-ae767e64c8ee@brendan.scot> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 Brumaire an 231 de la =?utf-8?Q?R=C3=A9volu?= =?utf-8?Q?tion=2C?= jour du Topinambour X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 03 Nov 2022 15:50:13 +0100 In-Reply-To: <172d2619-a55e-6458-0c0f-ae767e64c8ee@brendan.scot> (Brendan Tildesley's message of "Thu, 27 Oct 2022 19:18:18 +1100") Message-ID: <87v8nwqehm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58559-done Cc: 58559-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Brendan Tildesley skribis: > On 20/10/22 20:36, Ludovic Court=C3=A8s wrote: >> Hi Brendan, >> >> Brendan Tildesley skribis: >> > My apologies. Thanks to the power of rollbacks and the guix cli I was > able to determine it was a rust variant defined in a channel > I was using, and is no longer an issue any more. so case closed. Alright, closing! Ludo=E2=80=99. From unknown Wed Jun 18 00:25:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Dec 2022 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator