Not 100% sure that it's PPC only, but I haven't seen it on any other arch. Traceback (most recent call last): File "/usr/sbin/setroubleshootd", line 81, in <module> from setroubleshoot.server import RunFaultServer File "/usr/lib/python2.5/site-packages/setroubleshoot/server.py", line 25, in <module> from setroubleshoot.analyze import * File "/usr/lib/python2.5/site-packages/setroubleshoot/analyze.py", line 29, in <module> from setroubleshoot.avc_audit import * File "/usr/lib/python2.5/site-packages/setroubleshoot/avc_audit.py", line 24, in <module> import audit File "/usr/lib/python2.5/site-packages/audit.py", line 51, in <module> class __vector128(_object): File "/usr/lib/python2.5/site-packages/audit.py", line 57, in __vector128 __swig_setmethods__["u"] = _audit.__vector128_u_set AttributeError: 'module' object has no attribute '_vector128__vector128_u_set'
Is this still happening?
This apparently a dup of bug 251327, which happens to be a RHEL bug, to the best of my knowledge this is fixed. The problem was in the swig bindings for auditlibs. I believe the problem was fixed by Steve Grubb who modified the swig input to avoid problems with swig name mangling. Changing component to audit and owner to sgrubb
Yes this is a dupe of that bug and was fixed in audit-1.5.6. Rawhide is now running audit-1.6.2, so the fix should be included. Closing this one.