On Fri, Aug 24, 2012 at 9:02 AM, Ruslan Kabatsayev
<b7.10110111@gmail.com> wrote:
Hi Norbert,
Your fix is not solving all the problem: now autogen fails without
indication why. See the message:
If you want to run the smoketest, issue:
make check
Error running configure at ./autogen.sh line 187.
This is because you redirect error to /dev/null, but don't prevent cat
error status. So this is better to be fixed either by first checking
presence of warn ("[ -e warn ] && cat warn"), or adding "|| true" to
"cat warn 2>/dev/null"
Sorry about that...
I restored the 'initialization of 'warn' since not only it need to
exist but also old content need to be discarded
otherwise a run _with_warning_ followed by a run without would still
print the previous run warning
Norbert
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.