Hi Thorsten,

On September 19, 2018 12:25:23 PM UTC, Thorsten Wilms <t...@freenet.de> wrote:
>Hi!
>
>I'm trying to package https://github.com/bootchk/resynthesizer
>
>Unfortunately, this happens:
>
>---
>$: guix build --keep-failed gimp-resynthesizer
>checking that generated files are newer than configure... done
>configure: creating ./config.status
>./configure: line 9047: /bin/sh: No such file or directory
>---

I've had this before, and the way I could work around it was by setting the 
SHELL environment variable. Grep for 'setenv "SHELL"' in the package sources 
and I'm sure you'll find instances of that.

I'm not sure of the root cause, probably there are some hard-coded paths 
somewhere that should be patched in one of our packages?

HTH!

Maxim


Reply via email to