mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-11 07:18:15 +00:00
Update support text for Python 3.5 SWIG issues.
This commit is contained in:
parent
a3478df43c
commit
d732d141ff
10
KNOWN-BUGS
10
KNOWN-BUGS
@ -1,8 +1,12 @@
|
||||
The following is a list of known bugs with SETools.
|
||||
|
||||
* A bug in libsepol 2.4 will cause some invalid level and ranges to pass
|
||||
validation. A patch is included in the patches/ directory, along with more
|
||||
information on the unit tests that will fail due to this bug.
|
||||
* If you are using Python 3.5 and see errors like this:
|
||||
|
||||
SystemError: <built-in function delete_qpol_iterator_t> returned a result with an error set
|
||||
|
||||
This is a bug in the wrapper generated by SWIG. This has been seen on
|
||||
SWIG versions 2.0.12 and 3.0.7. Upgrading to SWIG 3.0.8+ and rebuilding
|
||||
SETools should address this issue.
|
||||
|
||||
* A bug in NetworkX 1.8+ will output the following message to stderr if a type
|
||||
is valid, but not a node in a domain transition or information flow graph:
|
||||
|
@ -30,7 +30,7 @@ addition to the development packages from the above list:
|
||||
* bison
|
||||
* flex
|
||||
* libsepol 2.5+
|
||||
* SWIG 2.0.12+ or 3.0+
|
||||
* SWIG 2.0.12+ or 3.0+ (3.0.8+ required for Python 3.5)
|
||||
|
||||
To run SETools unit tests, the following packages are required, in
|
||||
addition to the above dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user