[Libreoffice-bugs] [Bug 124456] New: Make Ant configue.ac check more robust
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 31 18:07:58 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124456
Bug ID: 124456
Summary: Make Ant configue.ac check more robust
Product: LibreOffice
Version: 6.2.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: devurandom at gmx.net
Description:
Attached patch makes the configure.ac check for Ant more robust by specifically
searching for the line containing the version information.
See-Also: https://bugs.gentoo.org/682156
See-Also: https://bugs.gentoo.org/682136
Steps to Reproduce:
At least on Gentoo, Ant is wrapped in a shell script that might output
additional lines. This would lead to the build of LibreOffice 6.2.2.2 failing
with following message: checking whether Ant is >= 1.6.0... ./configure: line
39234: test: determine because are have 1: integer expression expected
Actual Results:
checking whether Ant is >= 1.6.0... ./configure: line 39234: test: determine
because are have 1: integer expression expected
Expected Results:
LibreOffice's configure.ac should ignore any extraneous lines in the output of
`ant -version` and focus on the line containing the version information.
Reproducible: Always
User Profile Reset: No
Additional Info:
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190331/e3aa5a2e/attachment.html>
More information about the Libreoffice-bugs
mailing list