From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Nginx service fails Date: Mon, 5 Mar 2018 00:07:44 +0100 Message-ID: <20180305000744.671e26f5@scratchpost.org> References: <20180304222749.GA23799@jurong> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/eqd7_LqbBy34mXHgxiH1Buu"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1escjV-0000jE-0u for guix-devel@gnu.org; Sun, 04 Mar 2018 18:07:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1escjR-00028v-Rh for guix-devel@gnu.org; Sun, 04 Mar 2018 18:07:56 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:51780) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1escjR-00025l-KJ for guix-devel@gnu.org; Sun, 04 Mar 2018 18:07:53 -0500 In-Reply-To: <20180304222749.GA23799@jurong> 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: Andreas Enge Cc: guix-devel@gnu.org --Sig_/eqd7_LqbBy34mXHgxiH1Buu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Andreas, > shepherd: Evaluating user expression (register-services (primitive-load "= /gnu/st?") ?). > guix system: error: exception caught while executing 'eval' on service 'r= oot': > find-long-options: unbound variable find-long-options is supposed to be in gnu/build/linux-boot.scm and gnu/services/base.scm is using it. It's in there for some weeks now... (define agetty-shepherd-service (match-lambda ... (modules '((ice-9 match) (gnu build linux-boot))) ... (start #~(let ((tty #$(default-serial-port))) ... You can find out where guix is by: readlink $(which guix) and then examine the scm files there... --Sig_/eqd7_LqbBy34mXHgxiH1Buu Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlqcfEAACgkQ5xo1VCww uqWQqwf8DloOb6RAs/wa8OE9bzGaRXGvrnDxpTBuyMcDOGMxMhMFIMM4hp7EGDd8 OdMeVceSgF8SRO5uYs0089aVHIYBMZtdixsS6rB29HuqmUGeEBkXFsDGje455+tj 9PLsSBm6PVK70sMjfsv9Tw/TmsZl46nL+zH3DlOaxOb+zo3etKXpBkhkBCFTwxxc DhoIYWtyiH93zikMbwhHf5mv/0TI4+xEJ/OWopUMl1F3ymOdrbyTGKKIcjqLIhZX dWB7Cg9avI8xECr1Pj4hgelVydq8YaHiJKyapd0gm76DUJRu03YPSHzbi+NtRhYQ U4FXnx2FsU898gpfcjn5fajFrtDDow== =boIY -----END PGP SIGNATURE----- --Sig_/eqd7_LqbBy34mXHgxiH1Buu--