[Tor-BSD] OpenBSD buildbot and autoconf versions
Carlin Bingham
cb at viennan.net
Tue Sep 6 19:19:09 EDT 2016
On Tue, Sep 06, 2016 at 05:21:05PM -0400, George Rosamond wrote:
> My OpenBSD -current relay's buildslave hasn't run in a bit, and I'm
> wondering about declaring automake and autoconf versions.
>
> This relay is moving to an amd64 box in the near future... so I don't
> want to spend too much time on it.
>
> Right now, these are the installed autoconf and automake packages:
>
> autoconf-2.59p5 automatically configure source code on many Un*x
> platforms
> autoconf-2.65p1 automatically configure source code on many Un*x
> platforms
> autoconf-2.69p2 automatically configure source code on many Un*x
> platforms
> automake-1.10.3p8 GNU Standards-compliant Makefile generator
> automake-1.11.6p2 GNU Standards-compliant Makefile generator
> automake-1.12.6p1 GNU Standards-compliant Makefile generator
> automake-1.13.4p1 GNU Standards-compliant Makefile generator
> automake-1.14.1p0 GNU Standards-compliant Makefile generator
> automake-1.15p0 GNU Standards-compliant Makefile generator
> automake-1.4.6p5 GNU Standards-compliant Makefile generator
> automake-1.8.5p9 GNU Standards-compliant Makefile generator
> automake-1.9.6p12 GNU Standards-compliant Makefile generator
>
>
> Yes, ugly.
>
> I adjusted /etc/profile recently to reflect the versions of autoconf and
> automake as a first attempt to resolve:
>
> export AUTOCONF_VERSION="2.69p2"
> export AUTOMAKE_VERSION="1.15p0"
Drop the p2 and p0 at the end of the version numbers. That's just the
patch-level of the package, which is only used by openbsd's package tools.
Autoconf expects to find a program in $PATH called autoconf-${AUTOCONF_VERSION}
--
Carlin
>
> Those are the most recent versions of each, and that version of autoconf
> does depend on that version of automake.
>
> Any ideas?
>
> g
>
More information about the Tor-BSD
mailing list