You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Hao Wang <ha...@live.com> on 2021/01/17 11:47:06 UTC

Bootstrap Problem in OpenOffice.Org 4.1.8 Installation

Dear Developers,

I got stuck with the './bootstrap' part of installation when the script tried to download mythes. Is it possible to download and install all the packages outside of the bootstrap script using other installation repository ?

Best Regards,
Hao Wang

Re: Bootstrap Problem in OpenOffice.Org 4.1.8 Installation

Posted by Arrigo Marchiori <ar...@yahoo.it.INVALID>.
Dear Hao Wang,

On Sun, Jan 17, 2021 at 11:47:06AM +0000, Hao Wang wrote:

> Dear Developers,
>
> I got stuck with the './bootstrap' part of installation when the
> script tried to download mythes. Is it possible to download and
> install all the packages outside of the bootstrap script using other
> installation repository ?

External dependencies are listed in file main/external_deps.lst
You should be able to understand the syntax easily, for the bits that
are interesting for you.

In particular, the file you are having problems with should be
downloaded from:
https://sourceforge.net/projects/hunspell/files/MyThes/1.2.0/mythes-1.2.0.tar.gz

Files are saved into directory ext_sources and are renamed, adding
their MD5 checksum before the actual name.
That file must thus be saved as ext_sources/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz

If you know Perl, and wanted to debug into the problem, the
responsible script is
main/solenv/bin/download_external_dependencies.pl.

I hope this helps.

Best regards,
-- 
Arrigo

http://rigo.altervista.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org