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 aJNMOvK5mmUYgwAAkFu2QA (envelope-from ) for ; Sun, 07 Jan 2024 15:49:23 +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 IKmkMvK5mmWFngAAqHPOHw (envelope-from ) for ; Sun, 07 Jan 2024 15:49:22 +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=RZaBsBcc; 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=1704638962; 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=5AGsv1ZO5JDGXx1srMLVi66X9HW/8Rf2tbtNmE9KalA=; b=sTDq8xL7uehMG73m6I0zUbSeCEGP15QnXsnRRxDtN3KHTcd/RFCvIBriEbFpKGLNz3GfwY qVnCOWToKhTcoWAaD+QsGtQK5CNtn3XC7r2vdCWeiFJNKoE5KEGWuVvmAHQkBF/IE9NLh+ 4gvhf29zQ4F5Bmx7zhsPESfSarJGxKDGSswqJYbx2+SZ87IjEzm+tPNKLr0rmbBiWQPzj7 QZXjQDxHD5rYpM5LslCMNxkrzbl/c7Pt+YX2hbywnCOm1ztL8gDhfteo2b/bEo8G1LUpK8 b36ZMXXugsXOzrPLodHcmFeJJyyieg0Hyz3wiabUIeXzbor38VClH8/KkrZrfg== 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=RZaBsBcc; 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=1704638962; a=rsa-sha256; cv=none; b=eCTzGXOMtYbRByMGmswCwOOdkP1piBEZ4tkitcPVgpFq3LNyEc5IUJwD95A2x8mUTmXcmj PdnVub9eLGrcMbHyOu+KQnAl6vbot+2cpNrnO8W+LiK5LZioWekhHvvEA1V9VQ/04jMxRa iarlS4zc3khg7dwaEOq0uXRUNEB0kH4zi5IfhJtRJSBSYsP7oOeTpNBg1K5IwwsCI2mbox EVOyHYrb/3ZtViZ7KgpLZkbs9Rd3/YRjxuIPyyFeEA0qE6v1qrFAogba4gYHnPzfN000Ku G0BFATSQtGPTsrOGf8unIAR6U/QnwhFYhNqN5XE7i5teZs2cM1R6rZiUcrvCLg== 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 A98493CD29 for ; Sun, 7 Jan 2024 15:49:22 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rMUSU-0008BW-JV; Sun, 07 Jan 2024 09:49:02 -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 1rMUSP-00087x-44 for guix-patches@gnu.org; Sun, 07 Jan 2024 09:48:58 -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 1rMUSO-00070O-Rl for guix-patches@gnu.org; Sun, 07 Jan 2024 09:48:56 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rMUSU-0001op-Ee for guix-patches@gnu.org; Sun, 07 Jan 2024 09:49:02 -0500 Subject: bug#67570: [PATCH] gnu: go-golang-org-x-sys: Update to 0.8.0. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 07 Jan 2024 14:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67570 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: "Artyom V. Poptsov" Cc: Christopher Baines , 67570-done@debbugs.gnu.org Mail-Followup-To: 67570@debbugs.gnu.org, ludo@gnu.org, poptsov.artyom@gmail.com Received: via spool by 67570-done@debbugs.gnu.org id=D67570.17046389006751 (code D ref 67570); Sun, 07 Jan 2024 14:49:02 +0000 Received: (at 67570-done) by debbugs.gnu.org; 7 Jan 2024 14:48:20 +0000 Received: from localhost ([127.0.0.1]:60860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMURo-0001km-0U for submit@debbugs.gnu.org; Sun, 07 Jan 2024 09:48:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMURm-0001k5-09 for 67570-done@debbugs.gnu.org; Sun, 07 Jan 2024 09:48:18 -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 1rMURa-0006ug-Vj; Sun, 07 Jan 2024 09:48:06 -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=5AGsv1ZO5JDGXx1srMLVi66X9HW/8Rf2tbtNmE9KalA=; b=RZaBsBcc1d896bWw4uSI sEaNl//rb4TIYLZ8XSLOaWSl2y6Gl1sUExSzV8f+eTqkHoCEZK8wsm11rYr4VcRjfusS9WgQ7RUFD kvjV4OFOMlECCzOu6kM6VWWk3cmj9SIRDyJumcaMiHDsAt/6Jpj5JV1Puz4vF5uofDYtCcx/7DQO6 R8vsLJM/SXD24SSFM6ih76KSDrfcpz4xFjh/4pslwdS+indCycB6B0PvNJCLaAMY6NMd3zdVXRNFS NASgut+PGYBBpCfDXXSCVwPrIU1n/VFQKtgIOig9UF2RNp2xS7p6l7DuMyjZ5QSyNQXETpMi+qGzP 0sm+vgZcdVtn5g==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <87tto1z62d.fsf@gmail.com> (Artyom V. Poptsov's message of "Fri, 29 Dec 2023 12:55:22 +0300") References: <878r6deo5c.fsf@gmail.com> <87leacj4xj.fsf@gnu.org> <8734wbbxak.fsf_-_@gmail.com> <875y154us6.fsf@gnu.org> <87tto1z62d.fsf@gmail.com> Date: Sun, 07 Jan 2024 15:48:03 +0100 Message-ID: <87frz9ci8s.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: -6.96 X-Spam-Score: -6.96 X-Migadu-Queue-Id: A98493CD29 X-TUID: tcsMRW3279NI Hi! "Artyom V. Poptsov" skribis: >> This is being built: >> >> https://qa.guix.gnu.org/issue/67570 > > So what is the status of this? Last time I checked the link the > information about the build was gone and it's not obvious for me how to > get this info again. > > Before I saw that some new packages were failing, I'd like to check if I > can fix them. > > Could you provide a new link or the info itself? Unfortunately I=E2=80=99m not sure why qa.guix is no longer providing any i= nfo, and I don=E2=80=99t know how to get it back. Chris? Anyhow, I built Kubo with this patch and got substitutes from bordeaux.guix for all its dependencies; Kubo itself built fine. So I=E2=80= =99m proposing to apply the patch and see from there whether anything needs fixing. It=E2=80=99s suboptimal, but that=E2=80=99s what we have. Thanks, Ludo=E2=80=99.