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'.
> 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.
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
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
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
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
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