From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH]: fix python-matplotlib install-doc phase Date: Wed, 18 Feb 2015 19:14:25 +0100 Message-ID: <20150218181425.GA27169@debian.math.u-bordeaux1.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO98r-0005L4-Mm for guix-devel@gnu.org; Wed, 18 Feb 2015 13:14:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO98o-0002PX-HP for guix-devel@gnu.org; Wed, 18 Feb 2015 13:14:33 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:59712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO98o-0002P3-8Z for guix-devel@gnu.org; Wed, 18 Feb 2015 13:14:30 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: Guix-devel On Wed, Feb 18, 2015 at 11:52:41AM +0100, Ricardo Wurmus wrote: > attached is a patch to fix the install-doc phase of python-matplotlib. > Since UTF locales are no longer available by default the install-doc > phase fails as it depends on setting the locale to en_US.UTF-8. Temporarily this sounds good. In the long run, I still think we should use a UTF-8 locale for building. Andreas