Andreas Enge <andr...@enge.fr> skribis: > Is the comment about the test suite still valid? I tried to run the tests, > they require taskset (which is available in util-linux).
I don’t know; I wouldn’t be surprised if it’s still valid. > From 9c620c228a99335798212f37d3788a9bfa353a78 Mon Sep 17 00:00:00 2001 > From: Andreas Enge <andr...@enge.fr> > Date: Sat, 17 Oct 2015 21:42:42 +0200 > Subject: [PATCH] gnu: numactl: Update to 2.0.10. > > * gnu/packages/linux.scm (numactl)[source]: Update to 2.0.10. > [arguments]: Adapt phases to use the autotools machinery. > [native-inputs]: Add autotools packages. LGTM. > + (native-inputs > + `(("autoconf" ,autoconf) > + ("automake" ,automake) > + ("libtool" ,libtool))) Pfff… Could you email upstream and ask them to run ‘make dist’ next time? It’s really weird: They used to do it, and it looks as if they had forgotten. :-/ Thanks, Ludo’.