This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author todd_dsm
Recipients ronaldoussoren, todd_dsm
Date 2014-09-23.19:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411501180.24.0.340452667993.issue22471@psf.upfronthosting.co.za>
In-reply-to
Content
Installing Python via Homebrew on Mac OS X has build issues if the GNU core/find utils are set as defaults on the system. OS X is very common, on it Homebrew is very common, via Homebrew GNU utilities are among the first installations; EG:
http://goo.gl/OodjHI

GNU core/find utils are likely the most common tools use on POSIX systems but Mac wants to keep rolling with UNIX tools. The Makefile is flexible. If it discovers the rm program in: /usr/local/opt/coreutils/libexec/gnubin/rm (where Homebrew would install it) the build 'could' break.


Testing is ad hoc but seen by many and confirmed as "likely" by ned_deily; he adds: "that particular problem is simple to fix: just change the Makefile to /usr/bin/rm."

This is the work-around for now.

Props to ned_deily; this is an old/annoying problem, now solved.
History
Date User Action Args
2014-09-23 19:39:40todd_dsmsetrecipients: + todd_dsm, ronaldoussoren
2014-09-23 19:39:40todd_dsmsetmessageid: <1411501180.24.0.340452667993.issue22471@psf.upfronthosting.co.za>
2014-09-23 19:39:40todd_dsmlinkissue22471 messages
2014-09-23 19:39:39todd_dsmcreate