[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disable gnulib's test-lock test in packages?
From: |
Ludovic Courtès |
Subject: |
Re: Disable gnulib's test-lock test in packages? |
Date: |
Sun, 05 Nov 2017 17:12:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
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’.