From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Python2-jsonschema fails Date: Mon, 18 Jan 2016 11:15:56 +0100 Message-ID: <20160118101556.GA4977@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL6r1-00026F-8E for guix-devel@gnu.org; Mon, 18 Jan 2016 05:16:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aL6qw-0000CP-6B for guix-devel@gnu.org; Mon, 18 Jan 2016 05:16:07 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:14209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aL6qv-0000CK-RN for guix-devel@gnu.org; Mon, 18 Jan 2016 05:16:02 -0500 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, on commit c3e919d in master, python2-jsonschema fails compilation: http://hydra.gnu.org/build/945743 This is probably due to the update in commit b3667af. The build log shows that it is trying to download packages from pypi, namely functools32. Maybe there is an input to be added? It would be nice if someone more knowledgeable could have a look. Thanks, Andreas