From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Glib 2.38.0 Date: Mon, 30 Sep 2013 23:38:46 +0200 Message-ID: <878uye56s9.fsf@gnu.org> References: <20130930202420.GA11495@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQlFz-0005KJ-Qj for guix-devel@gnu.org; Mon, 30 Sep 2013 17:44:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQlFt-0007MZ-Mk for guix-devel@gnu.org; Mon, 30 Sep 2013 17:43:55 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:47600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQlFt-0007MO-G9 for guix-devel@gnu.org; Mon, 30 Sep 2013 17:43:49 -0400 In-Reply-To: <20130930202420.GA11495@debian> (Andreas Enge's message of "Mon, 30 Sep 2013 22:24:20 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > Notice the duplications in the command lines; the culprit seems to be the > lines in the recipe > ;; Honor $(TESTS_ENVIRONMENT). > (substitute* (find-files "." "^Makefile(\\.in)?$") > (("^GTESTER[[:blank:]]*=3D(.*)$" _ rest) > (string-append "GTESTER =3D $(TESTS_ENVIRONMENT) " > rest)))) > so that Makefile in glib/tests contains > GTESTER =3D $(TESTS_ENVIRONMENT) $(top_builddir)/glib/gtester > ${GTESTER} -k --quiet -o tmpsample.xml --test-arg=3D--gtester-s= elftest ${GTESTER} > > I ended up dropping these lines and all tests pass; if you have a better > solution, please feel free to modify the recipe again. Looks like you made the right decision: this hack is apparently no longer needed. Thanks! Ludo=E2=80=99.