From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add python-reportlab. Date: Tue, 16 Aug 2016 14:36:28 -0400 Message-ID: <20160816183628.GB2435@jasmine> References: <87inv2gqlt.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87bn0ugmhv.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160816003631.GB16946@jasmine> <8737m50yne.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZjED-0000Qd-Kz for guix-devel@gnu.org; Tue, 16 Aug 2016 14:36:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZjE8-0005M4-Hp for guix-devel@gnu.org; Tue, 16 Aug 2016 14:36:45 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:52715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZjE6-0005LQ-Bc for guix-devel@gnu.org; Tue, 16 Aug 2016 14:36:40 -0400 Content-Disposition: inline In-Reply-To: <8737m50yne.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org On Tue, Aug 16, 2016 at 11:57:25AM +0100, Marius Bakke wrote: > New patch attached. Thanks, applied as 3fa2dc274, after prefixing the license and importing (gnu packages python). By the way, I saw this at the end of the install phase: --- running install_scripts ########## SUMMARY INFO ######### ################################################ #Attempting install of _rl_accel & pyHnj #extensions from '/tmp/guix-build-python-reportlab-3.3.0.drv-0/reportlab-3.3.0/src/rl_addons/rl_accel' ################################################ ################################################ #Attempting install of _renderPM #extensions from '/tmp/guix-build-python-reportlab-3.3.0.drv-0/reportlab-3.3.0/src/rl_addons/renderPM' will use package libart 2.3.12 # installing without freetype no ttf, sorry! # You need to install a static library version of the freetype2 software # If you need truetype support in renderPM # You may need to edit setup.cfg (win32) # or edit this file to access the library if it is installed ################################################ Downloading standard T1 font curves Failed to download standard T1 font curves phase `install' succeeded after 1.2 seconds --- > >> + ;; Prevent creation of the egg. Without this flag, various artifacts > >> + ;; from the build inputs end up in the final python3 output. It also > >> + ;; works around https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20765 . > >> + `(#:configure-flags '("--single-version-externally-managed" "--root=/"))) > > > > Feel free to add something to that discussion. We are starting a new > > "core-updates" cycle, so it's a good time to begin implementing changes > > to core components such as build systems. > > There are quite a few packages suffering from this, at least > python-{pillow,dendropy}. What's strange is that site.py and all > propagated /bin files end up in the python3 output, causing a mountain > of collisions. I'll have a shot at figuring out what's going on. It would be awesome to make some progress on this.