* Igor Raits: > On Tue, 2020-06-16 at 18:39 +0800, 西木野羰基 wrote: >> Could please check what version of glibc has been installed during >> mock build? I can;t find the logs or the build artifacts. >> But by checking other build yesterday I can found that glibc in koji >> build is newer than the one on my computer (fedora rawhide x86_64) >> I think the problem is because koji is using >> glibc-common-2.31.9000-14.fc33 for f33 and we can only get a >> 2.31.9000-13.fc33 now. >> Maybe wait for mirrors to update (and install new glibc) and retry? > > That's true, but I am surprised that this is not handled by symbol > versioning. This function seems to exist for long long time, so why did > it break just now? The symbol was moved from libpthread to libc. The new symbol version is required so that newly linked applications depend on glibc 2.32 as the minimum glibc version. Without it, RPM would not generate correct dependency information. You do not get an RPM dependency error in rawhide because there is just one GLIBC_2.32 symbol version, but the symbol set covered by it is still evolving. Thanks, Florian _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx