|
|
Dear all,
Hi. This is imacat from Taiwan. I tried to build LibreOffice 3.3.0.1 with locale zh_TW on my Debian Lenny x86_64 5.0.6, gcc 4.3.2, glibc 2.7. It failed complainting not finding helpcontent2.zip. Is there anything I need to do to obtain helpcontent2.zip? Thank you very much in advance. ======================================================= % ./autogen.sh --with-git --with-num-cpus=2 --disable-kde4 --disable-opengl --with-lang="en-US zh-TW" ... % ./download ... % make ... Module 'sw' delivered successfully. 247 files copied, 0 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 /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/sysui/util ERROR: error 65280 occurred while making /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/helpcontent2/source/auxiliary it seems you are using a threaded build, which means that the actual compile error is probably hidden far above, and could be inside any of these other modules: sysui please re-run build inside each one to isolate the problem. ----------------------------------------------------------------------- /bin/sh cd /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1 source ./LinuxX86-64Env.Set.sh cd helpcontent2 build when the problem is isolated and fixed exit and re-run 'make' from the top-level sometimes (sadly) it is necessary to rm -Rf unxlngx6.pro in a module. make: *** [stamp/build] Error 1 % cd /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1 % . ./LinuxX86-64Env.Set.sh % cd helpcontent2 % build build -- version: 275224 ============= Building module helpcontent2 ============= Entering /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/helpcontent2/source/auxiliary echo aux_langdirs:=af ar be-BY bg bn br brx bs ca ca-XV cs cy da de dgo dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl gu he hi hr hu it ja ka kid kk km ko kok ks ku lt mai mk mn mni my nb ne nl nn nr ns oc om pa-IN pl pt pt-BR ru rw sa-IN sat sd sh sk sl sq sr ss st sv sw-TZ ta tg th tn tr ts uk uz ve vi xh zh-CN zh-TW zu > ../../unxlngx6.pro/inc/aux_langs.mk dmake: Error: -- `/usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/solver/330/unxlngx6.pro/sdf/helpcontent2.zip' not found, and can't be made Forcing regeneration of dependency info nothing to do here... echo aux_langdirs:=af ar be-BY bg bn br brx bs ca ca-XV cs cy da de dgo dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl gu he hi hr hu it ja ka kid kk km ko kok ks ku lt mai mk mn mni my nb ne nl nn nr ns oc om pa-IN pl pt pt-BR ru rw sa-IN sat sd sh sk sl sq sr ss st sv sw-TZ ta tg th tn tr ts uk uz ve vi xh zh-CN zh-TW zu > ../../unxlngx6.pro/inc/aux_langs.mk dmake: Error: -- `/usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/solver/330/unxlngx6.pro/sdf/helpcontent2.zip' not found, and can't be made Retrying /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/helpcontent2/source/auxiliary echo aux_langdirs:=af ar be-BY bg bn br brx bs ca ca-XV cs cy da de dgo dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl gu he hi hr hu it ja ka kid kk km ko kok ks ku lt mai mk mn mni my nb ne nl nn nr ns oc om pa-IN pl pt pt-BR ru rw sa-IN sat sd sh sk sl sq sr ss st sv sw-TZ ta tg th tn tr ts uk uz ve vi xh zh-CN zh-TW zu > ../../unxlngx6.pro/inc/aux_langs.mk dmake: Error: -- `/usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/solver/330/unxlngx6.pro/sdf/helpcontent2.zip' not found, and can't be made ----------------------------------------------------------------------- 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 it seems that the error is inside 'helpcontent2', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- /bin/sh cd /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1 source ./LinuxX86-64Env.Set.sh cd helpcontent2 build when the problem is isolated and fixed exit and re-run 'make' from the top-level sometimes (sadly) it is necessary to rm -Rf unxlngx6.pro in a module. % ======================================================= -- Best regards, imacat ^_*' <[hidden email]> PGP Key http://www.imacat.idv.tw/me/pgpkey.asc <<Woman's Voice>> News: http://www.wov.idv.tw/ Tavern IMACAT's http://www.imacat.idv.tw/ Woman in FOSS in Taiwan http://wofoss.blogspot.com/ TLUG List Manager http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Caolán McNamara |
|
|
On Sat, 2010-12-18 at 11:44 +0800, imacat wrote:
> ERROR: error 65280 occurred while making > /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/sysui/util > ERROR: error 65280 occurred while making > /usr/local/src/libreoffice-3.3.0.1-zh_TW-20101216/build/libreoffice-3.3.0.1/helpcontent2/source/auxiliary Honestly, this sounds like the same problem you had back in the beginning with a missing/empty l10n clone dir. I thought that was fixed, no ? C. _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
|
Caolán McNamara said:
> On Sun, 2010-12-19 at 01:11 +0800, imacat wrote: >> On 2010/12/18 20:42, Caolán McNamara said: >>> On Sat, 2010-12-18 at 11:44 +0800, imacat wrote: >>> Honestly, this sounds like the same problem you had back in the >>> beginning with a missing/empty l10n clone dir. I thought that was fixed, >>> no ? >> ??? I hadn't checked, as I, too, thought it was fixed. Now that >> you mentioned, the clone/l10n directory is empty. So the problem is >> reintroduced with 3.3.0.1? > > Not sure, I never have the problem. And I generally build out of the > master branch now which has a different build system, so I wouldn't see > this anyway. > > Best to ask on the list, and mention these findings, someone else might > have a better idea as to why its there, but empty. I'd expect it to > either not be there, or to be fully downloaded. Present but empty seems > odd. I shall give it a try. ^^; And sorry, I did not mean it to be private. ^^; -- Best regards, imacat ^_*' <[hidden email]> PGP Key http://www.imacat.idv.tw/me/pgpkey.asc <<Woman's Voice>> News: http://www.wov.idv.tw/ Tavern IMACAT's http://www.imacat.idv.tw/ Woman in FOSS in Taiwan http://wofoss.blogspot.com/ TLUG List Manager http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
|
imacat said:
> Caolán McNamara said: >> On Sun, 2010-12-19 at 01:11 +0800, imacat wrote: >> Not sure, I never have the problem. And I generally build out of the >> master branch now which has a different build system, so I wouldn't see >> this anyway. OK. I finally got a zh_TW build with freshly-downloaded source! ^_*' Thank you! -- Best regards, imacat ^_*' <[hidden email]> PGP Key http://www.imacat.idv.tw/me/pgpkey.asc <<Woman's Voice>> News: http://www.wov.idv.tw/ Tavern IMACAT's http://www.imacat.idv.tw/ Woman in FOSS in Taiwan http://wofoss.blogspot.com/ TLUG List Manager http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
| Powered by Nabble | Edit this page |