#13343: grep 2.5.3_0 won't install; 2.5.1a_1 worked fine --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: waqar@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ocroquette@free.fr): Just to complete my report, I am using: * gcc version 4.0.1 * autoconf (GNU Autoconf) 2.59 * automake (GNU automake) 1.6.3 Version of grep compiled: * GNU grep 2.5.3 The problem is at: {{{ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3/po }}} There is this strange part: {{{ MKDIR_P = .././install-sh -c -d mkdir_p = $(top_builddir)/./install-sh -c -d }}} If I replace it with: {{{ MKDIR_P = .././install-sh -c -d mkdir_p = .././install-sh -c -d }}} and then resume the port install, it installs correctly. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13343#comment:14> MacPorts </projects/macports> Ports system for Mac OS