[MacPorts] #47752: gimp-lqr-plugin @0.7.2: autogen.sh failure
MacPorts
noreply at macports.org
Mon May 18 13:37:43 PDT 2015
#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 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?
--
Ticket URL: <https://trac.macports.org/ticket/47752#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list