Gary K Olson wrote: [] > Making install in po > /./install-sh -c -d /sw/src/fink.build/root-grep-2.5.4-1//sw/share > make[1]: /./install-sh: Command not found
I get the same crash on 10.5.8. This looks like a bug in the package sources (maintainer CCed): The po/Makefile uses the variable top_builddir, but does not define it. All the other Makefiles in the grep sources define that variable. When it then tries to run $(top_builddir)/./install-sh, it crashes. Why it would try to run that script instead of /usr/bin/mkdir is another question. As a workaround, you can install the coreutils package. The grep package then will use /sw/bin/gmkdir instead of its own install-sh that it does not find. -- Martin ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
