New submission from Todd Thomas:

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.

----------
assignee: ronaldoussoren
components: Macintosh
messages: 227379
nosy: ronaldoussoren, todd_dsm
priority: normal
severity: normal
status: open
title: Python build problems via Homebrew on Mac OS X when GNU core/find utils 
are default
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22471>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to