From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: guile-clutter, clutter-devel: fixing make check Date: Sat, 19 Apr 2014 15:41:18 -0300 Message-ID: <20140419154118.54648d53@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/eyFt=1o.Lz4ZwEhPphWdJp." X-Trace: ger.gmane.org 1397932912 23619 80.91.229.3 (19 Apr 2014 18:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2014 18:41:52 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 19 20:41:45 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WbaCv-0005Mw-Cn for guile-devel@m.gmane.org; Sat, 19 Apr 2014 20:41:45 +0200 Original-Received: from localhost ([::1]:43224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbaCv-0000i6-1e for guile-devel@m.gmane.org; Sat, 19 Apr 2014 14:41:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbaCl-0000hj-37 for guile-devel@gnu.org; Sat, 19 Apr 2014 14:41:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbaCf-0002fX-EC for guile-devel@gnu.org; Sat, 19 Apr 2014 14:41:35 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:57632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbaCf-0002aL-7v for guile-devel@gnu.org; Sat, 19 Apr 2014 14:41:29 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id B7F23A04C0F3 for ; Sat, 19 Apr 2014 20:41:27 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id cPeS2uQJEk7J for ; Sat, 19 Apr 2014 20:23:19 +0200 (CEST) Original-Received: from capac (unknown [189.60.2.251]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 80C07A04C036 for ; Sat, 19 Apr 2014 20:41:20 +0200 (CEST) X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17085 Archived-At: --MP_/eyFt=1o.Lz4ZwEhPphWdJp. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, guile-clutter clutter-devel: fixing make check Patch review solicited: note that I am autotool kind of blind. Thanks to Ludovic who kindly suggested, on irc, the corrections to be made, but please double check, tx. I think this patch should probably be also applied to the clutter branch as well otherwise make check will raise a bug (unless using an old automake version), wdyt? Thanks, David ps: out of curiosity, any one knows the exact version of automake from which the actual tests.mk code would raise a bug? Should I mention that in the commit message? --MP_/eyFt=1o.Lz4ZwEhPphWdJp. Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-fixing-make-check.patch =46rom ad24ba7d76f8232b9f4a0c9d92a74c68df828314 Mon Sep 17 00:00:00 2001 From: David PIROTTE Date: Sat, 19 Apr 2014 14:51:05 -0300 Subject: [PATCH] fixing make check MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit * tests.mk: TESTS_ENVIRONMENT variable definition split into TESTS_ENVIRONMENT, SCM_LOG_COMPILER and TEST_EXTENSIONS has requested by recent automake versions. Thanks to Ludovic Court=C3=A9s who suggested this fix on irc. See info "(automake) Parallel Test Harness" for further details. --- tests.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.mk b/tests.mk index 87abd3b..f6676f3 100644 --- a/tests.mk +++ b/tests.mk @@ -34,7 +34,9 @@ WRAPSET_TESTS_ENV =3D WRAPSET_MODULES=3D"$(wrapset_module= s)" WRAPSET_API_FILE=3D$(srcd DEV_ENV =3D $(top_builddir)/dev-environ GUILE=3D$(if $(findstring glib,$(AG_PACKAGES)),guile,guile-gnome-$(API_VER= SION)) =20 -TESTS_ENVIRONMENT=3D$(WRAPSET_TESTS_ENV) $(DEV_ENV) $(GUILE) $(GUILE_FLAGS= ) -e main -s +TESTS_ENVIRONMENT=3D$(WRAPSET_TESTS_ENV) $(DEV_ENV) +SCM_LOG_COMPILER =3D $(GUILE) $(GUILE_FLAGS) -e main -s +TEST_EXTENSIONS =3D .scm =20 wrapset.api.update: $(WRAPSET_TESTS_ENV) $(DEV_ENV) $(GUILE) -e update-api -s $(srcdir)/wraps= et.scm --=20 1.9.1 --MP_/eyFt=1o.Lz4ZwEhPphWdJp.--