From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#36170: configure fails on FreeBSD Date: Tue, 11 Jun 2019 18:41:09 -0400 Message-ID: <87ef3z7nj3.fsf@netris.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="225668"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Cc: 36170@debbugs.gnu.org To: Roger Mason Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jun 12 00:44:30 2019 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hapVF-000wZw-I4 for guile-bugs@m.gmane.org; Wed, 12 Jun 2019 00:44:29 +0200 Original-Received: from localhost ([::1]:55680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hapVE-00013R-JK for guile-bugs@m.gmane.org; Tue, 11 Jun 2019 18:44:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49373) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hapUr-000139-Bd for bug-guile@gnu.org; Tue, 11 Jun 2019 18:44:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hapUp-0000Cc-CP for bug-guile@gnu.org; Tue, 11 Jun 2019 18:44:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46800) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hapUo-0000Ae-BE for bug-guile@gnu.org; Tue, 11 Jun 2019 18:44:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hapUo-0003R9-6d for bug-guile@gnu.org; Tue, 11 Jun 2019 18:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 11 Jun 2019 22:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36170 X-GNU-PR-Package: guile Original-Received: via spool by 36170-submit@debbugs.gnu.org id=B36170.156029301113161 (code B ref 36170); Tue, 11 Jun 2019 22:44:02 +0000 Original-Received: (at 36170) by debbugs.gnu.org; 11 Jun 2019 22:43:31 +0000 Original-Received: from localhost ([127.0.0.1]:60344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hapUJ-0003QD-GP for submit@debbugs.gnu.org; Tue, 11 Jun 2019 18:43:31 -0400 Original-Received: from world.peace.net ([64.112.178.59]:32862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hapUH-0003Pz-QT for 36170@debbugs.gnu.org; Tue, 11 Jun 2019 18:43:30 -0400 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hapUB-0001LD-9s; Tue, 11 Jun 2019 18:43:23 -0400 In-Reply-To: (Roger Mason's message of "Tue, 11 Jun 2019 09:13:31 -0230") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.org gmane.lisp.guile.bugs:9342 Archived-At: Roger Mason writes: > I cloned the git repo yesterday (2019-06-10, most recent commit > 8d469660525d74734f3184cb9ed01b6f2dcd0445). I ran autogen.sh in the > source directory. I had to comment out the call to m4 --version, which > failed (I have m4-1.4.18). That's the latest stable m4 release, and the same version that I have. It's surprising that "m4 --version" failed. It makes me wonder if autogen.sh is using Bash-specific syntax. Does "bash -x autogen.sh" work, when using the autogen.sh that we provide? Mark