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@lists.freedesktop.org
          Reporter: devuran...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to