From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 00/14] Change python-build-system (fixes bug 20765) Date: Sat, 1 Oct 2016 22:46:13 -0400 Message-ID: <20161002024613.GA3261@jasmine> References: <1475071107-10765-1-git-send-email-h.goebel@crazy-compilers.com> <20161002022754.GA28434@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqWnR-0001lp-IN for guix-devel@gnu.org; Sat, 01 Oct 2016 22:46:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqWnL-0007XJ-JB for guix-devel@gnu.org; Sat, 01 Oct 2016 22:46:32 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:39632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqWnK-0007WT-D1 for guix-devel@gnu.org; Sat, 01 Oct 2016 22:46:27 -0400 Content-Disposition: inline In-Reply-To: <20161002022754.GA28434@jasmine> 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" To: Hartmut Goebel Cc: guix-devel@gnu.org On Sat, Oct 01, 2016 at 10:27:54PM -0400, Leo Famulari wrote: > On Wed, Sep 28, 2016 at 03:58:13PM +0200, Hartmut Goebel wrote: > > this is a patch-series fixing bug 20765. > > > > Bug 20765 is about problems caused by python packages being installed as > > "zipped eggs" (basically these are zip-files). > > Thanks for taking this on! > > I will read it more thoroughly tomorrow. > > I will test a few packages and, if they work, I plan to create a > python-build-system job on Hydra and try building it the entire package > tree (assuming that Hydra has the capacity). I underestimated the impact of this change. Just looking at libxcb, which depends on python-minimal-wrapper, I see that ~2500 packages will be rebuilt. So, depending on the status of core-updates, this should wait until after core-updates is mostly built.