[MacPorts] #46137: pcre: Missing build dependency on autoconf and automake
MacPorts
noreply at macports.org
Fri Dec 5 11:48:42 PST 2014
#46137: pcre: Missing build dependency on autoconf and automake
-----------------------+----------------------
Reporter: raimue@… | Owner: larryv@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: fixed | Keywords: haspatch
Port: pcre |
-----------------------+----------------------
Changes (by raimue@…):
* status: new => closed
* resolution: => fixed
Comment:
Sorry, my report was slightly wrong. The error actually only appears in
the build phase:
{{{
$ svn info Portfile |grep Revision
Revision: 129093
$ sudo port -vt build
---> Computing dependencies for pcre.
---> Building pcre
make: Entering directory
`/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_devel_pcre/pcre/work/pcre-8.36'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_devel_pcre/pcre/work/pcre-8.36/missing
aclocal-1.14 -I m4
/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_devel_pcre/pcre/work/pcre-8.36/missing:
line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [aclocal.m4] Error 127
make: Leaving directory
`/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_devel_pcre/pcre/work/pcre-8.36'
Command failed: cd
"/opt/local/var/macports/build/_Users_raimue_src_macports_trunk_dports_devel_pcre/pcre/work/pcre-8.36"
&& /usr/bin/make -j8 -w all
Exit code: 2
Warning: The following existing file was hidden from the build system by
trace mode:
/opt/local/bin/aclocal-1.14
The following files would have been hidden from the build system by trace
mode if they existed:
/usr/gnu/include
/usr/local/include
Error: Failed to build pcre: command execution failed
Error: See
/opt/local/var/macports/logs/_Users_raimue_src_macports_trunk_dports_devel_pcre/pcre/main.log
for details.
Error: Follow http://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port pcre failed
}}}
However, I can confirm that the change applied in r129099 did resolve the
problem for me.
--
Ticket URL: <https://trac.macports.org/ticket/46137#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list