Bug 96574 - LibO Android build on Linux fails
Summary: LibO Android build on Linux fails
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-18 05:26 UTC by Naveen
Modified: 2016-05-12 09:15 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Naveen 2015-12-18 05:26:37 UTC
The build keeps failing.
Been following the instructions here https://wiki.documentfoundation.org/Development/BuildingForAndroid

Steps followed
1) ./autogen.sh --with-distro=LibreOfficeAndroid --enable-werror
output of autogen http://pastebin.ca/3290825

2) on running "make"
the error is http://pastebin.ca/3290807

I am able to build for libreoffice in my linux machine without any glitches but keep encountering these problems when attempting to build for android. 
I have the latest ndk and sdk 23,22,19 along with all the other requirements as per the wiki documentation.
Comment 1 Aron Budea 2016-05-12 09:15:30 UTC
This seems to be caused by libcurl having been built with different options than your ongoing build.
Symptom looks similar to this: http://stackoverflow.com/questions/35181744/size-of-array-curl-rule-01-is-negative

Set status back to UNCONFIRMED if rebuilding libcurl didn't solve the issue you were having.