From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id IN6oOtpQql/1MAAA0tVLHw (envelope-from ) for ; Tue, 10 Nov 2020 08:35:38 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +P9ONtpQql/kQwAAB5/wlQ (envelope-from ) for ; Tue, 10 Nov 2020 08:35:38 +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 B6C209403A6 for ; Tue, 10 Nov 2020 08:35:38 +0000 (UTC) Received: from localhost ([::1]:49856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcP7p-0005AK-LJ for larch@yhetil.org; Tue, 10 Nov 2020 03:35:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcP7a-00058q-36 for guix-devel@gnu.org; Tue, 10 Nov 2020 03:35:22 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:35863) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcP7X-0008UG-31 for guix-devel@gnu.org; Tue, 10 Nov 2020 03:35:21 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 62AD620009; Tue, 10 Nov 2020 08:35:16 +0000 (UTC) Date: Tue, 10 Nov 2020 09:35:16 +0100 From: Tanguy Le Carrour To: Leo Famulari Subject: Re: Questions regarding Python packaging Message-ID: <20201110083516.3tv37bemf2yp3mcz@melmoth> References: <20201108142717.lmud5h4gh44vtjc6@melmoth> <20201108170554.GA17237@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201108170554.GA17237@jasmine.lan> Received-SPF: none client-ip=217.70.183.200; envelope-from=tanguy@bioneland.org; helo=relay7-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/10 03:30:49 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guix Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: d1yfjf2ZC6fp Hi Leo, Le 11/08, Leo Famulari a écrit : > On Sun, Nov 08, 2020 at 03:27:17PM +0100, Tanguy Le Carrour wrote: > > `pep517` keeps on trying to download dependencies, which won't work. > > That usually means that the software is missing some dependencies. If > you think they should be available in the build environment, > double-check that they are, and then look into how the software is > looking for them. I'll check and double check! > > `build` crashes with "ZIP does not support timestamps before 1980", > > which, I guess is related to the fact that everything in the store is > > timestamped to January 1st 1970. > > Are you using the python-build-system? It should handle this problem > with its 'ensure-no-mtimes-pre-1980' phase. Good to know, thanks! I'll read more about this 'ensure-no-mtimes-pre-1980' phase. > If will help if you share your package definition. I'll work a bit more on it based on your answers guys and post a WIP to guix-devel. Regards -- Tanguy