GNU bug report logs - #43014
Install license files to all outputs

Previous Next

Package: guix;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Mon, 24 Aug 2020 09:03:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43014 in the body.
You can then email your comments to 43014 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#43014; Package guix. (Mon, 24 Aug 2020 09:03:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Efraim Flashner <efraim <at> flashner.co.il>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 24 Aug 2020 09:03:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: bug-guix <at> gnu.org
Subject: Install license files to all outputs
Date: Mon, 24 Aug 2020 12:00:55 +0300
[Message part 1 (text/plain, inline)]
It seems to me that the license file(s) should be installed to all the
outputs.

As a side effect, this would help mitigate the missing static output
with some of the haskell packages.


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#43014; Package guix. (Mon, 24 Aug 2020 21:18:02 GMT) Full text and rfc822 format available.

Message #8 received at 43014 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 43014 <at> debbugs.gnu.org
Subject: Re: bug#43014: Install license files to all outputs
Date: Mon, 24 Aug 2020 23:17:04 +0200
Hi,

Efraim Flashner <efraim <at> flashner.co.il> skribis:

> It seems to me that the license file(s) should be installed to all the
> outputs.

Isn’t it already happening, at least with ‘gnu-build-system’?

--8<---------------cut here---------------start------------->8---
$ for i in $(guix build guile -v0) ; do ls -d $i/share/doc/*/* ; done
/gnu/store/wyflz3f6bvrmy68zjzay7s2liz4idkks-guile-3.0.4-debug/share/doc/guile-3.0.4/COPYING
/gnu/store/wyflz3f6bvrmy68zjzay7s2liz4idkks-guile-3.0.4-debug/share/doc/guile-3.0.4/COPYING.LESSER
/gnu/store/wyflz3f6bvrmy68zjzay7s2liz4idkks-guile-3.0.4-debug/share/doc/guile-3.0.4/LICENSE
/gnu/store/ah16zr8mmfkqy23rr7jy5a842ca1q9h1-guile-3.0.4/share/doc/guile-3.0.4/COPYING
/gnu/store/ah16zr8mmfkqy23rr7jy5a842ca1q9h1-guile-3.0.4/share/doc/guile-3.0.4/COPYING.LESSER
/gnu/store/ah16zr8mmfkqy23rr7jy5a842ca1q9h1-guile-3.0.4/share/doc/guile-3.0.4/LICENSE
--8<---------------cut here---------------end--------------->8---

Perhaps there are corner cases or an issue specific to
‘ghc-build-system’?

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#43014; Package guix. (Tue, 25 Aug 2020 03:21:01 GMT) Full text and rfc822 format available.

Message #11 received at 43014 <at> debbugs.gnu.org (full text, mbox):

From: Timothy Sample <samplet <at> ngyro.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 43014 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: bug#43014: Install license files to all outputs
Date: Mon, 24 Aug 2020 23:20:40 -0400
Ludovic Courtès <ludo <at> gnu.org> writes:

> Efraim Flashner <efraim <at> flashner.co.il> skribis:
>
>> It seems to me that the license file(s) should be installed to all the
>> outputs.
>
> Isn’t it already happening, at least with ‘gnu-build-system’?
>
> [...]
>
> Perhaps there are corner cases or an issue specific to
> ‘ghc-build-system’?

In the case of ‘git-annex’, it just needs a ‘license-file-regexp’
argument, which is easy enough to fix.  For ‘scroll’, it’s missing a
license file.  There is “GPL.hs”, but it doesn’t really count, IMO.  It
contains the text of the GPL (version 2), but as a Haskell string.  I
guess it’s better than nothing.

I think there is no bug here, just bad luck.  :)


-- Tim




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 25 Aug 2020 07:06:02 GMT) Full text and rfc822 format available.

Notification sent to Efraim Flashner <efraim <at> flashner.co.il>:
bug acknowledged by developer. (Tue, 25 Aug 2020 07:06:02 GMT) Full text and rfc822 format available.

Message #16 received at 43014-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Timothy Sample <samplet <at> ngyro.com>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 43014-done <at> debbugs.gnu.org
Subject: Re: bug#43014: Install license files to all outputs
Date: Tue, 25 Aug 2020 10:05:16 +0300
[Message part 1 (text/plain, inline)]
On Mon, Aug 24, 2020 at 11:20:40PM -0400, Timothy Sample wrote:
> Ludovic Courtès <ludo <at> gnu.org> writes:
> 
> > Efraim Flashner <efraim <at> flashner.co.il> skribis:
> >
> >> It seems to me that the license file(s) should be installed to all the
> >> outputs.
> >
> > Isn’t it already happening, at least with ‘gnu-build-system’?
> >
> > [...]
> >
> > Perhaps there are corner cases or an issue specific to
> > ‘ghc-build-system’?
> 
> In the case of ‘git-annex’, it just needs a ‘license-file-regexp’
> argument, which is easy enough to fix.  For ‘scroll’, it’s missing a
> license file.  There is “GPL.hs”, but it doesn’t really count, IMO.  It
> contains the text of the GPL (version 2), but as a Haskell string.  I
> guess it’s better than nothing.
> 
> I think there is no bug here, just bad luck.  :)
> 
> 
> -- Tim

Works for me.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 22 Sep 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.