Date: Sat, 28 Oct 2000 22:13:30 -0700 (PDT) From: Bill Fenner <fenner@research.att.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22385: ImageMagick comes with incompatible aclocal.m4 Message-ID: <200010290513.e9T5DUr46289@fenestro.attlabs.att.com>
next in thread | raw e-mail | index | archive | help
>Number: 22385 >Category: ports >Synopsis: ImageMagick comes with aclocal.m4 incompatible with libtool >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 28 22:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bill Fenner >Release: FreeBSD 4.1.1-STABLE i386 >Organization: AT&T Labs - Research >Environment: Ports sup'd on Friday, October 13, 2000 >Description: ImageMagick comes with an aclocal.m4 that expects libtool's ltconfig to be able to handle an argument like "--build=i386--freebsd4.1.1". The ltconfig in libtool 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57) cannot handle such an argument: % make configure ===> Configuring for ImageMagick-5.2.3 ... updating cache ./config.cache ltconfig: unrecognized option `--build=i386--freebsd4.1.1' Try `ltconfig --help' for more information. configure: error: libtool configure failed The "libtool.m4" installed in /usr/local/share/aclocal definitely doesn't have this --build= argument in it, so running "aclocal" recreates a working aclocal.m4 . >How-To-Repeat: cd /usr/ports/graphics/ImageMagick make configure >Fix: Workaround: cd /usr/ports/graphics/ImageMagick make patch cd work/ImageMagick-5.2.3 aclocal cd ../.. make configure Dunno if this aclocal should be put in pre-configure, or if there's a better way. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010290513.e9T5DUr46289>