Bug 2383743

Summary: F42FailsToInstall: rust-icu_locid+databake-devel, rust-icu_locid+serde-devel, rust-icu_locid+zerovec-devel, rust-icu_locid-devel
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: rust-icu_locidAssignee: Ben Beasley <code>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 42CC: code, rust-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-07-27 12:22:32 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: 2300529    

Description Fedora Fails To Install 2025-07-27 12:00:59 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 (rust-icu_locid) Fails To Install in Fedora 42:

can't install rust-icu_locid+databake-devel:
  - nothing provides (crate(databake) >= 0.1.8 with crate(databake) < 0.2.0~) needed by rust-icu_locid+databake-devel-1.5.0-6.fc42.noarch
  - nothing provides (crate(databake/derive) >= 0.1.8 with crate(databake/derive) < 0.2.0~) needed by rust-icu_locid+databake-devel-1.5.0-6.fc42.noarch
  
can't install rust-icu_locid+serde-devel:
  - nothing provides (crate(tinystr/serde) >= 0.7.5 with crate(tinystr/serde) < 0.8.0~) needed by rust-icu_locid+serde-devel-1.5.0-6.fc42.noarch
  
can't install rust-icu_locid+zerovec-devel:
  - nothing provides (crate(zerovec) >= 0.10.2 with crate(zerovec) < 0.11.0~) needed by rust-icu_locid+zerovec-devel-1.5.0-6.fc42.noarch
  
can't install rust-icu_locid-devel:
  - nothing provides (crate(tinystr) >= 0.7.5 with crate(tinystr) < 0.8.0~) needed by rust-icu_locid-devel-1.5.0-6.fc42.noarch
  - nothing provides (crate(tinystr/alloc) >= 0.7.5 with crate(tinystr/alloc) < 0.8.0~) needed by rust-icu_locid-devel-1.5.0-6.fc42.noarch
  - nothing provides (crate(litemap) >= 0.7.3 with crate(litemap) < 0.8.0~) needed by rust-icu_locid-devel-1.5.0-6.fc42.noarch
  - nothing provides (crate(litemap/alloc) >= 0.7.3 with crate(litemap/alloc) < 0.8.0~) needed by rust-icu_locid-devel-1.5.0-6.fc42.noarch
  - nothing provides (crate(writeable) >= 0.5.5 with crate(writeable) < 0.6.0~) needed by rust-icu_locid-devel-1.5.0-6.fc42.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-42-x86_64 --config-opts mirrored=False install rust-icu_locid+databake-devel rust-icu_locid+serde-devel rust-icu_locid+zerovec-devel rust-icu_locid-devel


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 Ben Beasley 2025-07-27 12:22:32 UTC
This is unfortunate but intentional. This crate was refactored out of the ICU4X stack between 1.5 and 2.0, and nothing outside of ICU4X depends on it directly. Keeping it installable would have required creating and maintaining 10-20 compat packages, and since nothing uses this package anymore, this would have been wasted effort. We therefore made a reluctant, conscious decision that breaking installability for a handful of now-leaf Rust libraries formerly in the ICU4X stack was better than either maintaining many useless compat packages or withholding the useful ICU4X 2.0 update from stable branches.