Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2002 10:44:24 -0800
From:      Scott Blachowicz <scott@sabami.seaslug.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ports@FreeBSD.org
Subject:   Re: HEADS UP:  5.0-RELEASE ports freeze starts on Sunday
Message-ID:  <20021123104424.A42613@sabami.seaslug.org>
In-Reply-To: <20021123103602.A42232@sabami.seaslug.org>; from scott@sabami.seaslug.org on Sat, Nov 23, 2002 at 10:36:02AM -0800
References:  <20021122220616.GB27690@rot13.obsecurity.org> <20021123103602.A42232@sabami.seaslug.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 23, 2002 at 10:36:02AM -0800, Scott Blachowicz wrote:
> ...
>     ====================<phase 2: make package>=====================
>     ===>  Extracting for nmh-1.0.4_2
>     >> Checksum OK for nmh-1.0.4.tar.gz.
>     ===>   nmh-1.0.4_2 depends on executable: autoconf213 - found
>     ===>  Patching for nmh-1.0.4_2
>     ===>  Applying FreeBSD patches for nmh-1.0.4_2
>     ===>  Configuring for nmh-1.0.4_2
>     env: autoconf: No such file or directory
>     *** Error code 127
> 
>     Stop in /a/ports/mail/nmh.
>     ================================================================
>     build ended at Sat Nov 23 08:12:12 GMT 2002
> 
> Any suggestions on what needs to be done? Do I need to go patch up the
> dist source to use "autoconf213" instead of "autoconf" for the command?
> Or...what's the latest/default version of autoconf? Should I try that?
> My FreeBSD system is currently at 4.3-RELEASE...is that likely to be a
> problem?

Hmmm...I'm not sure what's going on because I just tried 'make patch' on my
system and I've got this in the Makefile:

    USE_REINPLACE=	yes
    USE_AUTOCONF_VER=213
    # ...etc...
    post-patch:
	    @${REINPLACE_CMD} -e "s|autoconf|${AUTOCONF}|;\
		    s|autoheader|${AUTOHEADER}|" ${WRKSRC}/Makefile.in

and I verified that (on my system, at least), the autoconf references get
changed to autoconf213, so I don't know where that reference to just plain
"autoconf" in the port error log comes from.  Any ideas?

Scott

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021123104424.A42613>