Bug 1303915

Summary: unavailable for installing
Product: [Fedora] Fedora Reporter: Fl@sh <alex.mail.1534>
Component: qt-creatorAssignee: Itamar Reis Peixoto <itamar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Description of problem:
after update clang the qt-creator is unavailabe for installing

Version-Release number of selected component (if applicable):
3.6.0-2

How reproducible:
update clang , install qt-creator

Steps to Reproduce:
1.
2.
3.

Actual results:
nothng provides libclang.so needed by qt-creator-3.6.0-2

Expected results:


Additional info:

Comment 1 Sandro Mani 2016-02-02 12:33:01 UTC
Builds are failing due to a possible GCC6 bug. Investigation ongoing.

Comment 2 Sandro Mani 2016-02-08 23:30:44 UTC
Finally fixed in qt-creator-3.6.0-7.fc24

Comment 3 Fl@sh 2016-02-10 10:30:21 UTC
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.

Comment 4 Sandro Mani 2016-02-10 10:36:46 UTC
Are you sure you have up-to-date repository metadata? I.e. try

dnf update --refresh

Comment 5 Fl@sh 2016-02-10 10:38:47 UTC
dnf cleal all && dnf update --refresh    processed

Comment 6 Sandro Mani 2016-02-10 10:40:59 UTC
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

Comment 7 Fl@sh 2016-02-10 10:48:29 UTC
ok, then it my dnf problems.