From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47592) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkYEE-0005Sy-3D for guix-patches@gnu.org; Mon, 08 Jul 2019 14:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkYED-0000cc-2h for guix-patches@gnu.org; Mon, 08 Jul 2019 14:19:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50713) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkYEC-0000cU-VO for guix-patches@gnu.org; Mon, 08 Jul 2019 14:19:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkYEB-0006NU-FN for guix-patches@gnu.org; Mon, 08 Jul 2019 14:19:04 -0400 Subject: [bug#36477] [PATCH 24/31] gnu: xmlto: Fix cross-compilation. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20190708095913.3460-25-m.othacehe@gmail.com> References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-25-m.othacehe@gmail.com> Date: Mon, 08 Jul 2019 20:18:50 +0200 Message-ID: <87o924o0dx.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe , 36477@debbugs.gnu.org --=-=-= Content-Type: text/plain Mathieu Othacehe writes: > * gnu/packages/xml.scm (xmlto)[inputs]: Move util-linux from here ... > [native-inputs]: ... to here. [...] > diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm > index 5fefa2c1dc..5239070b1c 100644 > --- a/gnu/packages/xml.scm > +++ b/gnu/packages/xml.scm > @@ -915,9 +915,10 @@ code for classes that correspond to data structures defined by XMLSchema.") > (assoc-ref %build-inputs > "util-linux") > "/bin/getopt")))) > + (native-inputs > + `(("util-linux" ,util-linux))) ; for 'getopt' The comments above this hunk suggest that util-linux must be a regular input, since xmlto apparently needs getopt at run time. So I suppose we need util-linux both as a native and regular input? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0jiQoACgkQoqBt8qM6 VPpPgwf/QS7fNWmi8csK340SYsJF82Hy6N2qKhMxWiGyJe2Fq+m0LbJkSY2wNZ3n 9S9sKE4ARGDt+GmQpDFuj2lmnDs+o7kMqug7xLF/gBWnKFmIXt8LM5hEGzbbs91l QMTTcgPgL725yaRETPWjdYCFVPamGVDzzTmETyOmvSyHzAuD3lHrKfrMhbgDfDVn fqucEAAphvqjgSAbcI2m22DfC83at3kLXOa9I81i/xUFW+Zsvtse0JEkkii32G6l TOeeOkeVLQbMgQu7du9UIJBWS+aXPh+vwcp2E09LTFUkVd5eOzcXq7D6ooIqVO1V vnWFb83WQ/PJR6TCCNh/hmbRPPc8Nw== =1lUS -----END PGP SIGNATURE----- --=-=-=--