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
This is "normal" -- the library always has all the functions available as generated stubs that return errors so even if the plugin is not loaded its functions still exist. I guess it doesn't really make sense when the plugin is disabled during build time because you don't even have the header file in that case. Definitely something we should look into.
Version: 3.2.0
I'm building libblockdev with the following configure parameters in Debian:
https://salsa.debian.org/utopia-team/libblockdev/-/blob/debian/sid/debian/rules?ref_type=heads#L19
which includes
--without-s390
Still, it seems that on s390x, libblockdev exposes s390 specific symbols:
https://buildd.debian.org/status/fetch.php?pkg=libblockdev&arch=s390x&ver=3.2.0-1&stamp=1726233201&raw=0
Is it really intentional, that libblockdev exposes those symbols (on s390x) even when it is built using
--without-s390
?The text was updated successfully, but these errors were encountered: