grep port broken on Tiger

Olivier Croquette ocroquette at free.fr
Sun Jan 20 12:51:38 PST 2008


Hi all

The grep port is broken here on Tiger:

Making install in po
/./install-sh -c -d 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot//opt/local/share
make[1]: /./install-sh: Command not found
make[1]: *** [install-data-yes] Error 127
make: *** [install-recursive] Error 1

Error: Status 1 encountered during processing.


In the following generated Mafile:
/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

Looks like test code which needs to be cleaned up and $(top_builddir) 
is empty at this point.

If I replace it with:
MKDIR_P = .././install-sh -c -d
mkdir_p = .././install-sh -c -d

and then resume the port install, then it works.


Best regards

Olivier


More information about the macports-users mailing list