Update support text for Python 3.5 SWIG issues.

This commit is contained in:
Chris PeBenito 2016-05-06 13:36:36 -04:00
parent a3478df43c
commit d732d141ff
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
The following is a list of known bugs with SETools. 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 * If you are using Python 3.5 and see errors like this:
validation. A patch is included in the patches/ directory, along with more
information on the unit tests that will fail due to this bug. 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 * 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: is valid, but not a node in a domain transition or information flow graph:

View File

@ -30,7 +30,7 @@ addition to the development packages from the above list:
* bison * bison
* flex * flex
* libsepol 2.5+ * 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 To run SETools unit tests, the following packages are required, in
addition to the above dependencies: addition to the above dependencies: