From owner-freebsd-stable@FreeBSD.ORG Sun Mar 14 20:05:36 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377B016A4CE for ; Sun, 14 Mar 2004 20:05:36 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECBC43D3F for ; Sun, 14 Mar 2004 20:05:35 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.40.61) by smtp02.syd.iprimus.net.au (7.0.024) id 402CF870009866E8; Mon, 15 Mar 2004 15:05:32 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 4ED3941C0; Mon, 15 Mar 2004 15:06:06 +1100 (EST) Date: Mon, 15 Mar 2004 15:06:06 +1100 From: Tim Robbins To: Joe Halpin Message-ID: <20040315040606.GB26211@cat.robbins.dropbear.id.au> References: <4054D78F.6080003@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4054D78F.6080003@comcast.net> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: 4.9-STABLE and m4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 04:05:36 -0000 On Sun, Mar 14, 2004 at 04:07:11PM -0600, Joe Halpin wrote: > I'm working with the cURL project (http://curl.haxx.se), and I setup a > daily build on my 4.9-RELEASE machine. Things were going fine until I > upgraded to 4.9-STABLE. At that point the daily builds started failing. > > As far as I can tell the reason for that was that /usr/bin/m4 was > somehow different from the same version on the FSF web site. I > downloaded and built m4 from the FSF web site and installed it in > /usr/local/bin (which is at the beginning of my PATH) and then the build > started working again. > > Can anyone here confirm or deny my hypothesis? Any information would be > welcome as I'd like to understand what happened. FreeBSD does not use GNU m4. Tim