From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecgmQ-0008LQ-C1 for guix-patches@gnu.org; Fri, 19 Jan 2018 19:13:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecgmN-0004AG-Cm for guix-patches@gnu.org; Fri, 19 Jan 2018 19:13:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55710) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecgmM-00049L-Ui for guix-patches@gnu.org; Fri, 19 Jan 2018 19:13:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ecgmM-0004g5-K3 for guix-patches@gnu.org; Fri, 19 Jan 2018 19:13:02 -0500 Subject: [bug#29896] [PATCH] gnu: java-asm: Update to 6.0. Resent-Message-ID: Date: Fri, 19 Jan 2018 16:12:02 -0800 From: Leo Famulari Message-ID: <20180120001202.GC18016@jasmine.lan> References: <20171229190022.22705-1-boskovits@gmail.com> <20180107212356.18556-1-boskovits@gmail.com> <87efmmtky1.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <87efmmtky1.fsf@gmail.com> 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: Chris Marusich Cc: Ricardo Wurmus , =?UTF-8?Q?G=C3=A1bor?= Boskovits , 29896@debbugs.gnu.org --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 18, 2018 at 10:35:34PM -0800, Chris Marusich wrote: > G=E1bor Boskovits writes: >=20 > > + (inputs > > + `(("java-aqute-bndlib" ,java-aqute-bndlib) > > + ("java-aqute-libg" ,java-aqute-libg))) > > (arguments > > `(#:build-target "compile" > > ;; The tests require an old version of Janino, which no longer = compiles > > @@ -2679,7 +2682,9 @@ archives (jar).") > > #:tests? #f > > ;; We don't need these extra ant tasks, but the build system as= ks us to > > ;; provide a path anyway. > > - #:make-flags (list (string-append "-Dobjectweb.ant.tasks.path= =3Dfoo")) > > + #:make-flags (list (string-append "-Dobjectweb.ant.tasks.path= =3Dfoo") > > + (string-append "-Dbiz.aQute.bnd.path=3D" > > + (assoc-ref %build-inputs "jav= a-aqute-bndlib"))) >=20 > Even though we added some inputs, there appear to be no retained > references in the output, as shown by this command: >=20 > guix gc --referrers $(./pre-inst-env guix build java-asm) To check the retained references in the output [0], it's actually `guix gc --references $(./pre-inst-env guix build ...)`. [0] To clarify "retained references", they are literally occurences of strings that begin with '/gnu/store/', then a Guix hash, then a hyphen, and then a package name. --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpiiU8ACgkQJkb6MLrK fwiHnw//W9qAd6IJNLrMWA0/ODDB0tMINnrpBHcXQeMVDDfhYGNHF4MludDno3Cy t4pJYRjYy2xetbOTRqKRzzyZkgdOoUIJ+80kRYbWX88jLzNVof0Ax1F26yjODUOe FRr3DSkME59bkYDRGrq7DZLnuaKYJ0pp2IdTzpwjXl8uJsBLWkpoJABOknvm1/7V tatUICOLNUjfpsBlismMkQgqu1GD+4npV3uNyRQxdn/tpgeFrDDorKPoRH/91tc0 oaqcbGxYYEBprv2mPqpp5CXl99q7OdRX3WoscsEsv4RHaxDTqWLgsO7dEm4lIqds e4M8uAPRblXUupDkaM8tgD/d+9s+re5b+z8oIX/Yhmy66TkcNZ2ltsgr1lhJ5v45 yb4/Wh0Wbdp8YDxT57SuzP+nuw8WHSvk4WbxzBfxulAkrvbSnWEjmL76dFxonyYh 4J3CGwrbIpfRyEvjRnHYYgYYe85gRX7yX8o3b7FtL+frKJLgzUBLIRIOxfprw2hC 3UbD6K+aQWI8whJiQvhn8PfJ6moXEoWJa30mwqKhzk2UpbkYIg1Vd66+c+5IqZIw dTuIj9iMkwnLH1DUWoiIyulhinJ3UyjAY2VH6WIpfpvtDj+5kIBuqZLcc1aEOo7Q HR3/LeklKSJHQI0kye53LnpxFal4edwMfrr8BJF69eOgX06rARg= =uLEw -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--