Bug 103159 - unable to compile in 12.04: Namespace prefix manifest on file-entry is not defined"
Summary: unable to compile in 12.04: Namespace prefix manifest on file-entry is not de...
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
5.3.0.0.alpha0+
Hardware: All Linux (All)
: medium normal
Assignee: Justin L
URL:
Whiteboard: target:5.3.0
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2016-10-12 14:41 UTC by Justin L
Modified: 2016-10-19 11:52 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
backtrace and uname, gcc --version, libxml2.so.2.7.8 (12.21 KB, text/plain)
2016-10-12 14:54 UTC, Justin L
Details
backtrace2: breaking on __cxa_throw (1.42 KB, text/plain)
2016-10-12 15:25 UTC, Justin L
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin L 2016-10-12 14:41:03 UTC
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
Comment 1 Justin L 2016-10-12 14:54:55 UTC
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.
Comment 2 Michael Meeks 2016-10-12 15:09:17 UTC
Thoughts Mohammed - I can't reproduce this myself ...
Comment 3 Justin L 2016-10-12 15:25:59 UTC
Created attachment 127973 [details]
backtrace2: breaking on __cxa_throw
Comment 4 Commit Notification 2016-10-12 18:11:51 UTC
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.
Comment 5 Xisco Faulí 2016-10-13 07:02:19 UTC
Moving this to NEW as the commit has been identified