From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GDPbFWS4RF/lSgAA0tVLHw (envelope-from ) for ; Tue, 25 Aug 2020 07:06:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aHGhEWS4RF9ZaQAAbx9fmQ (envelope-from ) for ; Tue, 25 Aug 2020 07:06:12 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 979F094053D for ; Tue, 25 Aug 2020 07:06:11 +0000 (UTC) Received: from localhost ([::1]:38558 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAT21-000085-0g for larch@yhetil.org; Tue, 25 Aug 2020 03:06:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAT1u-00007t-Os for bug-guix@gnu.org; Tue, 25 Aug 2020 03:06:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48550) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kAT1u-0007R4-G4 for bug-guix@gnu.org; Tue, 25 Aug 2020 03:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kAT1u-0006ga-Bm for bug-guix@gnu.org; Tue, 25 Aug 2020 03:06:02 -0400 Subject: bug#43014: Install license files to all outputs Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 25 Aug 2020 07:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43014 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Timothy Sample Mail-Followup-To: 43014@debbugs.gnu.org, efraim@flashner.co.il, efraim@flashner.co.il Received: via spool by 43014-done@debbugs.gnu.org id=D43014.159833915825684 (code D ref 43014); Tue, 25 Aug 2020 07:06:02 +0000 Received: (at 43014-done) by debbugs.gnu.org; 25 Aug 2020 07:05:58 +0000 Received: from localhost ([127.0.0.1]:60094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAT1q-0006gC-8o for submit@debbugs.gnu.org; Tue, 25 Aug 2020 03:05:58 -0400 Received: from flashner.co.il ([178.62.234.194]:43048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAT1n-0006fv-7P for 43014-done@debbugs.gnu.org; Tue, 25 Aug 2020 03:05:56 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id 6315140087; Tue, 25 Aug 2020 07:05:49 +0000 (UTC) Date: Tue, 25 Aug 2020 10:05:16 +0300 From: Efraim Flashner Message-ID: <20200825070516.GA979@E5400> References: <20200824090055.GF1392@E5400> <87sgcbzqun.fsf@gnu.org> <87tuwrbed3.fsf@ngyro.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <87tuwrbed3.fsf@ngyro.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 43014-done@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: cSc1h49lWcg2 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 24, 2020 at 11:20:40PM -0400, Timothy Sample wrote: > Ludovic Court=C3=A8s writes: >=20 > > Efraim Flashner skribis: > > > >> It seems to me that the license file(s) should be installed to all the > >> outputs. > > > > Isn=E2=80=99t it already happening, at least with =E2=80=98gnu-build-sy= stem=E2=80=99? > > > > [...] > > > > Perhaps there are corner cases or an issue specific to > > =E2=80=98ghc-build-system=E2=80=99? >=20 > In the case of =E2=80=98git-annex=E2=80=99, it just needs a =E2=80=98lice= nse-file-regexp=E2=80=99 > argument, which is easy enough to fix. For =E2=80=98scroll=E2=80=99, it= =E2=80=99s missing a > license file. There is =E2=80=9CGPL.hs=E2=80=9D, but it doesn=E2=80=99t = really count, IMO. It > contains the text of the GPL (version 2), but as a Haskell string. I > guess it=E2=80=99s better than nothing. >=20 > I think there is no bug here, just bad luck. :) >=20 >=20 > -- Tim Works for me. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9EuCkACgkQQarn3Mo9 g1EdYA/7B18pT7lEXsCbsIQGholCV6RwJ84qepFMCcN+cwyXhVomSOp28wxhQZC7 wsXkdn5AN5BY548HiQf06qte7oiKwvV3KBQtXcJB05++VsBnnIfavFAQiIiSaoSI 8tWAbkEdRqRx7zRgiiS93IVKlVmYLOK97r4yZ8NyK1zyFz10aqiPgduOrvLIqvDd UPvgiDYzvg40N0NcK9N3JGHa1XUw92Eb6Tbj46oUUdpwxT5FMo6RFcKoVqxrMabU MpiPiX8nfVw0e0v4xe7UUb+AIxskjBEiNy4Hxd3q5BkdmY2nW7nAA+NZUOhftdaa 1rBzCUzfv1pNxSqHNNdOvKqzBdQO1zMdTLrrPZeV92jo6fjU2NHu5r7rRW4OIjjt wWqtHJ2CcbklyUVIyXidEwQpASOdcyawbyIn6+6b5tvVm41KeFzrrry3/mv9DDmi muDsosM3LyIAEK0UZBv5UBcPmASsktfn2jBZTyc7yCA5OACuegXIbXk3jl0cok76 5s10wOSv+OM6F2eSjSiCoITHvmEgs6B7O4Y7W0eiLZTy36hibxXbPWCEPX81rnXN PD3aAqIIN32c8548h8KlhS5LlpluD0eaDdrzpHyK0C15ht4rVN45lmCQCTHEzw4b CLYnOERsXgwBEHJ16YII8R1DbtJA0kpGp+5QUKk4C+pdLBq7lyU= =90WV -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--