Bug 1077410
Summary: | No documentation or not at the right place. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Eric <kelk1> |
Component: | qt-creator | Assignee: | Itamar Reis Peixoto <itamar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | davejohansen, itamar, jreznik, ltinkl, manisandro, pcsnow, rdieter |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qt-creator-3.1.2-2.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-07 15:31:55 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: | |
Embargoed: |
Description
Eric
2014-03-17 22:57:41 UTC
Does installing qt-doc fix the issue? Nope. Sorry for not mentioning which docs were installed: $ rpm -qa qt\*doc\* | sort qt5-qtbase-doc-5.2.1-6.fc20.noarch qt5-qtdoc-5.2.1-1.fc20.noarch qt-doc-4.8.5-15.fc20.noarch qt-creator-3.1.2-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/qt-creator-3.1.2-2.fc20 qt-creator-3.1.2-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/qt-creator-3.1.2-2.fc19 Package qt-creator-3.1.2-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qt-creator-3.1.2-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-8981/qt-creator-3.1.2-2.fc20 then log in and leave karma (feedback). When I start Qt Creator and go to Help menu, appear a message: The page could not be found! Error loading: qthelp://org.qt-project.qtcreator.312/doc/index.html Did you install qt-creator-doc? (In reply to Sandro Mani from comment #7) > Did you install qt-creator-doc? Er, where can I find it? If you are running F20, it is in updates-testing, see comment 5. If you are running F19, it will land in updates-testing soon, in the meantime the build is here [1]. If you are running rawhide and F21 it should be in the default repo. [1] http://koji.fedoraproject.org/koji/buildinfo?buildID=548925 (In reply to Sandro Mani from comment #9) > If you are running F20, it is in updates-testing, see comment 5. If you are > running F19, it will land in updates-testing soon, in the meantime the build > is here [1]. If you are running rawhide and F21 it should be in the default > repo. > > [1] http://koji.fedoraproject.org/koji/buildinfo?buildID=548925 I have F20, and the steps on comment #5 doesn't install qt-creator-doc qt-creator does not depend on qt-creator-doc, so updating qt-creator does not automatically install the latter. So you must install it: su -c 'yum install --enablerepo=updates-testing qt-creator-doc-3.1.2-2.fc20' Perfect, it works! Although I believe that qt-creator-doc is essential to solve this bug. Those that want to check if this bug was solved should know that qt-creator-doc must be installed. Thanks a lot :) Well actually it is written in the update description, see [1] ;) https://admin.fedoraproject.org/updates/qt-creator-3.1.2-2.fc20 qt-creator-3.1.2-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. qt-creator-3.1.2-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. I encountered the same problem on 2014-08-16; because of this bug report, I downloaded qt-creator on 08-15 which seems to have fixed problem. Shouldn't there be a dependency on qt-creator-doc for qt-creator? It might prevent future reports. I realize that this is not really optimal, however having dependencies on -doc packages is frowned upon, since they are not strictly required for runtime. Also, it is kind of consistent with how the other qt packages are structured: by installing qt-devel, you don't automatically get qt-doc and hence the corresponding documentation in the qt-creator help browser. You must install it manually. |