From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 1/1] gnu: libevent: Skip test that fails on 32bit. Date: Wed, 01 Feb 2017 23:00:07 +0100 Message-ID: <87tw8dy3ko.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170201192828.1252-1-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ2ww-000193-Fk for guix-devel@gnu.org; Wed, 01 Feb 2017 17:00:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ2wt-0001mr-E0 for guix-devel@gnu.org; Wed, 01 Feb 2017 17:00:22 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41677) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZ2ws-0001l1-G0 for guix-devel@gnu.org; Wed, 01 Feb 2017 17:00:19 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 7B1FD20BEF for ; Wed, 1 Feb 2017 17:00:09 -0500 (EST) Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 123A87E432 for ; Wed, 1 Feb 2017 17:00:08 -0500 (EST) In-Reply-To: <20170201192828.1252-1-mbakke@fastmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Marius Bakke writes: > diff --git a/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch b/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch > new file mode 100644 > index 000000000..aba49ef50 > --- /dev/null > +++ b/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch > @@ -0,0 +1,22 @@ > +XXX: These fail on 32-bit due to an overflow bug in the test program. > + > +Upstream bug URL: > + > +https://github.com/libevent/libevent/issues/452 The issue is isolated to the test program and not the evutil_date_rfc1123() implementation itself, which is new in 2.1. I pushed the patch with an additional comment as fd05d7ecd9f021b6c52a6d27669188b44305c79d. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAliSWmcACgkQoqBt8qM6 VPodfAgAocu3cf9w5Eh3i2nuX1dDQdtQQc+vbtyykStIr1bVElWkNWGaxn5Mlgom ar4MdR3GgDScJk30iIApcztIJQ9OEVQD4bJrYz/TB37dopTQ3tgNaPA8iFeD9Hko 1giPt05uS/N9JpgtkGRMaIMtB+hdslC6xo12JyOyEs09Z+8FLKc/grpZgIqkFFAN YBUbnce5lil3+HcPi9myMC7LX05v22sniFWXXQETbHYI912oYYWQQ/RUIDcc5rXV gfe2k6ofCZwqJP7SPH1DzkUlurwecfRtTOj9AGGwl3Hq9ZzNY9wVhh6i4KdP1NoQ gZ0VgmP1B3/2qfW9c+Sf8jOaHDyqMQ== =vBal -----END PGP SIGNATURE----- --=-=-=--