Project

General

Profile

Actions

バグ #3100

closed

debパッケージ作成時のDependsにomniorb-nameserverを加える

Added by n.kawauchi over 9 years ago. Updated over 9 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
Start date:
02/27/2015
Due date:
% Done:

100%

Estimated time:

Description

一括インストールスクリプトを使って、C++版とPython版をインストールし、その後どちらかのバージョンをアンインストールすると、残った環境でネームサーバを起動できない

# ./pkg_install_debian.sh
# ./pkg_install_python_debian.sh
# ./pkg_install_python_debian.sh -u

この操作でomniorb-nameserverがアンインストールされてしまう

Actions #1

Updated by n.kawauchi over 9 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

omniorb-nameserverが無くてはOpenRTM-aist C++は動きませんということで、controlファイルのDependsに追加した。
合わせて、今まで一括インストールスクリプトに記述していたインストール指定を外した。

  • 動作確認 (同様の修正をOpenRTM-aist Python版に対しても行った後の確認結果)
    • C++版とPython版の組合せインストール・アンインストール動作
      例)Ubuntu14.04(trusty) 64bit環境 ・・・OK!
      
      $ sudo ./pkg_install_ubuntu.sh
      $ sudo ./pkg_install_python_ubuntu.sh
      $ sudo ./pkg_install_python_ubuntu.sh -u
      
      $ ps aux | grep omni
      root     10757  0.0  0.1  28968  3052 ?        Sl   15:31   0:00 /usr/bin/omniNames -errlog /var/log/omniorb-nameserver.log
        ⇒ネームサーバ起動している OK!
      
      $ sudo ./pkg_install_ubuntu.sh -u
      
      $ dpkg -l | grep openrtm
      rc  openrtm-aist:amd64            1.1.1-0
      rc  openrtm-aist-example:amd64    1.1.1-0
      
      $ dpkg -l | grep omniorb-nameserver
      rc  omniorb-nameserver            4.1.6-2
      
      $ ps aux | grep omni
       ⇒ネームサーバは起動していない!
      

      この他に、Ubuntu14.04(32bit), Ubuntu12.04(64/32bit), Debian7.0(64/32bit), Debian6.0(64/32bit) の各環境で動作を確認。
Actions #2

Updated by n-ando over 9 years ago

  • Status changed from 解決 to 終了
Actions

Also available in: Atom PDF