[issue40840] lzma.h file not found building on macOS

2020-11-26 Thread Jason R. Coombs
Jason R. Coombs added the comment: Yes. If I trust my message from earlier, this issue is resolved. Closing now. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue40840] lzma.h file not found building on macOS

2020-11-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Is this issue resolved? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40840] lzma.h file not found building on macOS

2020-06-03 Thread Jason R. Coombs
Jason R. Coombs added the comment: In [this latest routine](https://github.com/jaraco/jaraco.develop/blob/6469c7a61e7349b93f191df38eed6cd020dd79be/jaraco/develop/macos-build-python.py), on my macOS workstation with Homebrew installed locally, Python builds successfully with just a few outlie

[issue40840] lzma.h file not found building on macOS

2020-06-01 Thread Ned Deily
Ned Deily added the comment: For Homebrew users, the Devguide currently recommends: $ brew install openssl xz gdbm ./configure --with-pydebug --with-openssl=$(brew --prefix openssl) I don't use Homebrew myself so I may be missing something obvious but, after a bit of experimentation, I think

[issue40840] lzma.h file not found building on macOS

2020-06-01 Thread Jason R. Coombs
Jason R. Coombs added the comment: In [this commit](https://github.com/jaraco/jaraco.develop/commit/e3e5f66ca6693d8ec3abd31d99d491f6dfa1f67d), I include "xz" in the routine. Should Python's developer docs include something like that to ensure compatibility? -- _

[issue40840] lzma.h file not found building on macOS

2020-06-01 Thread Jason R. Coombs
Jason R. Coombs added the comment: This issue doesn't happen on my mac that installs homebrew globally. Do the build instructions assume Homebrew is installed system-wide? -- ___ Python tracker

[issue40840] lzma.h file not found building on macOS

2020-06-01 Thread Jason R. Coombs
New submission from Jason R. Coombs : Attempting to build Python on macOS following [the instructions](https://devguide.python.org/setup/#macos-and-os-x) (for Homebrew). xz is installed: ``` $ brew --prefix xz

[issue40840] lzma.h file not found building on macOS

2020-06-01 Thread Jason R. Coombs
Change by Jason R. Coombs : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list maili