[MacPorts] #45509: opensp build failure with trace mode
MacPorts
noreply at macports.org
Mon Oct 20 14:18:28 PDT 2014
#45509: opensp build failure with trace mode
---------------------+--------------------------------
Reporter: snc@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.99
Resolution: | Keywords:
Port: opensp |
---------------------+--------------------------------
Comment (by larryv@…):
Hm. Okay, looks like the configure phase picks up `grep` and `gsed`.
That’s annoying.
{{{
% diff -u /opt/local/bin/glibtoolize <(curl -s https://trac.macports.org
/raw-attachment/ticket/45509/glibtoolize-ryandesign)
--- /opt/local/bin/glibtoolize 2014-10-19 01:33:27.000000000 -0400
+++ /dev/fd/11 2014-10-20 17:13:21.000000000 -0400
@@ -334,15 +334,15 @@
: ${CP="cp -f"}
test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
-: ${EGREP="/usr/bin/grep -E"}
-: ${FGREP="/usr/bin/grep -F"}
-: ${GREP="/usr/bin/grep"}
+: ${EGREP="/opt/local/bin/grep -E"}
+: ${FGREP="/opt/local/bin/grep -F"}
+: ${GREP="/opt/local/bin/grep"}
: ${LN_S="ln -s"}
: ${MAKE="make"}
: ${MKDIR="mkdir"}
: ${MV="mv -f"}
: ${RM="rm -f"}
-: ${SED="/usr/bin/sed"}
+: ${SED="/opt/local/bin/gsed"}
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
: ${Xsed="$SED -e 1s/^X//"}
%
}}}
--
Ticket URL: <https://trac.macports.org/ticket/45509#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list