Re: Question about sbcl-package->ecl-package

2019-10-18 Thread Guillaume Le Vaillant
Pierre Neidhardt skribis: > I've merged your last 3 patches, thank you so much for your continuous > contribution to the best Common Lisp package manager ;) Thanks!

Re: Question about sbcl-package->ecl-package

2019-10-17 Thread Guillaume Le Vaillant
Pierre Neidhardt skribis: > Great! :) > Can you send a patch for all this? I'll merge as soon as I can. I sent the patches (bug#37791).

Re: Question about sbcl-package->ecl-package

2019-10-17 Thread Guillaume Le Vaillant
Pierre Neidhardt skribis: > Cool! Thanks for working on this! :) > > Does it work for dexador? I just tried compiling ecl-dexador, and it failed. However I think it fails for a different reason. The error is: --8<---cut here---start->8--- An error occurred

Re: Question about sbcl-package->ecl-package

2019-10-17 Thread Guillaume Le Vaillant
Pierre Neidhardt skribis: > Maybe an easier fix: replace "sbcl" with (%lisp-type). Should work. Indeed, with the following changes, building ecl-dexador works. --8<---cut here---start->8--- diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 2b

Re: Question about sbcl-package->ecl-package

2019-10-17 Thread Guillaume Le Vaillant
Pierre Neidhardt skribis: > Cool! Thanks for working on this! :) > > Does it work for dexador? I just tried compiling ecl-dexador, and it failed. However I think it fails for a different reason. The error is: --8<---cut here---start->8--- An error occurred

Re: Question about sbcl-package->ecl-package

2019-10-17 Thread Pierre Neidhardt
Guillaume Le Vaillant writes: > I just tried compiling ecl-dexador, and it failed. However I think it > fails for a different reason. > > The error is: > > --8<---cut here---start->8--- > An error occurred during initialization: > No MIME.TYPES file found anywh

Re: Question about sbcl-package->ecl-package

2019-10-17 Thread Guillaume Le Vaillant
Guillaume Le Vaillant skribis: > However, when I try to compile 'ecl-simple-parallel-tasks', guix first > tries to build a different derivation of 'ecl-chanl', which fails > because it apparently doesn't have the modified phases declared in the > definition of 'ecl-chanl'. I was able to get gui

Re: Question about sbcl-package->ecl-package

2019-10-16 Thread Guillaume Le Vaillant
Efraim Flashner skribis: > On Wed, Oct 16, 2019 at 01:59:01PM +0200, Pierre Neidhardt wrote: >> I've encountered the same problem a couple of times. >> If you try to compile ecl-dexador, you'll see it fails because it does >> not re-use the arguments of sbcl-dexador which patches out a failing >

Re: Question about sbcl-package->ecl-package

2019-10-16 Thread Efraim Flashner
On Wed, Oct 16, 2019 at 01:59:01PM +0200, Pierre Neidhardt wrote: > I've encountered the same problem a couple of times. > If you try to compile ecl-dexador, you'll see it fails because it does > not re-use the arguments of sbcl-dexador which patches out a failing > test. > > Something is wrong in

Re: Question about sbcl-package->ecl-package

2019-10-16 Thread Pierre Neidhardt
I've encountered the same problem a couple of times. If you try to compile ecl-dexador, you'll see it fails because it does not re-use the arguments of sbcl-dexador which patches out a failing test. Something is wrong in sbcl-package->ecl-package. Andy? That said, it's not a very big deal, since