Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


野方です。
DockerでLinuxのLibreOfficeをクリーンルームビルドするコンテナ作りました。
こんな感じでdocker pullして

    $ docker pull nogajun/libodev

LibreOfficeのソースを持ってきて(depth 1なので直近だけ。でも30分かかります)

    $ git clone --depth 1 git://gerrit.libreoffice.org/core libreoffice

docker runするとビルドできます。

    $ docker run --rm --name libobuild --cap-add SYS_ADMIN
--security-opt apparmor:unconfined --user $(id -u):$(id -g) -v
$PWD/libreoffice:/libreoffice nogajun/libodev /bin/bash -c 'cd
/libreoffice && ./autogen.sh && make' 2>&1 | tee log.$(date
"+%Y%m%d%H%M%S")

オプションは適宜好きなものに変更してください。Dockerfileなどはこちらにあります。

* https://github.com/nogajun/build-libo-docker

さて、本題はこちらではなく、ビルド途中のPDF?のテストで止まるので、
その原因を調べたいと思ってます。
ですが、ビルド初心者なので原因が、よくわかっていません。
ということでビルドを最後まで完走させるにはどうしたらいいでしょうか?

autogen.inputは、--with-lang=ja en-US だけ
ビルドログは長いのでこちらにあります。
https://drive.google.com/file/d/1-2vHKsMpn5atPbvhPAr7b1zm905fYdR6/view?usp=sharing

よろしくお願いします。

--
野方 純 (NOGATA,Jun) - mail: nogajun@gmail.com
                     - web: http://www.nofuture.tv/diary/

-- 
Unsubscribe instructions: E-mail to discuss+unsubscribe@ja.libreoffice.org
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/ja/discuss/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.