* guix package -i emacs, failed
@ 2016-03-10 7:27 Jean Louis
2016-03-10 9:05 ` 宋文武
0 siblings, 1 reply; 4+ messages in thread
From: Jean Louis @ 2016-03-10 7:27 UTC (permalink / raw)
To: Help Guix
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.
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.
Jean Louis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guix package -i emacs, failed
2016-03-10 7:27 guix package -i emacs, failed Jean Louis
@ 2016-03-10 9:05 ` 宋文武
2016-03-10 10:01 ` Jean Louis
0 siblings, 1 reply; 4+ messages in thread
From: 宋文武 @ 2016-03-10 9:05 UTC (permalink / raw)
To: Jean Louis; +Cc: Help Guix
Jean Louis <guix@rcdrun.com> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guix package -i emacs, failed
2016-03-10 9:05 ` 宋文武
@ 2016-03-10 10:01 ` Jean Louis
2016-03-10 16:30 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Jean Louis @ 2016-03-10 10:01 UTC (permalink / raw)
To: 宋文武; +Cc: Help Guix
Hello,
Is there way to download binary directly?
On Thu, Mar 10, 2016 at 05:05:05PM +0800, 宋文武 wrote:
> Jean Louis <guix@rcdrun.com> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guix package -i emacs, failed
2016-03-10 10:01 ` Jean Louis
@ 2016-03-10 16:30 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-03-10 16:30 UTC (permalink / raw)
To: Jean Louis; +Cc: Help Guix
Jean Louis <guix@rcdrun.com> skribis:
> Is there way to download binary directly?
As discussed on IRC, please read
<https://www.gnu.org/software/guix/manual/html_node/Substitutes.html>
carefully and make sure you did not miss any steps.
HTH!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-10 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 7:27 guix package -i emacs, failed Jean Louis
2016-03-10 9:05 ` 宋文武
2016-03-10 10:01 ` Jean Louis
2016-03-10 16:30 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.