Bug 698663 - /usr/share/doc/python-nss-0.10/test/setup_certs.py contains wrong path to libnssckbi.so
Summary: /usr/share/doc/python-nss-0.10/test/setup_certs.py contains wrong path to lib...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: python-nss
Version: 6.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: John Dennis
QA Contact: Patrik Kis
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-21 13:41 UTC by Aleš Mareček
Modified: 2013-02-21 10:11 UTC (History)
2 users (show)

Fixed In Version: python-nss-0.13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 10:11:54 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0405 0 normal SHIPPED_LIVE python-nss bug fix and enhancement update 2013-02-20 20:50:47 UTC

Description Aleš Mareček 2011-04-21 13:41:35 UTC
Description of problem:
$ python `rpm -ql python-nss-doc | grep test | grep "setup_certs.py$"`
Command "modutil -dbdir pki -add ca_certs -libfile /usr/lib/libnssckbi.so"
Failed with exit code = 22
Output was:
Enter Password or Pin for "NSS Certificate DB":


Generating key.  This may take a few moments...

It happens on 64-bit architectures because of line:
$ grep "\-libfile" `rpm -ql python-nss-doc | grep test | grep
"setup_certs.py$"`
        cmd = 'modutil -dbdir %s -add ca_certs -libfile /usr/lib/libnssckbi.so'
% \
that contains /usr/lib/libnssckbi.so, not the /usr/lib64/libnssckbi.so.

After fixing of test by overwriting lib to lib64 on 64-bit architectures it
worked.


Version-Release number of selected component (if applicable):


How reproducible:
Always on 64-bit architectures

Steps to Reproduce:
1. python /usr/share/doc/python-nss-0.10/test/setup_certs.py
  
Actual results:
Command "modutil -dbdir pki -add ca_certs -libfile /usr/lib/libnssckbi.so"
Failed with exit code = 22

return value == 1

Expected results:
test pass

Additional info:

Comment 4 RHEL Program Management 2011-04-22 06:00:24 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

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.

Comment 8 RHEL Program Management 2012-07-10 06:46:27 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 9 RHEL Program Management 2012-07-11 01:58:56 UTC
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development.  This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.

Comment 14 errata-xmlrpc 2013-02-21 10:11:54 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0405.html


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