From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: teckit: Update to 2.5.4. Date: Tue, 21 Jul 2015 22:06:29 +0200 Message-ID: <20150721200629.GA13229@debian> References: <20150719114736.GA2246@debian> <871tg4rt6t.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHdoD-0005FU-83 for guix-devel@gnu.org; Tue, 21 Jul 2015 16:06:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHdo9-0007PZ-Cb for guix-devel@gnu.org; Tue, 21 Jul 2015 16:06:37 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:54173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHdo9-0007PH-3i for guix-devel@gnu.org; Tue, 21 Jul 2015 16:06:33 -0400 Content-Disposition: inline In-Reply-To: <871tg4rt6t.fsf@netris.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Sun, Jul 19, 2015 at 12:46:50PM -0400, Mark H Weaver wrote: > If that's because of the shebang in autogen.sh itself, then the easy > solution to that problem is to do (system* "sh" "autogen.sh"). It has > to be done after 'unpack', not before 'configure', because otherwise > 'patch-usr-bin-file' won't be able to do its job on the generated > ./configure script, which tends to cause problems on non-Intel > platforms. Thanks, Mark, for explaining it again! I followed your advice, and will push the patch after the release. Andreas