Subject: Re: Problem building Squeak
To: Andy Ball <ball@cyberspace.org>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 07/11/2004 20:56:45
On Sun, 11 Jul 2004, Andy Ball wrote:

> almond# pkg_info|grep auto
> autoconf-2.59       Generates automatic source code configuration scripts
> automake-1.8.4      GNU Standards-compliant Makefile generator
> almond#
>
> ...but previously I had older versions.

There's still something strange going on, since the package depends on
automake14:

    # pwd
    /s/netbsd/pkgsrc/lang/squeak
    # make -V BUILD_DEPENDS
    autoconf>=${AUTOCONF_REQD}:../../devel/autoconf
    automake14>=${AUTOMAKE_REQD}:../../devel/automake14
    libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base
    ${_BLNK_ADD_TO.BUILD_DEPENDS}

I find the buildlink internals baffling. What happens if you install
automake14 before cleaning and retrying?

Frederick