Re: [PATCH] Fix guile-emacs build failure

2016-03-13 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Maybe try running it in: > > $ guix environment --ad-hoc guile-emacs --pure > $ emacs -q Or, in one line: guix environment --ad-hoc guile-emacs --pure -- emacs -q :-) Ludo'.

Re: [PATCH] Fix guile-emacs build failure

2016-03-12 Thread Danny Milosavljevic
> 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? Yes.

Re: [PATCH] Fix guile-emacs build failure

2016-03-12 Thread Christopher Allan Webber
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-emacs20150512.41120e0 > /gnu/store/3vdzl2kav2m1nqv6raw0mgh0ak2v9qra-guile-emacs-20150512.41120e0 > > But it

Re: [PATCH] Fix guile-emacs build failure

2016-03-12 Thread Danny Milosavljevic
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 t

Re: [PATCH] Fix guile-emacs build failure

2016-02-28 Thread Ricardo Wurmus
Efraim Flashner writes: > On Sun, 28 Feb 2016 20:44:33 +0100 > Ricardo Wurmus wrote: > >> @@ -255,7 +256,16 @@ without requiring the source code to be rewritten.") >> ("flex" ,flex) >> ("texinfo" ,texinfo) >> ("gettext" ,gnu-gettext) >> - ,@(package-native-inputs g

Re: [PATCH] Fix guile-emacs build failure

2016-02-28 Thread Efraim Flashner
On Sun, 28 Feb 2016 20:44:33 +0100 Ricardo Wurmus wrote: > @@ -255,7 +256,16 @@ without requiring the source code to be rewritten.") > ("flex" ,flex) > ("texinfo" ,texinfo) > ("gettext" ,gnu-gettext) > - ,@(package-native-inputs guile-next) > + ,@(package-n

[PATCH] Fix guile-emacs build failure

2016-02-28 Thread Ricardo Wurmus
Hi Guix, Guile Emacs can no longer be built. GCC fails a configure test: ~ checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/tmp/guix-build-guile-emacs-20150512.41120e0.drv-0/source': configure: error: C compiler cannot create executables See