| Summary: | unavailable for installing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fl@sh <alex.mail.1534> |
| Component: | qt-creator | Assignee: | Itamar Reis Peixoto <itamar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | davejohansen, helio, itamar, jreznik, ltinkl, manisandro, rdieter |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-10 10:48:29 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Fl@sh
2016-02-02 12:11:56 UTC
Builds are failing due to a possible GCC6 bug. Investigation ongoing. Finally fixed in qt-creator-3.6.0-7.fc24 dnf info qt-creator display 3.6.0-2.fc24 release;
dnf install qt-creator display since:
nothing provides libclang.so needed by qt-creator-3.6.0-2.fc24.i686;
dnf install https://kojipkgs.fedoraproject.org//packages/qt-creator/3.6.0/7.fc24/x86_64/qt-creator-3.6.0-7.fc24.x86_64.rpm
display:
nothing provides libbotan-1.10.so.1()(64bit) needed by qt-creator-3.6.0-7.fc24.x86_64
this means, that new qt-creator not in rawhide repo and required botan package is'n available.
Are you sure you have up-to-date repository metadata? I.e. try dnf update --refresh dnf cleal all && dnf update --refresh processed It seems to me that you are not getting the latest rawhide packages. Both up-to-date botan and qt-creator should be readily available from the repos: $ rpm -qa botan botan-1.10.12-1.fc24.x86_64 $ rpm -qa qt-creator qt-creator-3.6.0-7.fc24.x86_64 ok, then it my dnf problems. |