From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: Package Definition Place Date: Sat, 4 Jan 2014 23:25:41 +0100 Message-ID: <20140104222540.GA5270@intra> References: <1471744.UPeTPsttfJ@knossos> <5816667.J2aAP2f9Oe@knossos> <20140104071539.GA3820@intra> <3887983.4DpMF5UtKy@knossos> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzZfE-0000TS-Bw for guix-devel@gnu.org; Sat, 04 Jan 2014 17:25:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzZf9-0004cV-V5 for guix-devel@gnu.org; Sat, 04 Jan 2014 17:25:52 -0500 Received: from de.cellform.com ([88.217.224.109]:45073 helo=jocasta.intra) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzZf9-0004cK-GU for guix-devel@gnu.org; Sat, 04 Jan 2014 17:25:47 -0500 Content-Disposition: inline In-Reply-To: <3887983.4DpMF5UtKy@knossos> 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: Kete Cc: guix-devel@gnu.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is where you have to start doing some detective work and probably some= patching! Based on what you pasted, it looks as if CONFIG_SHELL isn't getting passed = to the mkmakemod.sh file. Probably the zsh devs have done something wierd. What I do at this stage is to build with the -K flag, then you can manually= enter the build directory which guix places in /tmp/nix-build-* and start putting in diagnostics and runnin= g the build manually to find out what is going on. Sometimes it can be painful. J' On Sat, Jan 04, 2014 at 04:21:35PM -0500, Kete wrote: 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 ex= amples > in xorg.scm to see how to set configure-flags. =20 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 =20 ${CONFIG_SHELL-/bin/sh} ./config.status \ --file=3D$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. --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlLIimQACgkQimdxnC3oJ7MwagCaA+nR2AEm6jOTvHfxSD6zNI2t m84AnijWhNsBlmuHAGY+LSkjFsjYyLZo =coMb -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--