GNU bug report logs -
#57133
[PATCH] gnu: Add rizin.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Thu, 11 Aug 2022 06:39:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 57133 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 11-08-2022 08:37, iyzsong--- via Guix-patches via wrote:
> + #$(origin
> + (method git-fetch)
> + (uri (git-reference
> + (url"https://github.com/rizinorg/rizin-testbins")
> + (commit "7d0c31ac7711de9c4d37f5047200dc5a407ff713")))
> + (sha256
> + (base32
> + "00cmc7pws9m4hcm0bpdjm6n4agl5mqgczc4ccswfhywyzzvr7sqh")))
> + "test/bins")))
What's the license for those binaries? I doubt all of them are gpl3+.
I'm seeing a copy of libstdc++.so.6 in there. IIRC, it has a license of
the GPL family, which requires providing the source, so we need the
source code of it as well because of the licensing terms (the source
code of that particular variant of libstdc++, which might differ from
the version currently in Guix). Likewise for the other binaries.
Personally, I think it would be more practical to ignore rizin-testbins,
even if that requires skipping some of the tests (hopefully not all of
them).
> + ;; Most files are under LGPL-3.0-only, other are under: Apache-2.0,
> + ;; BSD-2-Clause, BSD-3-Clause, CC0-1.0, CC-BY-SA-4.0, GPL-1.0-or-later,
> + ;; GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.0-or-later,
> + ;; LGPL-2.1-only, LGPL-2.1-or-later, LGPL-3.0-only, MIT, NCSA.
> + (license license:gpl3+)))
You can put multiple licenses in the license field, using (license (list
this that foo bar ...)).
Greetings,
Maxime.
[OpenPGP_0x49E3EE22191725EE.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]
This bug report was last modified 2 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.