pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/41592: textproc/migemo cannot compile with autoconf213
>Number: 41592
>Category: pkg
>Synopsis: textproc/migemo cannot compile with autoconf213
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jun 14 09:10:00 +0000 2009
>Originator: YAMASHIRO, Jun
>Release: NetBSD/amd64 5.99.13
>Organization:
Okinawa FreeBSD Users Group
>Environment:
NetBSD yamajun.local 5.99.13 NetBSD 5.99.13 (YAMAJUN) #1: Sat Jun 13 12:47:44
JST 2009
yamajun%yamajun.local@localhost:/usr/src/sys/arch/amd64/compile/YAMAJUN amd64
>Description:
textproc/migemo depend with devel/automake213. But, automake213 cause an error
at "make configure".
>How-To-Repeat:
# cd /usr/pkgsrc/textproc/migemo
# make
(snip)
===> 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
>Fix:
apply this patch to pkgsrc/textproc/migemo.
--- migemo/Makefile.orig 2009-06-11 15:11:25.000000000 +0900
+++ migemo/Makefile 2009-06-11 15:12:12.000000000 +0900
@@ -12,7 +12,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-bsearch-*:../../devel/ruby-bsearch
DEPENDS+= ${RUBY_PKGPREFIX}-romkan-*:../../converters/ruby-romkan
-USE_TOOLS+= autoconf213 automake14 aclocal
+USE_TOOLS+= autoconf automake aclocal
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
Home |
Main Index |
Thread Index |
Old Index