Bug 2221454
Summary: | F39FailsToInstall: breeze-icon-theme-devel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | breeze-icon-theme | Assignee: | Neal Gompa <ngompa13> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 39 | CC: | awilliam, kde-sig, kparal, mhroncok, ngompa13, rdieter |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | AcceptedFreezeException | ||
Fixed In Version: | breeze-icon-theme-5.110.0-2.fc39 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-10-07 03:23:41 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: | 2168845, 2143447 |
Description
Fedora Fails To Install
2023-07-09 07:19:24 UTC
A noarch package cannot use %{?_isa} in Requires: Requires: %{name}%{?_isa} = %{version}-%{release} 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/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on devel.org if you are unsure how to fix this bug. 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/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 4+ weeks. This is the second reminder (step 4) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39. This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. This package has been orphaned. You can pick it up at https://src.fedoraproject.org/rpms/breeze-icon-theme by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution. This was fixed months ago: https://src.fedoraproject.org/rpms/breeze-icon-theme/c/d353dab149e581f36ef0d4313c44aae4ec5d4c47?branch=rawhide That commit does not fix the requirement of arched cmake-filesystem (which is presumably autogenerated). *** Bug 2239864 has been marked as a duplicate of this bug. *** *** Bug 2239862 has been marked as a duplicate of this bug. *** 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/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. This package is listed in https://pagure.io/releng/issue/11685 and it will be retired in 3 days if not at least ASSIGNED. I don't know how I'm supposed to fix this, since this is the responsibility of the CMake generator, which already does the right thing for noarch packages: https://src.fedoraproject.org/rpms/cmake/blob/rawhide/f/cmake.req#_49-53 But sure, I guess we'll figure out what to do. I think the location of the cmake files is key -- %{_kf5_libdir}/cmake is likely classified as a location for architecture-specific files Examples: cli11-devel.noarch requires cmake-filesystem -- it has files in %{_datadir}/cmake/CLI11 eigen3-devel.noarch requires cmake-filesystem -- it has files in %{_datadir}/cmake/eigen3 assimp-devel.x86_64 requires cmake-filesystem(x86-64) -- it has files in %{_libdir}/cmake/assimp-5.0 https://src.fedoraproject.org/rpms/cmake/blob/rawhide/f/cmake.req#_46-47 if re.match(".*/usr/lib(64)?/cmake/.*", modulePath): is_arched = True First step to fixing this: https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/384 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/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 39. Thanks for taking care of it! This definitely is still a problem. FEDORA-2023-b4a6c241c1 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-b4a6c241c1 FEDORA-2023-1eda947382 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1eda947382 Proposed as a Freeze Exception for 39-final by Fedora user ngompa using the blocker tracking app because: Fixes FTI for breeze-icon-theme-devel FEDORA-2023-b4a6c241c1 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-b4a6c241c1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-b4a6c241c1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. 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/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 40. Thanks for taking care of it! Verified fixed from feedback in the bodhi update +4 in https://pagure.io/fedora-qa/blocker-review/issue/1377 , marking accepted. FEDORA-2023-b4a6c241c1 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |