Maho NAKATA wrote: > Hi > > JFYI, I tried to provide all localized packages for MacOSX as usual, but > it failed like: > > http://www.openoffice.org/issues/show_bug.cgi?id=98545 > -------------------------------------------------------- > adding: gl_ES.dic (deflated 76%) > adding: spell.txt (deflated 10%) > cp -f /tmp/mkNVJ0K1.dict-gl_.oxt ../unxmacxp.pro/bin/dict-gl.oxt > rm -f /tmp/mkNVJ0K1.dict-gl_.oxt > ------------- > /Volumes/ooo-dev/Tiger/work.DEV300_m40.AQUA/DEV300_m40/dictionaries/hu_HU > dmake: Error: -- > `/Volumes/ooo-dev/Tiger/work.DEV300_m40.AQUA/DEV300_m40/solver/300/unxmacxp.pro/bin/osl/LICENSE_en-US' > not found, and can't be made > > ERROR: Error 65280 occurred while making > /Volumes/ooo-dev/Tiger/work.DEV300_m40.AQUA/DEV300_m40/dictionaries/hu_HU > rmdir /tmp/344 > --------------------------------------------------------
The makefile.mk of the hungarian dictionary does not specify a custom license file and so by default the OOo license is chosen to be packed into the extension. The license file is not present in the solver at that time because a dependency in the build.lst of the dictionaries module is missing. Please go to readlicense_oo and call "build" and "deliver" and try to build dictionaries again. That should work. A fix for this problem has been committed as issue 97267: http://www.openoffice.org/issues/show_bug.cgi?id=97267 Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[email protected]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
