Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1228709 - Installation on RHEL7.1 fails due to libdb dependency issue
Summary: Installation on RHEL7.1 fails due to libdb dependency issue
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: Unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: Unspecified
Assignee: Bryan Kearney
QA Contact: Sachin Ghai
URL:
Whiteboard:
Depends On:
Blocks: 1277604
TreeView+ depends on / blocked
 
Reported: 2015-06-05 13:41 UTC by Lukas Pramuk
Modified: 2017-02-23 19:57 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1277604 (view as bug list)
Environment:
Last Closed: 2015-08-12 16:04:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lukas Pramuk 2015-06-05 13:41:46 UTC
Description of problem:
Satellite6 installation on RHEL7.1 fails due to libdb dependency issue. Sat6 compose contains libdb-cxx package that requires you to downgrade libdb package of rhel7.1 version to rhel7.0 one, i.e.
libdb-5.3.21-17.el7_0.1 -> libdb-5.3.21-17.el7
before you can run yum install katello

Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-7-20150604.0

How reproducible:
100%

Steps to Reproduce:
0.# rpm -qa|grep libdb
libdb-devel-5.3.21-17.el7_0.1.x86_64
libdb-utils-5.3.21-17.el7_0.1.x86_64
libdb-5.3.21-17.el7_0.1.x86_64

1.# yum -y install katello
...
---> Package libdb-cxx.x86_64 0:5.3.21-17.el7 will be installed
--> Processing Dependency: libdb(x86-64) = 5.3.21-17.el7 for package: libdb-cxx-5.3.21-17.el7.x86_64
---> Package maven-artifact-resolver.noarch 1:1.0-10.el7 will be installed
---> Package maven-common-artifact-filters.noarch 0:1.4-11.el7 will be installed
---> Package maven-filtering.noarch 0:1.1-3.el7 will be installed
---> Package maven-monitor.noarch 0:2.2.1-47.el7 will be installed
---> Package plexus-resources.noarch 0:1.0-0.15.a7.el7 will be installed
---> Package plexus-velocity.noarch 0:1.1.8-16.el7 will be installed
--> Finished Dependency Resolution
Error: Package: libdb-cxx-5.3.21-17.el7.x86_64 (sat6-Satellite-6.1.0-RHEL-7-20150604.0-Satellite-x86_64-dvd1.iso)
           Requires: libdb(x86-64) = 5.3.21-17.el7
           Installed: libdb-5.3.21-17.el7_0.1.x86_64 (@beaker-Server/7.1)
               libdb(x86-64) = 5.3.21-17.el7_0.1
           Available: libdb-5.3.21-17.el7.x86_64 (rhel-7-server-rpms)
               libdb(x86-64) = 5.3.21-17.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Actual results:
not resolved dependencies on rhel7.1

Expected results:
resolved dependencies, no need to specify --skip-broken to work around the problem

Comment 1 Lukas Pramuk 2015-06-05 13:44:08 UTC
Oops the above output was with beaker repos enabled. However, after disabling them the result is still the same:

Error: Package: libdb-cxx-5.3.21-17.el7.x86_64 (sat6-Satellite-6.1.0-RHEL-7-20150604.0-Satellite-x86_64-dvd1.iso)
           Requires: libdb(x86-64) = 5.3.21-17.el7
           Installed: libdb-5.3.21-17.el7_0.1.x86_64 (@rhel-7-server-rpms)
               libdb(x86-64) = 5.3.21-17.el7_0.1
           Available: libdb-5.3.21-17.el7.x86_64 (rhel-7-server-rpms)
               libdb(x86-64) = 5.3.21-17.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[

Comment 2 RHEL Program Management 2015-06-05 13:52:26 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

Comment 5 Sachin Ghai 2015-07-14 06:11:00 UTC
The reported issue is no longer reproducible with sat6.1.1 GA snap12

Comment 6 Sachin Ghai 2015-07-14 06:18:22 UTC
Since the reported issue  is no longer reproducible with latest sat6.1.1 snap12, moving this to verified.

Comment 7 Bryan Kearney 2015-08-12 16:04:55 UTC
This bug was fixed in Satellite 6.1.1 which was delivered on 12 August, 2015.


Note You need to log in before you can comment on or make changes to this bug.