Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hello all,

If a partial build results in an error, the error message doesn't
contain the module name, eg,
$ /opt/lo/bin/make l10ntools
-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /cygdrive/d/libo/l10ntools/source

 it seems that the error is inside '', please re-run build
 inside this module to isolate the error and/or test your fix:

build_error.log should contain the captured output of the failed module(s)

-----------------------------------------------------------------------
To rebuild a specific module:

/opt/lo/bin/make .clean #optional
/opt/lo/bin/make

when the problem is isolated and fixed, re-run '/opt/lo/bin/make'
make: *** [l10ntools] Error 1


The 3 lines that missing module name are:
    it seems that the error is inside '', please re-run build
    /opt/lo/bin/make .clean #optional
    /opt/lo/bin/make

I found that the "Oh dear" is in solenv/bin/build.pl,
    sub cancel_build
at line 1476.

and debugging tells me @broken_modules_names is empty in this case, giving
    my $module = shift @broken_modules_names;
an empty string. But I couldn't go any further. :-)

Could someone have a look? Thanks! :-)

Best Regards,
-- 
Korrawit Pruegsanusak

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.