Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (RBTools) Fails To Install in Fedora 41: can't install RBTools: - nothing provides python3.12dist(setuptools) needed by RBTools-4.1-4.fc41.noarch - nothing provides python3.12dist(tqdm) needed by RBTools-4.1-4.fc41.noarch - nothing provides python3.12dist(colorama) needed by RBTools-4.1-4.fc41.noarch - nothing provides python3.12dist(texttable) needed by RBTools-4.1-4.fc41.noarch - nothing provides python(abi) = 3.12 needed by RBTools-4.1-4.fc41.noarch - nothing provides python3.12dist(typing-extensions) >= 4.3 needed by RBTools-4.1-4.fc41.noarch - nothing provides (python3.12dist(pydiffx) >= 1.1 with python3.12dist(pydiffx) < 1.2) needed by RBTools-4.1-4.fc41.noarch - nothing provides python3.12dist(certifi) >= 2023.5.7 needed by RBTools-4.1-4.fc41.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-41-x86_64 --config-opts mirrored=False install RBTools P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
FTBFS due to an interpreter crash in a test, likely triggered by `kgb` code. I'm going to report this to the `kgb` upstream and skip the offending testcase. Repro: ``` #!/usr/bin/python3 from kgb import SpyAgency def outer(arg): # required to reproduce the crash def _inner_unused(): # must be a closure to repro print(arg) return 1 class CrashTest(SpyAgency): def test(self): self.spy_on(outer, call_fake=lambda *args, **kwargs: 42) outer(1) if __name__ == '__main__': t = CrashTest() t.test() ```
FEDORA-2024-7f1128234e (RBTools-4.1-5.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-7f1128234e
FEDORA-2024-7f1128234e (RBTools-4.1-5.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.