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


Hi,

I've run make clean and make but still failed, same error:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/perl ../../util/check.pl ../../unxlngi6.pro/bin/odkcommon linux "" ../../unxlngi6.pro/misc/checkbin.txt
Check for linux
check binaries: ++++++++
check packaging files: +++++++++++++++++++++++++
check config files:
check setting files:
check cpp docu: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
check java docu: +++++++++
check idl docu: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
OK
cat ../../unxlngi6.pro/misc/checkbin.txt

Entering /home/tatung/mhst2011/git/libo/odk/util

Making:    odk.dpz

Making:    odkexamples.zip
rebuilding zipfiles
------------------------------
Making:    odk.dpz

cd ../unxlngi6.pro/bin/odkcommon && zip -urq ../odkcommon.zip . || ret=$?; if [[ "$ret" != "12" && "$ret" != "1" ]] ; then exit $ret ; fi && echo "Nothing to update for zip" /usr/bin/perl -w /home/tatung/mhst2011/git/libo/solenv/bin/cleanzip.pl ../unxlngi6.pro/bin/odkcommon.zip
odk deliver
Module 'odk' delivered successfully. 3 files copied, 1 files unchanged

-----------------------------------------------------------------------
        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 /home/tatung/mhst2011/git/libo/i18npool/source/localedata/data

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

rm -Rf /home/tatung/mhst2011/git/libo/i18npool/unxlngi6.pro # optional module 'clean'
/bin/sh
cd /home/tatung/mhst2011/git/libo
source ./LinuxX86Env.Set.sh
cd i18npool
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
make: *** [all] Error 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

What should I do now?

BRs,
Ta Tung

On 07/14/2011 10:55 PM, Caolán McNamara wrote:
On Thu, 2011-07-14 at 22:44 +0700, Ta Duc Tung wrote:
Hi,

After getting the code from repo, I could build it very well. Then I
tried to modify some trivial code, building's still OK. However, after
half of a day of browsing source code and *maybe* modified some code
(I'm not sure about this cause I think I've disable all of my changes),
I've come back and try to re-build it but it has given me this: (detail
in http://pastebin.com/3rh37Zju)
I happen to know that i18npool/source/localedata/data is the first place
that we execute anything through the uno bridge which suggests that
either it is broken, unlikely, or some of the libraries or data files it
is using are out of date due to bad dependency tracking for them.

You could try attaching your i18npool/unxlng*/misc/saxparser.rdb here to
see if that one broken somehow.

You could also try adding gdb --args to the
i18npool/source/localedata/data/makefile.mk, i.e.
- $(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(OUT_FOR_BUILD)$/bin$/saxparser
+ $(AUGMENT_LIBRARY_PATH) $(WRAPCMD) gdb --args $(OUT_FOR_BUILD)$/bin
$/saxparser
and run dmake in that dir (after source Linux*Env.sh) and type "run"
into gdb to run in a debugger, bt to get a backtrace.

A full rebuild (make clean; make) I guess is always an option.

C.



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.