lxml does not build with Xcode 9
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| lxml |
Fix Released
|
Undecided
|
Saulius Zemaitaitis | ||
Bug Description
lxml does not build from tarball with Xcode 9.0.1, macOS 10.12.6:
$ python3 -mvenv /tmp/lxml
$ source /tmp/lxml/
$ pip install lxml --no-binary :all:
...
clang -bundle -undefined dynamic_lookup build/temp.
ld: file not found: /usr/lib/
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'clang' failed with exit status 1
While it's very possible that Xcode 9 has a bug, since libsystem_
https:/
which provides for a workaround that lxml itself could implement.
| Changed in lxml: | |
| status: | New → Triaged |
| Changed in lxml: | |
| milestone: | none → 4.2.1 |
| assignee: | nobody → Saulius Zemaitaitis (e-saulius) |
| status: | Triaged → Fix Released |

Mac build support is usually done by mac users, but I take pull requests.