Bug 486059
| Summary: | missing dependency on htdig | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Binand Sethumadhavan <binand> |
| Component: | kdebase-runtime | Assignee: | Lukáš Tinkl <ltinkl> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | arbiter, jgrulich, jreznik, kevin, ltinkl, rdieter, rrtaft, than, tuxbrewr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kdebase-runtime-4.2.0-7.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-02-19 10:58:29 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: | |||
|
Description
Binand Sethumadhavan
2009-02-18 02:54:57 UTC
Going to fix it Fixed in kdebase-runtime-4.2.0-7.fc10 htdig is not on the Fedora 10 DVD nor in the update sites. I cannot install KDE from yum because of this dependency. htdig-3.2.0-0.3.b6.fc10 is in the fedora F-10 repos (but perhaps not on the DVD) where? Its not here: ftp://mirror.colorado.edu/pub/fedora/linux/updates/10/i386/ or here: http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/updates/10/i386/ or here: http://linux.nssl.noaa.gov/fedora/linux/updates/10/i386/ or http://mirror.atrpms.net/fedora/linux/updates/10/i386/ It is in the F11 repos, but yum for F10 doesn't look there. Actually the problem goes far beyond htdig. arp-util-ldap is required by httpd, but isn't in the mirrors either. preupgrade requires creatrepo which is missing from the F10 mirrors as well. You only looked in the updates repo, the base fedora repo has those pieces: http://download.fedora.redhat.com/pub/fedora/linux/releases/10/Everything/i386/os/Packages/ These are all in the Everything repository, which should be configured as "fedora" in yum, check your repos in /etc/yum.repos.d/ (in particular /etc/yum.repos.d/fedora.repo). The repository called "Fedora" on the mirrors is just the contents of the DVD, which are a subset of the Everything repository. And "updates" only contains packages which actually got updated. heh, sorry. My issue is that after a fresh install for Fedora 10, typing yum update fails due to missing packages. I haven't figured out why, but I will manually install these missing ones to get it working. |