From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Paul Schmidt Subject: Re: Calling autogen.sh in a build Date: Tue, 12 Apr 2016 10:34:14 +0200 Message-ID: <570CB306.2040307@gmx.net> References: <570C97D4.1000709@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aptmG-0002pD-1Y for guix-devel@gnu.org; Tue, 12 Apr 2016 04:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aptmB-00076v-Vx for guix-devel@gnu.org; Tue, 12 Apr 2016 04:34:27 -0400 Received: from mout.gmx.net ([212.227.15.18]:50762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aptmB-00076p-N3 for guix-devel@gnu.org; Tue, 12 Apr 2016 04:34:23 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel 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 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 rapicorn package ready and I did not need to run autogen at > all. The only problem with the package is a failing test, which I > reported upstream. > > ~~ Ricardo >