pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41592: textproc/migemo cannot compile with autoconf213
The following reply was made to PR pkg/41592; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/41592: textproc/migemo cannot compile with autoconf213
Date: Sun, 14 Jun 2009 19:58:36 +0900
On Sun, 14 Jun 2009 18:10:00 +0900, <yamajun%ofug.net@localhost> wrote:
> ===> Configuring for ruby18-migemo-0.40nb1
> cd /usr/pkgsrc/textproc/migemo/work/migemo-0.40 && aclocal && automake -a
> --foreign -i && autoconf
> automake: configure.in: installing `./config.guess'
> automake: configure.in: installing `./config.sub'
> FATAL ERROR: Autoconf version 2.50 or higher is required for this script
> *** Error code 2
> -USE_TOOLS+= autoconf213 automake14 aclocal
> +USE_TOOLS+= autoconf automake aclocal
This modification produce WARNING, WARNING and WARNINGs.
When I imported this package, if using autoconf&automake instead of
autoconf213&automake14,
configure and build with no error, but "make test" failed.
(now, no test errors with autoconf&automake, I don't know why).
This problems depend on whether ${PREFIX}/share/aclocal contains macros that
require autoconf>=2.50 or not.
For me, they come from intltool, libtool-base, and gettext-m4, and without
those packaes,
configure&build&test fine, neither errors nor warnings.
aclocal-1.4 scans ${PREFIX}/share/aclocal-1.4 then ${PREFIX}/share/aclocal if
no --acdir option.
For this package, if using "aclocal --acdir=${PREFIX}/share/aclocal-1.4",
configure and build fine without the modification and with installed
intltools, libtool-base and gettext-m4.
Probably, pkgsrc should hide *.m4 macros for aclocal not came from depended
packages,
like *.pc files for pkg-config.
--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index