The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
The
libffidependency inside therustpython-jitcrate, fails to compile on newer compilers like those on Archlinux.Expected
Compilation of
rustpython-jitsuceedsActual
error:
Python Documentation
N/A
Program versions/System info
gcc (GCC) 14.1.1 20240522
clang version 17.0.6
Linux desktop 6.6.14-gnu-1-lts #1 SMP PREEMPT_DYNAMIC Wed, 31 Jan 2024 02:02:54 +0000 x86_64 GNU/Linux
Solution
Replace libffi dependency with version specifying
systemversion of libffi.Like so:
The downside is the user would need libffi installed on their system, but at least this issue would go.
Alternate solution
clearly this does not work:
tov/libffi-rs@ce05302
So we could get upstream to fix it on their bundled version of libffi.
The text was updated successfully, but these errors were encountered: