[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disable gnulib's test-lock test in packages?
From: |
Eric Bavier |
Subject: |
Re: Disable gnulib's test-lock test in packages? |
Date: |
Tue, 7 Nov 2017 04:45:46 +0000 |
Pushed in acc2dab7f2f50c9169d6388007c770878eae4a9c
Eric Bavier, Scientific Libraries, Cray Inc.
________________________________________
From: Ludovic Courtès <address@hidden>
Sent: Sunday, November 5, 2017 10:12
To: Eric Bavier
Cc: address@hidden
Subject: Re: Disable gnulib's test-lock test in packages?
Hi!
Eric Bavier <address@hidden> skribis:
> I ran the gnulib lock tests with the be95b17ae commit and the tests passed,
> then with the commit directly before and they failed; so I'm fairly confident.
Great, thanks for testing.
> Attached is an updated patch, which remove the *-gnulib-multi-core patches
> and disables the test on two more packages (augeas and gsasl). I was able to
> build most of the packages on gnulib's "users" list
> (https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=users.txt;h=4ea176f2ef622b5c12843ba3d5aa35217c58502b;hb=HEAD)
> except for octave, because texlive-bin's luajit tests fail on this system.
OK.
> From 8e4988cf0da5bb170184a41822ff316e2e7f9c29 Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Mon, 30 Oct 2017 11:23:46 -0500
> Subject: [PATCH] gnu: Disable gnulib's test-lock test in packages.
>
> * gnu/packages/base.scm (findutils)[source]: Disable test-lock.
> * gnu/packages/gettext.scm (gettext-minimal)[source]: Ditto.
> * gnu/packages/libidn.scm (libidn)[source]: Ditto.
> * gnu/packages/libunistring.scm (libunistring)[source]: Ditto.
> * gnu/packages/augeas.scm (augeas)[source]: Ditto.
> * gnu/packages/gsasl.scm (gsasl)[source]: Ditto.
> * gnu/packages/patches/findutils-gnulib-multi-core.patch,
> gnu/packages/patches/gettext-gnulib-multi-core.patch,
> gnu/packages/patches/gettext-multi-core.patch,
> gnu/packages/patches/libunistring-gnulib-multi-core.patch: Delete patches.
> * gnu/local.mk (DIST_PATCH_DATA): Remove them.
OK for ‘core-updates’!
Thank you,
Ludo’.