Bug 917201
| Summary: | [abrt] system-config-users-1.3.1-1.fc18: __init__.py:22:swig_import_helper:ImportError: /usr/lib/python2.7/site-packages/selinux/_selinux.so: undefined symbol: selinux_binary_policy_path_min_max | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Meng <i> | ||||||||
| Component: | system-config-users | Assignee: | Nils Philippsen <nphilipp> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | nphilipp | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i686 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:a3a90a839a47cb4934de7663d004b6ad4cccac9b | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-05-14 16:22:53 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: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 704381 [details]
File: backtrace
Created attachment 704382 [details]
File: core_backtrace
Created attachment 704383 [details]
File: environ
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 According to the package versions involved, this doesn't seem to be about Fedora 19 or Rawhide, but version 18. In that case it's a duplicate of another bug that has been fixed already. *** This bug has been marked as a duplicate of bug 922263 *** (In reply to comment #5) Thanks. |
Version-Release number of selected component: system-config-users-1.3.1-1.fc18 Additional info: cmdline: /usr/bin/python /usr/share/system-config-users/system-config-users.py dso_list: libselinux-python-2.1.12-7.fc18.i686 executable: /usr/share/system-config-users/system-config-users.py kernel: 3.6.10-4.fc18.i686.PAE uid: 0 Truncated backtrace: __init__.py:22:swig_import_helper:ImportError: /usr/lib/python2.7/site-packages/selinux/_selinux.so: undefined symbol: selinux_binary_policy_path_min_max Traceback (most recent call last): File "/usr/share/system-config-users/system-config-users.py", line 43, in <module> import mainWindow File "/usr/share/system-config-users/mainWindow.py", line 39, in <module> import groupWindow File "/usr/share/system-config-users/groupWindow.py", line 28, in <module> import userGroupCheck File "/usr/share/system-config-users/userGroupCheck.py", line 51, in <module> import selinux File "/usr/lib/python2.7/site-packages/selinux/__init__.py", line 26, in <module> _selinux = swig_import_helper() File "/usr/lib/python2.7/site-packages/selinux/__init__.py", line 22, in swig_import_helper _mod = imp.load_module('_selinux', fp, pathname, description) ImportError: /usr/lib/python2.7/site-packages/selinux/_selinux.so: undefined symbol: selinux_binary_policy_path_min_max Local variables in innermost frame: fp: <closed file '/usr/lib/python2.7/site-packages/selinux/_selinux.so', mode 'rb' at 0x9cd5ac8> imp: <module 'imp' (built-in)> dirname: <function dirname at 0xb74cba3c> pathname: '/usr/lib/python2.7/site-packages/selinux/_selinux.so' description: ('.so', 'rb', 3)