Mailing List Archive

[issue43878] ./configure fails on Apple Silicon with coreutils uname
Keith Smiley <keithbsmiley@gmail.com> added the comment:

Yep for sure, this is the first time I've hit a difference with uname specifically

----------
title: ./configure fails on Apple Silicon -> ./configure fails on Apple Silicon with coreutils uname

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43878] ./configure fails on Apple Silicon with coreutils uname [ In reply to ]
Dustin Rodrigues <dust.rod@gmail.com> added the comment:

In case it changes the calculus on how to proceed, HomeBrew does install coreutils with a "g" prefix -- a user needs to explicitly add the gnubin directory to their path in order for the unprefixed version to take precedence over the Apple-supplied one.

https://github.com/Homebrew/homebrew-core/blob/4d04d78d5c27bde0da4e21b0669156b57c2d0839/Formula/coreutils.rb#L88-L91
https://github.com/Homebrew/homebrew-core/issues/71782

----------
nosy: +dtrodrigues

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43878] ./configure fails on Apple Silicon with coreutils uname [ In reply to ]
Keith Smiley <keithbsmiley@gmail.com> added the comment:

I think given that this file seems to be updated occasionally anyways we should still land this. I agree with the sentiment that if this was a super specific fix just for this edge case maybe it wouldn't be worth it.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com