Florian Paul Schmidt <mista.ta...@gmx.net> writes:

> ./autogen.sh: ./configure: /bin/sh: bad interpreter: No such file or
> directory

It's trying to access /bin/sh instead of /gnu/store/...-sh-... for some
reason.

>        (modify-phases %standard-phases
>          (add-before
>           'configure 'pre-configure
>           (lambda _ ; TODO: add explanation
>             (zero? (system* "sh" "./autogen.sh")))))))

Hmm, maybe put the phase after the 'unpack' phase and see if the problem
persists.  IIRC, calls to autogen.sh should go after unpack, not before
configure, because there's some phases in between that should happen
after autogen.sh and before configure.

Taylan

Reply via email to