Bug 2291480

Summary: F41FailsToInstall: RBTools
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: RBToolsAssignee: Aleksei Bavshin <alebastr89>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: alebastr89, jonathan, patrick
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: RBTools-4.1-5.fc41 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-06-23 22:14:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2244836, 2260877    

Description Fedora Fails To Install 2024-06-12 11:16:23 UTC
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!

Comment 1 Aleksei Bavshin 2024-06-18 16:30:51 UTC
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()
```

Comment 2 Fedora Update System 2024-06-23 22:12:08 UTC
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

Comment 3 Fedora Update System 2024-06-23 22:14:28 UTC
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.