From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: guile 2.0.9 build on mingw Date: Sun, 16 Jun 2013 16:46:50 +0200 Message-ID: <87mwqq15b9.fsf@gnu.org> References: <83sj1hv2ml.fsf@gnu.org> <874ndx9y7h.fsf@pobox.com> <83ip2bt4qk.fsf@gnu.org> <8761xqhyyt.fsf@gnu.org> <83li6mt18y.fsf@gnu.org> <83wqq3mcq9.fsf@gnu.org> <87k3m3kor5.fsf@gnu.org> <83ehcalysu.fsf@gnu.org> <87sj0pvl4a.fsf@tines.lan> <837gi1n3v5.fsf@gnu.org> <87k3m1vg8b.fsf@tines.lan> <83txl4lhby.fsf@gnu.org> <837ghzky6g.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371394329 26413 80.91.229.3 (16 Jun 2013 14:52:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2013 14:52:09 +0000 (UTC) Cc: guile-user@gnu.org To: Eli Zaretskii Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 16 16:52:09 2013 Return-path: Envelope-to: guile-user@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 1UoEJM-0005yZ-JI for guile-user@m.gmane.org; Sun, 16 Jun 2013 16:52:08 +0200 Original-Received: from localhost ([::1]:41092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoEJM-0005V9-9t for guile-user@m.gmane.org; Sun, 16 Jun 2013 10:52:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoEJE-0005V4-5R for guile-user@gnu.org; Sun, 16 Jun 2013 10:52:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoEJA-0002oR-8s for guile-user@gnu.org; Sun, 16 Jun 2013 10:52:00 -0400 Original-Received: from hera.aquilenet.fr ([141.255.128.1]:41256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoEJ6-0002li-Pa; Sun, 16 Jun 2013 10:51:52 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B2604D03; Sun, 16 Jun 2013 16:46:51 +0200 (CEST) Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TtuX5PUTqucT; Sun, 16 Jun 2013 16:46:51 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 25EEF8D5; Sun, 16 Jun 2013 16:46:51 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Prairial an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <837ghzky6g.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 12 Jun 2013 20:59:19 +0300") User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 141.255.128.1 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10446 Archived-At: Eli Zaretskii skribis: >> Date: Tue, 11 Jun 2013 19:53:21 +0300 >> From: Eli Zaretskii >> Cc: ludo@gnu.org, guile-user@gnu.org >>=20 >> What eventually did the trick was configuring --with-threads=3Dno. Once >> I did that, the build ran successfully and almost 100% cleanly to >> completion. (I will report the details about "almost" later.) > > The second part of the details is about "make install": it failed > because it looked for guild.exe and guile_tools.exe, which don't > exist, because guild and guile_tools are shell scripts, not .exe > programs. Fixed thusly: > > --- meta/Makefile.am~0 2013-03-25 23:24:24.000000000 +0200 > +++ meta/Makefile.am 2013-06-12 14:26:47.032031800 +0300 > @@ -30,9 +30,9 @@ > # What we now call `guild' used to be known as `guile-tools'. > install-exec-hook: > guild=3D"`echo $(ECHO_N) guild \ > - | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \ > + | $(SED) -e '$(program_transform_name)'`" ; \ > guile_tools=3D"`echo $(ECHO_N) guile-tools \ > - | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \ > + | $(SED) -e '$(program_transform_name)'`" ; \ > cd $(DESTDIR)$(bindir) && rm -f "$$guile_tools" && \ > $(LN_S) "$$guild" "$$guile_tools" This was already fixed in dac5e6491b215f8d70bc8328639b4c72cb7cd565 (Apr. 2013). Thanks, Ludo=E2=80=99.