Issue 59852 - i18npool: xml2cmp not found
Summary: i18npool: xml2cmp not found
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: pavel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-28 16:16 UTC by pavel
Modified: 2006-03-05 16:25 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-12-28 16:16:40 UTC
xml2cmp -func ../../../unxmacxp.pro/misc/dict_ja_description.cxx
../../../unxmacxp.pro/misc/dict_ja.xml
tcsh: xml2cmp: Command not found.
dmake:  Error code 1, while making
'../../../unxmacxp.pro/misc/dict_ja_description.cxx'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/Volumes/Build/oo/BuildDir/ooo_SRC680_m147_src/i18npool/source/breakiterator/data
dmake:  Error code 1, while making 'build_instsetoo_native'
'---* tg_merge.mk *---'

-> add xml2cmp to i18npool's prj/build.lst
Comment 1 pavel 2005-12-28 16:32:18 UTC
It is not that simple ;-))

My build log on Mac OS X shows:

macmini:~ oo$ grep xml2cmp log-MacOSX-Tiger-gcc4.0.1.universal |tail -10
/sw/bin/cp
/Volumes/Build/oo/BuildDir/ooo_SRC680_m147_src/solver/680/unxmacxp.pro/bin/xml2cmp
../../unxmacxp.pro/bin/odkcommon/macosx/bin/xml2cmp
strip ../../unxmacxp.pro/bin/odkcommon/macosx/bin/xml2cmp
xml2cmp -func ../unxmacxp.pro/misc/evtatt_description.cxx
../unxmacxp.pro/misc/evtatt.xml
xml2cmp -func ../../unxmacxp.pro/misc/animcore_description.cxx
../../unxmacxp.pro/misc/animcore.xml
xml2cmp -func ../../unxmacxp.pro/misc/behelper.uno_description.cxx
../../unxmacxp.pro/misc/behelper.uno.xml
xml2cmp -func ../../unxmacxp.pro/misc/sysmgr1.uno_description.cxx
../../unxmacxp.pro/misc/sysmgr1.uno.xml
xml2cmp -func ../unxmacxp.pro/misc/configmgr2.uno_description.cxx
../unxmacxp.pro/misc/configmgr2.uno.xml
xml2cmp -func ../unxmacxp.pro/misc/i18nregexpgcc3_description.cxx
../unxmacxp.pro/misc/i18nregexpgcc3.xml
xml2cmp -func ../../../unxmacxp.pro/misc/dict_ja_description.cxx
../../../unxmacxp.pro/misc/dict_ja.xml
tcsh: xml2cmp: Command not found.
macmini:~ oo$ 

8)

And xml2cmp of course still exists...
Comment 2 pavel 2005-12-28 16:47:27 UTC
hjs, vq: do you have some idea?

Repeated dmake finished OK, complete clean build in i18npool was also OK.

Hm ;-))
Comment 3 pavel 2006-01-12 13:21:57 UTC
I again reproduced that today, even with patch from #i50775#. This time again in
the same directory:

Making Module-Definitionfile : ../../../unxmacxp.pro/misc/dict_zh.def
just a dummy for UNIX
cp -f
/Volumes/Build/oo/BuildDir/ooo_SRC680_m150_src/solenv/src/default_description.xml
../../../unxmacxp.pro/misc/dict_ja.xml
xml2cmp -func ../../../unxmacxp.pro/misc/dict_ja_description.cxx
../../../unxmacxp.pro/misc/dict_ja.xml
tcsh: xml2cmp: Command not found.
dmake:  Error code 1, while making
'../../../unxmacxp.pro/misc/dict_ja_description.cxx'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/Volumes/Build/oo/BuildDir/ooo_SRC680_m150_src/i18npool/source/breakiterator/data
dmake:  Error code 1, while making 'build_instsetoo_native'

xml2cmp was used in modules before:

macmini:~ oo$ egrep "^xml2cmp|Building project"
log-MacOSX-Tiger-gcc4.0.1-universal |tail -18
Building project eventattacher
xml2cmp -func ../unxmacxp.pro/misc/evtatt_description.cxx
../unxmacxp.pro/misc/evtatt.xml
Building project ucbhelper
Building project comphelper
Building project animations
xml2cmp -func ../../unxmacxp.pro/misc/animcore_description.cxx
../../unxmacxp.pro/misc/animcore.xml
Building project configmgr
xml2cmp -func ../../unxmacxp.pro/misc/behelper.uno_description.cxx
../../unxmacxp.pro/misc/behelper.uno.xml
xml2cmp -func ../../unxmacxp.pro/misc/sysmgr1.uno_description.cxx
../../unxmacxp.pro/misc/sysmgr1.uno.xml
xml2cmp -func ../unxmacxp.pro/misc/configmgr2.uno_description.cxx
../unxmacxp.pro/misc/configmgr2.uno.xml
Building project embedserv
Building project package
xml2cmp -func ../../unxmacxp.pro/misc/xstor_description.cxx
../../unxmacxp.pro/misc/xstor.xml
xml2cmp -func ../unxmacxp.pro/misc/package2_description.cxx
../unxmacxp.pro/misc/package2.xml
Building project regexp
xml2cmp -func ../unxmacxp.pro/misc/i18nregexpgcc3_description.cxx
../unxmacxp.pro/misc/i18nregexpgcc3.xml
Building project i18npool
xml2cmp -func ../../../unxmacxp.pro/misc/dict_ja_description.cxx
../../../unxmacxp.pro/misc/dict_ja.xml
macmini:~ oo$ 

Eric, Maho: have you already seen something similar?
Comment 4 eric.bachard 2006-01-14 19:47:02 UTC
ericb->pjanik

m149 (+macosx20xfixes01+vcl50) on Panther / gcc-3.3 

No problem : i18pool is built without breakage
Comment 5 maho.nakata 2006-01-15 09:05:12 UTC
pjanik:
for me it doesn't break. Panther+Gcc-3.3+SRC680_m149.
Comment 6 pavel 2006-01-15 09:07:19 UTC
it is not breaking every build. It fails randomly. Really ;-)
Comment 7 pavel 2006-03-05 16:24:55 UTC
hmm, I do not understand. I haven't seen this breakgae for a long time.
Comment 8 pavel 2006-03-05 16:25:30 UTC
closing.