From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#26136: core-updates: python-minimal@2.7.13 fails due to missing zlib Date: Sun, 19 Mar 2017 15:26:36 -0400 Message-ID: <20170319192636.GA16604@jasmine> References: <20170317014622.GA27842@jasmine> <20170317150851.56e225f0@scratchpost.org> <20170318172601.GA2721@jasmine> <20170318211901.35ed1744@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpgTr-0004VZ-EF for bug-guix@gnu.org; Sun, 19 Mar 2017 15:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpgTm-00061y-Ho for bug-guix@gnu.org; Sun, 19 Mar 2017 15:27:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cpgTm-00061o-E2 for bug-guix@gnu.org; Sun, 19 Mar 2017 15:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cpgTm-0002vu-8n for bug-guix@gnu.org; Sun, 19 Mar 2017 15:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20170318211901.35ed1744@scratchpost.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 26136@debbugs.gnu.org On Sat, Mar 18, 2017 at 09:19:01PM +0100, Danny Milosavljevic wrote: > >There is also the question about zlib and the bundled pip: why is it > >failing now? > > The above doesn't fix the pip zlib problem. It's very strange: The > value of the environment variable C_INCLUDE_PATH includes bzip2 but > not zlib. Might make python unable to find zlib. > > setup.py does some strange stuff with reading the zlib.h header file > manually - maybe that broke. Then it tries to find the library file > for libz. The value of the environment variable LIBRARY_PATH doesn't > contain zlib either. Ideally, the minimal Python variants could use the bundled zlib found at 'Modules/zlib'. We sort of gave up on this with python-minimal@3 the last time we had this problem, but maybe we can solve it now :)