From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UM3qMzFw+V5aAgAA0tVLHw (envelope-from ) for ; Mon, 29 Jun 2020 04:38:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id MEmOLzFw+V5fAQAAbx9fmQ (envelope-from ) for ; Mon, 29 Jun 2020 04:38:09 +0000 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 5008B94005D for ; Mon, 29 Jun 2020 04:38:09 +0000 (UTC) Received: from localhost ([::1]:56308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jplYW-0004bi-0g for larch@yhetil.org; Mon, 29 Jun 2020 00:38:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jplYQ-0004bK-75 for guix-patches@gnu.org; Mon, 29 Jun 2020 00:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35905) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jplYP-0005Vh-UT for guix-patches@gnu.org; Mon, 29 Jun 2020 00:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jplYP-0008BO-RX for guix-patches@gnu.org; Mon, 29 Jun 2020 00:38:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42063] Fixes build of python-pathpy Resent-From: Matthew Kraai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 29 Jun 2020 04:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42063 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 42063@debbugs.gnu.org Received: via spool by 42063-submit@debbugs.gnu.org id=B42063.159340546231414 (code B ref 42063); Mon, 29 Jun 2020 04:38:01 +0000 Received: (at 42063) by debbugs.gnu.org; 29 Jun 2020 04:37:42 +0000 Received: from localhost ([127.0.0.1]:47451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jplY5-0008Ac-T5 for submit@debbugs.gnu.org; Mon, 29 Jun 2020 00:37:42 -0400 Received: from mail.ftbfs.org ([52.8.68.13]:50582 helo=aws.ftbfs.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jplY3-0008AO-KL for 42063@debbugs.gnu.org; Mon, 29 Jun 2020 00:37:41 -0400 Received: from ip68-5-94-190.oc.oc.cox.net ([68.5.94.190] helo=inspiron-3147) by aws.ftbfs.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jplXx-0005n7-J8; Mon, 29 Jun 2020 04:37:33 +0000 Date: Sun, 28 Jun 2020 21:37:32 -0700 From: Matthew Kraai Message-ID: <20200629043732.GA10241@inspiron-3147> References: <20200626161403.1689-1-kraai@ftbfs.org> <20200626211114.GA1866@inspiron-3147> <87pn9ievbg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87pn9ievbg.fsf@gnu.org> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: M5gDjTy1X87j Hi, On Sun, Jun 28, 2020 at 11:26:11PM +0200, Ludovic Courtès wrote: > Matthew Kraai skribis: > > > This patch fixes the build of python-pathpy. Without this patch, it > > fails to build with the following errors: > > I built the dependents returned by: > > guix refresh -l python-pytest-flake8 > > and found several build failures, some probably introduced by this > upgrade (python-tinycss2), and others probably unrelated > (python-geventhttpclient). > > Could you take a look? > > It would be nice if we were sure to be starting from a known-good state > but that’s apparently not the case. :-/ > > Thank you! python-geventhttpclient fails to build because python-zope-event and python-zope-interface aren't installed. They're imported by python-gevent, so I think they should be moved from its native-inputs to its propagated-inputs. Should I file a patch to fix this as a separate report or should I send it to this one? -- Matthew Kraai