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

Ubuntu16.04のomniidl-pythonがインストールされている環境へomniidl-python3をインストール可能とする修正 #13

Closed n-kawauchi closed 4 years ago

n-kawauchi commented 4 years ago

Link to #12

OpenRTM-aist-Python 1.2.1 がインストールされている環境へ OpenRTM-aist-Python 1.2.2 をインストールし、作り直した omniidl-python3 がインストールされる動作を確認した。(テストリポジトリを使用)

$ dpkg -l | grep openrtm ii openrtm-aist-python 1.2.1-0 ii openrtm-aist-python-example 1.2.1-0

- /etc/apt/sources.list の設定をテストリポジトリ(150.29.99.185)へ切り替える
- 今回、apt upsate でハッシュサムが適合しませんのエラーが出たので、設定ファイルを削除した

$ sudo apt install omniidl-python3 openrtm-aist-python3 openrtm-aist-python3-example E: http://150.29.99.185/pub/Linux/ubuntu/dists/xenial/main/binary-amd64/omniidl-python3_4.2.4-0.1_all.deb の取得に失敗しました ハッシュサムが適合しません $ sudo rm -r /var/lib/apt/lists/* $ sudo apt update

- この後、インストール処理が正常に行われることを確認した

$ sudo apt install omniidl-python3 openrtm-aist-python3 openrtm-aist-python3-example $ dpkg -l | grep omni : ii omniidl-python3 4.2.4-0.1 ii omniorb-nameserver 4.2.4-0.1 ii python3-omniorb 4.2.4-0.1 ii python3-omniorb-omg 4.2.4-0.1

$ dpkg -l | grep openrtm ii openrtm-aist-python 1.2.1-0 ii openrtm-aist-python-example 1.2.1-0 ii openrtm-aist-python3 1.2.2-0 ii openrtm-aist-python3-example 1.2.2-0