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
Seems like a gcc bug to me (after all, the compiler seems to crash: internal compiler error: in dwarf2out_finish, at dwarf2out.c:31176). Setuptools might have triggered the bug by changing some compiler flags between 72.1.0 and 72.2.0 but is probably not the root cause of the issue. Diffing the full command line that setuptools uses to invoke gcc in the failing step might give some clues about what goes wrong.
Describe the bug
Not sure if this should be considered a setuptools issue.
Compile completes successfully using setuptools 72.1.0
Compile fails with this error on 72.2.0
To reproduce
using pypa manylinux_2010 image
works under manylinux_2014 image.
failure (latest setuptools >= 72.2.0)
success (last working setuptools)
Version information
0.11.6
The text was updated successfully, but these errors were encountered: