Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
DescriptionMatthew Mosesohn
2011-03-31 13:05:05 UTC
Description of problem:
If you upgrade python-cryptsetup and other cryptsetup rpms, you'll run into an error trying to use python-cryptsetup as follows:
# python
Python 2.6.5 (r265:79063, Jan 21 2011, 12:09:23)
[GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cryptsetup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /lib64/libcryptsetup.so.1: symbol dm_task_secure_data, version Base not defined in file libdevmapper.so.1.02 with link time referenc
Version-Release number of selected component (if applicable):
python-cryptsetup-0.0.11-1.el6.x86_64
device-mapper-1.02.53-8.el6_0.4.x86_64 (outdated rpm)
How reproducible:
always
Steps to Reproduce:
1. Install a RHEL 6.0 system with python-cryptsetup
2. Enable RHEL 6.1 beta repository or access from DVD
3. Update python-cryptsetup, cryptsetup-luks, and cryptsetup-luks-libs
4. run python in command line, and type "import cryptsetup"
Actual results:
The error provided in description
Expected results:
The library should work
Additional info:
There should be a version-specific dependency in the python-cryptsetup rpm
Comment 2RHEL Program Management
2011-03-31 13:37:56 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.
That change is because of FIPS checks and there should be explicit Require from cryptsetup-libs on new device-mapper libs.
What's the version of installed device-mapper-libs?
If you install cryptsetup-luks-devel package, will it update device-mapper libs?
(Seems that req. is wrongly just for devel package.)
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.
http://rhn.redhat.com/errata/RHBA-2011-0597.html
Description of problem: If you upgrade python-cryptsetup and other cryptsetup rpms, you'll run into an error trying to use python-cryptsetup as follows: # python Python 2.6.5 (r265:79063, Jan 21 2011, 12:09:23) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cryptsetup Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /lib64/libcryptsetup.so.1: symbol dm_task_secure_data, version Base not defined in file libdevmapper.so.1.02 with link time referenc Version-Release number of selected component (if applicable): python-cryptsetup-0.0.11-1.el6.x86_64 device-mapper-1.02.53-8.el6_0.4.x86_64 (outdated rpm) How reproducible: always Steps to Reproduce: 1. Install a RHEL 6.0 system with python-cryptsetup 2. Enable RHEL 6.1 beta repository or access from DVD 3. Update python-cryptsetup, cryptsetup-luks, and cryptsetup-luks-libs 4. run python in command line, and type "import cryptsetup" Actual results: The error provided in description Expected results: The library should work Additional info: There should be a version-specific dependency in the python-cryptsetup rpm