OpenRTM / omniORB_build_scripts

Contains patches for omniORB 4.2.4 and omniORBpy 4.2.4 for creating python3 deb packages.
0 stars 1 forks source link

Ubuntu18.04 でビルドできない #9

Closed n-ando closed 4 years ago

n-ando commented 4 years ago

ubuntu_1804 で bash u1804-build.sh でビルドすると、以下のエラーで停止する。

Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
lookup cache used 1983/65536 hits=9799 misses=2298
finished...

Generating documentation
doxygen /root/OpenRTM-aist-Python/OpenRTM_aist/docs/Doxyfile_jp
error: Return status of ['doxygen', '/root/OpenRTM-aist-Python/OpenRTM_aist/docs/Doxyfile_jp'] is 1
The command '/bin/sh -c python3 setup.py build  && python3 setup.py sdist' returned a non-zero code: 1
Unable to find image 'omniorb424-ubuntu1804:latest' locally
Error response from daemon: pull access denied for omniorb424-ubuntu1804, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Error: No such container:path: rtm-ubuntu1804:/root/artifacts
Error: No such container: rtm-ubuntu1804
n-kawauchi commented 4 years ago

Ubuntu18.04でのdoxygenエラーが出るようになったのですね、こちらの環境でも再現しました。 少なくとも 2020/04/13 まではビルドOKでした。生成したdocパッケージは下記にアップロード済みです。(openrtm-aist-python3-doc_1.2.2-0_all.deb) http://150.29.99.185/pub/Linux/ubuntu/dists/bionic/main/binary-amd64/

18.04の後にビルドスクリプトを整備した16.04、20.04ではdoxygenエラーになるため、docパッケージ生成処理を外しています。 18.04でも同様にする修正でPRを作成します。