Description of problem: In rawhide mock (on F33, not sure if that matters), I get $subject as error when I execute python3. Version-Release number of selected component (if applicable): python3-3.10.0~rc1-1.fc35.x86_64 glibc-2.33.9000-36.fc35.x86_64 How reproducible: Deterministic Steps to Reproduce: 1. mock --shell 2. python3
I renitiailized the mock chroots, and I get a newer glibc: <mock-chroot-f35> sh-5.1# rpm -q python3 glibc python3-3.10.0~rc1-1.fc35.x86_64 glibc-2.34-1.fc35.x86_64 <mock-chroot-rawhide> sh-5.1# rpm -q python3 glibc python3-3.10.0~rc1-1.fc35.x86_64 glibc-2.34.9000-4.fc36.x86_64 and in both cases python3 works. So it seems that the original issue was caused by some stale mock definition. I'll close this, even though it seems that some version dependency is missing somewhere.
> even though it seems that some version dependency is missing somewhere. Yes, newer glibc now has a requirements generator to avoid this in the future. Se https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MENH65L5JJLMT7JGN4LB2L67WXRFW6ZT