On Thu, Nov 04, 2010 at 01:42:01PM +0100, Landry Breuil wrote:
> On Wed, Nov 03, 2010 at 08:17:05AM +0100, Jasper Lievisse Adriaanse wrote:
> > On Sun, Oct 31, 2010 at 12:33:46PM +0100, Marc Espie wrote:
> > > On Mon, Oct 25, 2010 at 11:27:25PM +0200, Tobias Ulmer wrote:
> > > > Hi Marc,
> > > > 
> > > > metaauto should IMHO return an error code instead of failing silently.
> > > > 
> > > We've now tested this in a bulk buil. It doesn't quite work, so it won't
> > > go in until errors in the corresponding ports are fixed... ;-(
> > which ports are those? 
> 
> with the diff, automake 1.10 breaks with :
> checking whether autoconf is installed... no
> configure: error: Autoconf 2.60 or better is required.
>     Please make sure it is installed and in your PATH.
> 
> automake 1.9 breaks with :
> checking whether autoconf is installed... no
> configure: error: Autoconf 2.58 or better is required.
>     Please make sure it is installed and in your PATH.
> 
> and iirc other automake ports fails too.
> 
> so i think build_depends for those ports should be adjusted, but i have
> no idea how it is related to the metaauto diff itself.

Actually it's simpler than that, and automake 1.8 breaks too :

configure does:

configure:1825: eval autoconf --version
Provide an AUTOCONF_VERSION environment variable, please
configure:1828: $? = 127

So, automake ports should build_depends on the needed version of
autoconf, and CONFIGURE_ENV+= AUTOCONF_VERSION=${AUTOCONF_VERSION}
should be added too.

Landry

Reply via email to