[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems when trying to install a package via guile API
From: |
Ludovic Courtès |
Subject: |
Re: Problems when trying to install a package via guile API |
Date: |
Sat, 16 Aug 2014 11:32:25 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
David Thompson <address@hidden> skribis:
> ERROR: In procedure #<syntax-transformer derivation?>:
> ERROR: Wrong type to apply: #<syntax-transformer derivation?>
>
> 0 (#<syntax-transformer derivation?> #<derivation
> /gnu/store/mq7cx62…>)
This looks like a miscompilation issue: it seems that the module where
that happens didn’t have the ‘derivation?’ macro visible at build time,
and so at run-time it aborts like this. Do you know where that happens?
HTH,
Ludo’.