Right now, we build the libxml2 python module with python3, but libxslt is unable to use python3 (configure uses "import sys; print sys.version;", but python3 wants parentheses for the print function), so it does not find the libxml2 python module. That module is needed for building the libxslt one, so libxslt does not build its python module. That is not so important, since I think nothing uses the libxslt python module in the book, but it could be deceiving if a user builds some package not in the book, and that package needs it.

Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to