Description of problem: pyexpat.so embeds a statically linked copy of libexpat - this should either be: 1) fixed to use the system libexpat, or 2) fixed to not pollute the global namespace Clashes for /usr/lib64/python2.4/lib-dynload/pyexpat.so: with /lib64/libexpat.so.0.5.0 => XML_Parse XML_SetExternalEntityRefHandler (...75 symbols omitted...) XML_ParserCreate
Fixed for 2.5.1-3 to use system expat
This fix is broken. python no longer properly builds elementree; this breaks all sorts of things.
Ugh. How nice of the build to continue even when things fail to build. Fixed and added something to help avoid that in the future