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
The commit "fixing" it is all wrong and hard-codes assumptions about musl, invents a musl macro, and pokes at namespace reserved to the implementation.
But being that gprof has never worked on musl and that gprofng seems to have a bad record on even trying to do the right thing, I think we should just add --disable-gprofng when adding support for new binutils versions that include it.
https://sourceware.org/bugzilla/show_bug.cgi?id=30779
Mainly adding this here in case anyone else hits it, or more likely, when I search this again in a year.
../../../src_binutils/gprofng/libcollector/iolib.c:112:49: error: unknown type name 'off64_t'; did you mean 'off_t'?
This may only impact binutils 2.41, I'm not sure.
The text was updated successfully, but these errors were encountered: