guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix guile-emacs build failure


From: Christopher Allan Webber
Subject: Re: [PATCH] Fix guile-emacs build failure
Date: Sat, 12 Mar 2016 13:17:40 -0800
User-agent: mu4e 0.9.13; emacs 24.5.1

Danny Milosavljevic writes:

> I tried this again (with the patch) and it builds now:
>
> $ guix package -i guile-emacs
>
> The following package will be installed:
>    guile-emacs        20150512.41120e0        
> /gnu/store/3vdzl2kav2m1nqv6raw0mgh0ak2v9qra-guile-emacs-20150512.41120e0
>
> But it doesn't run:
>
> $ emacs
> Uncaught exception:
> Throw to key system-error with args ("load-thunk-from-memory" "~A" ("No such 
> file or directory") (2))Threads explicit registering is not previously enabled
> Aborted

If you have another guile in your path, path things might cause
problems.

Maybe try running it in:

  $ guix environment --ad-hoc guile-emacs --pure
  $ emacs -q

Does it work then?

 - Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]