From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kete Subject: Re: Package Definition Place Date: Sat, 04 Jan 2014 16:21:35 -0500 Message-ID: <3887983.4DpMF5UtKy@knossos> References: <1471744.UPeTPsttfJ@knossos> <5816667.J2aAP2f9Oe@knossos> <20140104071539.GA3820@intra> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzYfE-0002sA-Qo for guix-devel@gnu.org; Sat, 04 Jan 2014 16:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzYf5-0004hb-2N for guix-devel@gnu.org; Sat, 04 Jan 2014 16:21:48 -0500 Received: from ninthfloor.org ([2a01:7e00::f03c:91ff:fe96:8a17]:47005 helo=mail.ninthfloor.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzYf4-0004fe-T5 for guix-devel@gnu.org; Sat, 04 Jan 2014 16:21:39 -0500 In-Reply-To: <20140104071539.GA3820@intra> 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: John Darrington Cc: guix-devel@gnu.org On Saturday, January 04, 2014 08:15:40 AM John Darrington wrote: > The example in bash.scm is over complicated. Look at some of the examples > in xorg.scm to see how to set configure-flags. That got me a little further. Src/../Src/mkmakemod.sh: line 467: /bin/sh: No such file or directory Makefile:299: recipe for target 'Makemod' failed These are the lines around 464-470: if $second_stage ; then trap "rm -f $the_subdir/${the_makefile}; exit 1" 1 2 15 ${CONFIG_SHELL-/bin/sh} ./config.status \ --file=$the_subdir/${the_makefile}:$the_subdir/${the_makefile}.in || exit 1 fi I tried with the --without-tcsetpgrp flag, but I got the same error.