From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csaws-0003wi-OR for guix-patches@gnu.org; Mon, 27 Mar 2017 16:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csawo-0002HT-HU for guix-patches@gnu.org; Mon, 27 Mar 2017 16:09:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49586) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csawo-0002HA-3V for guix-patches@gnu.org; Mon, 27 Mar 2017 16:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1csawn-0001ok-Q1 for guix-patches@gnu.org; Mon, 27 Mar 2017 16:09:01 -0400 Subject: bug#26256: [PATCH 5/6] gnu: Add userspace-rcu. Resent-Message-ID: From: Marius Bakke In-Reply-To: References: <20170325203017.14931-1-mbakke@fastmail.com> <20170325203017.14931-5-mbakke@fastmail.com> Date: Mon, 27 Mar 2017 22:08:25 +0200 Message-ID: <8737dywkhy.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Tobias Geerinckx-Rice , 26256@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice writes: > Marius, > > On 25/03/17 21:30, Marius Bakke wrote: >> * gnu/packages/linux.scm (userspace-rcu): New variable. > > This already exists as liburcu in datastructures.scm (I needed it for > the Knot DNS server), with two main differences: Aaaah.. how did I miss that, thanks! >> + (native-inputs >> + `(("perl-test-harness" ,perl-test-harness))) ; for the 'prove' com= mand > > Building liburcu with =E2=80=98perl=E2=80=99 or =E2=80=98perl-test-harnes= s=E2=80=99 gives the same > result (Files=3D3, Tests=3D78). I know nothing about Perl. Is there a rea= son > to prefer =E2=80=98perl-test-harness=E2=80=99? It's about .5 MiB heavier. I don't know either, I just searched around for the `prove` command and found it was in "perl-test-harness". Apparently it's in "perl" too! >> + (license >> + ;; This library is distributed under LGPL2.1+, but includes some f= iles >> + ;; covered by other licenses. The LICENSE file has full details. >> + (list license:lgpl2.1+ >> + license:gpl3+ ; most tests are gpl2+= ; tap.sh is gpl3+ >> + license:bsd-2 ; tests/utils/tap/tap.= [ch] >> + license:expat ; urcu/uatomic/* >> + ;; A few files use different variants of the MIT/X11 license. >> + (license:x11-style "file://LICENSE" >> + "See LICENSE in the distribution for deta= ils."))))) >> + > > Wow. As usual you're a lot better at sniffing out licences than I am. Ha, but at least you got it right (per the other discussion on this thread) ;-) > I also prefer your =E2=80=98synopsis=E2=80=99 to mine. I can update the synopsis of the existing package, and add @code{} wrappers to your arguably better description; as well as adding comments about the other licenses. How does that sound? :) PS: The PGP signature of this email is bad. If you are in fact Tobias, please reply with a signed email stating "I will not use important software from my host distro any longer" :-P --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljZcTkACgkQoqBt8qM6 VPqLRAf+NvX3zmWvxP7LYpKyt1NnHFiGp+h5nZwd2PAPSfCCyACiKQeI9SPg+Y1A HHBFJpK90XEagBiJrMuNFnDQGVAUlNynG6kycR3XHIrTi4nezHQhTt2Hej8D/kBy ZSxhsMciWSxKfd3Ma6wxsPWhzkHu20XY58NSjxcNIUje2PxagQTTvkbXqGz6Ru5r evdwNZc9kPOLcL42RoYDr4hdPBNR0oOsB+HAmiHkB5ht+sTwU1qYPhuSqujiP3Su jcjWIFXdOUS95B/MTLxvCT9opAhus4UUCVfVQZhVFBp3c45QwZgNeG8ZOoBgjJjV VuAvK3MBCs2o/dP8dS67xVCGt+akxA== =Pult -----END PGP SIGNATURE----- --=-=-=--