Skip to content

track pytorch issue https://github.com/pytorch/pytorch/pull/149471 #561

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

Open
oraluben opened this issue Mar 23, 2025 · 3 comments · May be fixed by #582
Open

track pytorch issue https://github.com/pytorch/pytorch/pull/149471 #561

oraluben opened this issue Mar 23, 2025 · 3 comments · May be fixed by #582

Comments

@oraluben
Copy link
Contributor

oraluben commented Mar 23, 2025

pytorch has reported an issue on aarch64 where they use auditwheel to repair wheels. After 6.3.0, they've reported pytorch/pytorch#149471.

While we're also using auditwheel to repair torch wheels, this do not break our release.

I might be able to look into this later.

@oraluben oraluben changed the title track pytorch issue pytorch/pytorch#149471 track pytorch issue https://github.com/pytorch/pytorch/pull/149471 Mar 23, 2025
@pythonpirate963
Copy link

I might be able to look into this later.

@oraluben
Copy link
Contributor Author

oraluben commented May 8, 2025

I've ran into this, but cannot reproduce stably

@oraluben
Copy link
Contributor Author

oraluben commented May 9, 2025

The reason is when we have two dependencies: a.so -> b.so -> c.so and a.so -> c.so.

The order to precess dependencies of a.so is random (for from a set):

for soname in needed:

When b.so do not have correct rpath for c.so, and if we process b.so first, _all_libs["c.so"] would not have the path and not updated later.

@oraluben oraluben linked a pull request May 9, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants