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

RECORD hash mismatch #66

Open
baszalmstra opened this issue Nov 20, 2023 · 1 comment
Open

RECORD hash mismatch #66

baszalmstra opened this issue Nov 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@baszalmstra
Copy link

baszalmstra commented Nov 20, 2023

The macOS arm64 wheel artifact for 16.0.6 (libclang-16.0.6-py2.py3-none-macosx_11_0_arm64.whl) seems to contain a RECORD hash mismatch. The WHEEL file has a different hash than reported in the RECORD file:

...
libclang-16.0.6.dist-info/WHEEL,sha256=tLrGdGXpMbYUGbL5K7EBSnH6WAXho1SlyqpGJluoubM,138
...

tLrGdGXpMbYUGbL5K7EBSnH6WAXho1SlyqpGJluoubM is not the correct hash for the WHEEL file in the archive.

@sighingnow
Copy link
Owner

It's wired. Thanks for reporting.

I have no idea, but I think it might be caused by the extra ABI tag argument:

python3 setup_ext.py bdist_wheel --universal --plat-name=macosx_11_0_arm64

Will take a look ASAP.

@sighingnow sighingnow added the bug Something isn't working label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants