Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build uharfbuzz with setuptools 75.2.0 #216

Closed
EdwinAponte opened this issue Oct 28, 2024 · 5 comments
Closed

Unable to build uharfbuzz with setuptools 75.2.0 #216

EdwinAponte opened this issue Oct 28, 2024 · 5 comments

Comments

@EdwinAponte
Copy link

I am unable to build uharfbuzz with setuptools 75.2.0, I get the error:

ERROR Missing dependencies:
setuptools<72.2,>=36.4

The build script can be found here: https://github.com/Ponce/slackbuilds/blob/current/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild

Thanks.

@HinTak
Copy link

HinTak commented Oct 28, 2024

That's most likely pypa/distutils#283 . I see @anthrotype has already encountered it in a different project. Likely he could handle this one too?

@anthrotype
Copy link
Member

i believe the upstream bug has been fixed in pypy/setuptools so we should be able to un-pin that, I'll try now

anthrotype added a commit that referenced this issue Oct 29, 2024
@anthrotype
Copy link
Member

anthrotype commented Oct 29, 2024

looks like the issue is still there. I temporarily un-pinned setuptools and it still fails with pypy, see the latest run of GH actions:
https://github.com/harfbuzz/uharfbuzz/actions/runs/11570255983/job/32205665486#step:5:2681

@EdwinAponte if you are not building on PyPy, then after this 9b607bd commit on main, it should work for you, as I relaxed the setuptools requirement for non-pypy

@anthrotype
Copy link
Member

I just pushed a v0.41.1 tag, the only change will be to enable building from source using the latest setuptools (except for pypy where the above issue still occurs).

@EdwinAponte
Copy link
Author

I just pushed a v0.41.1 tag, the only change will be to enable building from source using the latest setuptools (except for pypy where the above issue still occurs).

I can confirm that I can successfully build uharfbuzz-0.41.1 from source using setuptools 75.2. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants