| Summary: | clang-doc disappeard without Obsoletes: header | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hans Ulrich Niedermann <rhbugs> |
| Component: | llvm | Assignee: | Jan Včelák <jv+fedora> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | ajax, bos, dmalcolm, jv+fedora, michel, nphilipp, petersen, scottt.tw |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | llvm-3.3-3.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-14 03:21: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: | |
This was on purpouse, there was nothing useful in the package. I will re-check and fix the Obsoletes ASAP. BTW, the clang-apidoc subpackage still requires clang-doc. llvm-3.3-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/llvm-3.3-3.fc19 llvm-3.3-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/llvm-3.3-3.fc20 Package llvm-3.3-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing llvm-3.3-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-22509/llvm-3.3-3.fc19 then log in and leave karma (feedback). For the record: llvm-3.3-3.fc20 has not been pushed to the repos yet. llvm-3.3-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. llvm-3.3-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: F20 systems which had clang-doc-3.3-0.10.rc3.fc20.noarch installed cannot update to the 3.3-2.fc20.x86_64 build as 3.3-2.fc20.x86_64 did not build clang-doc. Also, the F20 repos now contain a clang-doc-3.3-0.10.rc3.fc20.noarch packagage which cannot be installed together with clang/llvm-libs. Version-Release number of selected component (if applicable): 3.3-2.fc20.x86_64 How reproducible: 100% Steps to Reproduce: 1. yum install clang-doc Actual results: Resolving Dependencies --> Running transaction check ---> Package clang-doc.noarch 0:3.3-0.10.rc3.fc20 will be installed --> Processing Dependency: llvm = 3.3-0.10.rc3.fc20 for package: clang-doc-3.3-0.10.rc3.fc20.noarch --> Running transaction check ---> Package llvm.i686 0:3.3-0.10.rc3.fc20 will be installed --> Processing Dependency: llvm-libs(x86-32) = 3.3-0.10.rc3.fc20 for package: llvm-3.3-0.10.rc3.fc20.i686 --> Finished Dependency Resolution Error: Package: llvm-3.3-0.10.rc3.fc20.i686 (fedora) Requires: llvm-libs(x86-32) = 3.3-0.10.rc3.fc20 Installed: llvm-libs-3.3-2.fc20.i686 (@updates-testing) llvm-libs(x86-32) = 3.3-2.fc20 Available: llvm-libs-3.3-0.10.rc3.fc20.i686 (fedora) llvm-libs(x86-32) = 3.3-0.10.rc3.fc20 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: An installed clang-doc package. Additional info: Off the top of my head, I see two possible causes/fixes: a) The clang-doc subpackage build has been disabled inadvertedly and can thus be re-enabled. b) The clang-doc subpackage build has been disabled on purpose but the appropriate Provides/Obsoletes/Conflicts headers have been forgotten.