From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enpLH-0002xg-3H for guix-patches@gnu.org; Mon, 19 Feb 2018 12:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enpLC-0007ob-Qm for guix-patches@gnu.org; Mon, 19 Feb 2018 12:35:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43663) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enpLC-0007nL-Ij for guix-patches@gnu.org; Mon, 19 Feb 2018 12:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enpLC-0005DS-7G for guix-patches@gnu.org; Mon, 19 Feb 2018 12:35:02 -0500 Subject: [bug#30492] [PATCH 1/4] gnu: Add libspatialite. Resent-Message-ID: From: Arun Isaac In-Reply-To: <87k1vatem1.fsf@fastmail.com> References: <20180216220913.08cc8ca0@alma-ubu> <20180216221816.15d5e0e7@alma-ubu> <87k1vatem1.fsf@fastmail.com> Date: Mon, 19 Feb 2018 23:04:04 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 30492@debbugs.gnu.org Marius Bakke writes: > Bj=C3=B6rn H=C3=B6fling writes: > >> * gnu/packages/geo.scm (libspatialite): New variable. > >> + (arguments >> + `(#:tests? #f)) ; Test failures. > > Please also add some details about the test failures, if possible. If possible, do disable the failing tests alone and run the other tests.