http://bugzilla.opensuse.org/show_bug.cgi?id=1135751 http://bugzilla.opensuse.org/show_bug.cgi?id=1135751#c1 --- Comment #1 from Christian Boltz <suse-beta@cboltz.de> --- After (locally) patching apparmor.spec to display the content of test-suite.log -make check -C libraries/libapparmor +make check -C libraries/libapparmor || { cat libraries/libapparmor/swig/python/test/test-suite.log ; exit 42 ; } I see lots of errors similar to this one: [ 68s] ====================================================================== [ 68s] ERROR: test_testcase_syslog_truncate (__main__.AAPythonBindingsTests) [ 68s] test testcase_syslog_truncate [ 68s] ---------------------------------------------------------------------- [ 68s] Traceback (most recent call last): [ 68s] File "./test_python.py", line 141, in stub_test [ 68s] self._runtest(testname) [ 68s] File "./test_python.py", line 72, in _runtest [ 68s] record = self.create_record_dict(swig_record) [ 68s] File "./test_python.py", line 112, in create_record_dict [ 68s] value = record.__getattr__(key) [ 68s] AttributeError: 'aa_log_record' object has no attribute '__getattr__' -- You are receiving this mail because: You are on the CC list for the bug.