From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id aF46O3jRS2S5ZAAASxT56A (envelope-from ) for ; Fri, 28 Apr 2023 16:00:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WNX2OnjRS2SxYQAAauVa8A (envelope-from ) for ; Fri, 28 Apr 2023 16:00:24 +0200 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 61E412BC3A for ; Fri, 28 Apr 2023 16:00:24 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1psOdz-0008NJ-A1; Fri, 28 Apr 2023 10:00:17 -0400 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 1psOdn-0008Jp-8u for guix-patches@gnu.org; Fri, 28 Apr 2023 10:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1psOdm-0000YV-Os for guix-patches@gnu.org; Fri, 28 Apr 2023 10:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1psOdm-0001mY-5b for guix-patches@gnu.org; Fri, 28 Apr 2023 10:00:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63044] [PATCH core-updates] Fix criu and sssd Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Apr 2023 14:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63044 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63044@debbugs.gnu.org Received: via spool by 63044-submit@debbugs.gnu.org id=B63044.16826903616749 (code B ref 63044); Fri, 28 Apr 2023 14:00:02 +0000 Received: (at 63044) by debbugs.gnu.org; 28 Apr 2023 13:59:21 +0000 Received: from localhost ([127.0.0.1]:34062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psOd6-0001km-M0 for submit@debbugs.gnu.org; Fri, 28 Apr 2023 09:59:20 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:58676 helo=mail.spork.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psOd3-0001kb-9V for 63044@debbugs.gnu.org; Fri, 28 Apr 2023 09:59:18 -0400 Received: from psyduck (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id CDF86922A for <63044@debbugs.gnu.org>; Fri, 28 Apr 2023 09:59:16 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1682690356; bh=QFHZpE6byfNLb4mJJYWPDurxyuE3jLgm5Oebw4Ucufw=; h=From:To:Subject:References:Date:In-Reply-To; b=o5BKn6TSm9MFAxeZgep+eczwg1CqNYhpn2MeTcZw1URbPXheHHlEtse0PwWpPDYhu 4M4K59Bh21iAWJPlZpZhTu83SC9yip8zCrYFPOmdE0HAkOblR8Z6MhyFPWrLJNlelp +BLCwy2h6apWibUn2NySM0/qmSDppS/WdETLMHyk= References: <87ildm3zf6.fsf@psyduck.jhoto.kublai.com> <4c971471e09fa2a57ac26b701f8b8e224899b86e.1682433331.git.bjc@spork.org> Date: Fri, 28 Apr 2023 09:59:10 -0400 In-Reply-To: <4c971471e09fa2a57ac26b701f8b8e224899b86e.1682433331.git.bjc@spork.org> (Brian Cully's message of "Tue, 25 Apr 2023 10:35:31 -0400") Message-ID: <87v8hgp0pd.fsf_-_@psyduck.jhoto.kublai.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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: , Reply-to: Brian Cully X-ACL-Warn: , Brian Cully via Guix-patches From: Brian Cully via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682690424; a=rsa-sha256; cv=none; b=rKSeUFPr4ulmIZdneOxuYg/FzGvSqLbJqi/w4gpyIwhagCMx7hny/WyfaoSjmygcTANNjs ekCkNIyKZW6dG84z+AiIIZeZJeZi0iIxJO48PXe0NaSzvUo1kDzK3a2YZ1/qQJjWtfviFQ Qq9JysaedI4tfNx4RrVRsRxYXnFel34Rj7S5Tj0LL+3kqpDd5mot/lkEK/ijUXvGkqamKg gR+drGbLys2Y5ulPTys7FsMZA8fVG02fIaBaHc9RPW3t39nOcmVuDRTP+vuP/sYUhhX5bT p/UTYvr3A9ngN7+xBkK4RY64sS2T5pMo20KfRseUctX1RVvyIRDCmzxSp06kng== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=o5BKn6TS; 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=1682690424; h=from:from:sender:sender: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:resent-cc: 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=QFHZpE6byfNLb4mJJYWPDurxyuE3jLgm5Oebw4Ucufw=; b=aDgHfDurrQk3V5ujMZniVPl3FjjUnDF9I9GvOJNW2Fk87eCdrWBk/5+0ayBd9eTGXEXgJq 0x2ktMQKtES9ln/m1bVl/bjxSo2uPmGxIC+mT8dMrD9CKjGHR9PEjULSqVr7pz/m8Ha/C8 6OAlBXCxDhh4wOnjasD1mTDv4UlV53EaFfQ09hanttQZWVwg8Zc2F2IbHsmOKZX6SpSSBd Tf3he/7zhOEVEzN2Z0ctXaBycALth/eyZrfqg5ICsH8cSbwJpZxE/czJucbWRjyQrNsM7l sbAEAhZlbJUI/D0n63ksiiqLM2MGLZ0IPIIEGsqlGeWO9k86Cb5faaCIKHdy4Q== X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=o5BKn6TS; 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" X-Migadu-Spam-Score: -3.70 X-Spam-Score: -3.70 X-Migadu-Queue-Id: 61E412BC3A X-TUID: 0CmuL/hDvHoY Scratch this last patch, since it requires updating python itself, which requires a huge amount of rebuilding. I'll send an updated patch which =E2=80=9Conly=E2=80=9D requires an update = to =E2=80=98python-setuptools=E2=80=99. Since we're looking at updating that a= nyway, it seems ok to me. The packages I've had problems building can be fixed by explicitly adding =E2=80=98python-toolchain=E2=80=99 or =E2=80=98python-setuptools=E2= =80=99 to their native-inputs, which should probably be there anyway. -bjc