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 jaraco
Recipients Battant, andrei.avk, jaraco, ned.deily, ronaldoussoren
Date 2022-03-23.13:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648041774.85.0.259127167381.issue46975@roundup.psfhosted.org>
In-reply-to
Content
I did [this search](https://www.google.com/search?q=gittext+homebrew+"ld%3A+symbol(s)+not+found+for+architecture+arm64"), which surfaced a few related results.

[This article](https://lifesaver.codes/answer/pyenv-arm64-builds-confused-by-x86-64-libintl-in-usr-local-1877) seemed promising, but the symptoms there are different than mine. I don't have any gettext libs showing up in /usr/local (only in /opt/homebrew as expected).

I noticed [this comment](https://github.com/pyenv/pyenv/issues/1877#issuecomment-976583556) reports the same issue I have, but no solution is present.

I saw a suggestion to [set FLAGS](https://github.com/pyenv/pyenv/issues/1877#issuecomment-836115970), but I do that [as a matter of course](https://github.com/jaraco/jaraco.develop/blob/d3e524362ba15f87790f4c6279b1f92c06901387/jaraco/develop/macos-build-python.py#L38-L42).

I don't have an x86 install of homebrew. This machine is less than a month old and has had ARM-based homebrew installed from the beginning.

I'll keep investigating.
History
Date User Action Args
2022-03-23 13:22:54jaracosetrecipients: + jaraco, ronaldoussoren, ned.deily, andrei.avk, Battant
2022-03-23 13:22:54jaracosetmessageid: <1648041774.85.0.259127167381.issue46975@roundup.psfhosted.org>
2022-03-23 13:22:54jaracolinkissue46975 messages
2022-03-23 13:22:54jaracocreate