From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: Package Definition Place Date: Fri, 3 Jan 2014 06:50:40 +0100 Message-ID: <20140103055040.GA4180@intra> References: <1471744.UPeTPsttfJ@knossos> <1619112.GoJPxVuIlx@knossos> <87k3ejt85r.fsf@karetnikov.org> <7377714.T8fEdJAmeB@knossos> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vyxet-0003Sa-HE for guix-devel@gnu.org; Fri, 03 Jan 2014 00:51:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vyxem-00022e-NZ for guix-devel@gnu.org; Fri, 03 Jan 2014 00:50:59 -0500 Received: from de.cellform.com ([88.217.224.109]:44802 helo=jocasta.intra) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vyxem-00020Z-Ah for guix-devel@gnu.org; Fri, 03 Jan 2014 00:50:52 -0500 Content-Disposition: inline In-Reply-To: <7377714.T8fEdJAmeB@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 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 02, 2014 at 09:28:24PM -0500, Kete wrote: On Thursday, January 02, 2014 06:44:00 AM Nikita Karetnikov wrote: > $ git clone git://git.sv.gnu.org/guix.git > $ cd guix > $ ./bootstrap && ./configure --localstatedir=3D/nix/var && make && m= ake check >=20 > (See =E2=80=98HACKING=E2=80=99 for more information.) >=20 > Then you could add a recipe (i.e., the definition of a package) to > =E2=80=98guix/gnu/packages=E2=80=99. For instance, this commit [1] = adds the elfutils > recipe to =E2=80=98gnu/packages/elf.scm=E2=80=99. >=20 > Did I forget to address anything? =20 I copied my package definition to gnu/packages and added a line for it= in gnu- system.am. Then, I ran './pre-inst-env guix build zsh' and got this ou= tput:=20 guix build: error: failed to connect to `/nix/var/nix/daemon-socket/so= cket':=20 No such file or directory This would suggest that you haven't got a guix daemon running. Install guix and set up the daemon as described in Chapter 2 of the GUIX ma= nual. J' --=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. --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlLGT68ACgkQimdxnC3oJ7Po4ACgiSSN3lWPPbslzCQd7ndIH4oi 50YAn2SyRJcUwD5VMHroOqxCTOkpN33f =xuda -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--