From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Calling autogen.sh in a build Date: Tue, 12 Apr 2016 09:42:39 +0200 Message-ID: References: <570C97D4.1000709@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apsyK-0000gP-EC for guix-devel@gnu.org; Tue, 12 Apr 2016 03:42:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apsyG-0001wl-JW for guix-devel@gnu.org; Tue, 12 Apr 2016 03:42:52 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:33604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apsyG-0001wb-AR for guix-devel@gnu.org; Tue, 12 Apr 2016 03:42:48 -0400 In-Reply-To: <570C97D4.1000709@gmx.net> 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: Florian Paul Schmidt Cc: guix-devel 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