◆まずpipをインストールする。 $ sudo apt install python-pip [sudo] xxxx のパスワード: パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libexpat1-dev libpython-all-dev libpython-dev libpython2.7-dev python-all python-all-dev python-dev python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7-dev 提案パッケージ: python-setuptools-doc 以下のパッケージが新たにインストールされます: libexpat1-dev libpython-all-dev libpython-dev libpython2.7-dev python-all python-all-dev python-dev .../python-pkg-resources_20.7.0-1_all.deb を展開する準備をしています ... python-pkg-resources (20.7.0-1) を展開しています... 以前に未選択のパッケージ python-setuptools を選択しています。 .../python-setuptools_20.7.0-1_all.deb を展開する準備をしています ... python-setuptools (20.7.0-1) を展開しています... 以前に未選択のパッケージ python-wheel を選択しています。 .../python-wheel_0.29.0-1_all.deb を展開する準備をしています ... python-wheel (0.29.0-1) を展開しています... doc-base (0.10.7) のトリガを処理しています ... doc-base ファイルを 1 個追加 を処理中... scrollkeeper をドキュメントとして登録しています... man-db (2.7.5-1) のトリガを処理しています ... libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) を設定しています ... libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) を設定しています ... libpython-dev:amd64 (2.7.12-1~16.04) を設定しています ... libpython-all-dev:amd64 (2.7.12-1~16.04) を設定しています ... python-all (2.7.12-1~16.04) を設定しています ... python2.7-dev (2.7.12-1ubuntu0~16.04.3) を設定しています ... python-dev (2.7.12-1~16.04) を設定しています ... python-all-dev (2.7.12-1~16.04) を設定しています ... python-pip-whl (8.1.1-2ubuntu0.4) を設定しています ... python-pip (8.1.1-2ubuntu0.4) を設定しています ... python-pkg-resources (20.7.0-1) を設定しています ... python-setuptools (20.7.0-1) を設定しています ... python-wheel (0.29.0-1) を設定しています ... kanri@buna:~$ sudo -H pip install --upgrade pip Collecting pip Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB) 100% |████████████████████████████████| 1.3MB 1.1MB/s Installing collected packages: pip Found existing installation: pip 8.1.1 Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr Successfully installed pip-10.0.1 $ sudo apt-get update ヒット:1 http://jp.archive.ubuntu.com/ubuntu xenial InRelease ヒット:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates InRelease ヒット:3 http://archive.ubuntulinux.jp/ubuntu xenial InRelease 無視:4 http://archive.ubuntulinux.jp/ubuntu-ja-non-free xenial InRelease ヒット:5 http://archive.ubuntulinux.jp/ubuntu-ja-non-free xenial Release 取得:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 取得:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [67.5 kB] 取得:9 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [68.0 kB] 取得:10 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [107 kB] 取得:11 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [147 kB] 496 kB を 2秒 で取得しました (215 kB/s) パッケージリストを読み込んでいます... 完了 $ sudo -H pip install pybombs Collecting pybombs Downloading https://files.pythonhosted.org/packages/f1/40/b820ecd701ffe7a222815769b372c4626f1122d70f0bdd3fb28976e8c7f6/PyBOMBS-2.3.2.tar.gz (75kB) 100% |████████████████████████████████| 81kB 3.5MB/s Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from pybombs) (20.7.0) Collecting requests (from pybombs) Downloading https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl (88kB) 100% |████████████████████████████████| 92kB 5.2MB/s Collecting six (from pybombs) Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Collecting future (from pybombs) Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB) 100% |████████████████████████████████| 829kB 4.7MB/s Collecting ruamel.yaml (from pybombs) Downloading https://files.pythonhosted.org/packages/0e/27/40c3af76e767285917319531f885109ad7bcb6a2715fe5116a9931219a26/ruamel.yaml-0.15.37-cp27-cp27mu-manylinux1_x86_64.whl (589kB) 100% |████████████████████████████████| 593kB 5.7MB/s Collecting certifi>=2017.4.17 (from requests->pybombs) Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB) 100% |████████████████████████████████| 153kB 6.8MB/s Collecting chardet<3.1.0,>=3.0.2 (from requests->pybombs) Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) 100% |████████████████████████████████| 143kB 8.0MB/s Collecting idna<2.7,>=2.5 (from requests->pybombs) Downloading https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl (56kB) 100% |████████████████████████████████| 61kB 10.5MB/s Collecting urllib3<1.23,>=1.21.1 (from requests->pybombs) Downloading https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl (132kB) 100% |████████████████████████████████| 133kB 5.7MB/s Collecting ruamel.ordereddict; platform_python_implementation == "CPython" and python_version <= "2.7" (from ruamel.yaml->pybombs) Downloading https://files.pythonhosted.org/packages/f3/2c/fa6d75dc459b371ed3b88fdbf8042785ce1655073c884fd97bdbb9f48e01/ruamel.ordereddict-0.4.13-cp27-cp27mu-manylinux1_x86_64.whl (99kB) 100% |████████████████████████████████| 102kB 7.4MB/s Building wheels for collected packages: pybombs, future Running setup.py bdist_wheel for pybombs ... done Stored in directory: /root/.cache/pip/wheels/a8/16/6e/6b349a509c6902f601e84a55eb491a5ee0df068129a3481767 Running setup.py bdist_wheel for future ... done Stored in directory: /root/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a Successfully built pybombs future Installing collected packages: certifi, chardet, idna, urllib3, requests, six, future, ruamel.ordereddict, ruamel.yaml, pybombs Successfully installed certifi-2018.4.16 chardet-3.0.4 future-0.16.0 idna-2.6 pybombs-2.3.2 requests-2.18.4 ruamel.ordereddict-0.4.13 ruamel.yaml-0.15.37 six-1.11.0 urllib3-1.22 上記のように、昨日と違ってpybombsのインストールがすんなり完了した。 $ mkdir prefix $ ls Desktop Documents Downloads Music Pictures Public Templates Videos examples.desktop prefix ◆ちなみに、cheetahをアップグレードしてみると...cheetah-2.4.4が下記のようにインストールされていた。 $ sudo -H pip install --upgrade cheetah Collecting cheetah Downloading https://files.pythonhosted.org/packages/cd/b0/c2d700252fc251e91c08639ff41a8a5203b627f4e0a2ae18a6b662ab32ea/Cheetah-2.4.4.tar.gz (190kB) 100% |████████████████████████████████| 194kB 6.0MB/s Collecting Markdown>=2.0.1 (from cheetah) Downloading https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl (78kB) 100% |████████████████████████████████| 81kB 6.9MB/s Building wheels for collected packages: cheetah Running setup.py bdist_wheel for cheetah ... done Stored in directory: /root/.cache/pip/wheels/27/8d/d0/7cee58a5a59f3c305cb1117416530229231440293e565030ff Successfully built cheetah Installing collected packages: Markdown, cheetah Successfully installed Markdown-2.6.11 cheetah-2.4.4 ◆念のため、もう一度 pybomsをインストールしてみる。 $ sudo -H pip install pybombs Requirement already satisfied: pybombs in /usr/local/lib/python2.7/dist-packages (2.3.2) Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from pybombs) (1.11.0) Requirement already satisfied: ruamel.yaml in /usr/local/lib/python2.7/dist-packages (from pybombs) (0.15.37) Requirement already satisfied: future in /usr/local/lib/python2.7/dist-packages (from pybombs) (0.16.0) Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from pybombs) (20.7.0) Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages (from pybombs) (2.18.4) Requirement already satisfied: ruamel.ordereddict; platform_python_implementation == "CPython" and python_version <= "2.7" in /usr/local/lib/python2.7/dist-packages (from ruamel.yaml->pybombs) (0.4.13) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/dist-packages (from requests->pybombs) (2018.4.16) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/dist-packages (from requests->pybombs) (3.0.4) Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python2.7/dist-packages (from requests->pybombs) (2.6) Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python2.7/dist-packages (from requests->pybombs) (1.22) $ pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git PyBOMBS - INFO - PyBOMBS Version 2.3.2 PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: git git-man liberror-perl 提案パッケージ: git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn 以下のパッケージが新たにインストールされます: git git-core git-man liberror-perl アップグレード: 0 個、新規インストール: 4 個、削除: 0 個、保留: 4 個。 3,859 kB のアーカイブを取得する必要があります。 この操作後に追加で 25.6 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.3 [736 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.3 [3,102 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-core all 1:2.7.4-0ubuntu1.3 [1,460 B] 3,859 kB を 0秒 で取得しました (3,928 kB/s) 以前に未選択のパッケージ liberror-perl を選択しています。 (データベースを読み込んでいます ... 現在 217014 個のファイルとディレクトリがインストールされています。) .../liberror-perl_0.17-1.2_all.deb を展開する準備をしています ... liberror-perl (0.17-1.2) を展開しています... 以前に未選択のパッケージ git-man を選択しています。 .../git-man_1%3a2.7.4-0ubuntu1.3_all.deb を展開する準備をしています ... git-man (1:2.7.4-0ubuntu1.3) を展開しています... 以前に未選択のパッケージ git を選択しています。 .../git_1%3a2.7.4-0ubuntu1.3_amd64.deb を展開する準備をしています ... git (1:2.7.4-0ubuntu1.3) を展開しています... 以前に未選択のパッケージ git-core を選択しています。 .../git-core_1%3a2.7.4-0ubuntu1.3_all.deb を展開する準備をしています ... git-core (1:2.7.4-0ubuntu1.3) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... liberror-perl (0.17-1.2) を設定しています ... git-man (1:2.7.4-0ubuntu1.3) を設定しています ... git (1:2.7.4-0ubuntu1.3) を設定しています ... git-core (1:2.7.4-0ubuntu1.3) を設定しています ... Cloning: (100%) [==========================================================================================] ◆GNU Radioをビルドする。途中でエラーも出るが、最終的にビルドは成功した。 $ pybombs prefix init -a default prefix/default/ -R gnuradio-default PyBOMBS - INFO - PyBOMBS Version 2.3.2 PyBOMBS.prefix - INFO - Creating directory `/home/kanri/prefix/default' PyBOMBS.ConfigManager - INFO - Creating new config file /home/kanri/prefix/default/.pybombs/config.yml PyBOMBS.prefix - INFO - Installing default packages for prefix... PyBOMBS.prefix - INFO - - gnuradio PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing binary packages: [sudo] kanri のパスワード: パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: autotools-dev icu-devtools libboost-atomic-dev libboost-atomic1.58-dev libboost-atomic1.58.0 libboost-chrono-dev libboost-chrono1.58-dev libboost-chrono1.58.0 libboost-context-dev libboost-context1.58-dev libboost-context1.58.0 libboost-coroutine-dev libboost-coroutine1.58-dev libboost-coroutine1.58.0 libboost-date-time-dev libboost-date-time1.58-dev libboost-dev libboost-exception-dev libboost-exception1.58-dev libboost-filesystem-dev libboost-filesystem1.58-dev libboost-graph-dev libboost-graph-parallel-dev libboost-graph-parallel1.58-dev libboost-graph-parallel1.58.0 libboost-graph1.58-dev libboost-graph1.58.0 libboost-iostreams-dev libboost-iostreams1.58-dev libboost-locale-dev libboost-locale1.58-dev libboost-locale1.58.0 libboost-log-dev libboost-log1.58-dev libboost-log1.58.0 libboost-math-dev libboost-math1.58-dev libboost-math1.58.0 libboost-mpi-dev libboost-mpi-python-dev libboost-mpi-python1.58-dev libboost-mpi-python1.58.0 libboost-mpi1.58-dev libboost-mpi1.58.0 libboost-program-options-dev libboost-program-options1.58-dev libboost-program-options1.58.0 libboost-python-dev libboost-python1.58-dev libboost-python1.58.0 libboost-random-dev libboost-random1.58-dev libboost-random1.58.0 libboost-regex-dev libboost-regex1.58-dev libboost-regex1.58.0 libboost-serialization-dev libboost-serialization1.58-dev libboost-serialization1.58.0 libboost-signals-dev libboost-signals1.58-dev libboost-signals1.58.0 libboost-system-dev libboost-system1.58-dev libboost-test-dev libboost-test1.58-dev libboost-test1.58.0 libboost-thread-dev libboost-thread1.58-dev libboost-thread1.58.0 libboost-timer-dev libboost-timer1.58-dev libboost-timer1.58.0 libboost-tools-dev libboost-wave-dev libboost-wave1.58-dev libboost-wave1.58.0 libboost1.58-dev libboost1.58-tools-dev libhwloc-dev libhwloc-plugins libhwloc5 libibverbs-dev libibverbs1 libicu-dev libltdl-dev libnuma-dev libopenmpi-dev libopenmpi1.10 libtool mpi-default-bin mpi-default-dev ocl-icd-libopencl1 openmpi-bin openmpi-common 提案パッケージ: libboost-doc graphviz libboost1.58-doc gccxml libmpfrc++-dev libntl-dev xsltproc doxygen docbook-xsl default-jdk fop libhwloc-contrib-plugins icu-doc libtool-doc opennmpi-doc autoconf automaken gfortran | fortran95-compiler gcj-jdk opencl-icd gfortran openmpi-checkpoint 以下のパッケージが新たにインストールされます: autotools-dev icu-devtools libboost-all-dev libboost-atomic-dev libboost-atomic1.58-dev libboost-atomic1.58.0 libboost-chrono-dev libboost-chrono1.58-dev libboost-chrono1.58.0 libboost-context-dev libboost-context1.58-dev libboost-context1.58.0 libboost-coroutine-dev libboost-coroutine1.58-dev libboost-coroutine1.58.0 libboost-date-time-dev libboost-date-time1.58-dev libboost-dev libboost-exception-dev libboost-exception1.58-dev libboost-filesystem-dev libboost-filesystem1.58-dev libboost-graph-dev libboost-graph-parallel-dev libboost-graph-parallel1.58-dev libboost-graph-parallel1.58.0 libboost-graph1.58-dev libboost-graph1.58.0 libboost-iostreams-dev libboost-iostreams1.58-dev libboost-locale-dev libboost-locale1.58-dev libboost-locale1.58.0 libboost-log-dev libboost-log1.58-dev libboost-log1.58.0 libboost-math-dev libboost-math1.58-dev libboost-math1.58.0 libboost-mpi-dev libboost-mpi-python-dev libboost-mpi-python1.58-dev libboost-mpi-python1.58.0 libboost-mpi1.58-dev libboost-mpi1.58.0 libboost-program-options-dev libboost-program-options1.58-dev libboost-program-options1.58.0 libboost-python-dev libboost-python1.58-dev libboost-python1.58.0 libboost-random-dev libboost-random1.58-dev libboost-random1.58.0 libboost-regex-dev libboost-regex1.58-dev libboost-regex1.58.0 libboost-serialization-dev libboost-serialization1.58-dev libboost-serialization1.58.0 libboost-signals-dev libboost-signals1.58-dev libboost-signals1.58.0 libboost-system-dev libboost-system1.58-dev libboost-test-dev libboost-test1.58-dev libboost-test1.58.0 libboost-thread-dev libboost-thread1.58-dev libboost-thread1.58.0 libboost-timer-dev libboost-timer1.58-dev libboost-timer1.58.0 libboost-tools-dev libboost-wave-dev libboost-wave1.58-dev libboost-wave1.58.0 libboost1.58-dev libboost1.58-tools-dev libhwloc-dev libhwloc-plugins libhwloc5 libibverbs-dev libibverbs1 libicu-dev libltdl-dev libnuma-dev libopenmpi-dev libopenmpi1.10 libtool mpi-default-bin mpi-default-dev ocl-icd-libopencl1 openmpi-bin openmpi-common アップグレード: 0 個、新規インストール: 96 個、削除: 0 個、保留: 4 個。 26.0 MB のアーカイブを取得する必要があります。 この操作後に追加で 233 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [6,222 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libboost-dev amd64 1.58.0.1ubuntu1 [3,134 B] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost1.58-tools-dev amd64 1.58.0+dfsg-5ubuntu3.1 [1,140 kB] 取得:6 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-tools-dev amd64 1.58.0.1ubuntu1 [2,974 B] 取得:7 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-atomic1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [7,120 B] 取得:8 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-atomic1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [5,026 B] 取得:9 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-atomic-dev amd64 1.58.0.1ubuntu1 [3,104 B] 取得:10 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-chrono1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [13.2 kB] 取得:11 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-chrono1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [15.6 kB] 取得:12 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-chrono-dev amd64 1.58.0.1ubuntu1 [3,422 B] 取得:13 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] 取得:14 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-context1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [18.9 kB] 取得:15 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-context1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [19.0 kB] 取得:16 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-context-dev amd64 1.58.0.1ubuntu1 [2,994 B] 取得:17 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-coroutine1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [20.2 kB] 取得:18 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-coroutine1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [21.0 kB] 取得:19 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-coroutine-dev amd64 1.58.0.1ubuntu1 [3,070 B] 取得:20 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-serialization1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [113 kB] 取得:21 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-serialization1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [147 kB] 取得:22 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-date-time1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [27.4 kB] 取得:23 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-date-time-dev amd64 1.58.0.1ubuntu1 [2,800 B] 取得:24 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-exception1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [4,456 B] 取得:25 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-exception-dev amd64 1.58.0.1ubuntu1 [2,792 B] 取得:26 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-system1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [8,526 B] 取得:27 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-filesystem1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [46.4 kB] 取得:28 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-filesystem-dev amd64 1.58.0.1ubuntu1 [2,826 B] 取得:29 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-regex1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [261 kB] 取得:30 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [94.2 kB] 取得:31 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-test1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [188 kB] 取得:32 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-test1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [232 kB] 取得:33 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [104 kB] 取得:34 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-graph-dev amd64 1.58.0.1ubuntu1 [2,886 B] 取得:35 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc5 amd64 1.11.2-3 [99.5 kB] 取得:36 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs1 amd64 1.1.8-1.1ubuntu2 [25.0 kB] 取得:37 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenmpi1.10 amd64 1.10.2-8ubuntu1 [2,025 kB] 取得:38 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.8 kB] 取得:39 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph-parallel1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [72.6 kB] 取得:40 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph-parallel1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [78.9 kB] 取得:41 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-graph-parallel-dev amd64 1.58.0.1ubuntu1 [2,932 B] 取得:42 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] 取得:43 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-regex1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [322 kB] 取得:44 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-iostreams1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [36.2 kB] 取得:45 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-iostreams-dev amd64 1.58.0.1ubuntu1 [2,784 B] 取得:46 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-locale1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [242 kB] 取得:47 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-locale1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [331 kB] 取得:48 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-locale-dev amd64 1.58.0.1ubuntu1 [3,128 B] 取得:49 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-log1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [422 kB] 取得:50 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-thread1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [48.8 kB] 取得:51 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-log1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [533 kB] 取得:52 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-log-dev amd64 1.58.0.1ubuntu1 [2,986 B] 取得:53 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-math1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [291 kB] 取得:54 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-math1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [829 kB] 取得:55 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-math-dev amd64 1.58.0.1ubuntu1 [2,998 B] 取得:56 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 openmpi-common all 1.10.2-8ubuntu1 [129 kB] 取得:57 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs-dev amd64 1.1.8-1.1ubuntu2 [77.6 kB] 取得:58 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnuma-dev amd64 2.0.11-1ubuntu1.1 [31.5 kB] 取得:59 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] 取得:60 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc-dev amd64 1.11.2-3 [155 kB] 取得:61 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenmpi-dev amd64 1.10.2-8ubuntu1 [537 kB] 取得:62 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 mpi-default-dev amd64 1.4 [4,154 B] 取得:63 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [147 kB] 取得:64 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-mpi-dev amd64 1.58.0.1ubuntu1 [2,876 B] 取得:65 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-python1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [120 kB] 取得:66 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 openmpi-bin amd64 1.10.2-8ubuntu1 [100 kB] 取得:67 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 mpi-default-bin amd64 1.4 [3,370 B] 取得:68 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi-python1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [220 kB] 取得:69 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi-python1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [27.0 kB] 取得:70 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-mpi-python-dev amd64 1.58.0.1ubuntu1 [2,912 B] 取得:71 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [138 kB] 取得:72 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [171 kB] 取得:73 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libboost-program-options-dev amd64 1.58.0.1ubuntu1 [2,808 B] 取得:74 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-python1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [149 kB] 取得:75 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-python-dev amd64 1.58.0.1ubuntu1 [3,170 B] 取得:76 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] 取得:77 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-random1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [11.1 kB] 取得:78 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-random-dev amd64 1.58.0.1ubuntu1 [2,790 B] 取得:79 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-regex-dev amd64 1.58.0.1ubuntu1 [3,058 B] 取得:80 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-serialization-dev amd64 1.58.0.1ubuntu1 [3,026 B] 取得:81 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-signals1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [31.5 kB] 取得:82 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-signals1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [34.8 kB] 取得:83 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-signals-dev amd64 1.58.0.1ubuntu1 [2,856 B] 取得:84 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-system-dev amd64 1.58.0.1ubuntu1 [2,930 B] 取得:85 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-test-dev amd64 1.58.0.1ubuntu1 [2,830 B] 取得:86 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-thread-dev amd64 1.58.0.1ubuntu1 [2,818 B] 取得:87 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-timer1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [10.2 kB] 取得:88 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-timer1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [9,632 B] 取得:89 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-timer-dev amd64 1.58.0.1ubuntu1 [2,922 B] 取得:90 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-wave1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [184 kB] 取得:91 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-wave1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [245 kB] 取得:92 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-wave-dev amd64 1.58.0.1ubuntu1 [2,838 B] 取得:93 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-all-dev amd64 1.58.0.1ubuntu1 [2,228 B] 取得:94 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] 取得:95 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 ocl-icd-libopencl1 amd64 2.2.8-1 [29.7 kB] 取得:96 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc-plugins amd64 1.11.2-3 [13.2 kB] 26.0 MB を 7秒 で取得しました (3,359 kB/s) パッケージからテンプレートを展開しています: 100% 以前に未選択のパッケージ autotools-dev を選択しています。 (データベースを読み込んでいます ... 現在 217830 個のファイルとディレクトリがインストールされています。) .../autotools-dev_20150820.1_all.deb を展開する準備をしています ... autotools-dev (20150820.1) を展開しています... 以前に未選択のパッケージ icu-devtools を選択しています。 .../icu-devtools_55.1-7ubuntu0.4_amd64.deb を展開する準備をしています ... icu-devtools (55.1-7ubuntu0.4) を展開しています... 以前に未選択のパッケージ libboost1.58-dev:amd64 を選択しています。 .../libboost1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-dev:amd64 を選択しています。 .../libboost-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost1.58-tools-dev を選択しています。 .../libboost1.58-tools-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost1.58-tools-dev (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-tools-dev を選択しています。 .../libboost-tools-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-tools-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-atomic1.58.0:amd64 を選択しています。 .../libboost-atomic1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-atomic1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-atomic1.58-dev:amd64 を選択しています。 .../libboost-atomic1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-atomic1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-atomic-dev:amd64 を選択しています。 .../libboost-atomic-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-atomic-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-chrono1.58.0:amd64 を選択しています。 .../libboost-chrono1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-chrono1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-chrono1.58-dev:amd64 を選択しています。 .../libboost-chrono1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-chrono1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-chrono-dev:amd64 を選択しています。 .../libboost-chrono-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-chrono-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-thread1.58.0:amd64 を選択しています。 .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-context1.58.0:amd64 を選択しています。 .../libboost-context1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-context1.58-dev:amd64 を選択しています。 .../libboost-context1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-context1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-context-dev:amd64 を選択しています。 .../libboost-context-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-context-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-coroutine1.58.0:amd64 を選択しています。 .../libboost-coroutine1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-coroutine1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-coroutine1.58-dev:amd64 を選択しています。 .../libboost-coroutine1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-coroutine1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-coroutine-dev:amd64 を選択しています。 .../libboost-coroutine-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-coroutine-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-serialization1.58.0:amd64 を選択しています。 .../libboost-serialization1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-serialization1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-serialization1.58-dev:amd64 を選択しています。 .../libboost-serialization1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-serialization1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-date-time1.58-dev:amd64 を選択しています。 .../libboost-date-time1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-date-time1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-date-time-dev:amd64 を選択しています。 .../libboost-date-time-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-date-time-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-exception1.58-dev:amd64 を選択しています。 .../libboost-exception1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-exception1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-exception-dev:amd64 を選択しています。 .../libboost-exception-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-exception-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-system1.58-dev:amd64 を選択しています。 .../libboost-system1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-system1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-filesystem1.58-dev:amd64 を選択しています。 .../libboost-filesystem1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-filesystem1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-filesystem-dev:amd64 を選択しています。 .../libboost-filesystem-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-filesystem-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-regex1.58.0:amd64 を選択しています。 .../libboost-regex1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-graph1.58.0:amd64 を選択しています。 .../libboost-graph1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-graph1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-test1.58.0:amd64 を選択しています。 .../libboost-test1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-test1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-test1.58-dev:amd64 を選択しています。 .../libboost-test1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-test1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-graph1.58-dev:amd64 を選択しています。 .../libboost-graph1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-graph1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-graph-dev:amd64 を選択しています。 .../libboost-graph-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-graph-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libhwloc5:amd64 を選択しています。 .../libhwloc5_1.11.2-3_amd64.deb を展開する準備をしています ... libhwloc5:amd64 (1.11.2-3) を展開しています... 以前に未選択のパッケージ libibverbs1 を選択しています。 .../libibverbs1_1.1.8-1.1ubuntu2_amd64.deb を展開する準備をしています ... libibverbs1 (1.1.8-1.1ubuntu2) を展開しています... 以前に未選択のパッケージ libopenmpi1.10 を選択しています。 .../libopenmpi1.10_1.10.2-8ubuntu1_amd64.deb を展開する準備をしています ... libopenmpi1.10 (1.10.2-8ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-mpi1.58.0 を選択しています。 .../libboost-mpi1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-mpi1.58.0 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-graph-parallel1.58.0 を選択しています。 .../libboost-graph-parallel1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-graph-parallel1.58.0 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-graph-parallel1.58-dev を選択しています。 .../libboost-graph-parallel1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-graph-parallel1.58-dev (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-graph-parallel-dev を選択しています。 .../libboost-graph-parallel-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-graph-parallel-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libicu-dev:amd64 を選択しています。 .../libicu-dev_55.1-7ubuntu0.4_amd64.deb を展開する準備をしています ... libicu-dev:amd64 (55.1-7ubuntu0.4) を展開しています... 以前に未選択のパッケージ libboost-regex1.58-dev:amd64 を選択しています。 .../libboost-regex1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-regex1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-iostreams1.58-dev:amd64 を選択しています。 .../libboost-iostreams1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-iostreams1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-iostreams-dev:amd64 を選択しています。 .../libboost-iostreams-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-iostreams-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-locale1.58.0:amd64 を選択しています。 .../libboost-locale1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-locale1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-locale1.58-dev:amd64 を選択しています。 .../libboost-locale1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-locale1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-locale-dev:amd64 を選択しています。 .../libboost-locale-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-locale-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-log1.58.0 を選択しています。 .../libboost-log1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-log1.58.0 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-thread1.58-dev:amd64 を選択しています。 .../libboost-thread1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-thread1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-log1.58-dev を選択しています。 .../libboost-log1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-log1.58-dev (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-log-dev を選択しています。 .../libboost-log-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-log-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-math1.58.0:amd64 を選択しています。 .../libboost-math1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-math1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-math1.58-dev:amd64 を選択しています。 .../libboost-math1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-math1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-math-dev:amd64 を選択しています。 .../libboost-math-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-math-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ openmpi-common を選択しています。 .../openmpi-common_1.10.2-8ubuntu1_all.deb を展開する準備をしています ... openmpi-common (1.10.2-8ubuntu1) を展開しています... 以前に未選択のパッケージ libibverbs-dev を選択しています。 .../libibverbs-dev_1.1.8-1.1ubuntu2_amd64.deb を展開する準備をしています ... libibverbs-dev (1.1.8-1.1ubuntu2) を展開しています... 以前に未選択のパッケージ libnuma-dev:amd64 を選択しています。 .../libnuma-dev_2.0.11-1ubuntu1.1_amd64.deb を展開する準備をしています ... libnuma-dev:amd64 (2.0.11-1ubuntu1.1) を展開しています... 以前に未選択のパッケージ libltdl-dev:amd64 を選択しています。 .../libltdl-dev_2.4.6-0.1_amd64.deb を展開する準備をしています ... libltdl-dev:amd64 (2.4.6-0.1) を展開しています... 以前に未選択のパッケージ libhwloc-dev:amd64 を選択しています。 .../libhwloc-dev_1.11.2-3_amd64.deb を展開する準備をしています ... libhwloc-dev:amd64 (1.11.2-3) を展開しています... 以前に未選択のパッケージ libopenmpi-dev を選択しています。 .../libopenmpi-dev_1.10.2-8ubuntu1_amd64.deb を展開する準備をしています ... libopenmpi-dev (1.10.2-8ubuntu1) を展開しています... 以前に未選択のパッケージ mpi-default-dev を選択しています。 .../mpi-default-dev_1.4_amd64.deb を展開する準備をしています ... mpi-default-dev (1.4) を展開しています... 以前に未選択のパッケージ libboost-mpi1.58-dev を選択しています。 .../libboost-mpi1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-mpi1.58-dev (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-mpi-dev を選択しています。 .../libboost-mpi-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-mpi-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-python1.58.0 を選択しています。 .../libboost-python1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ openmpi-bin を選択しています。 .../openmpi-bin_1.10.2-8ubuntu1_amd64.deb を展開する準備をしています ... openmpi-bin (1.10.2-8ubuntu1) を展開しています... 以前に未選択のパッケージ mpi-default-bin を選択しています。 .../mpi-default-bin_1.4_amd64.deb を展開する準備をしています ... mpi-default-bin (1.4) を展開しています... 以前に未選択のパッケージ libboost-mpi-python1.58.0 を選択しています。 .../libboost-mpi-python1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-mpi-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-mpi-python1.58-dev を選択しています。 .../libboost-mpi-python1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-mpi-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-mpi-python-dev を選択しています。 .../libboost-mpi-python-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-mpi-python-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-program-options1.58.0:amd64 を選択しています。 .../libboost-program-options1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-program-options1.58-dev:amd64 を選択しています。 .../libboost-program-options1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-program-options1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-program-options-dev:amd64 を選択しています。 .../libboost-program-options-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-program-options-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-python1.58-dev を選択しています。 .../libboost-python1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-python-dev を選択しています。 .../libboost-python-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-python-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-random1.58.0:amd64 を選択しています。 .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-random1.58-dev:amd64 を選択しています。 .../libboost-random1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-random1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-random-dev:amd64 を選択しています。 .../libboost-random-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-random-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-regex-dev:amd64 を選択しています。 .../libboost-regex-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-regex-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-serialization-dev:amd64 を選択しています。 .../libboost-serialization-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-serialization-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-signals1.58.0:amd64 を選択しています。 .../libboost-signals1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-signals1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-signals1.58-dev:amd64 を選択しています。 .../libboost-signals1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-signals1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-signals-dev:amd64 を選択しています。 .../libboost-signals-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-signals-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-system-dev:amd64 を選択しています。 .../libboost-system-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-system-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-test-dev:amd64 を選択しています。 .../libboost-test-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-test-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-thread-dev:amd64 を選択しています。 .../libboost-thread-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-thread-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-timer1.58.0:amd64 を選択しています。 .../libboost-timer1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-timer1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-timer1.58-dev:amd64 を選択しています。 .../libboost-timer1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-timer1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-timer-dev:amd64 を選択しています。 .../libboost-timer-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-timer-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-wave1.58.0:amd64 を選択しています。 .../libboost-wave1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-wave1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-wave1.58-dev:amd64 を選択しています。 .../libboost-wave1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb を展開する準備をしています ... libboost-wave1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を展開しています... 以前に未選択のパッケージ libboost-wave-dev:amd64 を選択しています。 .../libboost-wave-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-wave-dev:amd64 (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libboost-all-dev を選択しています。 .../libboost-all-dev_1.58.0.1ubuntu1_amd64.deb を展開する準備をしています ... libboost-all-dev (1.58.0.1ubuntu1) を展開しています... 以前に未選択のパッケージ libtool を選択しています。 .../libtool_2.4.6-0.1_all.deb を展開する準備をしています ... libtool (2.4.6-0.1) を展開しています... 以前に未選択のパッケージ ocl-icd-libopencl1:amd64 を選択しています。 .../ocl-icd-libopencl1_2.2.8-1_amd64.deb を展開する準備をしています ... ocl-icd-libopencl1:amd64 (2.2.8-1) を展開しています... 以前に未選択のパッケージ libhwloc-plugins を選択しています。 .../libhwloc-plugins_1.11.2-3_amd64.deb を展開する準備をしています ... libhwloc-plugins (1.11.2-3) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... doc-base (0.10.7) のトリガを処理しています ... doc-base ファイルを 1 個追加 を処理中... scrollkeeper をドキュメントとして登録しています... autotools-dev (20150820.1) を設定しています ... icu-devtools (55.1-7ubuntu0.4) を設定しています ... libboost1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost1.58-tools-dev (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-tools-dev (1.58.0.1ubuntu1) を設定しています ... libboost-atomic1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-atomic1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-atomic-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-chrono1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-chrono1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-chrono-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-context1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-context-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-coroutine1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-coroutine1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-coroutine-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-serialization1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-serialization1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-date-time1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-date-time-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-exception1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-exception-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-system1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-filesystem1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-filesystem-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-graph1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-test1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-test1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-graph1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-graph-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libhwloc5:amd64 (1.11.2-3) を設定しています ... libibverbs1 (1.1.8-1.1ubuntu2) を設定しています ... libopenmpi1.10 (1.10.2-8ubuntu1) を設定しています ... libboost-mpi1.58.0 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-graph-parallel1.58.0 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-graph-parallel1.58-dev (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-graph-parallel-dev (1.58.0.1ubuntu1) を設定しています ... libicu-dev:amd64 (55.1-7ubuntu0.4) を設定しています ... libboost-regex1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-iostreams1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-iostreams-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-locale1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-locale1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-locale-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-log1.58.0 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-thread1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-log1.58-dev (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-log-dev (1.58.0.1ubuntu1) を設定しています ... libboost-math1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-math1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-math-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... openmpi-common (1.10.2-8ubuntu1) を設定しています ... libibverbs-dev (1.1.8-1.1ubuntu2) を設定しています ... libnuma-dev:amd64 (2.0.11-1ubuntu1.1) を設定しています ... libltdl-dev:amd64 (2.4.6-0.1) を設定しています ... libhwloc-dev:amd64 (1.11.2-3) を設定しています ... libopenmpi-dev (1.10.2-8ubuntu1) を設定しています ... update-alternatives: /usr/include/mpi (mpi) を提供するために自動モードで /usr/lib/openmpi/include を使います mpi-default-dev (1.4) を設定しています ... libboost-mpi1.58-dev (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-mpi-dev (1.58.0.1ubuntu1) を設定しています ... libboost-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... openmpi-bin (1.10.2-8ubuntu1) を設定しています ... update-alternatives: /usr/bin/mpirun (mpirun) を提供するために自動モードで /usr/bin/mpirun.openmpi を使います mpi-default-bin (1.4) を設定しています ... libboost-mpi-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-mpi-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-mpi-python-dev (1.58.0.1ubuntu1) を設定しています ... libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-program-options1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-program-options-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-python-dev (1.58.0.1ubuntu1) を設定しています ... libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-random1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-random-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-regex-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-serialization-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-signals1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-signals1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-signals-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-system-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-test-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-thread-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-timer1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-timer1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-timer-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-wave1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-wave1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) を設定しています ... libboost-wave-dev:amd64 (1.58.0.1ubuntu1) を設定しています ... libboost-all-dev (1.58.0.1ubuntu1) を設定しています ... libtool (2.4.6-0.1) を設定しています ... ocl-icd-libopencl1:amd64 (2.2.8-1) を設定しています ... libhwloc-plugins (1.11.2-3) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libfftw3-long3 提案パッケージ: libfftw3-bin libfftw3-dev 以下のパッケージが新たにインストールされます: libfftw3-3 libfftw3-long3 アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 308 kB のアーカイブを取得する必要があります。 この操作後に追加で 1,069 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libfftw3-3 amd64 3.3.4-2ubuntu1 [1,724 B] 308 kB を 0秒 で取得しました (2,616 kB/s) 以前に未選択のパッケージ libfftw3-long3:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 231968 個のファイルとディレクトリがインストールされています。) .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb を展開する準備をしています ... libfftw3-long3:amd64 (3.3.4-2ubuntu1) を展開しています... 以前に未選択のパッケージ libfftw3-3:amd64 を選択しています。 .../libfftw3-3_3.3.4-2ubuntu1_amd64.deb を展開する準備をしています ... libfftw3-3:amd64 (3.3.4-2ubuntu1) を展開しています... libfftw3-long3:amd64 (3.3.4-2ubuntu1) を設定しています ... libfftw3-3:amd64 (3.3.4-2ubuntu1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libfftw3-bin libfftw3-quad3 提案パッケージ: libfftw3-doc 以下のパッケージが新たにインストールされます: libfftw3-bin libfftw3-dev libfftw3-quad3 アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 4 個。 2,686 kB のアーカイブを取得する必要があります。 この操作後に追加で 18.5 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] 2,686 kB を 0秒 で取得しました (4,204 kB/s) 以前に未選択のパッケージ libfftw3-quad3:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 231986 個のファイルとディレクトリがインストールされています。) .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb を展開する準備をしています ... libfftw3-quad3:amd64 (3.3.4-2ubuntu1) を展開しています... 以前に未選択のパッケージ libfftw3-bin を選択しています。 .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb を展開する準備をしています ... libfftw3-bin (3.3.4-2ubuntu1) を展開しています... 以前に未選択のパッケージ libfftw3-dev:amd64 を選択しています。 .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb を展開する準備をしています ... libfftw3-dev:amd64 (3.3.4-2ubuntu1) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... libfftw3-quad3:amd64 (3.3.4-2ubuntu1) を設定しています ... libfftw3-bin (3.3.4-2ubuntu1) を設定しています ... libfftw3-dev:amd64 (3.3.4-2ubuntu1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libcppunit-1.13-0v5 提案パッケージ: libcppunit-doc 以下のパッケージが新たにインストールされます: libcppunit-1.13-0v5 libcppunit-dev アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 210 kB のアーカイブを取得する必要があります。 この操作後に追加で 1,164 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libcppunit-1.13-0v5 amd64 1.13.2-2.1 [75.9 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libcppunit-dev amd64 1.13.2-2.1 [134 kB] 210 kB を 0秒 で取得しました (2,278 kB/s) 以前に未選択のパッケージ libcppunit-1.13-0v5:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 232053 個のファイルとディレクトリがインストールされています。) .../libcppunit-1.13-0v5_1.13.2-2.1_amd64.deb を展開する準備をしています ... libcppunit-1.13-0v5:amd64 (1.13.2-2.1) を展開しています... 以前に未選択のパッケージ libcppunit-dev を選択しています。 .../libcppunit-dev_1.13.2-2.1_amd64.deb を展開する準備をしています ... libcppunit-dev (1.13.2-2.1) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... libcppunit-1.13-0v5:amd64 (1.13.2-2.1) を設定しています ... libcppunit-dev (1.13.2-2.1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 提案パッケージ: swig2.0-examples swig2.0-doc 以下のパッケージが新たにインストールされます: swig2.0 アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 4 個。 891 kB のアーカイブを取得する必要があります。 この操作後に追加で 4,410 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 swig2.0 amd64 2.0.12-1ubuntu4 [891 kB] 891 kB を 0秒 で取得しました (2,248 kB/s) 以前に未選択のパッケージ swig2.0 を選択しています。 (データベースを読み込んでいます ... 現在 232157 個のファイルとディレクトリがインストールされています。) .../swig2.0_2.0.12-1ubuntu4_amd64.deb を展開する準備をしています ... swig2.0 (2.0.12-1ubuntu4) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... swig2.0 (2.0.12-1ubuntu4) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libgsl2 提案パッケージ: gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html 以下のパッケージが新たにインストールされます: libgsl-dev libgsl2 アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 1,802 kB のアーカイブを取得する必要があります。 この操作後に追加で 8,925 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libgsl2 amd64 2.1+dfsg-2 [840 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libgsl-dev amd64 2.1+dfsg-2 [962 kB] 1,802 kB を 0秒 で取得しました (3,395 kB/s) 以前に未選択のパッケージ libgsl2:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 232783 個のファイルとディレクトリがインストールされています。) .../libgsl2_2.1+dfsg-2_amd64.deb を展開する準備をしています ... libgsl2:amd64 (2.1+dfsg-2) を展開しています... 以前に未選択のパッケージ libgsl-dev を選択しています。 .../libgsl-dev_2.1+dfsg-2_amd64.deb を展開する準備をしています ... libgsl-dev (2.1+dfsg-2) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... man-db (2.7.5-1) のトリガを処理しています ... libgsl2:amd64 (2.1+dfsg-2) を設定しています ... libgsl-dev (2.1+dfsg-2) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 提案パッケージ: libasound2-doc 以下のパッケージが新たにインストールされます: libasound2-dev アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 4 個。 114 kB のアーカイブを取得する必要があります。 この操作後に追加で 544 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-dev amd64 1.1.0-0ubuntu1 [114 kB] 114 kB を 0秒 で取得しました (1,577 kB/s) 以前に未選択のパッケージ libasound2-dev:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 233034 個のファイルとディレクトリがインストールされています。) .../libasound2-dev_1.1.0-0ubuntu1_amd64.deb を展開する準備をしています ... libasound2-dev:amd64 (1.1.0-0ubuntu1) を展開しています... libasound2-dev:amd64 (1.1.0-0ubuntu1) を設定しています ... Collecting wxPython Downloading https://files.pythonhosted.org/packages/a4/4a/d35b19f8c21b414ece2b3dc02dcf8cb0d45d6fe5aacf56f7ca0b7c66ac58/wxPython-4.0.1.tar.gz (67.9MB) 100% |████████████████████████████████| 67.9MB 740kB/s Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from wxPython) (1.11.0) Building wheels for collected packages: wxPython Running setup.py bdist_wheel for wxPython ... error Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-VOSpV1/wxPython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-_1UPGH --python-tag cp27: running bdist_wheel running build WARNING: Building this way assumes that all generated files have been generated already. If that is not the case then use build.py directly to generate the source and perform the build stage. You can use --skip-build with the bdist_* or install commands to avoid this message and the wxWidgets and Phoenix build steps in the future. "/usr/bin/python" -u build.py build Will build using: "/usr/bin/python" 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] Python's architecture is 64bit cfg.VERSION: 4.0.1 Running command: build Running command: build_wx wxWidgets build options: ['--wxpython', '--unicode', '--gtk3'] Configure options: ['--enable-unicode', '--with-gtk=3', '--with-opengl', '--enable-sound', '--enable-graphics_ctx', '--enable-mediactrl', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--with-sdl'] /tmp/pip-install-VOSpV1/wxPython/ext/wxWidgets/configure --enable-unicode --with-gtk=3 --with-opengl --enable-sound --enable-graphics_ctx --enable-mediactrl --enable-display --enable-geometry --enable-debug_flag --enable-optimise --disable-debugreport --enable-uiactionsim --with-sdl checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for --disable-gui... no checking for --enable-monolithic... no checking for --enable-plugins... no checking for --without-subdirs... no checking for --enable-official_build... no checking for --disable-all-features... no checking for --enable-universal... no checking for --enable-nanox... no checking for --enable-gpe... no checking for toolkit... gtk checking for --with-libpng... yes checking for --with-libjpeg... yes checking for --with-libtiff... yes checking for --without-libjbig... no checking for --without-liblzma... no checking for --with-libxpm... yes checking for --with-libiconv... yes checking for --with-libmspack... no checking for --without-gtkprint... no checking for --with-gnomevfs... no checking for --with-libnotify... yes checking for --with-hildon... no checking for --with-opengl... yes checking for --with-dmalloc... no checking for --with-sdl... yes checking for --with-regex... yes checking for --with-zlib... yes checking for --with-expat... yes checking for --with-macosx-sdk... checking for --with-macosx-version-min... checking for --enable-debug... default checking for --disable-debug_flag... no checking for --enable-debug_info... no checking for --enable-debug_gdb... no checking for --enable-debug_cntxt... no checking for --enable-mem_tracing... no checking for --disable-shared... no checking for --enable-stl... no checking for --enable-std_containers... no checking for --enable-std_iostreams... yes checking for --enable-std_string... yes checking for --enable-std_string_conv_in_wxstring... no checking for --disable-unicode... no checking for --enable-mslu... no checking for --enable-utf8... no checking for --enable-utf8only... no checking for --enable-extended_rtti... no checking for --disable-optimise... no checking for --enable-profile... no checking for --enable-no_rtti... no checking for --enable-no_exceptions... no checking for --enable-permissive... no checking for --enable-no_deps... no checking for --disable-vararg_macros... no checking for --enable-universal_binary... no checking for --enable-macosx_arch... no checking for --enable-compat26... no checking for --disable-compat28... no checking for --disable-rpath... no checking for --enable-objc_uniquifying... no checking for --disable-visibility... no checking for --disable-tls... no checking for --enable-intl... yes checking for --enable-xlocale... yes checking for --enable-config... yes checking for --enable-protocols... yes checking for --enable-ftp... yes checking for --enable-http... yes checking for --enable-fileproto... yes checking for --enable-sockets... yes checking for --enable-ipv6... no checking for --enable-ole... yes checking for --enable-dataobj... yes checking for --enable-ipc... yes checking for --enable-baseevtloop... yes checking for --enable-epollloop... yes checking for --enable-selectloop... yes checking for --enable-any... yes checking for --enable-apple_ieee... yes checking for --enable-arcstream... yes checking for --enable-base64... yes checking for --enable-backtrace... yes checking for --enable-catch_segvs... yes checking for --enable-cmdline... yes checking for --enable-datetime... yes checking for --enable-debugreport... no checking for --enable-dialupman... yes checking for --enable-dynlib... yes checking for --enable-dynamicloader... yes checking for --enable-exceptions... yes checking for --enable-ffile... yes checking for --enable-file... yes checking for --enable-filehistory... yes checking for --enable-filesystem... yes checking for --enable-fontenum... yes checking for --enable-fontmap... yes checking for --enable-fs_archive... yes checking for --enable-fs_inet... yes checking for --enable-fs_zip... yes checking for --enable-fsvolume... yes checking for --enable-fswatcher... yes checking for --enable-geometry... yes checking for --enable-log... yes checking for --enable-longlong... yes checking for --enable-mimetype... yes checking for --enable-printfposparam... yes checking for --enable-snglinst... yes checking for --enable-sound... yes checking for --enable-stdpaths... yes checking for --enable-stopwatch... yes checking for --enable-streams... yes checking for --enable-sysoptions... yes checking for --enable-tarstream... yes checking for --enable-textbuf... yes checking for --enable-textfile... yes checking for --enable-timer... yes checking for --enable-variant... yes checking for --enable-zipstream... yes checking for --enable-url... yes checking for --enable-protocol... yes checking for --enable-protocol_http... yes checking for --enable-protocol_ftp... yes checking for --enable-protocol_file... yes checking for --enable-threads... yes checking for --enable-iniconf... no checking for --enable-regkey... yes checking for --enable-docview... yes checking for --enable-help... yes checking for --enable-mshtmlhelp... yes checking for --enable-html... yes checking for --enable-htmlhelp... yes checking for --enable-xrc... yes checking for --enable-aui... yes checking for --enable-propgrid... yes checking for --enable-ribbon... yes checking for --enable-stc... yes checking for --enable-constraints... yes checking for --enable-loggui... yes checking for --enable-logwin... yes checking for --enable-logdialog... yes checking for --enable-mdi... yes checking for --enable-mdidoc... yes checking for --enable-mediactrl... yes checking for --enable-gstreamer8... no checking for --enable-richtext... yes checking for --enable-postscript... yes checking for --enable-printarch... yes checking for --enable-svg... yes checking for --enable-webkit... yes checking for --enable-webview... yes checking for --enable-graphics_ctx... yes checking for --enable-clipboard... yes checking for --enable-dnd... yes checking for --disable-controls... no checking for --enable-markup... yes checking for --enable-accel... yes checking for --enable-animatectrl... yes checking for --enable-bannerwindow... yes checking for --enable-artstd... yes checking for --enable-arttango... auto checking for --enable-bmpbutton... yes checking for --enable-bmpcombobox... yes checking for --enable-button... yes checking for --enable-calendar... yes checking for --enable-caret... yes checking for --enable-checkbox... yes checking for --enable-checklst... yes checking for --enable-choice... yes checking for --enable-choicebook... yes checking for --enable-collpane... yes checking for --enable-colourpicker... yes checking for --enable-combobox... yes checking for --enable-comboctrl... yes checking for --enable-commandlinkbutton... yes checking for --enable-dataviewctrl... yes checking for --enable-datepick... yes checking for --enable-detect_sm... yes checking for --enable-dirpicker... yes checking for --enable-display... yes checking for --enable-editablebox... yes checking for --enable-filectrl... yes checking for --enable-filepicker... yes checking for --enable-fontpicker... yes checking for --enable-gauge... yes checking for --enable-grid... yes checking for --enable-headerctrl... yes checking for --enable-hyperlink... yes checking for --enable-imaglist... yes checking for --enable-infobar... yes checking for --enable-listbook... yes checking for --enable-listbox... yes checking for --enable-listctrl... yes checking for --enable-notebook... yes checking for --enable-notifmsg... yes checking for --enable-odcombobox... yes checking for --enable-popupwin... yes checking for --enable-prefseditor... yes checking for --enable-radiobox... yes checking for --enable-radiobtn... yes checking for --enable-richmsgdlg... yes checking for --enable-richtooltip... yes checking for --enable-rearrangectrl... yes checking for --enable-sash... yes checking for --enable-scrollbar... yes checking for --enable-searchctrl... yes checking for --enable-slider... yes checking for --enable-spinbtn... yes checking for --enable-spinctrl... yes checking for --enable-splitter... yes checking for --enable-statbmp... yes checking for --enable-statbox... yes checking for --enable-statline... yes checking for --enable-stattext... yes checking for --enable-statusbar... yes checking for --enable-taskbaricon... yes checking for --enable-tbarnative... yes checking for --enable-textctrl... yes checking for --enable-datepick... yes checking for --enable-tipwindow... yes checking for --enable-togglebtn... yes checking for --enable-toolbar... yes checking for --enable-toolbook... yes checking for --enable-treebook... yes checking for --enable-treectrl... yes checking for --enable-treelist... yes checking for --enable-commondlg... yes checking for --enable-aboutdlg... yes checking for --enable-choicedlg... yes checking for --enable-coldlg... yes checking for --enable-filedlg... yes checking for --enable-finddlg... yes checking for --enable-fontdlg... yes checking for --enable-dirdlg... yes checking for --enable-msgdlg... yes checking for --enable-numberdlg... yes checking for --enable-splash... yes checking for --enable-textdlg... yes checking for --enable-tipdlg... yes checking for --enable-progressdlg... yes checking for --enable-wizarddlg... yes checking for --enable-menus... yes checking for --enable-miniframe... yes checking for --enable-tooltips... yes checking for --enable-splines... yes checking for --enable-mousewheel... yes checking for --enable-validators... yes checking for --enable-busyinfo... yes checking for --enable-hotkey... auto checking for --enable-joystick... yes checking for --enable-metafile... auto checking for --enable-dragimage... yes checking for --enable-accessibility... no checking for --enable-uiactionsim... yes checking for --enable-dctransform... yes checking for --enable-webviewwebkit... yes checking for --enable-palette... yes checking for --enable-image... yes checking for --enable-gif... yes checking for --enable-pcx... yes checking for --enable-tga... yes checking for --enable-iff... yes checking for --enable-pnm... yes checking for --enable-xpm... yes checking for --enable-ico_cur... yes checking for --enable-dccache... yes checking for --enable-ps-in-msw... yes checking for --enable-ownerdrawn... yes checking for --enable-uxtheme... yes checking for --enable-wxdib... yes checking for --enable-webviewie... yes checking for --enable-autoidman... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the Intel C compiler... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether we are using the Intel C++ compiler... no checking whether we are using the Sun C++ compiler... no checking for ar... ar checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for langinfo.h... yes checking for wchar.h... yes checking for sys/select.h... yes checking for cxxabi.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking size of short... 2 checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking size of long long... 8 checking size of wchar_t... 4 checking for va_copy... yes checking whether the compiler supports variadic macros... yes checking for _FILE_OFFSET_BITS value needed for large files... 64 checking if large file support is available... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether byte ordering is bigendian... no checking for iostream... yes checking if C++ compiler supports the explicit keyword... yes checking for std::wstring in ... yes checking for std::istream... yes checking for std::ostream... yes checking how to run the C++ preprocessor... g++ -E checking type_traits usability... yes checking type_traits presence... no configure: WARNING: type_traits: accepted by the compiler, rejected by the preprocessor! configure: WARNING: type_traits: proceeding with the compiler's result checking for type_traits... yes checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes checking for libraries directories... /usr/lib/x86_64-linux-gnu /usr/lib checking for cos... no checking for floor... no checking if floating point functions link without -lm... no checking for sin... yes checking for ceil... yes checking if floating point functions link with -lm... yes checking for strtoull... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: WARNING: Defaulting to the builtin regex library for Unicode build. checking for zlib.h >= 1.1.4... no checking for zlib.h... (cached) no configure: WARNING: zlib library not found or too old, will use built-in instead checking for png.h > 0.90... no checking for png.h... (cached) no configure: WARNING: system png library not found or too old, will use built-in instead checking for jpeglib.h... no configure: WARNING: system jpeg library not found, will use built-in instead checking for tiffio.h... no configure: WARNING: system tiff library not found, will use built-in instead checking for lzma_code in -llzma... no checking for jbg_dec_init in -ljbig... no checking for expat.h... yes checking if expat.h is valid C++ header... yes checking for XML_ParserCreate in -lexpat... yes checking for GTK+ version... checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found Package gthread-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gthread-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gthread-2.0' found no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: The development files for GTK+ were not found. For GTK+ 2, please ensure that pkg-config is in the path and that gtk+-2.0.pc is installed. For GTK+ 1.2 please check that gtk-config is in the path, and that the version is 1.2.3 or above. Also check that the libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config --libs' are in the LD_LIBRARY_PATH or equivalent. Error running configure ERROR: failed building wxWidgets Traceback (most recent call last): File "build.py", line 1295, in cmd_build_wx wxbuild.main(wxDir(), build_options) File "/tmp/pip-install-VOSpV1/wxPython/buildtools/build_wxwidgets.py", line 374, in main "Error running configure") File "/tmp/pip-install-VOSpV1/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError raise builder.BuildError(msg) BuildError Finished command: build_wx (4.886s) Finished command: build (4.886s) Command '"/usr/bin/python" -u build.py build' failed with exit code 1. ---------------------------------------- Failed building wheel for wxPython Running setup.py clean for wxPython Failed to build wxPython Installing collected packages: wxPython Running setup.py install for wxPython ... error Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-VOSpV1/wxPython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-12JdHy/install-record.txt --single-version-externally-managed --compile: running install running build WARNING: Building this way assumes that all generated files have been generated already. If that is not the case then use build.py directly to generate the source and perform the build stage. You can use --skip-build with the bdist_* or install commands to avoid this message and the wxWidgets and Phoenix build steps in the future. "/usr/bin/python" -u build.py build Will build using: "/usr/bin/python" 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] Python's architecture is 64bit cfg.VERSION: 4.0.1 Running command: build Running command: build_wx wxWidgets build options: ['--wxpython', '--unicode', '--gtk3'] Configure options: ['--enable-unicode', '--with-gtk=3', '--with-opengl', '--enable-sound', '--enable-graphics_ctx', '--enable-mediactrl', '--enable-display', '--enable-geometry', '--enable-debug_flag', '--enable-optimise', '--disable-debugreport', '--enable-uiactionsim', '--with-sdl'] /tmp/pip-install-VOSpV1/wxPython/ext/wxWidgets/configure --enable-unicode --with-gtk=3 --with-opengl --enable-sound --enable-graphics_ctx --enable-mediactrl --enable-display --enable-geometry --enable-debug_flag --enable-optimise --disable-debugreport --enable-uiactionsim --with-sdl checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for --disable-gui... no checking for --enable-monolithic... no checking for --enable-plugins... no checking for --without-subdirs... no checking for --enable-official_build... no checking for --disable-all-features... no checking for --enable-universal... no checking for --enable-nanox... no checking for --enable-gpe... no checking for toolkit... gtk checking for --with-libpng... yes checking for --with-libjpeg... yes checking for --with-libtiff... yes checking for --without-libjbig... no checking for --without-liblzma... no checking for --with-libxpm... yes checking for --with-libiconv... yes checking for --with-libmspack... no checking for --without-gtkprint... no checking for --with-gnomevfs... no checking for --with-libnotify... yes checking for --with-hildon... no checking for --with-opengl... yes checking for --with-dmalloc... no checking for --with-sdl... yes checking for --with-regex... yes checking for --with-zlib... yes checking for --with-expat... yes checking for --with-macosx-sdk... checking for --with-macosx-version-min... checking for --enable-debug... default checking for --disable-debug_flag... no checking for --enable-debug_info... no checking for --enable-debug_gdb... no checking for --enable-debug_cntxt... no checking for --enable-mem_tracing... no checking for --disable-shared... no checking for --enable-stl... no checking for --enable-std_containers... no checking for --enable-std_iostreams... yes checking for --enable-std_string... yes checking for --enable-std_string_conv_in_wxstring... no checking for --disable-unicode... no checking for --enable-mslu... no checking for --enable-utf8... no checking for --enable-utf8only... no checking for --enable-extended_rtti... no checking for --disable-optimise... no checking for --enable-profile... no checking for --enable-no_rtti... no checking for --enable-no_exceptions... no checking for --enable-permissive... no checking for --enable-no_deps... no checking for --disable-vararg_macros... no checking for --enable-universal_binary... no checking for --enable-macosx_arch... no checking for --enable-compat26... no checking for --disable-compat28... no checking for --disable-rpath... no checking for --enable-objc_uniquifying... no checking for --disable-visibility... no checking for --disable-tls... no checking for --enable-intl... yes checking for --enable-xlocale... yes checking for --enable-config... yes checking for --enable-protocols... yes checking for --enable-ftp... yes checking for --enable-http... yes checking for --enable-fileproto... yes checking for --enable-sockets... yes checking for --enable-ipv6... no checking for --enable-ole... yes checking for --enable-dataobj... yes checking for --enable-ipc... yes checking for --enable-baseevtloop... yes checking for --enable-epollloop... yes checking for --enable-selectloop... yes checking for --enable-any... yes checking for --enable-apple_ieee... yes checking for --enable-arcstream... yes checking for --enable-base64... yes checking for --enable-backtrace... yes checking for --enable-catch_segvs... yes checking for --enable-cmdline... yes checking for --enable-datetime... yes checking for --enable-debugreport... no checking for --enable-dialupman... yes checking for --enable-dynlib... yes checking for --enable-dynamicloader... yes checking for --enable-exceptions... yes checking for --enable-ffile... yes checking for --enable-file... yes checking for --enable-filehistory... yes checking for --enable-filesystem... yes checking for --enable-fontenum... yes checking for --enable-fontmap... yes checking for --enable-fs_archive... yes checking for --enable-fs_inet... yes checking for --enable-fs_zip... yes checking for --enable-fsvolume... yes checking for --enable-fswatcher... yes checking for --enable-geometry... yes checking for --enable-log... yes checking for --enable-longlong... yes checking for --enable-mimetype... yes checking for --enable-printfposparam... yes checking for --enable-snglinst... yes checking for --enable-sound... yes checking for --enable-stdpaths... yes checking for --enable-stopwatch... yes checking for --enable-streams... yes checking for --enable-sysoptions... yes checking for --enable-tarstream... yes checking for --enable-textbuf... yes checking for --enable-textfile... yes checking for --enable-timer... yes checking for --enable-variant... yes checking for --enable-zipstream... yes checking for --enable-url... yes checking for --enable-protocol... yes checking for --enable-protocol_http... yes checking for --enable-protocol_ftp... yes checking for --enable-protocol_file... yes checking for --enable-threads... yes checking for --enable-iniconf... no checking for --enable-regkey... yes checking for --enable-docview... yes checking for --enable-help... yes checking for --enable-mshtmlhelp... yes checking for --enable-html... yes checking for --enable-htmlhelp... yes checking for --enable-xrc... yes checking for --enable-aui... yes checking for --enable-propgrid... yes checking for --enable-ribbon... yes checking for --enable-stc... yes checking for --enable-constraints... yes checking for --enable-loggui... yes checking for --enable-logwin... yes checking for --enable-logdialog... yes checking for --enable-mdi... yes checking for --enable-mdidoc... yes checking for --enable-mediactrl... yes checking for --enable-gstreamer8... no checking for --enable-richtext... yes checking for --enable-postscript... yes checking for --enable-printarch... yes checking for --enable-svg... yes checking for --enable-webkit... yes checking for --enable-webview... yes checking for --enable-graphics_ctx... yes checking for --enable-clipboard... yes checking for --enable-dnd... yes checking for --disable-controls... no checking for --enable-markup... yes checking for --enable-accel... yes checking for --enable-animatectrl... yes checking for --enable-bannerwindow... yes checking for --enable-artstd... yes checking for --enable-arttango... auto checking for --enable-bmpbutton... yes checking for --enable-bmpcombobox... yes checking for --enable-button... yes checking for --enable-calendar... yes checking for --enable-caret... yes checking for --enable-checkbox... yes checking for --enable-checklst... yes checking for --enable-choice... yes checking for --enable-choicebook... yes checking for --enable-collpane... yes checking for --enable-colourpicker... yes checking for --enable-combobox... yes checking for --enable-comboctrl... yes checking for --enable-commandlinkbutton... yes checking for --enable-dataviewctrl... yes checking for --enable-datepick... yes checking for --enable-detect_sm... yes checking for --enable-dirpicker... yes checking for --enable-display... yes checking for --enable-editablebox... yes checking for --enable-filectrl... yes checking for --enable-filepicker... yes checking for --enable-fontpicker... yes checking for --enable-gauge... yes checking for --enable-grid... yes checking for --enable-headerctrl... yes checking for --enable-hyperlink... yes checking for --enable-imaglist... yes checking for --enable-infobar... yes checking for --enable-listbook... yes checking for --enable-listbox... yes checking for --enable-listctrl... yes checking for --enable-notebook... yes checking for --enable-notifmsg... yes checking for --enable-odcombobox... yes checking for --enable-popupwin... yes checking for --enable-prefseditor... yes checking for --enable-radiobox... yes checking for --enable-radiobtn... yes checking for --enable-richmsgdlg... yes checking for --enable-richtooltip... yes checking for --enable-rearrangectrl... yes checking for --enable-sash... yes checking for --enable-scrollbar... yes checking for --enable-searchctrl... yes checking for --enable-slider... yes checking for --enable-spinbtn... yes checking for --enable-spinctrl... yes checking for --enable-splitter... yes checking for --enable-statbmp... yes checking for --enable-statbox... yes checking for --enable-statline... yes checking for --enable-stattext... yes checking for --enable-statusbar... yes checking for --enable-taskbaricon... yes checking for --enable-tbarnative... yes checking for --enable-textctrl... yes checking for --enable-datepick... yes checking for --enable-tipwindow... yes checking for --enable-togglebtn... yes checking for --enable-toolbar... yes checking for --enable-toolbook... yes checking for --enable-treebook... yes checking for --enable-treectrl... yes checking for --enable-treelist... yes checking for --enable-commondlg... yes checking for --enable-aboutdlg... yes checking for --enable-choicedlg... yes checking for --enable-coldlg... yes checking for --enable-filedlg... yes checking for --enable-finddlg... yes checking for --enable-fontdlg... yes checking for --enable-dirdlg... yes checking for --enable-msgdlg... yes checking for --enable-numberdlg... yes checking for --enable-splash... yes checking for --enable-textdlg... yes checking for --enable-tipdlg... yes checking for --enable-progressdlg... yes checking for --enable-wizarddlg... yes checking for --enable-menus... yes checking for --enable-miniframe... yes checking for --enable-tooltips... yes checking for --enable-splines... yes checking for --enable-mousewheel... yes checking for --enable-validators... yes checking for --enable-busyinfo... yes checking for --enable-hotkey... auto checking for --enable-joystick... yes checking for --enable-metafile... auto checking for --enable-dragimage... yes checking for --enable-accessibility... no checking for --enable-uiactionsim... yes checking for --enable-dctransform... yes checking for --enable-webviewwebkit... yes checking for --enable-palette... yes checking for --enable-image... yes checking for --enable-gif... yes checking for --enable-pcx... yes checking for --enable-tga... yes checking for --enable-iff... yes checking for --enable-pnm... yes checking for --enable-xpm... yes checking for --enable-ico_cur... yes checking for --enable-dccache... yes checking for --enable-ps-in-msw... yes checking for --enable-ownerdrawn... yes checking for --enable-uxtheme... yes checking for --enable-wxdib... yes checking for --enable-webviewie... yes checking for --enable-autoidman... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the Intel C compiler... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether we are using the Intel C++ compiler... no checking whether we are using the Sun C++ compiler... no checking for ar... ar checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for langinfo.h... yes checking for wchar.h... yes checking for sys/select.h... yes checking for cxxabi.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking size of short... 2 checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking size of long long... 8 checking size of wchar_t... 4 checking for va_copy... yes checking whether the compiler supports variadic macros... yes checking for _FILE_OFFSET_BITS value needed for large files... 64 checking if large file support is available... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether byte ordering is bigendian... no checking for iostream... yes checking if C++ compiler supports the explicit keyword... yes checking for std::wstring in ... yes checking for std::istream... yes checking for std::ostream... yes checking how to run the C++ preprocessor... g++ -E checking type_traits usability... yes checking type_traits presence... no configure: WARNING: type_traits: accepted by the compiler, rejected by the preprocessor! configure: WARNING: type_traits: proceeding with the compiler's result checking for type_traits... yes checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... yes checking for libraries directories... /usr/lib/x86_64-linux-gnu /usr/lib checking for cos... no checking for floor... no checking if floating point functions link without -lm... no checking for sin... yes checking for ceil... yes checking if floating point functions link with -lm... yes checking for strtoull... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: WARNING: Defaulting to the builtin regex library for Unicode build. checking for zlib.h >= 1.1.4... no checking for zlib.h... (cached) no configure: WARNING: zlib library not found or too old, will use built-in instead checking for png.h > 0.90... no checking for png.h... (cached) no configure: WARNING: system png library not found or too old, will use built-in instead checking for jpeglib.h... no configure: WARNING: system jpeg library not found, will use built-in instead checking for tiffio.h... no configure: WARNING: system tiff library not found, will use built-in instead checking for lzma_code in -llzma... no checking for jbg_dec_init in -ljbig... no checking for expat.h... yes checking if expat.h is valid C++ header... yes checking for XML_ParserCreate in -lexpat... yes checking for GTK+ version... checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found Package gthread-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gthread-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gthread-2.0' found no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: The development files for GTK+ were not found. For GTK+ 2, please ensure that pkg-config is in the path and that gtk+-2.0.pc is installed. For GTK+ 1.2 please check that gtk-config is in the path, and that the version is 1.2.3 or above. Also check that the libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config --libs' are in the LD_LIBRARY_PATH or equivalent. Error running configure ERROR: failed building wxWidgets Traceback (most recent call last): File "build.py", line 1295, in cmd_build_wx wxbuild.main(wxDir(), build_options) File "/tmp/pip-install-VOSpV1/wxPython/buildtools/build_wxwidgets.py", line 374, in main "Error running configure") File "/tmp/pip-install-VOSpV1/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError raise builder.BuildError(msg) BuildError Finished command: build_wx (2.643s) Finished command: build (2.643s) Command '"/usr/bin/python" -u build.py build' failed with exit code 1. ---------------------------------------- Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-VOSpV1/wxPython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-12JdHy/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-VOSpV1/wxPython/ パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libwxbase3.0-0v5 libwxgtk3.0-0v5 python-wxversion 以下のパッケージが新たにインストールされます: libwxbase3.0-0v5 libwxgtk3.0-0v5 python-wxgtk3.0 python-wxversion アップグレード: 0 個、新規インストール: 4 個、削除: 0 個、保留: 4 個。 10.5 MB のアーカイブを取得する必要があります。 この操作後に追加で 50.8 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libwxbase3.0-0v5 amd64 3.0.2+dfsg-1.3ubuntu0.1 [971 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libwxgtk3.0-0v5 amd64 3.0.2+dfsg-1.3ubuntu0.1 [4,344 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxversion all 3.0.2.0+dfsg-1build1 [12.7 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxgtk3.0 amd64 3.0.2.0+dfsg-1build1 [5,194 kB] 10.5 MB を 2秒 で取得しました (4,886 kB/s) 以前に未選択のパッケージ libwxbase3.0-0v5:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 233104 個のファイルとディレクトリがインストールされています。) .../libwxbase3.0-0v5_3.0.2+dfsg-1.3ubuntu0.1_amd64.deb を展開する準備をしています ... libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) を展開しています... 以前に未選択のパッケージ libwxgtk3.0-0v5:amd64 を選択しています。 .../libwxgtk3.0-0v5_3.0.2+dfsg-1.3ubuntu0.1_amd64.deb を展開する準備をしています ... libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) を展開しています... 以前に未選択のパッケージ python-wxversion を選択しています。 .../python-wxversion_3.0.2.0+dfsg-1build1_all.deb を展開する準備をしています ... python-wxversion (3.0.2.0+dfsg-1build1) を展開しています... 以前に未選択のパッケージ python-wxgtk3.0 を選択しています。 .../python-wxgtk3.0_3.0.2.0+dfsg-1build1_amd64.deb を展開する準備をしています ... python-wxgtk3.0 (3.0.2.0+dfsg-1build1) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) を設定しています ... libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) を設定しています ... python-wxversion (3.0.2.0+dfsg-1build1) を設定しています ... python-wxgtk3.0 (3.0.2.0+dfsg-1build1) を設定しています ... update-alternatives: /usr/lib/wx/python/wx.pth (wx.pth) を提供するために自動モードで /usr/lib/wx/python/wx3.0.pth を使います libc-bin (2.23-0ubuntu10) のトリガを処理しています ... Collecting numpy Downloading https://files.pythonhosted.org/packages/76/4d/418dda252cf92bad00ab82d6b2a856e7843b47a5c2f084aed34b14b67d64/numpy-1.14.2-cp27-cp27mu-manylinux1_x86_64.whl (12.1MB) 100% |████████████████████████████████| 12.1MB 2.3MB/s Installing collected packages: numpy Successfully installed numpy-1.14.2 パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libblas-common libblas3 libgfortran3 liblapack3 提案パッケージ: gfortran python-nose python-numpy-dbg python-numpy-doc 以下のパッケージが新たにインストールされます: libblas-common libblas3 libgfortran3 liblapack3 python-numpy アップグレード: 0 個、新規インストール: 5 個、削除: 0 個、保留: 4 個。 4,113 kB のアーカイブを取得する必要があります。 この操作後に追加で 17.7 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.9 [260 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB] 4,113 kB を 0秒 で取得しました (4,491 kB/s) 以前に未選択のパッケージ libblas-common を選択しています。 (データベースを読み込んでいます ... 現在 233643 個のファイルとディレクトリがインストールされています。) .../libblas-common_3.6.0-2ubuntu2_amd64.deb を展開する準備をしています ... libblas-common (3.6.0-2ubuntu2) を展開しています... 以前に未選択のパッケージ libblas3 を選択しています。 .../libblas3_3.6.0-2ubuntu2_amd64.deb を展開する準備をしています ... libblas3 (3.6.0-2ubuntu2) を展開しています... 以前に未選択のパッケージ libgfortran3:amd64 を選択しています。 .../libgfortran3_5.4.0-6ubuntu1~16.04.9_amd64.deb を展開する準備をしています ... libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.9) を展開しています... 以前に未選択のパッケージ liblapack3 を選択しています。 .../liblapack3_3.6.0-2ubuntu2_amd64.deb を展開する準備をしています ... liblapack3 (3.6.0-2ubuntu2) を展開しています... 以前に未選択のパッケージ python-numpy を選択しています。 .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb を展開する準備をしています ... python-numpy (1:1.11.0-1ubuntu1) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... man-db (2.7.5-1) のトリガを処理しています ... libblas-common (3.6.0-2ubuntu2) を設定しています ... libblas3 (3.6.0-2ubuntu2) を設定しています ... update-alternatives: /usr/lib/libblas.so.3 (libblas.so.3) を提供するために自動モードで /usr/lib/libblas/libblas.so.3 を使います libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.9) を設定しています ... liblapack3 (3.6.0-2ubuntu2) を設定しています ... update-alternatives: /usr/lib/liblapack.so.3 (liblapack.so.3) を提供するために自動モードで /usr/lib/lapack/liblapack.so.3 を使います python-numpy (1:1.11.0-1ubuntu1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... Collecting lxml Downloading https://files.pythonhosted.org/packages/57/38/25b2acd2a179cb1900a32ab2daeec2967e511192c9ce0763ce16cece6366/lxml-4.2.1-cp27-cp27mu-manylinux1_x86_64.whl (5.6MB) 100% |████████████████████████████████| 5.6MB 3.2MB/s Installing collected packages: lxml Successfully installed lxml-4.2.1 パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: python-bs4 python-chardet python-html5lib python-six 提案パッケージ: python-genshi python-lxml-dbg python-lxml-doc 以下のパッケージが新たにインストールされます: python-bs4 python-chardet python-html5lib python-lxml python-six アップグレード: 0 個、新規インストール: 5 個、削除: 0 個、保留: 4 個。 1,074 kB のアーカイブを取得する必要があります。 この操作後に追加で 4,569 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-bs4 all 4.4.1-1 [64.2 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-chardet all 2.3.0-2 [96.3 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-six all 1.10.0-3 [10.9 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-html5lib all 0.999-4 [83.1 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-lxml amd64 3.5.0-1build1 [819 kB] 1,074 kB を 0秒 で取得しました (3,461 kB/s) 以前に未選択のパッケージ python-bs4 を選択しています。 (データベースを読み込んでいます ... 現在 234044 個のファイルとディレクトリがインストールされています。) .../python-bs4_4.4.1-1_all.deb を展開する準備をしています ... python-bs4 (4.4.1-1) を展開しています... 以前に未選択のパッケージ python-chardet を選択しています。 .../python-chardet_2.3.0-2_all.deb を展開する準備をしています ... python-chardet (2.3.0-2) を展開しています... 以前に未選択のパッケージ python-six を選択しています。 .../python-six_1.10.0-3_all.deb を展開する準備をしています ... python-six (1.10.0-3) を展開しています... 以前に未選択のパッケージ python-html5lib を選択しています。 .../python-html5lib_0.999-4_all.deb を展開する準備をしています ... python-html5lib (0.999-4) を展開しています... 以前に未選択のパッケージ python-lxml を選択しています。 .../python-lxml_3.5.0-1build1_amd64.deb を展開する準備をしています ... python-lxml (3.5.0-1build1) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... python-bs4 (4.4.1-1) を設定しています ... python-chardet (2.3.0-2) を設定しています ... python-six (1.10.0-3) を設定しています ... python-html5lib (0.999-4) を設定しています ... python-lxml (3.5.0-1build1) を設定しています ... Collecting PyGTK Downloading https://files.pythonhosted.org/packages/7c/18/fa4f2de77500dd62a314fd845ff6e903ac2ce551164cb421c5750969f799/pygtk-2.24.0.tar.bz2 (2.4MB) 100% |████████████████████████████████| 2.4MB 5.2MB/s Complete output from command python setup.py egg_info: ******************************************************************** * Building PyGTK using distutils is only supported on windows. * * To build PyGTK in a supported way, read the INSTALL file. * ******************************************************************** ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-iPRo_B/PyGTK/ パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: python-cairo python-gobject-2 提案パッケージ: python-gobject-2-dbg python-gtk2-doc 以下のパッケージが新たにインストールされます: python-cairo python-gobject-2 python-gtk2 アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 4 個。 842 kB のアーカイブを取得する必要があります。 この操作後に追加で 4,631 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-cairo amd64 1.8.8-2 [41.3 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-gobject-2 amd64 2.28.6-12ubuntu1 [181 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-gtk2 amd64 2.24.0-4ubuntu1 [620 kB] 842 kB を 0秒 で取得しました (3,641 kB/s) 以前に未選択のパッケージ python-cairo を選択しています。 (データベースを読み込んでいます ... 現在 234263 個のファイルとディレクトリがインストールされています。) .../python-cairo_1.8.8-2_amd64.deb を展開する準備をしています ... python-cairo (1.8.8-2) を展開しています... 以前に未選択のパッケージ python-gobject-2 を選択しています。 .../python-gobject-2_2.28.6-12ubuntu1_amd64.deb を展開する準備をしています ... python-gobject-2 (2.28.6-12ubuntu1) を展開しています... 以前に未選択のパッケージ python-gtk2 を選択しています。 .../python-gtk2_2.24.0-4ubuntu1_amd64.deb を展開する準備をしています ... python-gtk2 (2.24.0-4ubuntu1) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... python-cairo (1.8.8-2) を設定しています ... python-gobject-2 (2.28.6-12ubuntu1) を設定しています ... python-gtk2 (2.24.0-4ubuntu1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libqt4-designer libqt4-help libqt4-opengl libqt4-scripttools libqt4-svg libqt4-test libqtassistantclient4 libqtwebkit4 python-sip 提案パッケージ: python-qt4-dbg 以下のパッケージが新たにインストールされます: libqt4-designer libqt4-help libqt4-opengl libqt4-scripttools libqt4-svg libqt4-test libqtassistantclient4 libqtwebkit4 python-qt4 python-sip アップグレード: 0 個、新規インストール: 10 個、削除: 0 個、保留: 4 個。 16.0 MB のアーカイブを取得する必要があります。 この操作後に追加で 65.1 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-designer amd64 4:4.8.7+dfsg-5ubuntu2 [3,631 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-help amd64 4:4.8.7+dfsg-5ubuntu2 [207 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-scripttools amd64 4:4.8.7+dfsg-5ubuntu2 [224 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-svg amd64 4:4.8.7+dfsg-5ubuntu2 [138 kB] 取得:6 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-test amd64 4:4.8.7+dfsg-5ubuntu2 [61.1 kB] 取得:7 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libqtassistantclient4 amd64 4.6.3-7 [12.8 kB] 取得:8 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libqtwebkit4 amd64 2.3.2-0ubuntu11 [9,034 kB] 取得:9 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 python-sip amd64 4.17+dfsg-1build1 [71.1 kB] 取得:10 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 python-qt4 amd64 4.11.4+dfsg-1build4 [2,328 kB] 16.0 MB を 2秒 で取得しました (5,375 kB/s) 以前に未選択のパッケージ libqt4-designer:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 234327 個のファイルとディレクトリがインストールされています。) .../libqt4-designer_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-designer:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-help:amd64 を選択しています。 .../libqt4-help_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-help:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-opengl:amd64 を選択しています。 .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-scripttools:amd64 を選択しています。 .../libqt4-scripttools_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-scripttools:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-svg:amd64 を選択しています。 .../libqt4-svg_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-svg:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-test:amd64 を選択しています。 .../libqt4-test_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-test:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqtassistantclient4:amd64 を選択しています。 .../libqtassistantclient4_4.6.3-7_amd64.deb を展開する準備をしています ... libqtassistantclient4:amd64 (4.6.3-7) を展開しています... 以前に未選択のパッケージ libqtwebkit4:amd64 を選択しています。 .../libqtwebkit4_2.3.2-0ubuntu11_amd64.deb を展開する準備をしています ... libqtwebkit4:amd64 (2.3.2-0ubuntu11) を展開しています... 以前に未選択のパッケージ python-sip を選択しています。 .../python-sip_4.17+dfsg-1build1_amd64.deb を展開する準備をしています ... python-sip (4.17+dfsg-1build1) を展開しています... 以前に未選択のパッケージ python-qt4 を選択しています。 .../python-qt4_4.11.4+dfsg-1build4_amd64.deb を展開する準備をしています ... python-qt4 (4.11.4+dfsg-1build4) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... libqt4-designer:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-help:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-scripttools:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-svg:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-test:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqtassistantclient4:amd64 (4.6.3-7) を設定しています ... libqtwebkit4:amd64 (2.3.2-0ubuntu11) を設定しています ... python-sip (4.17+dfsg-1build1) を設定しています ... python-qt4 (4.11.4+dfsg-1build4) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下のパッケージが新たにインストールされます: pyqt4-dev-tools アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 4 個。 88.5 kB のアーカイブを取得する必要があります。 この操作後に追加で 293 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 pyqt4-dev-tools amd64 4.11.4+dfsg-1build4 [88.5 kB] 88.5 kB を 0秒 で取得しました (1,777 kB/s) 以前に未選択のパッケージ pyqt4-dev-tools を選択しています。 (データベースを読み込んでいます ... 現在 234475 個のファイルとディレクトリがインストールされています。) .../pyqt4-dev-tools_4.11.4+dfsg-1build4_amd64.deb を展開する準備をしています ... pyqt4-dev-tools (4.11.4+dfsg-1build4) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... pyqt4-dev-tools (4.11.4+dfsg-1build4) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下のパッケージが新たにインストールされます: libqwt5-qt4 アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 4 個。 299 kB のアーカイブを取得する必要があります。 この操作後に追加で 852 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt5-qt4 amd64 5.2.3-1 [299 kB] 299 kB を 0秒 で取得しました (4,228 kB/s) 以前に未選択のパッケージ libqwt5-qt4 を選択しています。 (データベースを読み込んでいます ... 現在 234485 個のファイルとディレクトリがインストールされています。) .../libqwt5-qt4_5.2.3-1_amd64.deb を展開する準備をしています ... libqwt5-qt4 (5.2.3-1) を展開しています... libqwt5-qt4 (5.2.3-1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libdrm-dev libgl1-mesa-dev libglu1-mesa-dev libpthread-stubs0-dev libqt4-dev libqt4-dev-bin libqt4-opengl-dev libqt4-qt3support libqwt-headers libqwt6abi1 libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxshmfence-dev libxxf86vm-dev mesa-common-dev qt4-linguist-tools qt4-qmake x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev 提案パッケージ: firebird-dev libmysqlclient-dev libpq-dev libsqlite0-dev libsqlite3-dev qt4-dev-tools qt4-doc unixodbc-dev libxcb-doc libxext-doc 以下のパッケージが新たにインストールされます: libdrm-dev libgl1-mesa-dev libglu1-mesa-dev libpthread-stubs0-dev libqt4-dev libqt4-dev-bin libqt4-opengl-dev libqt4-qt3support libqwt-dev libqwt-headers libqwt6abi1 libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxshmfence-dev libxxf86vm-dev mesa-common-dev qt4-linguist-tools qt4-qmake x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev アップグレード: 0 個、新規インストール: 45 個、削除: 0 個、保留: 4 個。 10.6 MB のアーカイブを取得する必要があります。 この操作後に追加で 61.4 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.83-1~16.04.1 [229 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] 取得:6 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] 取得:7 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] 取得:8 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] 取得:9 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4,068 B] 取得:10 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] 取得:11 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2 [642 kB] 取得:12 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 17.2.8-0ubuntu0~16.04.1 [525 kB] 取得:13 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2 [9,730 B] 取得:14 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] 取得:15 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] 取得:16 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] 取得:17 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] 取得:18 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] 取得:19 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] 取得:20 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] 取得:21 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] 取得:22 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] 取得:23 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] 取得:24 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] 取得:25 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] 取得:26 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] 取得:27 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] 取得:28 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] 取得:29 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] 取得:30 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] 取得:31 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] 取得:32 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] 取得:33 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] 取得:34 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 17.2.8-0ubuntu0~16.04.1 [4,456 B] 取得:35 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1 [202 kB] 取得:36 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-qt3support amd64 4:4.8.7+dfsg-5ubuntu2 [1,051 kB] 取得:37 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dev-bin amd64 4:4.8.7+dfsg-5ubuntu2 [1,635 kB] 取得:38 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 qt4-linguist-tools amd64 4:4.8.7+dfsg-5ubuntu2 [848 kB] 取得:39 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 qt4-qmake amd64 4:4.8.7+dfsg-5ubuntu2 [1,293 kB] 取得:40 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dev amd64 4:4.8.7+dfsg-5ubuntu2 [851 kB] 取得:41 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl-dev amd64 4:4.8.7+dfsg-5ubuntu2 [22.9 kB] 取得:42 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt-headers amd64 6.1.2-5 [69.5 kB] 取得:43 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt6abi1 amd64 6.1.2-5 [407 kB] 取得:44 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt-dev amd64 6.1.2-5 [33.5 kB] 取得:45 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-doc all 2:1.6.3-1ubuntu2 [1,465 kB] 10.6 MB を 3秒 で取得しました (3,165 kB/s) パッケージからテンプレートを展開しています: 100% 以前に未選択のパッケージ libdrm-dev:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 234491 個のファイルとディレクトリがインストールされています。) .../libdrm-dev_2.4.83-1~16.04.1_amd64.deb を展開する準備をしています ... libdrm-dev:amd64 (2.4.83-1~16.04.1) を展開しています... 以前に未選択のパッケージ xorg-sgml-doctools を選択しています。 .../xorg-sgml-doctools_1%3a1.11-1_all.deb を展開する準備をしています ... xorg-sgml-doctools (1:1.11-1) を展開しています... 以前に未選択のパッケージ x11proto-core-dev を選択しています。 .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb を展開する準備をしています ... x11proto-core-dev (7.0.31-1~ubuntu16.04.2) を展開しています... 以前に未選択のパッケージ libxau-dev:amd64 を選択しています。 .../libxau-dev_1%3a1.0.8-1_amd64.deb を展開する準備をしています ... libxau-dev:amd64 (1:1.0.8-1) を展開しています... 以前に未選択のパッケージ libxdmcp-dev:amd64 を選択しています。 .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb を展開する準備をしています ... libxdmcp-dev:amd64 (1:1.1.2-1.1) を展開しています... 以前に未選択のパッケージ x11proto-input-dev を選択しています。 .../x11proto-input-dev_2.3.1-1_all.deb を展開する準備をしています ... x11proto-input-dev (2.3.1-1) を展開しています... 以前に未選択のパッケージ x11proto-kb-dev を選択しています。 .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb を展開する準備をしています ... x11proto-kb-dev (1.0.7-0ubuntu1) を展開しています... 以前に未選択のパッケージ xtrans-dev を選択しています。 .../xtrans-dev_1.3.5-1_all.deb を展開する準備をしています ... xtrans-dev (1.3.5-1) を展開しています... 以前に未選択のパッケージ libpthread-stubs0-dev:amd64 を選択しています。 .../libpthread-stubs0-dev_0.3-4_amd64.deb を展開する準備をしています ... libpthread-stubs0-dev:amd64 (0.3-4) を展開しています... 以前に未選択のパッケージ libxcb1-dev:amd64 を選択しています。 .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb1-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libx11-dev:amd64 を選択しています。 .../libx11-dev_2%3a1.6.3-1ubuntu2_amd64.deb を展開する準備をしています ... libx11-dev:amd64 (2:1.6.3-1ubuntu2) を展開しています... 以前に未選択のパッケージ mesa-common-dev:amd64 を選択しています。 .../mesa-common-dev_17.2.8-0ubuntu0~16.04.1_amd64.deb を展開する準備をしています ... mesa-common-dev:amd64 (17.2.8-0ubuntu0~16.04.1) を展開しています... 以前に未選択のパッケージ libx11-xcb-dev:amd64 を選択しています。 .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2_amd64.deb を展開する準備をしています ... libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) を展開しています... 以前に未選択のパッケージ libxcb-dri3-dev:amd64 を選択しています。 .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-render0-dev:amd64 を選択しています。 .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-randr0-dev:amd64 を選択しています。 .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-shape0-dev:amd64 を選択しています。 .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-xfixes0-dev:amd64 を選択しています。 .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-sync-dev:amd64 を選択しています。 .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-present-dev:amd64 を選択しています。 .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-present-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxshmfence-dev:amd64 を選択しています。 .../libxshmfence-dev_1.2-1_amd64.deb を展開する準備をしています ... libxshmfence-dev:amd64 (1.2-1) を展開しています... 以前に未選択のパッケージ libxcb-dri2-0-dev:amd64 を選択しています。 .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ libxcb-glx0-dev:amd64 を選択しています。 .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb を展開する準備をしています ... libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) を展開しています... 以前に未選択のパッケージ x11proto-xext-dev を選択しています。 .../x11proto-xext-dev_7.3.0-1_all.deb を展開する準備をしています ... x11proto-xext-dev (7.3.0-1) を展開しています... 以前に未選択のパッケージ x11proto-fixes-dev を選択しています。 .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb を展開する準備をしています ... x11proto-fixes-dev (1:5.0-2ubuntu2) を展開しています... 以前に未選択のパッケージ libxfixes-dev:amd64 を選択しています。 .../libxfixes-dev_1%3a5.0.1-2_amd64.deb を展開する準備をしています ... libxfixes-dev:amd64 (1:5.0.1-2) を展開しています... 以前に未選択のパッケージ x11proto-damage-dev を選択しています。 .../x11proto-damage-dev_1%3a1.2.1-2_all.deb を展開する準備をしています ... x11proto-damage-dev (1:1.2.1-2) を展開しています... 以前に未選択のパッケージ libxdamage-dev:amd64 を選択しています。 .../libxdamage-dev_1%3a1.1.4-2_amd64.deb を展開する準備をしています ... libxdamage-dev:amd64 (1:1.1.4-2) を展開しています... 以前に未選択のパッケージ libxext-dev:amd64 を選択しています。 .../libxext-dev_2%3a1.3.3-1_amd64.deb を展開する準備をしています ... libxext-dev:amd64 (2:1.3.3-1) を展開しています... 以前に未選択のパッケージ x11proto-xf86vidmode-dev を選択しています。 .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb を展開する準備をしています ... x11proto-xf86vidmode-dev (2.3.1-2) を展開しています... 以前に未選択のパッケージ libxxf86vm-dev:amd64 を選択しています。 .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb を展開する準備をしています ... libxxf86vm-dev:amd64 (1:1.1.4-1) を展開しています... 以前に未選択のパッケージ x11proto-dri2-dev を選択しています。 .../x11proto-dri2-dev_2.8-2_all.deb を展開する準備をしています ... x11proto-dri2-dev (2.8-2) を展開しています... 以前に未選択のパッケージ x11proto-gl-dev を選択しています。 .../x11proto-gl-dev_1.4.17-1_all.deb を展開する準備をしています ... x11proto-gl-dev (1.4.17-1) を展開しています... 以前に未選択のパッケージ libgl1-mesa-dev:amd64 を選択しています。 .../libgl1-mesa-dev_17.2.8-0ubuntu0~16.04.1_amd64.deb を展開する準備をしています ... libgl1-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) を展開しています... 以前に未選択のパッケージ libglu1-mesa-dev:amd64 を選択しています。 .../libglu1-mesa-dev_9.0.0-2.1_amd64.deb を展開する準備をしています ... libglu1-mesa-dev:amd64 (9.0.0-2.1) を展開しています... 以前に未選択のパッケージ libqt4-qt3support:amd64 を選択しています。 .../libqt4-qt3support_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-qt3support:amd64 (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-dev-bin を選択しています。 .../libqt4-dev-bin_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-dev-bin (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ qt4-linguist-tools を選択しています。 .../qt4-linguist-tools_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... qt4-linguist-tools (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ qt4-qmake を選択しています。 .../qt4-qmake_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... qt4-qmake (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-dev を選択しています。 .../libqt4-dev_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-dev (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqt4-opengl-dev を選択しています。 .../libqt4-opengl-dev_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb を展開する準備をしています ... libqt4-opengl-dev (4:4.8.7+dfsg-5ubuntu2) を展開しています... 以前に未選択のパッケージ libqwt-headers を選択しています。 .../libqwt-headers_6.1.2-5_amd64.deb を展開する準備をしています ... libqwt-headers (6.1.2-5) を展開しています... 以前に未選択のパッケージ libqwt6abi1 を選択しています。 .../libqwt6abi1_6.1.2-5_amd64.deb を展開する準備をしています ... libqwt6abi1 (6.1.2-5) を展開しています... 以前に未選択のパッケージ libqwt-dev を選択しています。 .../libqwt-dev_6.1.2-5_amd64.deb を展開する準備をしています ... libqwt-dev (6.1.2-5) を展開しています... 以前に未選択のパッケージ libx11-doc を選択しています。 .../libx11-doc_2%3a1.6.3-1ubuntu2_all.deb を展開する準備をしています ... libx11-doc (2:1.6.3-1ubuntu2) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... libdrm-dev:amd64 (2.4.83-1~16.04.1) を設定しています ... xorg-sgml-doctools (1:1.11-1) を設定しています ... x11proto-core-dev (7.0.31-1~ubuntu16.04.2) を設定しています ... libxau-dev:amd64 (1:1.0.8-1) を設定しています ... libxdmcp-dev:amd64 (1:1.1.2-1.1) を設定しています ... x11proto-input-dev (2.3.1-1) を設定しています ... x11proto-kb-dev (1.0.7-0ubuntu1) を設定しています ... xtrans-dev (1.3.5-1) を設定しています ... libpthread-stubs0-dev:amd64 (0.3-4) を設定しています ... libxcb1-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libx11-dev:amd64 (2:1.6.3-1ubuntu2) を設定しています ... mesa-common-dev:amd64 (17.2.8-0ubuntu0~16.04.1) を設定しています ... libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) を設定しています ... libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-present-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxshmfence-dev:amd64 (1.2-1) を設定しています ... libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) を設定しています ... x11proto-xext-dev (7.3.0-1) を設定しています ... x11proto-fixes-dev (1:5.0-2ubuntu2) を設定しています ... libxfixes-dev:amd64 (1:5.0.1-2) を設定しています ... x11proto-damage-dev (1:1.2.1-2) を設定しています ... libxdamage-dev:amd64 (1:1.1.4-2) を設定しています ... libxext-dev:amd64 (2:1.3.3-1) を設定しています ... x11proto-xf86vidmode-dev (2.3.1-2) を設定しています ... libxxf86vm-dev:amd64 (1:1.1.4-1) を設定しています ... x11proto-dri2-dev (2.8-2) を設定しています ... x11proto-gl-dev (1.4.17-1) を設定しています ... libgl1-mesa-dev:amd64 (17.2.8-0ubuntu0~16.04.1) を設定しています ... libglu1-mesa-dev:amd64 (9.0.0-2.1) を設定しています ... libqt4-qt3support:amd64 (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-dev-bin (4:4.8.7+dfsg-5ubuntu2) を設定しています ... qt4-linguist-tools (4:4.8.7+dfsg-5ubuntu2) を設定しています ... qt4-qmake (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-dev (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqt4-opengl-dev (4:4.8.7+dfsg-5ubuntu2) を設定しています ... libqwt-headers (6.1.2-5) を設定しています ... libqwt6abi1 (6.1.2-5) を設定しています ... libqwt-dev (6.1.2-5) を設定しています ... libx11-doc (2:1.6.3-1ubuntu2) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... Collecting PythonQwt Downloading https://files.pythonhosted.org/packages/46/40/caf045d48f29b579f124a0cc33b140fa7e4ef4a58d9e3356b1efc5276d09/PythonQwt-0.5.5-py2.py3-none-any.whl (1.2MB) 100% |████████████████████████████████| 1.2MB 5.8MB/s Requirement already satisfied: NumPy>=1.3 in /usr/local/lib/python2.7/dist-packages (from PythonQwt) (1.14.2) Installing collected packages: PythonQwt Successfully installed PythonQwt-0.5.5 パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下のパッケージが新たにインストールされます: python-qwt5-qt4 アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 4 個。 330 kB のアーカイブを取得する必要があります。 この操作後に追加で 2,311 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 python-qwt5-qt4 amd64 5.2.1~cvs20091107+dfsg-7build1 [330 kB] 330 kB を 0秒 で取得しました (2,763 kB/s) 以前に未選択のパッケージ python-qwt5-qt4 を選択しています。 (データベースを読み込んでいます ... 現在 240174 個のファイルとディレクトリがインストールされています。) .../python-qwt5-qt4_5.2.1~cvs20091107+dfsg-7build1_amd64.deb を展開する準備をしています ... python-qwt5-qt4 (5.2.1~cvs20091107+dfsg-7build1) を展開しています... python-qwt5-qt4 (5.2.1~cvs20091107+dfsg-7build1) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: liblog4cpp5v5 以下のパッケージが新たにインストールされます: liblog4cpp5-dev liblog4cpp5v5 アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 190 kB のアーカイブを取得する必要があります。 この操作後に追加で 1,156 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cpp5v5 amd64 1.0-4.1 [76.7 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cpp5-dev amd64 1.0-4.1 [113 kB] 190 kB を 0秒 で取得しました (1,721 kB/s) 以前に未選択のパッケージ liblog4cpp5v5 を選択しています。 (データベースを読み込んでいます ... 現在 240263 個のファイルとディレクトリがインストールされています。) .../liblog4cpp5v5_1.0-4.1_amd64.deb を展開する準備をしています ... liblog4cpp5v5 (1.0-4.1) を展開しています... 以前に未選択のパッケージ liblog4cpp5-dev を選択しています。 .../liblog4cpp5-dev_1.0-4.1_amd64.deb を展開する準備をしています ... liblog4cpp5-dev (1.0-4.1) を展開しています... liblog4cpp5v5 (1.0-4.1) を設定しています ... liblog4cpp5-dev (1.0-4.1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libsodium18 libzmq5 以下のパッケージが新たにインストールされます: libsodium18 libzmq3-dev libzmq5 アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 4 個。 575 kB のアーカイブを取得する必要があります。 この操作後に追加で 2,320 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libsodium18 amd64 1.0.8-5 [144 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libzmq5 amd64 4.1.4-7 [149 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 libzmq3-dev amd64 4.1.4-7 [282 kB] 575 kB を 0秒 で取得しました (3,115 kB/s) 以前に未選択のパッケージ libsodium18:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 240339 個のファイルとディレクトリがインストールされています。) .../libsodium18_1.0.8-5_amd64.deb を展開する準備をしています ... libsodium18:amd64 (1.0.8-5) を展開しています... 以前に未選択のパッケージ libzmq5:amd64 を選択しています。 .../libzmq5_4.1.4-7_amd64.deb を展開する準備をしています ... libzmq5:amd64 (4.1.4-7) を展開しています... 以前に未選択のパッケージ libzmq3-dev:amd64 を選択しています。 .../libzmq3-dev_4.1.4-7_amd64.deb を展開する準備をしています ... libzmq3-dev:amd64 (4.1.4-7) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... man-db (2.7.5-1) のトリガを処理しています ... libsodium18:amd64 (1.0.8-5) を設定しています ... libzmq5:amd64 (4.1.4-7) を設定しています ... libzmq3-dev:amd64 (4.1.4-7) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... Collecting pyzmq Downloading https://files.pythonhosted.org/packages/5d/b0/3aea046f5519e2e059a225e8c924f897846b608793f890be987d07858b7c/pyzmq-17.0.0-cp27-cp27mu-manylinux1_x86_64.whl (3.0MB) 100% |████████████████████████████████| 3.0MB 7.5MB/s Installing collected packages: pyzmq Successfully installed pyzmq-17.0.0 パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下のパッケージが新たにインストールされます: python-zmq アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 4 個。 200 kB のアーカイブを取得する必要があります。 この操作後に追加で 1,016 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/universe amd64 python-zmq amd64 15.2.0-0ubuntu4 [200 kB] 200 kB を 0秒 で取得しました (2,423 kB/s) 以前に未選択のパッケージ python-zmq を選択しています。 (データベースを読み込んでいます ... 現在 240415 個のファイルとディレクトリがインストールされています。) .../python-zmq_15.2.0-0ubuntu4_amd64.deb を展開する準備をしています ... python-zmq (15.2.0-0ubuntu4) を展開しています... python-zmq (15.2.0-0ubuntu4) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: cmake-data libjsoncpp1 提案パッケージ: codeblocks eclipse ninja-build 以下のパッケージが新たにインストールされます: cmake cmake-data libjsoncpp1 アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 4 個。 3,817 kB のアーカイブを取得する必要があります。 この操作後に追加で 20.5 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] 3,817 kB を 0秒 で取得しました (4,049 kB/s) 以前に未選択のパッケージ cmake-data を選択しています。 (データベースを読み込んでいます ... 現在 240547 個のファイルとディレクトリがインストールされています。) .../cmake-data_3.5.1-1ubuntu3_all.deb を展開する準備をしています ... cmake-data (3.5.1-1ubuntu3) を展開しています... 以前に未選択のパッケージ libjsoncpp1:amd64 を選択しています。 .../libjsoncpp1_1.7.2-1_amd64.deb を展開する準備をしています ... libjsoncpp1:amd64 (1.7.2-1) を展開しています... 以前に未選択のパッケージ cmake を選択しています。 .../cmake_3.5.1-1ubuntu3_amd64.deb を展開する準備をしています ... cmake (3.5.1-1ubuntu3) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... cmake-data (3.5.1-1ubuntu3) を設定しています ... Install cmake-data for emacs24 install/cmake-data: Byte-compiling for emacs24 Wrote /usr/share/emacs24/site-lisp/cmake-data/cmake-mode.elc libjsoncpp1:amd64 (1.7.2-1) を設定しています ... cmake (3.5.1-1ubuntu3) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 cmake-data はすでに最新バージョン (3.5.1-1ubuntu3) です。 cmake-data は手動でインストールしたと設定されました。 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 4 個。 Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages (2.18.4) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/dist-packages (from requests) (2018.4.16) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/dist-packages (from requests) (3.0.4) Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python2.7/dist-packages (from requests) (2.6) Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python2.7/dist-packages (from requests) (1.22) パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: python-cffi-backend python-cryptography python-enum34 python-idna python-ipaddress python-ndg-httpsclient python-openssl python-pyasn1 python-urllib3 提案パッケージ: python-cryptography-doc python-cryptography-vectors python-enum34-doc python-openssl-doc python-openssl-dbg python-ntlm 以下のパッケージが新たにインストールされます: python-cffi-backend python-cryptography python-enum34 python-idna python-ipaddress python-ndg-httpsclient python-openssl python-pyasn1 python-requests python-urllib3 アップグレード: 0 個、新規インストール: 10 個、削除: 0 個、保留: 4 個。 612 kB のアーカイブを取得する必要があります。 この操作後に追加で 3,780 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-cffi-backend amd64 1.5.2-1ubuntu1 [58.1 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-enum34 all 1.1.2-1 [35.8 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-idna all 2.0-3 [35.1 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-ipaddress all 1.0.16-1 [18.0 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-pyasn1 all 0.1.9-1 [45.1 kB] 取得:6 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-cryptography amd64 1.2.3-1ubuntu0.1 [199 kB] 取得:7 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-openssl all 0.15.1-2build1 [84.1 kB] 取得:8 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-ndg-httpsclient all 0.4.0-3 [25.1 kB] 取得:9 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-urllib3 all 1.13.1-2ubuntu0.16.04.1 [57.2 kB] 取得:10 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-requests all 2.9.1-3 [55.6 kB] 612 kB を 0秒 で取得しました (3,078 kB/s) 以前に未選択のパッケージ python-cffi-backend を選択しています。 (データベースを読み込んでいます ... 現在 242604 個のファイルとディレクトリがインストールされています。) .../python-cffi-backend_1.5.2-1ubuntu1_amd64.deb を展開する準備をしています ... python-cffi-backend (1.5.2-1ubuntu1) を展開しています... 以前に未選択のパッケージ python-enum34 を選択しています。 .../python-enum34_1.1.2-1_all.deb を展開する準備をしています ... python-enum34 (1.1.2-1) を展開しています... 以前に未選択のパッケージ python-idna を選択しています。 .../python-idna_2.0-3_all.deb を展開する準備をしています ... python-idna (2.0-3) を展開しています... 以前に未選択のパッケージ python-ipaddress を選択しています。 .../python-ipaddress_1.0.16-1_all.deb を展開する準備をしています ... python-ipaddress (1.0.16-1) を展開しています... 以前に未選択のパッケージ python-pyasn1 を選択しています。 .../python-pyasn1_0.1.9-1_all.deb を展開する準備をしています ... python-pyasn1 (0.1.9-1) を展開しています... 以前に未選択のパッケージ python-cryptography を選択しています。 .../python-cryptography_1.2.3-1ubuntu0.1_amd64.deb を展開する準備をしています ... python-cryptography (1.2.3-1ubuntu0.1) を展開しています... 以前に未選択のパッケージ python-openssl を選択しています。 .../python-openssl_0.15.1-2build1_all.deb を展開する準備をしています ... python-openssl (0.15.1-2build1) を展開しています... 以前に未選択のパッケージ python-ndg-httpsclient を選択しています。 .../python-ndg-httpsclient_0.4.0-3_all.deb を展開する準備をしています ... python-ndg-httpsclient (0.4.0-3) を展開しています... 以前に未選択のパッケージ python-urllib3 を選択しています。 .../python-urllib3_1.13.1-2ubuntu0.16.04.1_all.deb を展開する準備をしています ... python-urllib3 (1.13.1-2ubuntu0.16.04.1) を展開しています... 以前に未選択のパッケージ python-requests を選択しています。 .../python-requests_2.9.1-3_all.deb を展開する準備をしています ... python-requests (2.9.1-3) を展開しています... doc-base (0.10.7) のトリガを処理しています ... doc-base ファイルを 1 個追加 を処理中... scrollkeeper をドキュメントとして登録しています... man-db (2.7.5-1) のトリガを処理しています ... python-cffi-backend (1.5.2-1ubuntu1) を設定しています ... python-enum34 (1.1.2-1) を設定しています ... python-idna (2.0-3) を設定しています ... python-ipaddress (1.0.16-1) を設定しています ... python-pyasn1 (0.1.9-1) を設定しています ... python-cryptography (1.2.3-1ubuntu0.1) を設定しています ... python-openssl (0.15.1-2build1) を設定しています ... python-ndg-httpsclient (0.4.0-3) を設定しています ... python-urllib3 (1.13.1-2ubuntu0.16.04.1) を設定しています ... python-requests (2.9.1-3) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libusb-1.0-doc 以下のパッケージが新たにインストールされます: libusb-1.0-0-dev libusb-1.0-doc アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 219 kB のアーカイブを取得する必要があります。 この操作後に追加で 1,683 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] 219 kB を 0秒 で取得しました (1,899 kB/s) 以前に未選択のパッケージ libusb-1.0-0-dev:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 242920 個のファイルとディレクトリがインストールされています。) .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb を展開する準備をしています ... libusb-1.0-0-dev:amd64 (2:1.0.20-1) を展開しています... 以前に未選択のパッケージ libusb-1.0-doc を選択しています。 .../libusb-1.0-doc_2%3a1.0.20-1_all.deb を展開する準備をしています ... libusb-1.0-doc (2:1.0.20-1) を展開しています... doc-base (0.10.7) のトリガを処理しています ... doc-base ファイルを 1 個追加 を処理中... scrollkeeper をドキュメントとして登録しています... libusb-1.0-0-dev:amd64 (2:1.0.20-1) を設定しています ... libusb-1.0-doc (2:1.0.20-1) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libclang1-3.6 libllvm3.6v5 libobjc-5-dev libobjc4 提案パッケージ: doxygen-latex doxygen-doc doxygen-gui graphviz 以下のパッケージが新たにインストールされます: doxygen libclang1-3.6 libllvm3.6v5 libobjc-5-dev libobjc4 アップグレード: 0 個、新規インストール: 5 個、削除: 0 個、保留: 4 個。 15.9 MB のアーカイブを取得する必要があります。 この操作後に追加で 64.0 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.9 [111 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.9 [381 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] 15.9 MB を 3秒 で取得しました (5,139 kB/s) 以前に未選択のパッケージ libllvm3.6v5:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 243002 個のファイルとディレクトリがインストールされています。) .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb を展開する準備をしています ... libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) を展開しています... 以前に未選択のパッケージ libobjc4:amd64 を選択しています。 .../libobjc4_5.4.0-6ubuntu1~16.04.9_amd64.deb を展開する準備をしています ... libobjc4:amd64 (5.4.0-6ubuntu1~16.04.9) を展開しています... 以前に未選択のパッケージ libobjc-5-dev:amd64 を選択しています。 .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.9_amd64.deb を展開する準備をしています ... libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) を展開しています... 以前に未選択のパッケージ libclang1-3.6:amd64 を選択しています。 .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb を展開する準備をしています ... libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) を展開しています... 以前に未選択のパッケージ doxygen を選択しています。 .../doxygen_1.8.11-1_amd64.deb を展開する準備をしています ... doxygen (1.8.11-1) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... man-db (2.7.5-1) のトリガを処理しています ... libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) を設定しています ... libobjc4:amd64 (5.4.0-6ubuntu1~16.04.9) を設定しています ... libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.9) を設定しています ... libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) を設定しています ... doxygen (1.8.11-1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... Collecting Mako Downloading https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz (564kB) 100% |████████████████████████████████| 573kB 7.5MB/s Collecting MarkupSafe>=0.9.2 (from Mako) Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz Building wheels for collected packages: Mako, MarkupSafe Running setup.py bdist_wheel for Mako ... done Stored in directory: /root/.cache/pip/wheels/15/35/25/dbcb848832ccb1a4b4ad23f529badfd3bce9bf88017f7ca510 Running setup.py bdist_wheel for MarkupSafe ... done Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 Successfully built Mako MarkupSafe Installing collected packages: MarkupSafe, Mako Successfully installed Mako-1.0.7 MarkupSafe-1.0 パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: python-markupsafe 提案パッケージ: python-beaker python-mako-doc 以下のパッケージが新たにインストールされます: python-mako python-markupsafe アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 75.2 kB のアーカイブを取得する必要があります。 この操作後に追加で 377 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-markupsafe amd64 0.23-2build2 [15.5 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-mako all 1.0.3+ds1-1ubuntu1 [59.6 kB] 75.2 kB を 0秒 で取得しました (1,081 kB/s) 以前に未選択のパッケージ python-markupsafe を選択しています。 (データベースを読み込んでいます ... 現在 243052 個のファイルとディレクトリがインストールされています。) .../python-markupsafe_0.23-2build2_amd64.deb を展開する準備をしています ... python-markupsafe (0.23-2build2) を展開しています... 以前に未選択のパッケージ python-mako を選択しています。 .../python-mako_1.0.3+ds1-1ubuntu1_all.deb を展開する準備をしています ... python-mako (1.0.3+ds1-1ubuntu1) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... python-markupsafe (0.23-2build2) を設定しています ... python-mako (1.0.3+ds1-1ubuntu1) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libbison-dev libsigsegv2 m4 提案パッケージ: bison-doc 以下のパッケージが新たにインストールされます: bison libbison-dev libsigsegv2 m4 アップグレード: 0 個、新規インストール: 4 個、削除: 0 個、保留: 4 個。 806 kB のアーカイブを取得する必要があります。 この操作後に追加で 2,204 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libsigsegv2 amd64 2.10-4 [14.1 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] 806 kB を 0秒 で取得しました (3,889 kB/s) 以前に未選択のパッケージ libsigsegv2:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 243108 個のファイルとディレクトリがインストールされています。) .../libsigsegv2_2.10-4_amd64.deb を展開する準備をしています ... libsigsegv2:amd64 (2.10-4) を展開しています... 以前に未選択のパッケージ m4 を選択しています。 .../archives/m4_1.4.17-5_amd64.deb を展開する準備をしています ... m4 (1.4.17-5) を展開しています... 以前に未選択のパッケージ libbison-dev:amd64 を選択しています。 .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb を展開する準備をしています ... libbison-dev:amd64 (2:3.0.4.dfsg-1) を展開しています... 以前に未選択のパッケージ bison を選択しています。 .../bison_2%3a3.0.4.dfsg-1_amd64.deb を展開する準備をしています ... bison (2:3.0.4.dfsg-1) を展開しています... install-info (6.1.0.dfsg.1-5) のトリガを処理しています ... man-db (2.7.5-1) のトリガを処理しています ... libsigsegv2:amd64 (2.10-4) を設定しています ... m4 (1.4.17-5) を設定しています ... libbison-dev:amd64 (2:3.0.4.dfsg-1) を設定しています ... bison (2:3.0.4.dfsg-1) を設定しています ... update-alternatives: /usr/bin/yacc (yacc) を提供するために自動モードで /usr/bin/bison.yacc を使います libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libfl-dev 以下のパッケージが新たにインストールされます: flex libfl-dev アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 302 kB のアーカイブを取得する必要があります。 この操作後に追加で 897 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] 302 kB を 0秒 で取得しました (2,731 kB/s) 以前に未選択のパッケージ libfl-dev:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 243228 個のファイルとディレクトリがインストールされています。) .../libfl-dev_2.6.0-11_amd64.deb を展開する準備をしています ... libfl-dev:amd64 (2.6.0-11) を展開しています... 以前に未選択のパッケージ flex を選択しています。 .../flex_2.6.0-11_amd64.deb を展開する準備をしています ... flex (2.6.0-11) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... install-info (6.1.0.dfsg.1-5) のトリガを処理しています ... doc-base (0.10.7) のトリガを処理しています ... doc-base ファイルを 1 個追加 を処理中... scrollkeeper をドキュメントとして登録しています... man-db (2.7.5-1) のトリガを処理しています ... libfl-dev:amd64 (2.6.0-11) を設定しています ... flex (2.6.0-11) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5 以下のパッケージが新たにインストールされます: libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5 アップグレード: 0 個、新規インストール: 5 個、削除: 0 個、保留: 4 個。 349 kB のアーカイブを取得する必要があります。 この操作後に追加で 1,846 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libevent-core-2.0-5 amd64 2.0.21-stable-2ubuntu0.16.04.1 [70.6 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libevent-extra-2.0-5 amd64 2.0.21-stable-2ubuntu0.16.04.1 [51.1 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libevent-pthreads-2.0-5 amd64 2.0.21-stable-2ubuntu0.16.04.1 [5,020 B] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libevent-openssl-2.0-5 amd64 2.0.21-stable-2ubuntu0.16.04.1 [10.6 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libevent-dev amd64 2.0.21-stable-2ubuntu0.16.04.1 [211 kB] 349 kB を 0秒 で取得しました (2,205 kB/s) 以前に未選択のパッケージ libevent-core-2.0-5:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 243320 個のファイルとディレクトリがインストールされています。) .../libevent-core-2.0-5_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb を展開する準備をしています ... libevent-core-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を展開しています... 以前に未選択のパッケージ libevent-extra-2.0-5:amd64 を選択しています。 .../libevent-extra-2.0-5_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb を展開する準備をしています ... libevent-extra-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を展開しています... 以前に未選択のパッケージ libevent-pthreads-2.0-5:amd64 を選択しています。 .../libevent-pthreads-2.0-5_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb を展開する準備をしています ... libevent-pthreads-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を展開しています... 以前に未選択のパッケージ libevent-openssl-2.0-5:amd64 を選択しています。 .../libevent-openssl-2.0-5_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb を展開する準備をしています ... libevent-openssl-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を展開しています... 以前に未選択のパッケージ libevent-dev を選択しています。 .../libevent-dev_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb を展開する準備をしています ... libevent-dev (2.0.21-stable-2ubuntu0.16.04.1) を展開しています... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... libevent-core-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を設定しています ... libevent-extra-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を設定しています ... libevent-pthreads-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を設定しています ... libevent-openssl-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) を設定しています ... libevent-dev (2.0.21-stable-2ubuntu0.16.04.1) を設定しています ... libc-bin (2.23-0ubuntu10) のトリガを処理しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: libssl-doc zlib1g-dev 以下のパッケージが新たにインストールされます: libssl-dev libssl-doc zlib1g-dev アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 4 個。 2,589 kB のアーカイブを取得する必要があります。 この操作後に追加で 10.5 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.12 [1,343 kB] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.12 [1,079 kB] 2,589 kB を 0秒 で取得しました (3,600 kB/s) 以前に未選択のパッケージ zlib1g-dev:amd64 を選択しています。 (データベースを読み込んでいます ... 現在 243398 個のファイルとディレクトリがインストールされています。) .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb を展開する準備をしています ... zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) を展開しています... 以前に未選択のパッケージ libssl-dev:amd64 を選択しています。 .../libssl-dev_1.0.2g-1ubuntu4.12_amd64.deb を展開する準備をしています ... libssl-dev:amd64 (1.0.2g-1ubuntu4.12) を展開しています... 以前に未選択のパッケージ libssl-doc を選択しています。 .../libssl-doc_1.0.2g-1ubuntu4.12_all.deb を展開する準備をしています ... libssl-doc (1.0.2g-1ubuntu4.12) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) を設定しています ... libssl-dev:amd64 (1.0.2g-1ubuntu4.12) を設定しています ... libssl-doc (1.0.2g-1ubuntu4.12) を設定しています ... Collecting Twisted Downloading https://files.pythonhosted.org/packages/a2/37/298f9547606c45d75aa9792369302cc63aa4bbcf7b5f607560180dd099d2/Twisted-17.9.0.tar.bz2 (3.0MB) 100% |████████████████████████████████| 3.0MB 5.8MB/s Collecting zope.interface>=3.6.0 (from Twisted) Downloading https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz (151kB) 100% |████████████████████████████████| 153kB 9.6MB/s Collecting constantly>=15.1 (from Twisted) Downloading https://files.pythonhosted.org/packages/b9/65/48c1909d0c0aeae6c10213340ce682db01b48ea900a7d9fce7a7910ff318/constantly-15.1.0-py2.py3-none-any.whl Collecting incremental>=16.10.1 (from Twisted) Downloading https://files.pythonhosted.org/packages/f5/1d/c98a587dc06e107115cf4a58b49de20b19222c83d75335a192052af4c4b7/incremental-17.5.0-py2.py3-none-any.whl Collecting Automat>=0.3.0 (from Twisted) Downloading https://files.pythonhosted.org/packages/17/6a/1baf488c2015ecafda48c03ca984cf0c48c254622668eb1732dbe2eae118/Automat-0.6.0-py2.py3-none-any.whl Collecting hyperlink>=17.1.1 (from Twisted) Downloading https://files.pythonhosted.org/packages/a7/b6/84d0c863ff81e8e7de87cff3bd8fd8f1054c227ce09af1b679a8b17a9274/hyperlink-18.0.0-py2.py3-none-any.whl Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from zope.interface>=3.6.0->Twisted) (20.7.0) Collecting attrs (from Automat>=0.3.0->Twisted) Downloading https://files.pythonhosted.org/packages/b5/60/4e178c1e790fd60f1229a9b3cb2f8bc2f4cc6ff2c8838054c142c70b5adc/attrs-17.4.0-py2.py3-none-any.whl Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from Automat>=0.3.0->Twisted) (1.11.0) Requirement already satisfied: idna>=2.5 in /usr/local/lib/python2.7/dist-packages (from hyperlink>=17.1.1->Twisted) (2.6) Building wheels for collected packages: Twisted, zope.interface Running setup.py bdist_wheel for Twisted ... done Stored in directory: /root/.cache/pip/wheels/54/03/3a/9fc1fa7c17c1405abc68e25280d4fd1726b1f30b2764ba20c1 Running setup.py bdist_wheel for zope.interface ... done Stored in directory: /root/.cache/pip/wheels/c6/b2/d2/be6785a207eaa58d76debc10c9d5c66196b40a88abb61d6af7 Successfully built Twisted zope.interface Installing collected packages: zope.interface, constantly, incremental, attrs, Automat, hyperlink, Twisted Successfully installed Automat-0.6.0 Twisted-17.9.0 attrs-17.4.0 constantly-15.1.0 hyperlink-18.0.0 incremental-17.5.0 zope.interface-4.5.0 パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: python-attr python-pam python-pyasn1-modules python-serial python-service-identity python-twisted-bin python-twisted-core python-zope.interface 提案パッケージ: python-pam-dbg python-twisted-bin-dbg python-tk python-glade2 python-qt3 以下のパッケージが新たにインストールされます: python-attr python-pam python-pyasn1-modules python-serial python-service-identity python-twisted python-twisted-bin python-twisted-core python-zope.interface アップグレード: 0 個、新規インストール: 9 個、削除: 0 個、保留: 4 個。 2,159 kB のアーカイブを取得する必要があります。 この操作後に追加で 14.0 MB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-attr all 15.2.0-1 [11.3 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-pam amd64 0.4.2-13.2ubuntu2 [9,932 B] 取得:3 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-pyasn1-modules all 0.0.7-0.1 [20.5 kB] 取得:4 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-serial all 3.0.1-1 [69.9 kB] 取得:5 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-service-identity all 16.0.0-2 [9,318 B] 取得:6 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-twisted-bin amd64 16.0.0-1ubuntu0.2 [12.9 kB] 取得:7 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 python-zope.interface amd64 4.1.3-1build1 [81.0 kB] 取得:8 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-twisted-core all 16.0.0-1ubuntu0.2 [1,941 kB] 取得:9 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-twisted all 16.0.0-1ubuntu0.2 [3,592 B] 2,159 kB を 0秒 で取得しました (3,839 kB/s) 以前に未選択のパッケージ python-attr を選択しています。 (データベースを読み込んでいます ... 現在 245188 個のファイルとディレクトリがインストールされています。) .../python-attr_15.2.0-1_all.deb を展開する準備をしています ... python-attr (15.2.0-1) を展開しています... 以前に未選択のパッケージ python-pam を選択しています。 .../python-pam_0.4.2-13.2ubuntu2_amd64.deb を展開する準備をしています ... python-pam (0.4.2-13.2ubuntu2) を展開しています... 以前に未選択のパッケージ python-pyasn1-modules を選択しています。 .../python-pyasn1-modules_0.0.7-0.1_all.deb を展開する準備をしています ... python-pyasn1-modules (0.0.7-0.1) を展開しています... 以前に未選択のパッケージ python-serial を選択しています。 .../python-serial_3.0.1-1_all.deb を展開する準備をしています ... python-serial (3.0.1-1) を展開しています... 以前に未選択のパッケージ python-service-identity を選択しています。 .../python-service-identity_16.0.0-2_all.deb を展開する準備をしています ... python-service-identity (16.0.0-2) を展開しています... 以前に未選択のパッケージ python-twisted-bin を選択しています。 .../python-twisted-bin_16.0.0-1ubuntu0.2_amd64.deb を展開する準備をしています ... python-twisted-bin (16.0.0-1ubuntu0.2) を展開しています... 以前に未選択のパッケージ python-zope.interface を選択しています。 .../python-zope.interface_4.1.3-1build1_amd64.deb を展開する準備をしています ... python-zope.interface (4.1.3-1build1) を展開しています... 以前に未選択のパッケージ python-twisted-core を選択しています。 .../python-twisted-core_16.0.0-1ubuntu0.2_all.deb を展開する準備をしています ... python-twisted-core (16.0.0-1ubuntu0.2) を展開しています... 以前に未選択のパッケージ python-twisted を選択しています。 .../python-twisted_16.0.0-1ubuntu0.2_all.deb を展開する準備をしています ... python-twisted (16.0.0-1ubuntu0.2) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... python-attr (15.2.0-1) を設定しています ... python-pam (0.4.2-13.2ubuntu2) を設定しています ... python-pyasn1-modules (0.0.7-0.1) を設定しています ... python-serial (3.0.1-1) を設定しています ... python-service-identity (16.0.0-2) を設定しています ... python-twisted-bin (16.0.0-1ubuntu0.2) を設定しています ... python-zope.interface (4.1.3-1build1) を設定しています ... python-twisted-core (16.0.0-1ubuntu0.2) を設定しています ... python-twisted (16.0.0-1ubuntu0.2) を設定しています ... パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが自動でインストールされましたが、もう必要とされていません: libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 libqmi-glib1 ubuntu-core-launcher これを削除するには 'sudo apt autoremove' を利用してください。 以下の追加パッケージがインストールされます: automake 提案パッケージ: autoconf-archive gnu-standards autoconf-doc 以下のパッケージが新たにインストールされます: autoconf automake アップグレード: 0 個、新規インストール: 2 個、削除: 0 個、保留: 4 個。 831 kB のアーカイブを取得する必要があります。 この操作後に追加で 3,434 kB のディスク容量が消費されます。 取得:1 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] 取得:2 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] 831 kB を 0秒 で取得しました (3,649 kB/s) 以前に未選択のパッケージ autoconf を選択しています。 (データベースを読み込んでいます ... 現在 246333 個のファイルとディレクトリがインストールされています。) .../autoconf_2.69-9_all.deb を展開する準備をしています ... autoconf (2.69-9) を展開しています... 以前に未選択のパッケージ automake を選択しています。 .../automake_1%3a1.15-4ubuntu1_all.deb を展開する準備をしています ... automake (1:1.15-4ubuntu1) を展開しています... man-db (2.7.5-1) のトリガを処理しています ... install-info (6.1.0.dfsg.1-5) のトリガを処理しています ... doc-base (0.10.7) のトリガを処理しています ... doc-base ファイルを 1 個追加 を処理中... scrollkeeper をドキュメントとして登録しています... autoconf (2.69-9) を設定しています ... automake (1:1.15-4ubuntu1) を設定しています ... update-alternatives: /usr/bin/automake (automake) を提供するために自動モードで /usr/bin/automake-1.15 を使います Install tree: | \- gnuradio | +- uhd | \- apache-thrift PyBOMBS.install_manager - INFO - Phase 2: Recursively installing source packages to prefix: PyBOMBS.install_manager - INFO - Installing package: apache-thrift PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. Cloning: (100%) [=========================================================] Cloning: (100%) [=========================================================] PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. Configuring: (100%) [=========================================================] Building: (100%) [=========================================================] Installing: (100%) [=========================================================] PyBOMBS.install_manager - INFO - Installation successful. PyBOMBS.install_manager - INFO - Installing package: uhd Cloning: (100%) [=========================================================] Configuring: (100%) [=========================================================] Building: (100%) [=========================================================] Installing: (100%) [=========================================================] PyBOMBS.install_manager - INFO - Installation successful. PyBOMBS.install_manager - INFO - Installing package: gnuradio Cloning: (100%) [=========================================================] Configuring: (100%) [=========================================================] Building: (100%) [=========================================================] Installing: (100%) [=========================================================] PyBOMBS.install_manager - INFO - Installation successful.