Bug 2224747

Summary: FTI: breezy cannot currently be installed on F39+
Product: [Fedora] Fedora Reporter: Ankur Sinha (FranciscoD) <sanjay.ankur>
Component: breezyAssignee: Ondřej Pohořelský <opohorel>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: rawhideCC: mhroncok, opohorel, python-packagers-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-07-24 19:13:58 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: 2220200    

Description Ankur Sinha (FranciscoD) 2023-07-22 16:14:37 UTC
mock -r fedora-rawhide-x86_64 --config-opts mirrored=False install breezy
Error: 
 Problem: conflicting requests
  - nothing provides python3.11dist(configobj) needed by breezy-3.2.2-8.fc39.x86_64 from local
  - nothing provides python3.11dist(fastbencode) needed by breezy-3.2.2-8.fc39.x86_64 from local
  - nothing provides python3.11dist(patiencediff) needed by breezy-3.2.2-8.fc39.x86_64 from local
  - nothing provides python(abi) = 3.11 needed by breezy-3.2.2-8.fc39.x86_64 from local
  - nothing provides python3.11dist(dulwich) >= 0.20.23 needed by breezy-3.2.2-8.fc39.x86_64 from local
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


Same for f39:
Error:                                                                                                                                                                       
 Problem: conflicting requests     
  - nothing provides python3.11dist(configobj) needed by breezy-3.2.2-8.fc39.x86_64 from local                                                                               
  - nothing provides python3.11dist(fastbencode) needed by breezy-3.2.2-8.fc39.x86_64 from local                                                                             
  - nothing provides python3.11dist(patiencediff) needed by breezy-3.2.2-8.fc39.x86_64 from local                                                                            
  - nothing provides python(abi) = 3.11 needed by breezy-3.2.2-8.fc39.x86_64 from local                                                                                      
  - nothing provides python3.11dist(dulwich) >= 0.20.23 needed by breezy-3.2.2-8.fc39.x86_64 from local          


So it looks like it wasn't rebuilt properly for the py3.12 rebuild?

Reproducible: Always

Comment 1 Ondřej Pohořelský 2023-07-24 07:45:41 UTC
Yes, Breezy is currently broken in Rawhide because of Python 3.12.
I have a PR[0] open that solves this by updating Breezy to the newest version.

[0]https://src.fedoraproject.org/rpms/breezy/pull-request/15

Comment 2 Miro Hrončok 2023-07-24 19:13:58 UTC

*** This bug has been marked as a duplicate of bug 2219952 ***