#47752: gimp-lqr-plugin @0.7.2: autogen.sh failure ------------------------------+---------------------- Reporter: tome@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gimp-lqr-plugin | ------------------------------+---------------------- Comment (by tome@…): Replying to [comment:4 devans@…]:
Ok, the problem seems to be finding the right automake.
Make sure that you have MacPorts automake 1.15 installed {{{ $ port installed automake The following ports are currently installed: automake @1.15_0 (active) $ port contents automake Port automake contains: /opt/local/bin/aclocal /opt/local/bin/aclocal-1.15 /opt/local/bin/automake /opt/local/bin/automake-1.15 }}}
Check that the MacPorts install path is first in your PATH. In my case
{{{ echo $PATH
/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
}}}
/opt/local/bin needs to be before /usr/bin (this is part of the MacPorts initial setup). In particular see https://guide.macports.org/#installing.shell
Check which automake autogen.sh will use {{{ $ which automake /opt/local/bin/automake $ which automake-1.15 /opt/local/bin/automake-1.15 }}}
Anything not as it should be?
Last login: Mon May 18 15:27:23 on ttys001 10:51-1> port installed automake The following ports are currently installed: automake @1.15_0 (active) 10:52-2> port contents automake Port automake contains: /opt/local/bin/aclocal /opt/local/bin/aclocal-1.15 /opt/local/bin/automake /opt/local/bin/automake-1.15 /opt/local/share/aclocal-1.15/amversion.m4 /opt/local/share/aclocal-1.15/ar-lib.m4 /opt/local/share/aclocal-1.15/as.m4 /opt/local/share/aclocal-1.15/auxdir.m4 /opt/local/share/aclocal-1.15/cond-if.m4 /opt/local/share/aclocal-1.15/cond.m4 /opt/local/share/aclocal-1.15/depend.m4 /opt/local/share/aclocal-1.15/depout.m4 /opt/local/share/aclocal-1.15/dmalloc.m4 /opt/local/share/aclocal-1.15/extra-recurs.m4 /opt/local/share/aclocal-1.15/gcj.m4 /opt/local/share/aclocal-1.15/init.m4 /opt/local/share/aclocal-1.15/install-sh.m4 /opt/local/share/aclocal-1.15/internal/ac-config-macro-dirs.m4 /opt/local/share/aclocal-1.15/lead-dot.m4 /opt/local/share/aclocal-1.15/lex.m4 /opt/local/share/aclocal-1.15/lispdir.m4 /opt/local/share/aclocal-1.15/maintainer.m4 /opt/local/share/aclocal-1.15/make.m4 /opt/local/share/aclocal-1.15/missing.m4 /opt/local/share/aclocal-1.15/mkdirp.m4 /opt/local/share/aclocal-1.15/obsolete.m4 /opt/local/share/aclocal-1.15/options.m4 /opt/local/share/aclocal-1.15/prog-cc-c-o.m4 /opt/local/share/aclocal-1.15/python.m4 /opt/local/share/aclocal-1.15/runlog.m4 /opt/local/share/aclocal-1.15/sanity.m4 /opt/local/share/aclocal-1.15/silent.m4 /opt/local/share/aclocal-1.15/strip.m4 /opt/local/share/aclocal-1.15/substnot.m4 /opt/local/share/aclocal-1.15/tar.m4 /opt/local/share/aclocal-1.15/upc.m4 /opt/local/share/aclocal-1.15/vala.m4 /opt/local/share/aclocal/README /opt/local/share/automake-1.15/Automake/ChannelDefs.pm /opt/local/share/automake-1.15/Automake/Channels.pm /opt/local/share/automake-1.15/Automake/Condition.pm /opt/local/share/automake-1.15/Automake/Config.pm /opt/local/share/automake-1.15/Automake/Configure_ac.pm /opt/local/share/automake-1.15/Automake/DisjConditions.pm /opt/local/share/automake-1.15/Automake/FileUtils.pm /opt/local/share/automake-1.15/Automake/General.pm /opt/local/share/automake-1.15/Automake/Getopt.pm /opt/local/share/automake-1.15/Automake/Item.pm /opt/local/share/automake-1.15/Automake/ItemDef.pm /opt/local/share/automake-1.15/Automake/Language.pm /opt/local/share/automake-1.15/Automake/Location.pm /opt/local/share/automake-1.15/Automake/Options.pm /opt/local/share/automake-1.15/Automake/Rule.pm /opt/local/share/automake-1.15/Automake/RuleDef.pm /opt/local/share/automake-1.15/Automake/VarDef.pm /opt/local/share/automake-1.15/Automake/Variable.pm /opt/local/share/automake-1.15/Automake/Version.pm /opt/local/share/automake-1.15/Automake/Wrap.pm /opt/local/share/automake-1.15/Automake/XFile.pm /opt/local/share/automake-1.15/COPYING /opt/local/share/automake-1.15/INSTALL /opt/local/share/automake-1.15/am/check.am /opt/local/share/automake-1.15/am/check2.am /opt/local/share/automake-1.15/am/clean-hdr.am /opt/local/share/automake-1.15/am/clean.am /opt/local/share/automake-1.15/am/compile.am /opt/local/share/automake-1.15/am/configure.am /opt/local/share/automake-1.15/am/data.am /opt/local/share/automake-1.15/am/dejagnu.am /opt/local/share/automake-1.15/am/depend.am /opt/local/share/automake-1.15/am/depend2.am /opt/local/share/automake-1.15/am/distdir.am /opt/local/share/automake-1.15/am/footer.am /opt/local/share/automake-1.15/am/header-vars.am /opt/local/share/automake-1.15/am/header.am /opt/local/share/automake-1.15/am/inst-vars.am /opt/local/share/automake-1.15/am/install.am /opt/local/share/automake-1.15/am/java.am /opt/local/share/automake-1.15/am/lang-compile.am /opt/local/share/automake-1.15/am/lex.am /opt/local/share/automake-1.15/am/library.am /opt/local/share/automake-1.15/am/libs.am /opt/local/share/automake-1.15/am/libtool.am /opt/local/share/automake-1.15/am/lisp.am /opt/local/share/automake-1.15/am/ltlib.am /opt/local/share/automake-1.15/am/ltlibrary.am /opt/local/share/automake-1.15/am/mans-vars.am /opt/local/share/automake-1.15/am/mans.am /opt/local/share/automake-1.15/am/program.am /opt/local/share/automake-1.15/am/progs.am /opt/local/share/automake-1.15/am/python.am /opt/local/share/automake-1.15/am/remake-hdr.am /opt/local/share/automake-1.15/am/scripts.am /opt/local/share/automake-1.15/am/subdirs.am /opt/local/share/automake-1.15/am/tags.am /opt/local/share/automake-1.15/am/texi-vers.am /opt/local/share/automake-1.15/am/texibuild.am /opt/local/share/automake-1.15/am/texinfos.am /opt/local/share/automake-1.15/am/vala.am /opt/local/share/automake-1.15/am/yacc.am /opt/local/share/automake-1.15/ar-lib /opt/local/share/automake-1.15/compile /opt/local/share/automake-1.15/config.guess /opt/local/share/automake-1.15/config.sub /opt/local/share/automake-1.15/depcomp /opt/local/share/automake-1.15/install-sh /opt/local/share/automake-1.15/mdate-sh /opt/local/share/automake-1.15/missing /opt/local/share/automake-1.15/mkinstalldirs /opt/local/share/automake-1.15/py-compile /opt/local/share/automake-1.15/tap-driver.sh /opt/local/share/automake-1.15/test-driver /opt/local/share/automake-1.15/texinfo.tex /opt/local/share/automake-1.15/ylwrap /opt/local/share/doc/automake/AUTHORS /opt/local/share/doc/automake/COPYING /opt/local/share/doc/automake/ChangeLog /opt/local/share/doc/automake/HACKING /opt/local/share/doc/automake/INSTALL /opt/local/share/doc/automake/NEWS /opt/local/share/doc/automake/README /opt/local/share/doc/automake/THANKS /opt/local/share/doc/automake/amhello-1.0.tar.gz /opt/local/share/info/automake-history.info /opt/local/share/info/automake.info /opt/local/share/info/automake.info-1 /opt/local/share/info/automake.info-2 /opt/local/share/man/man1/aclocal-1.15.1.gz /opt/local/share/man/man1/aclocal.1.gz /opt/local/share/man/man1/automake-1.15.1.gz /opt/local/share/man/man1/automake.1.gz 10:53-3> echo $PATH .:~/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11/bin 10:55-4> which automake /opt/local/bin/automake 10:58-5> which automake-1.15 /opt/local/bin/automake-1.15 11:01-6> seems to be as it should be. -- Ticket URL: <https://trac.macports.org/ticket/47752#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X