Hide Forgot
Description of problem: Package kernel-debuginfo, dependency of v7-1.3-18, doesn't exist. # yum -y install v7 Loaded plugins: product-id, refresh-packagekit, subscription-manager Updating Red Hat repositories. INFO:rhsm-app.repolib:repos updated: 0 Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package v7.noarch 0:1.3-15.el6 will be updated ---> Package v7.noarch 0:1.3-18.el6 will be an update --> Processing Dependency: kernel-debuginfo for package: v7-1.3-18.el6.noarch --> Finished Dependency Resolution Error: Package: v7-1.3-18.el6.noarch (v7) Requires: kernel-debuginfo You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Version-Release number of selected component (if applicable): v7-1.3-18 How reproducible: always Steps to Reproduce: 1.install v7-1.3-18 2. 3. Actual results: FAIL Expected results: PASS Additional info:
What arch and RHEL build did this happen on? I see this on s390x/RHEL 6.1, but not x86_64 or i386.
This issure happened on RHEL6.1-20110224.2-x86_64.
I've run RHEL6.1 x86_64 without difficulty - this looks like a problem with the repos, not v7.
My system running RHEL6.1-20110310.n.0 via beaker picked it up: [root@dell-pe1950-1 ~]# rpm -qa | fgrep kernel kernel-headers-2.6.32-120.el6.x86_64 abrt-addon-kerneloops-1.1.16-1.el6.x86_64 kernel-debuginfo-2.6.32-120.el6.x86_64 kernel-firmware-2.6.32-120.el6.noarch dracut-kernel-004-43.el6.noarch kernel-debuginfo-common-x86_64-2.6.32-120.el6.x86_64 kernel-2.6.32-120.el6.x86_64 kernel-devel-2.6.32-120.el6.x86_64
Other versions are not dependent on kernel-debuginfo, such as R19. # rpm -qa | fgrep kernel kernel-debug-2.6.32-118.el6.x86_64 kernel-firmware-2.6.32-119.el6.bz676231.noarch abrt-addon-kerneloops-1.1.16-1.el6.x86_64 kernel-2.6.32-119.el6.bz676231.x86_64 kernel-headers-2.6.32-118.el6.x86_64 kernel-2.6.32-118.el6.x86_64 dracut-kernel-004-39.el6.noarch kernel-devel-2.6.32-118.el6.x86_64 # rpm -Uvh --force http://qafiler.bos.redhat.com/testkits/V7/RHEL6/v7/1.3/18.el6/noarch/v7-1.3-18.el6.noarch.rpm Retrieving http://qafiler.bos.redhat.com/testkits/V7/RHEL6/v7/1.3/18.el6/noarch/v7-1.3-18.el6.noarch.rpm error: Failed dependencies: kernel-debuginfo is needed by v7-1.3-18.el6.noarch # rpm -Uvh --force http://qafiler.bos.redhat.com/testkits/V7/RHEL6/v7/1.3/19.el6/noarch/v7-1.3-19.el6.noarch.rpm Retrieving http://qafiler.bos.redhat.com/testkits/V7/RHEL6/v7/1.3/19.el6/noarch/v7-1.3-19.el6.noarch.rpm Preparing... ########################################### [100%] 1:v7 ########################################### [100%] On the same environment, R19 install successfully but R18 do not.
kernel-debuginfo seems not be included in RHEL repo by default. From the svn r822 and comment 5, I think this bug can be closed. Any objection?