Re: Calling autogen.sh in a build

2016-04-12 Thread Florian Paul Schmidt
Care to share? I'm eager to play around with Bease/BSE, that's why I pressed forward with it. Regards, Flo On 12.04.2016 09:42, Ricardo Wurmus wrote: Florian Paul Schmidt writes: I'm trying to package rapicorn. And it's mostly gnu-build-system based, but I need to call autogen.sh (see belo

Re: Calling autogen.sh in a build

2016-04-12 Thread Ricardo Wurmus
Florian Paul Schmidt writes: > > I'm trying to package rapicorn. And it's mostly gnu-build-system based, > but I need to call autogen.sh (see below for package definitions). > > Sadly I suck and it fails. Got any ideas? Seems i need to rerun the > patch-shebangs phase? Hi Florian, I have a rapi

Re: Calling autogen.sh in a build

2016-04-11 Thread Taylan Ulrich Bayırlı/Kammer
Florian Paul Schmidt 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 >

Calling autogen.sh in a build

2016-04-11 Thread Florian Paul Schmidt
Hi, I'm trying to package rapicorn. And it's mostly gnu-build-system based, but I need to call autogen.sh (see below for package definitions). Sadly I suck and it fails. Got any ideas? Seems i need to rerun the patch-shebangs phase? Flo phase `patch-source-shebangs' succeeded after 0.1 seconds