https://issues.apache.org/ooo/show_bug.cgi?id=119229
--- Comment #9 from Andrea Pescetti <[email protected]> --- This can be merged in AOO34 if needed/wanted; I verified it works, as discussed on ooo-dev. $ # In a trunk checkout... $ svn switch https://svn.apache.org/repos/asf/incubator/ooo/branches/AOO34/ [...] revision 1364388. $ cd main/ ; autoconf $ # Get unowinreg.dll and other technicalities, edit Ariel's build flag to keep relevant stuff only, then... $ ./configure --with-packager-list=/mnt/build/aoo/aoo-dev-pack.lst --with-build-version="$(date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)") - Rev. $(echo $(svn info) | sed -e 's/^.*Last Changed Rev: //g' -e 's/ .*//g')" --enable-verbose --enable-category-b --disable-mozilla --enable-minimizer --enable-presenter-console --enable-wiki-publisher --enable-bundled-dictionaries --enable-opengl --enable-dbus --with-package-format="rpm" --with-lang="de es fr it ja pt-BR zh-CN nl" --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.2.tar.bz2 --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz [...] Configure completed [...] $ bash LinuxX86-64Env.Set.sh $ ./bootstrap [...] downloading 9 missing extensions [...] [...] ** GET http://garr.dl.sourceforge.net/project/aoo-extensions/1657/1/es_ES.oxt ==> 200 OK (3s) [...] $ # Try updating the Spanish dictionary $ svn merge -r 1361929:1361930 https://svn.apache.org/repos/asf/incubator/ooo/trunk/main/ . U extensions.lst $ svn diff ... Merged /incubator/ooo/trunk/main:r1361930 [ language=es ] - 5798f4a61b0f95db3d62eabcb80670eb http://sourceforge.net/projects/aoo-extensions/files/1657/1/es_ES.oxt/download "es_ES.oxt" + 28776430bb77547fd70cf6db504bda63 http://sourceforge.net/projects/aoo-extensions/files/1657/2/es_ES.oxt/download "es_ES.oxt" $ # Try bootstrap and it fails: bug still present in AOO34 $ ./bootstrap all downloadable extensions present [ WRONG! ] $ # Apply the patch to ExtensionsLst.pm $ svn merge -r 1350586:1350587 https://svn.apache.org/repos/asf/incubator/ooo/trunk/main/ . U solenv/bin/modules/ExtensionsLst.pm $ svn st M extensions.lst M solenv/bin/modules/ExtensionsLst.pm $ # Now the build system sees the updated dictionary. $ ./bootstrap extension es_ES.oxt has wrong MD5 and will be updated downloading/updating 1 extension ... ** GET http://heanet.dl.sourceforge.net/project/aoo-extensions/1657/2/es_ES.oxt ==> 200 OK (7s) -- You are receiving this mail because: You are on the CC list for the bug.
