Description: Although I have no problems in 16.04, all my 12.04 development machines fail the sax_xmlimport test (even after make clean). regression from 3aa52d36824d11b8774de15708fdfcbb93cd9dc3 which states that "initialization parameter to FastParser will turn off the namespace declaration missing exception." Proposed fix: https://gerrit.libreoffice.org/#/c/29731/ Steps to Reproduce: 1. git pull 2. make clean 3. make Actual Results: "An uncaught exception of type com.sun.star.xml.sax.SAXParseException [internal line 13]: Namespace prefix manifest on file-entry is not defined" Expected Results: No errors Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
Created attachment 127972 [details] backtrace and uname, gcc --version, libxml2.so.2.7.8 assuming this is only related to old libraries (12.04 era) since compile has been broken since July and no one else has noticed.
Thoughts Mohammed - I can't reproduce this myself ...
Created attachment 127973 [details] backtrace2: breaking on __cxa_throw
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d9280e97c6e7b27742f26930af56b39a7d4edd75 tdf#103159 allow compiling on 12.04 systems still It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Moving this to NEW as the commit has been identified