From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: guix package -i emacs, failed Date: Thu, 10 Mar 2016 17:05:05 +0800 Message-ID: <87oaamg0u6.fsf@member.fsf.org> References: <20160310072704.GA5452@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx8j-0000l2-EI for help-guix@gnu.org; Thu, 10 Mar 2016 04:44:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adx8g-00044U-6X for help-guix@gnu.org; Thu, 10 Mar 2016 04:44:17 -0500 Received: from smtp22.openmailbox.org ([62.4.1.56]:35564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adx8g-00043g-0m for help-guix@gnu.org; Thu, 10 Mar 2016 04:44:14 -0500 In-Reply-To: <20160310072704.GA5452@protected.rcdrun.com> (Jean Louis's message of "Thu, 10 Mar 2016 08:27:08 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Jean Louis Cc: Help Guix Jean Louis writes: > Hello, > > Yesterday I was trying to compile emacs from guix: guix package -i > emacs, and it did not work, it said: gdk-pixbuf could not be done for > 3600 seconds, something like that. I think the issue is gdk-pixbuf's stress tests try to use a lot of memory and sometimes can run too long without any output. There is an 'max-silent-time' option in guix can be used to set the 3600s limit, but it may be not what we need here ;-) > > However, when emacs is compiled directly, it works without problems. > > Maybe gdk-pixbuf should not be dependency for emacs. It is basic to have > emacs first. gdk-pixbuf is used by gtk+, and the default emacs is compiled with gtk+ GUI. There is 'emacs-no-x' with ncurses UI which don't need it.