Skip to content

Instantly share code, notes, and snippets.

@aczire
Created January 15, 2017 13:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aczire/0e387456aa711d86efc63c35a93f3ca2 to your computer and use it in GitHub Desktop.
Save aczire/0e387456aa711d86efc63c35a93f3ca2 to your computer and use it in GitHub Desktop.
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo perl
bin/ FILES vgauth/
caf/ INSTALL vmware-install.pl
doc/ installer/ vmware-install.real.pl
etc/ lib/
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo perl vmware-install.pl
[sudo] password for bladerf:
open-vm-tools are available from the OS vendor and VMware recommends using
open-vm-tools. See http://kb.vmware.com/kb/2073803 for more information.
Do you still want to proceed with this legacy installer? [no] yes
Creating a new VMware Tools installer database using the tar4 format.
Installing VMware Tools.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware-tools]
The path "/usr/lib/vmware-tools" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]
In which directory do you want to install the common agent library files?
[/usr/lib]
In which directory do you want to install the common agent transient files?
[/var/lib]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]
The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes]
The installation of VMware Tools 10.0.0 build-2977863 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]
Initializing...
Making sure services for VMware Tools are stopped.
Stopping Thinprint services in the virtual machine:
Stopping Virtual Printing daemon: done
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: done
VMware User Agent (vmware-user): done
Unmounting HGFS shares: done
Guest filesystem driver: done
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
The module vmci has already been installed on this system by another installer
or package and will not be modified by this installer.
The module vsock has already been installed on this system by another installer
or package and will not be modified by this installer.
The module vmxnet3 has already been installed on this system by another
installer or package and will not be modified by this installer.
The module pvscsi has already been installed on this system by another
installer or package and will not be modified by this installer.
The module vmmemctl has already been installed on this system by another
installer or package and will not be modified by this installer.
The VMware Host-Guest Filesystem allows for shared folders between the host OS
and the guest OS in a Fusion or Workstation virtual environment. Do you wish
to enable this feature? [yes]
The vmxnet driver is no longer supported on kernels 3.3 and greater. Please
upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)
The vmblock enables dragging or copying files between host and guest in a
Fusion or Workstation virtual environment. Do you wish to enable this feature?
[yes]
VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot that are not already present. This feature can
be enabled/disabled by re-running vmware-config-tools.pl.
Would you like to enable VMware automatic kernel modules?
[no] yes
Thinprint provides driver-free printing. Do you wish to enable this feature?
[yes]
Disabling timer-based audio scheduling in pulseaudio.
Do you want to enable Guest Authentication (vgauth)? Enabling vgauth is needed
if you want to enable Common Agent (caf). [yes]
Do you want to enable Common Agent (caf)? [yes]
Detected X server version 1.18.3
Distribution provided drivers for Xorg X server are used.
Skipping X configuration because X drivers are not included.
Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-4.4.0-31-generic
Generating the key and certificate files.
Successfully generated the key and certificate files.
Starting Virtual Printing daemon: done
Checking acpi hot plug done
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: done
VMware Automatic Kmods: done
Guest filesystem driver: done
Mounting HGFS shares: done
Blocking file system: done
Guest operating system daemon: done
VGAuthService: done
Common Agent: done
The configuration of VMware Tools 10.0.0 build-2977863 for Linux for this
running kernel completed successfully.
You must restart your X session before any mouse or graphics changes take
effect.
You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
command line.
To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.
Enjoy,
--the VMware team
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ /usr/bin/vmware-user
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo apt-get update
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://ca.archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://ca.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:4 http://ca.archive.ubuntu.com/ubuntu xenial-backports InRelease
AppStream cache update completed, but some metadata was ignored due to errors.
Reading package lists... Done
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
build-essential set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded.
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
The following additional packages will be installed:
libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libssl-doc libssl1.0.0 python2.7 python2.7-dev python2.7-minimal zlib1g-dev
Suggested packages:
python2.7-doc binfmt-support
The following NEW packages will be installed:
libexpat1-dev libffi-dev libpython-dev libpython2.7-dev libssl-dev libssl-doc python-dev python2.7-dev zlib1g-dev
The following packages will be upgraded:
libpython2.7 libpython2.7-minimal libpython2.7-stdlib libssl1.0.0 python2.7 python2.7-minimal
6 upgraded, 9 newly installed, 0 to remove and 282 not upgraded.
Need to get 31.0 MB/36.9 MB of archives.
After this operation, 52.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.2 [115 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.1 [27.8 MB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libpython-dev amd64 2.7.11-1 [7,728 B]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4 [168 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.5 [1,344 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.5 [1,078 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.1 [276 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-dev amd64 2.7.11-1 [1,160 B]
Get:9 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB]
Fetched 31.0 MB in 24s (1,239 kB/s)
Preconfiguring packages ...
(Reading database ... 173835 files and directories currently installed.)
Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.1) over (2.7.12-1~16.04) ...
Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking python2.7 (2.7.12-1ubuntu0~16.04.1) over (2.7.12-1~16.04) ...
Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.1) over (2.7.12-1~16.04) ...
Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.1) over (2.7.12-1~16.04) ...
Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.1) over (2.7.12-1~16.04) ...
Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.5_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.5) over (1.0.2g-1ubuntu4.1) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.2) ...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.1) ...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../libpython-dev_2.7.11-1_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.11-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.5_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.5) ...
Selecting previously unselected package libssl-doc.
Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.5_all.deb ...
Unpacking libssl-doc (1.0.2g-1ubuntu4.5) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.1_amd64.deb ...
Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.1) ...
Selecting previously unselected package python-dev.
Preparing to unpack .../python-dev_2.7.11-1_amd64.deb ...
Unpacking python-dev (2.7.11-1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ...
Unpacking libffi-dev:amd64 (3.2.1-4) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160701-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 2 added doc-base files...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.1) ...
Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.5) ...
Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.1) ...
Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.1) ...
Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.1) ...
Setting up python2.7 (2.7.12-1ubuntu0~16.04.1) ...
Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.2) ...
Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.1) ...
Setting up libpython-dev:amd64 (2.7.11-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.5) ...
Setting up libssl-doc (1.0.2g-1ubuntu4.5) ...
Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.1) ...
Setting up python-dev (2.7.11-1) ...
Setting up libffi-dev:amd64 (3.2.1-4) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo apt-get install python-pip python-dev build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
python-dev is already the newest version (2.7.11-1).
The following additional packages will be installed:
libpython-all-dev python-all python-all-dev python-pip-whl python-pkg-resources python-setuptools python-wheel
Suggested packages:
python-setuptools-doc
The following NEW packages will be installed:
libpython-all-dev python-all python-all-dev python-pip python-pip-whl python-pkg-resources python-setuptools python-wheel
0 upgraded, 8 newly installed, 0 to remove and 282 not upgraded.
Need to get 1,583 kB of archives.
After this operation, 3,066 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libpython-all-dev amd64 2.7.11-1 [992 B]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-all amd64 2.7.11-1 [978 B]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-all-dev amd64 2.7.11-1 [1,000 B]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1,110 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB]
Fetched 1,583 kB in 1s (1,484 kB/s)
Selecting previously unselected package libpython-all-dev:amd64.
(Reading database ... 175823 files and directories currently installed.)
Preparing to unpack .../libpython-all-dev_2.7.11-1_amd64.deb ...
Unpacking libpython-all-dev:amd64 (2.7.11-1) ...
Selecting previously unselected package python-all.
Preparing to unpack .../python-all_2.7.11-1_amd64.deb ...
Unpacking python-all (2.7.11-1) ...
Selecting previously unselected package python-all-dev.
Preparing to unpack .../python-all-dev_2.7.11-1_amd64.deb ...
Unpacking python-all-dev (2.7.11-1) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ...
Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ...
Selecting previously unselected package python-pip.
Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ...
Unpacking python-pip (8.1.1-2ubuntu0.4) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ...
Unpacking python-pkg-resources (20.7.0-1) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ...
Unpacking python-setuptools (20.7.0-1) ...
Selecting previously unselected package python-wheel.
Preparing to unpack .../python-wheel_0.29.0-1_all.deb ...
Unpacking python-wheel (0.29.0-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libpython-all-dev:amd64 (2.7.11-1) ...
Setting up python-all (2.7.11-1) ...
Setting up python-all-dev (2.7.11-1) ...
Setting up python-pip-whl (8.1.1-2ubuntu0.4) ...
Setting up python-pip (8.1.1-2ubuntu0.4) ...
Setting up python-pkg-resources (20.7.0-1) ...
Setting up python-setuptools (20.7.0-1) ...
Setting up python-wheel (0.29.0-1) ...
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ sudo pip install --upgrade pip
The directory '/home/bladerf/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/bladerf/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pip
Downloading pip-9.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-9.0.1
bladerf@bladerf:~/Downloads/vmware-tools/vmware-tools-distrib$ cd
bladerf@bladerf:~$ sudo pip install pybombs
The directory '/home/bladerf/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/bladerf/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pybombs
Downloading PyBOMBS-2.3.0.tar.gz (70kB)
100% |████████████████████████████████| 71kB 340kB/s
Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from pybombs)
Collecting PyYAML (from pybombs)
Downloading PyYAML-3.12.tar.gz (253kB)
100% |████████████████████████████████| 256kB 842kB/s
Collecting requests (from pybombs)
Downloading requests-2.12.4-py2.py3-none-any.whl (576kB)
100% |████████████████████████████████| 583kB 863kB/s
Collecting six (from pybombs)
Downloading six-1.10.0-py2.py3-none-any.whl
Collecting future (from pybombs)
Downloading future-0.16.0.tar.gz (824kB)
100% |████████████████████████████████| 829kB 865kB/s
Installing collected packages: PyYAML, requests, six, future, pybombs
Running setup.py install for PyYAML ... done
Running setup.py install for future ... done
Running setup.py install for pybombs ... done
Successfully installed PyYAML-3.12 future-0.16.0 pybombs-2.3.0 requests-2.12.4 six-1.10.0
bladerf@bladerf:~$ sudo pip install --upgrade git+https://github.com/gnuradio/pybombs.git
The directory '/home/bladerf/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/bladerf/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting git+https://github.com/gnuradio/pybombs.git
Cloning https://github.com/gnuradio/pybombs.git to /tmp/pip-GNObR1-build
Error [Errno 2] No such file or directory while executing command git clone -q https://github.com/gnuradio/pybombs.git /tmp/pip-GNObR1-build
Cannot find command 'git'
bladerf@bladerf:~$ mkdir bladerf
bladerf@bladerf:~$ cd bladerf/
bladerf@bladerf:~/bladerf$ sudo pip install --upgrade git+https://github.com/gnuradio/pybombs.git
The directory '/home/bladerf/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/bladerf/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting git+https://github.com/gnuradio/pybombs.git
Cloning https://github.com/gnuradio/pybombs.git to /tmp/pip-QodPdh-build
Error [Errno 2] No such file or directory while executing command git clone -q https://github.com/gnuradio/pybombs.git /tmp/pip-QodPdh-build
Cannot find command 'git'
bladerf@bladerf:~/bladerf$ cd
bladerf@bladerf:~$ ll -l .cache/
total 40
drwx------ 10 bladerf bladerf 4096 Jan 15 02:14 ./
drwxr-xr-x 16 bladerf bladerf 4096 Jan 15 02:25 ../
drwx------ 2 bladerf bladerf 4096 Jan 15 02:13 compizconfig-1/
drwx------ 8 bladerf bladerf 4096 Jan 15 02:13 evolution/
drwxrwxr-x 3 bladerf bladerf 4096 Jan 15 02:13 gnome-software/
drwxrwxr-x 2 bladerf bladerf 4096 Jan 15 02:13 gstreamer-1.0/
drwxrwxr-x 3 bladerf bladerf 4096 Jan 15 02:13 ibus/
drwxrwxr-x 2 bladerf bladerf 4096 Jan 15 02:18 logrotate/
drwx------ 2 bladerf bladerf 4096 Jan 15 02:23 upstart/
drwx------ 2 bladerf bladerf 4096 Jan 15 02:18 wallpaper/
bladerf@bladerf:~$ ll -l .cache/pip
ls: cannot access '.cache/pip': No such file or directory
bladerf@bladerf:~$ sudo -H pip install --upgrade git+https://github.com/gnuradio/pybombs.git
Collecting git+https://github.com/gnuradio/pybombs.git
Cloning https://github.com/gnuradio/pybombs.git to /tmp/pip-hw4FYG-build
Error [Errno 2] No such file or directory while executing command git clone -q https://github.com/gnuradio/pybombs.git /tmp/pip-hw4FYG-build
Cannot find command 'git'
bladerf@bladerf:~$ sudo apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
git-man liberror-perl
Suggested packages:
git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 282 not upgraded.
Need to get 3,760 kB of archives.
After this operation, 25.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 git-man all 1:2.7.4-0ubuntu1 [735 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 git amd64 1:2.7.4-0ubuntu1 [3,006 kB]
Fetched 3,760 kB in 1s (2,646 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 176099 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...
Unpacking liberror-perl (0.17-1.2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1_all.deb ...
Unpacking git-man (1:2.7.4-0ubuntu1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.7.4-0ubuntu1_amd64.deb ...
Unpacking git (1:2.7.4-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up liberror-perl (0.17-1.2) ...
Setting up git-man (1:2.7.4-0ubuntu1) ...
Setting up git (1:2.7.4-0ubuntu1) ...
bladerf@bladerf:~$ sudo -H pip install --upgrade git+https://github.com/gnuradio/pybombs.git
Collecting git+https://github.com/gnuradio/pybombs.git
Cloning https://github.com/gnuradio/pybombs.git to /tmp/pip-mP2FJf-build
Collecting setuptools (from PyBOMBS==2.3.1a0)
Downloading setuptools-32.3.1-py2.py3-none-any.whl (479kB)
100% |████████████████████████████████| 481kB 2.5MB/s
Requirement already up-to-date: PyYAML in /usr/local/lib/python2.7/dist-packages (from PyBOMBS==2.3.1a0)
Requirement already up-to-date: requests in /usr/local/lib/python2.7/dist-packages (from PyBOMBS==2.3.1a0)
Requirement already up-to-date: six in /usr/local/lib/python2.7/dist-packages (from PyBOMBS==2.3.1a0)
Requirement already up-to-date: future in /usr/local/lib/python2.7/dist-packages (from PyBOMBS==2.3.1a0)
Installing collected packages: setuptools, PyBOMBS
Found existing installation: setuptools 20.7.0
Uninstalling setuptools-20.7.0:
Successfully uninstalled setuptools-20.7.0
Found existing installation: PyBOMBS 2.3.0
Uninstalling PyBOMBS-2.3.0:
Successfully uninstalled PyBOMBS-2.3.0
Running setup.py install for PyBOMBS ... done
Successfully installed PyBOMBS-2.3.1a0 setuptools-32.3.1
bladerf@bladerf:~$ sudo pip install pybombs
The directory '/home/bladerf/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/bladerf/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: pybombs in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: PyYAML in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: future in /usr/local/lib/python2.7/dist-packages (from pybombs)
bladerf@bladerf:~$ sudo -H pip install pybombs
Requirement already satisfied: pybombs in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: PyYAML in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from pybombs)
Requirement already satisfied: future in /usr/local/lib/python2.7/dist-packages (from pybombs)
bladerf@bladerf:~$ pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
Cloning: (100%) [=====================================================================================================================================================================================]
PyBOMBS.ConfigManager - INFO - Creating new config file /home/bladerf/.pybombs/config.yml
bladerf@bladerf:~$ pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.git
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
Cloning: (100%) [=====================================================================================================================================================================================]
bladerf@bladerf:~$ mkdir prefix
bladerf@bladerf:~$ pybombs prefix init ~/prefix -a prefix -R gnuradio-default
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
PyBOMBS.ConfigManager - INFO - Creating new config file /home/bladerf/prefix/.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:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
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
Suggested packages:
libboost-doc graphviz libboost1.58-doc gccxml libmpfrc++-dev libntl-dev xsltproc doxygen docbook-xml 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
The following NEW packages will be installed:
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 upgraded, 96 newly installed, 0 to remove and 282 not upgraded.
Need to get 25.9 MB of archives.
After this operation, 233 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 icu-devtools amd64 55.1-7 [165 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [6,222 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libboost-dev amd64 1.58.0.1ubuntu1 [3,134 B]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost1.58-tools-dev amd64 1.58.0+dfsg-5ubuntu3.1 [1,140 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-tools-dev amd64 1.58.0.1ubuntu1 [2,974 B]
Get:7 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-atomic1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [7,120 B]
Get:8 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-atomic1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [5,026 B]
Get:9 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-atomic-dev amd64 1.58.0.1ubuntu1 [3,104 B]
Get:10 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-chrono1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [13.2 kB]
Get:11 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-chrono1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [15.6 kB]
Get:12 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-chrono-dev amd64 1.58.0.1ubuntu1 [3,422 B]
Get:13 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB]
Get:14 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-context1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [18.9 kB]
Get:15 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-context1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [19.0 kB]
Get:16 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-context-dev amd64 1.58.0.1ubuntu1 [2,994 B]
Get:17 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-coroutine1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [20.2 kB]
Get:18 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-coroutine1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [21.0 kB]
Get:19 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-coroutine-dev amd64 1.58.0.1ubuntu1 [3,070 B]
Get:20 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-serialization1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [113 kB]
Get:21 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-serialization1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [147 kB]
Get:22 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-date-time1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [27.4 kB]
Get:23 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-date-time-dev amd64 1.58.0.1ubuntu1 [2,800 B]
Get:24 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-exception1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [4,456 B]
Get:25 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-exception-dev amd64 1.58.0.1ubuntu1 [2,792 B]
Get:26 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-system1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [8,526 B]
Get:27 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-filesystem1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [46.4 kB]
Get:28 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-filesystem-dev amd64 1.58.0.1ubuntu1 [2,826 B]
Get:29 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-regex1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [261 kB]
Get:30 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [94.2 kB]
Get:31 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-test1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [188 kB]
Get:32 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-test1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [232 kB]
Get:33 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [104 kB]
Get:34 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-graph-dev amd64 1.58.0.1ubuntu1 [2,886 B]
Get:35 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc5 amd64 1.11.2-3 [99.5 kB]
Get:36 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs1 amd64 1.1.8-1.1ubuntu2 [25.0 kB]
Get:37 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenmpi1.10 amd64 1.10.2-8ubuntu1 [2,025 kB]
Get:38 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.8 kB]
Get:39 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph-parallel1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [72.6 kB]
Get:40 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph-parallel1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [78.9 kB]
Get:41 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-graph-parallel-dev amd64 1.58.0.1ubuntu1 [2,932 B]
Get:42 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libicu-dev amd64 55.1-7 [8,546 kB]
Get:43 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-regex1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [322 kB]
Get:44 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-iostreams1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [36.2 kB]
Get:45 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-iostreams-dev amd64 1.58.0.1ubuntu1 [2,784 B]
Get:46 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-locale1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [242 kB]
Get:47 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-locale1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [331 kB]
Get:48 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-locale-dev amd64 1.58.0.1ubuntu1 [3,128 B]
Get:49 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-log1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [422 kB]
Get:50 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-thread1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [48.8 kB]
Get:51 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-log1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [533 kB]
Get:52 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-log-dev amd64 1.58.0.1ubuntu1 [2,986 B]
Get:53 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-math1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [291 kB]
Get:54 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-math1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [829 kB]
Get:55 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-math-dev amd64 1.58.0.1ubuntu1 [2,998 B]
Get:56 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 openmpi-common all 1.10.2-8ubuntu1 [129 kB]
Get:57 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs-dev amd64 1.1.8-1.1ubuntu2 [77.6 kB]
Get:58 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libnuma-dev amd64 2.0.11-1ubuntu1 [31.7 kB]
Get:59 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB]
Get:60 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc-dev amd64 1.11.2-3 [155 kB]
Get:61 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenmpi-dev amd64 1.10.2-8ubuntu1 [537 kB]
Get:62 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 mpi-default-dev amd64 1.4 [4,154 B]
Get:63 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [147 kB]
Get:64 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-mpi-dev amd64 1.58.0.1ubuntu1 [2,876 B]
Get:65 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-python1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [120 kB]
Get:66 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 openmpi-bin amd64 1.10.2-8ubuntu1 [100 kB]
Get:67 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 mpi-default-bin amd64 1.4 [3,370 B]
Get:68 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi-python1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [220 kB]
Get:69 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi-python1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [27.0 kB]
Get:70 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-mpi-python-dev amd64 1.58.0.1ubuntu1 [2,912 B]
Get:71 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [138 kB]
Get:72 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [171 kB]
Get:73 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libboost-program-options-dev amd64 1.58.0.1ubuntu1 [2,808 B]
Get:74 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-python1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [149 kB]
Get:75 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-python-dev amd64 1.58.0.1ubuntu1 [3,170 B]
Get:76 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB]
Get:77 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-random1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [11.1 kB]
Get:78 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-random-dev amd64 1.58.0.1ubuntu1 [2,790 B]
Get:79 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-regex-dev amd64 1.58.0.1ubuntu1 [3,058 B]
Get:80 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-serialization-dev amd64 1.58.0.1ubuntu1 [3,026 B]
Get:81 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-signals1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [31.5 kB]
Get:82 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-signals1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [34.8 kB]
Get:83 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-signals-dev amd64 1.58.0.1ubuntu1 [2,856 B]
Get:84 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-system-dev amd64 1.58.0.1ubuntu1 [2,930 B]
Get:85 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-test-dev amd64 1.58.0.1ubuntu1 [2,830 B]
Get:86 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-thread-dev amd64 1.58.0.1ubuntu1 [2,818 B]
Get:87 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-timer1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [10.2 kB]
Get:88 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-timer1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [9,632 B]
Get:89 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-timer-dev amd64 1.58.0.1ubuntu1 [2,922 B]
Get:90 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-wave1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [184 kB]
Get:91 http://ca.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-wave1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [245 kB]
Get:92 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-wave-dev amd64 1.58.0.1ubuntu1 [2,838 B]
Get:93 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-all-dev amd64 1.58.0.1ubuntu1 [2,228 B]
Get:94 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB]
Get:95 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 ocl-icd-libopencl1 amd64 2.2.8-1 [29.7 kB]
Get:96 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc-plugins amd64 1.11.2-3 [13.2 kB]
Fetched 25.9 MB in 16s (1,558 kB/s)
Extracting templates from packages: 100%
Selecting previously unselected package autotools-dev.
(Reading database ... 176913 files and directories currently installed.)
Preparing to unpack .../autotools-dev_20150820.1_all.deb ...
Unpacking autotools-dev (20150820.1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../icu-devtools_55.1-7_amd64.deb ...
Unpacking icu-devtools (55.1-7) ...
Selecting previously unselected package libboost1.58-dev:amd64.
Preparing to unpack .../libboost1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-dev:amd64.
Preparing to unpack .../libboost-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost1.58-tools-dev.
Preparing to unpack .../libboost1.58-tools-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost1.58-tools-dev (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-tools-dev.
Preparing to unpack .../libboost-tools-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-tools-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-atomic1.58.0:amd64.
Preparing to unpack .../libboost-atomic1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-atomic1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-atomic1.58-dev:amd64.
Preparing to unpack .../libboost-atomic1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-atomic1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-atomic-dev:amd64.
Preparing to unpack .../libboost-atomic-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-atomic-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-chrono1.58.0:amd64.
Preparing to unpack .../libboost-chrono1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-chrono1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-chrono1.58-dev:amd64.
Preparing to unpack .../libboost-chrono1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-chrono1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-chrono-dev:amd64.
Preparing to unpack .../libboost-chrono-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-chrono-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-thread1.58.0:amd64.
Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-context1.58.0:amd64.
Preparing to unpack .../libboost-context1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-context1.58-dev:amd64.
Preparing to unpack .../libboost-context1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-context1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-context-dev:amd64.
Preparing to unpack .../libboost-context-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-context-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-coroutine1.58.0:amd64.
Preparing to unpack .../libboost-coroutine1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-coroutine1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-coroutine1.58-dev:amd64.
Preparing to unpack .../libboost-coroutine1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-coroutine1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-coroutine-dev:amd64.
Preparing to unpack .../libboost-coroutine-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-coroutine-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-serialization1.58.0:amd64.
Preparing to unpack .../libboost-serialization1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-serialization1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-serialization1.58-dev:amd64.
Preparing to unpack .../libboost-serialization1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-serialization1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-date-time1.58-dev:amd64.
Preparing to unpack .../libboost-date-time1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-date-time1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-date-time-dev:amd64.
Preparing to unpack .../libboost-date-time-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-date-time-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-exception1.58-dev:amd64.
Preparing to unpack .../libboost-exception1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-exception1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-exception-dev:amd64.
Preparing to unpack .../libboost-exception-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-exception-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-system1.58-dev:amd64.
Preparing to unpack .../libboost-system1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-system1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-filesystem1.58-dev:amd64.
Preparing to unpack .../libboost-filesystem1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-filesystem1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-filesystem-dev:amd64.
Preparing to unpack .../libboost-filesystem-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-filesystem-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-regex1.58.0:amd64.
Preparing to unpack .../libboost-regex1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-graph1.58.0:amd64.
Preparing to unpack .../libboost-graph1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-graph1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-test1.58.0:amd64.
Preparing to unpack .../libboost-test1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-test1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-test1.58-dev:amd64.
Preparing to unpack .../libboost-test1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-test1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-graph1.58-dev:amd64.
Preparing to unpack .../libboost-graph1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-graph1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-graph-dev:amd64.
Preparing to unpack .../libboost-graph-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-graph-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libhwloc5:amd64.
Preparing to unpack .../libhwloc5_1.11.2-3_amd64.deb ...
Unpacking libhwloc5:amd64 (1.11.2-3) ...
Selecting previously unselected package libibverbs1.
Preparing to unpack .../libibverbs1_1.1.8-1.1ubuntu2_amd64.deb ...
Unpacking libibverbs1 (1.1.8-1.1ubuntu2) ...
Selecting previously unselected package libopenmpi1.10.
Preparing to unpack .../libopenmpi1.10_1.10.2-8ubuntu1_amd64.deb ...
Unpacking libopenmpi1.10 (1.10.2-8ubuntu1) ...
Selecting previously unselected package libboost-mpi1.58.0.
Preparing to unpack .../libboost-mpi1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-mpi1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-graph-parallel1.58.0.
Preparing to unpack .../libboost-graph-parallel1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-graph-parallel1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-graph-parallel1.58-dev.
Preparing to unpack .../libboost-graph-parallel1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-graph-parallel1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-graph-parallel-dev.
Preparing to unpack .../libboost-graph-parallel-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-graph-parallel-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libicu-dev:amd64.
Preparing to unpack .../libicu-dev_55.1-7_amd64.deb ...
Unpacking libicu-dev:amd64 (55.1-7) ...
Selecting previously unselected package libboost-regex1.58-dev:amd64.
Preparing to unpack .../libboost-regex1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-regex1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-iostreams1.58-dev:amd64.
Preparing to unpack .../libboost-iostreams1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-iostreams1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-iostreams-dev:amd64.
Preparing to unpack .../libboost-iostreams-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-iostreams-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-locale1.58.0:amd64.
Preparing to unpack .../libboost-locale1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-locale1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-locale1.58-dev:amd64.
Preparing to unpack .../libboost-locale1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-locale1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-locale-dev:amd64.
Preparing to unpack .../libboost-locale-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-locale-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-log1.58.0.
Preparing to unpack .../libboost-log1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-log1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-thread1.58-dev:amd64.
Preparing to unpack .../libboost-thread1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-thread1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-log1.58-dev.
Preparing to unpack .../libboost-log1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-log1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-log-dev.
Preparing to unpack .../libboost-log-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-log-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-math1.58.0:amd64.
Preparing to unpack .../libboost-math1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-math1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-math1.58-dev:amd64.
Preparing to unpack .../libboost-math1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-math1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-math-dev:amd64.
Preparing to unpack .../libboost-math-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-math-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package openmpi-common.
Preparing to unpack .../openmpi-common_1.10.2-8ubuntu1_all.deb ...
Unpacking openmpi-common (1.10.2-8ubuntu1) ...
Selecting previously unselected package libibverbs-dev.
Preparing to unpack .../libibverbs-dev_1.1.8-1.1ubuntu2_amd64.deb ...
Unpacking libibverbs-dev (1.1.8-1.1ubuntu2) ...
Selecting previously unselected package libnuma-dev:amd64.
Preparing to unpack .../libnuma-dev_2.0.11-1ubuntu1_amd64.deb ...
Unpacking libnuma-dev:amd64 (2.0.11-1ubuntu1) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ...
Unpacking libltdl-dev:amd64 (2.4.6-0.1) ...
Selecting previously unselected package libhwloc-dev:amd64.
Preparing to unpack .../libhwloc-dev_1.11.2-3_amd64.deb ...
Unpacking libhwloc-dev:amd64 (1.11.2-3) ...
Selecting previously unselected package libopenmpi-dev.
Preparing to unpack .../libopenmpi-dev_1.10.2-8ubuntu1_amd64.deb ...
Unpacking libopenmpi-dev (1.10.2-8ubuntu1) ...
Selecting previously unselected package mpi-default-dev.
Preparing to unpack .../mpi-default-dev_1.4_amd64.deb ...
Unpacking mpi-default-dev (1.4) ...
Selecting previously unselected package libboost-mpi1.58-dev.
Preparing to unpack .../libboost-mpi1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-mpi1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-mpi-dev.
Preparing to unpack .../libboost-mpi-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-mpi-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-python1.58.0.
Preparing to unpack .../libboost-python1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package openmpi-bin.
Preparing to unpack .../openmpi-bin_1.10.2-8ubuntu1_amd64.deb ...
Unpacking openmpi-bin (1.10.2-8ubuntu1) ...
Selecting previously unselected package mpi-default-bin.
Preparing to unpack .../mpi-default-bin_1.4_amd64.deb ...
Unpacking mpi-default-bin (1.4) ...
Selecting previously unselected package libboost-mpi-python1.58.0.
Preparing to unpack .../libboost-mpi-python1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-mpi-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-mpi-python1.58-dev.
Preparing to unpack .../libboost-mpi-python1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-mpi-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-mpi-python-dev.
Preparing to unpack .../libboost-mpi-python-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-mpi-python-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-program-options1.58.0:amd64.
Preparing to unpack .../libboost-program-options1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-program-options1.58-dev:amd64.
Preparing to unpack .../libboost-program-options1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-program-options1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-program-options-dev:amd64.
Preparing to unpack .../libboost-program-options-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-program-options-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-python1.58-dev.
Preparing to unpack .../libboost-python1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-python-dev.
Preparing to unpack .../libboost-python-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-python-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-random1.58.0:amd64.
Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-random1.58-dev:amd64.
Preparing to unpack .../libboost-random1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-random1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-random-dev:amd64.
Preparing to unpack .../libboost-random-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-random-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-regex-dev:amd64.
Preparing to unpack .../libboost-regex-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-regex-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-serialization-dev:amd64.
Preparing to unpack .../libboost-serialization-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-serialization-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-signals1.58.0:amd64.
Preparing to unpack .../libboost-signals1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-signals1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-signals1.58-dev:amd64.
Preparing to unpack .../libboost-signals1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-signals1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-signals-dev:amd64.
Preparing to unpack .../libboost-signals-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-signals-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-system-dev:amd64.
Preparing to unpack .../libboost-system-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-system-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-test-dev:amd64.
Preparing to unpack .../libboost-test-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-test-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-thread-dev:amd64.
Preparing to unpack .../libboost-thread-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-thread-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-timer1.58.0:amd64.
Preparing to unpack .../libboost-timer1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-timer1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-timer1.58-dev:amd64.
Preparing to unpack .../libboost-timer1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-timer1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-timer-dev:amd64.
Preparing to unpack .../libboost-timer-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-timer-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-wave1.58.0:amd64.
Preparing to unpack .../libboost-wave1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-wave1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-wave1.58-dev:amd64.
Preparing to unpack .../libboost-wave1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-wave1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Selecting previously unselected package libboost-wave-dev:amd64.
Preparing to unpack .../libboost-wave-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-wave-dev:amd64 (1.58.0.1ubuntu1) ...
Selecting previously unselected package libboost-all-dev.
Preparing to unpack .../libboost-all-dev_1.58.0.1ubuntu1_amd64.deb ...
Unpacking libboost-all-dev (1.58.0.1ubuntu1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../libtool_2.4.6-0.1_all.deb ...
Unpacking libtool (2.4.6-0.1) ...
Selecting previously unselected package ocl-icd-libopencl1:amd64.
Preparing to unpack .../ocl-icd-libopencl1_2.2.8-1_amd64.deb ...
Unpacking ocl-icd-libopencl1:amd64 (2.2.8-1) ...
Selecting previously unselected package libhwloc-plugins.
Preparing to unpack .../libhwloc-plugins_1.11.2-3_amd64.deb ...
Unpacking libhwloc-plugins (1.11.2-3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
Setting up autotools-dev (20150820.1) ...
Setting up icu-devtools (55.1-7) ...
Setting up libboost1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost1.58-tools-dev (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-tools-dev (1.58.0.1ubuntu1) ...
Setting up libboost-atomic1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-atomic1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-atomic-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-chrono1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-chrono1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-chrono-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-context1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-context-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-coroutine1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-coroutine1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-coroutine-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-serialization1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-serialization1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-date-time1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-date-time-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-exception1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-exception-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-system1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-filesystem1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-filesystem-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-graph1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-test1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-test1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-graph1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-graph-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libhwloc5:amd64 (1.11.2-3) ...
Setting up libibverbs1 (1.1.8-1.1ubuntu2) ...
Setting up libopenmpi1.10 (1.10.2-8ubuntu1) ...
Setting up libboost-mpi1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-graph-parallel1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-graph-parallel1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-graph-parallel-dev (1.58.0.1ubuntu1) ...
Setting up libicu-dev:amd64 (55.1-7) ...
Setting up libboost-regex1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-iostreams1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-iostreams-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-locale1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-locale1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-locale-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-log1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-thread1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-log1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-log-dev (1.58.0.1ubuntu1) ...
Setting up libboost-math1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-math1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-math-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up openmpi-common (1.10.2-8ubuntu1) ...
Setting up libibverbs-dev (1.1.8-1.1ubuntu2) ...
Setting up libnuma-dev:amd64 (2.0.11-1ubuntu1) ...
Setting up libltdl-dev:amd64 (2.4.6-0.1) ...
Setting up libhwloc-dev:amd64 (1.11.2-3) ...
Setting up libopenmpi-dev (1.10.2-8ubuntu1) ...
update-alternatives: using /usr/lib/openmpi/include to provide /usr/include/mpi (mpi) in auto mode
Setting up mpi-default-dev (1.4) ...
Setting up libboost-mpi1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-mpi-dev (1.58.0.1ubuntu1) ...
Setting up libboost-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up openmpi-bin (1.10.2-8ubuntu1) ...
update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode
Setting up mpi-default-bin (1.4) ...
Setting up libboost-mpi-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-mpi-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-mpi-python-dev (1.58.0.1ubuntu1) ...
Setting up libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-program-options1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-program-options-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-python-dev (1.58.0.1ubuntu1) ...
Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-random1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-random-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-regex-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-serialization-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-signals1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-signals1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-signals-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-system-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-test-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-thread-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-timer1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-timer1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-timer-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-wave1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-wave1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-wave-dev:amd64 (1.58.0.1ubuntu1) ...
Setting up libboost-all-dev (1.58.0.1ubuntu1) ...
Setting up libtool (2.4.6-0.1) ...
Setting up ocl-icd-libopencl1:amd64 (2.2.8-1) ...
Setting up libhwloc-plugins (1.11.2-3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libfftw3-long3
Suggested packages:
libfftw3-bin libfftw3-dev
The following NEW packages will be installed:
libfftw3-3 libfftw3-long3
0 upgraded, 2 newly installed, 0 to remove and 282 not upgraded.
Need to get 308 kB of archives.
After this operation, 1,069 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libfftw3-3 amd64 3.3.4-2ubuntu1 [1,724 B]
Fetched 308 kB in 1s (178 kB/s)
Selecting previously unselected package libfftw3-long3:amd64.
(Reading database ... 191051 files and directories currently installed.)
Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ...
Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ...
Selecting previously unselected package libfftw3-3:amd64.
Preparing to unpack .../libfftw3-3_3.3.4-2ubuntu1_amd64.deb ...
Unpacking libfftw3-3:amd64 (3.3.4-2ubuntu1) ...
Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ...
Setting up libfftw3-3:amd64 (3.3.4-2ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libfftw3-bin libfftw3-quad3
Suggested packages:
libfftw3-doc
The following NEW packages will be installed:
libfftw3-bin libfftw3-dev libfftw3-quad3
0 upgraded, 3 newly installed, 0 to remove and 282 not upgraded.
Need to get 2,686 kB of archives.
After this operation, 18.5 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB]
Fetched 2,686 kB in 1s (2,042 kB/s)
Selecting previously unselected package libfftw3-quad3:amd64.
(Reading database ... 191069 files and directories currently installed.)
Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ...
Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ...
Selecting previously unselected package libfftw3-bin.
Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ...
Unpacking libfftw3-bin (3.3.4-2ubuntu1) ...
Selecting previously unselected package libfftw3-dev:amd64.
Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ...
Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ...
Setting up libfftw3-bin (3.3.4-2ubuntu1) ...
Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libcppunit-1.13-0v5
Suggested packages:
libcppunit-doc
The following NEW packages will be installed:
libcppunit-1.13-0v5 libcppunit-dev
0 upgraded, 2 newly installed, 0 to remove and 282 not upgraded.
Need to get 210 kB of archives.
After this operation, 1,164 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libcppunit-1.13-0v5 amd64 1.13.2-2.1 [75.9 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libcppunit-dev amd64 1.13.2-2.1 [134 kB]
Fetched 210 kB in 1s (164 kB/s)
Selecting previously unselected package libcppunit-1.13-0v5:amd64.
(Reading database ... 191136 files and directories currently installed.)
Preparing to unpack .../libcppunit-1.13-0v5_1.13.2-2.1_amd64.deb ...
Unpacking libcppunit-1.13-0v5:amd64 (1.13.2-2.1) ...
Selecting previously unselected package libcppunit-dev.
Preparing to unpack .../libcppunit-dev_1.13.2-2.1_amd64.deb ...
Unpacking libcppunit-dev (1.13.2-2.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libcppunit-1.13-0v5:amd64 (1.13.2-2.1) ...
Setting up libcppunit-dev (1.13.2-2.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
swig3.0-examples swig3.0-doc
The following NEW packages will be installed:
swig3.0
0 upgraded, 1 newly installed, 0 to remove and 282 not upgraded.
Need to get 995 kB of archives.
After this operation, 5,131 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 swig3.0 amd64 3.0.8-0ubuntu3 [995 kB]
Fetched 995 kB in 3s (249 kB/s)
Selecting previously unselected package swig3.0.
(Reading database ... 191240 files and directories currently installed.)
Preparing to unpack .../swig3.0_3.0.8-0ubuntu3_amd64.deb ...
Unpacking swig3.0 (3.0.8-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up swig3.0 (3.0.8-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libgsl2
Suggested packages:
gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html
The following NEW packages will be installed:
libgsl-dev libgsl2
0 upgraded, 2 newly installed, 0 to remove and 282 not upgraded.
Need to get 1,802 kB of archives.
After this operation, 8,925 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libgsl2 amd64 2.1+dfsg-2 [840 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libgsl-dev amd64 2.1+dfsg-2 [962 kB]
Fetched 1,802 kB in 4s (418 kB/s)
Selecting previously unselected package libgsl2:amd64.
(Reading database ... 192002 files and directories currently installed.)
Preparing to unpack .../libgsl2_2.1+dfsg-2_amd64.deb ...
Unpacking libgsl2:amd64 (2.1+dfsg-2) ...
Selecting previously unselected package libgsl-dev.
Preparing to unpack .../libgsl-dev_2.1+dfsg-2_amd64.deb ...
Unpacking libgsl-dev (2.1+dfsg-2) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libgsl2:amd64 (2.1+dfsg-2) ...
Setting up libgsl-dev (2.1+dfsg-2) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
libasound2-doc
The following NEW packages will be installed:
libasound2-dev
0 upgraded, 1 newly installed, 0 to remove and 282 not upgraded.
Need to get 114 kB of archives.
After this operation, 544 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-dev amd64 1.1.0-0ubuntu1 [114 kB]
Fetched 114 kB in 0s (136 kB/s)
Selecting previously unselected package libasound2-dev:amd64.
(Reading database ... 192253 files and directories currently installed.)
Preparing to unpack .../libasound2-dev_1.1.0-0ubuntu1_amd64.deb ...
Unpacking libasound2-dev:amd64 (1.1.0-0ubuntu1) ...
Setting up libasound2-dev:amd64 (1.1.0-0ubuntu1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
python-markdown python-pygments python-memcache
The following NEW packages will be installed:
python-cheetah
0 upgraded, 1 newly installed, 0 to remove and 282 not upgraded.
Need to get 144 kB of archives.
After this operation, 790 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-cheetah amd64 2.4.4-3.fakesyncbuild1 [144 kB]
Fetched 144 kB in 0s (153 kB/s)
Selecting previously unselected package python-cheetah.
(Reading database ... 192323 files and directories currently installed.)
Preparing to unpack .../python-cheetah_2.4.4-3.fakesyncbuild1_amd64.deb ...
Unpacking python-cheetah (2.4.4-3.fakesyncbuild1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up python-cheetah (2.4.4-3.fakesyncbuild1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libwxbase3.0-0v5 libwxgtk3.0-0v5 python-wxversion
The following NEW packages will be installed:
libwxbase3.0-0v5 libwxgtk3.0-0v5 python-wxgtk3.0 python-wxversion
0 upgraded, 4 newly installed, 0 to remove and 282 not upgraded.
Need to get 10.5 MB of archives.
After this operation, 50.8 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libwxbase3.0-0v5 amd64 3.0.2+dfsg-1.3 [971 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libwxgtk3.0-0v5 amd64 3.0.2+dfsg-1.3 [4,342 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxversion all 3.0.2.0+dfsg-1build1 [12.7 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxgtk3.0 amd64 3.0.2.0+dfsg-1build1 [5,194 kB]
Fetched 10.5 MB in 7s (1,315 kB/s)
Selecting previously unselected package libwxbase3.0-0v5:amd64.
(Reading database ... 192405 files and directories currently installed.)
Preparing to unpack .../libwxbase3.0-0v5_3.0.2+dfsg-1.3_amd64.deb ...
Unpacking libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3) ...
Selecting previously unselected package libwxgtk3.0-0v5:amd64.
Preparing to unpack .../libwxgtk3.0-0v5_3.0.2+dfsg-1.3_amd64.deb ...
Unpacking libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3) ...
Selecting previously unselected package python-wxversion.
Preparing to unpack .../python-wxversion_3.0.2.0+dfsg-1build1_all.deb ...
Unpacking python-wxversion (3.0.2.0+dfsg-1build1) ...
Selecting previously unselected package python-wxgtk3.0.
Preparing to unpack .../python-wxgtk3.0_3.0.2.0+dfsg-1build1_amd64.deb ...
Unpacking python-wxgtk3.0 (3.0.2.0+dfsg-1build1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3) ...
Setting up libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3) ...
Setting up python-wxversion (3.0.2.0+dfsg-1build1) ...
Setting up python-wxgtk3.0 (3.0.2.0+dfsg-1build1) ...
update-alternatives: using /usr/lib/wx/python/wx3.0.pth to provide /usr/lib/wx/python/wx.pth (wx.pth) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu3) ...
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
Collecting numpy
Downloading numpy-1.11.3-cp27-cp27mu-manylinux1_x86_64.whl (15.4MB)
100% |████████████████████████████████| 15.4MB 58kB/s
Installing collected packages: numpy
Successfully installed numpy-1.11.3
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
Collecting lxml
Downloading lxml-3.7.2-cp27-cp27mu-manylinux1_x86_64.whl (6.8MB)
100% |████████████████████████████████| 6.8MB 227kB/s
Installing collected packages: lxml
Successfully installed lxml-3.7.2
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
python-cairo python-gobject-2
Suggested packages:
python-gobject-2-dbg python-gtk2-doc
The following NEW packages will be installed:
python-cairo python-gobject-2 python-gtk2
0 upgraded, 3 newly installed, 0 to remove and 282 not upgraded.
Need to get 842 kB of archives.
After this operation, 4,631 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-cairo amd64 1.8.8-2 [41.3 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-gobject-2 amd64 2.28.6-12ubuntu1 [181 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-gtk2 amd64 2.24.0-4ubuntu1 [620 kB]
Fetched 842 kB in 3s (247 kB/s)
Selecting previously unselected package python-cairo.
(Reading database ... 192944 files and directories currently installed.)
Preparing to unpack .../python-cairo_1.8.8-2_amd64.deb ...
Unpacking python-cairo (1.8.8-2) ...
Selecting previously unselected package python-gobject-2.
Preparing to unpack .../python-gobject-2_2.28.6-12ubuntu1_amd64.deb ...
Unpacking python-gobject-2 (2.28.6-12ubuntu1) ...
Selecting previously unselected package python-gtk2.
Preparing to unpack .../python-gtk2_2.24.0-4ubuntu1_amd64.deb ...
Unpacking python-gtk2 (2.24.0-4ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up python-cairo (1.8.8-2) ...
Setting up python-gobject-2 (2.28.6-12ubuntu1) ...
Setting up python-gtk2 (2.24.0-4ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libqt4-designer libqt4-help libqt4-opengl libqt4-scripttools libqt4-svg libqt4-test libqtassistantclient4 libqtwebkit4 python-sip
Suggested packages:
python-qt4-dbg
The following NEW packages will be installed:
libqt4-designer libqt4-help libqt4-opengl libqt4-scripttools libqt4-svg libqt4-test libqtassistantclient4 libqtwebkit4 python-qt4 python-sip
0 upgraded, 10 newly installed, 0 to remove and 282 not upgraded.
Need to get 16.0 MB of archives.
After this operation, 65.1 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-designer amd64 4:4.8.7+dfsg-5ubuntu2 [3,631 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-help amd64 4:4.8.7+dfsg-5ubuntu2 [207 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-scripttools amd64 4:4.8.7+dfsg-5ubuntu2 [224 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-svg amd64 4:4.8.7+dfsg-5ubuntu2 [138 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-test amd64 4:4.8.7+dfsg-5ubuntu2 [61.1 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libqtassistantclient4 amd64 4.6.3-7 [12.8 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libqtwebkit4 amd64 2.3.2-0ubuntu11 [9,034 kB]
Get:9 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-sip amd64 4.17+dfsg-1build1 [71.1 kB]
Get:10 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-qt4 amd64 4.11.4+dfsg-1build4 [2,328 kB]
Fetched 16.0 MB in 10s (1,567 kB/s)
Selecting previously unselected package libqt4-designer:amd64.
(Reading database ... 193008 files and directories currently installed.)
Preparing to unpack .../libqt4-designer_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-designer:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-help:amd64.
Preparing to unpack .../libqt4-help_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-help:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-opengl:amd64.
Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-scripttools:amd64.
Preparing to unpack .../libqt4-scripttools_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-scripttools:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-svg:amd64.
Preparing to unpack .../libqt4-svg_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-svg:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-test:amd64.
Preparing to unpack .../libqt4-test_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-test:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqtassistantclient4:amd64.
Preparing to unpack .../libqtassistantclient4_4.6.3-7_amd64.deb ...
Unpacking libqtassistantclient4:amd64 (4.6.3-7) ...
Selecting previously unselected package libqtwebkit4:amd64.
Preparing to unpack .../libqtwebkit4_2.3.2-0ubuntu11_amd64.deb ...
Unpacking libqtwebkit4:amd64 (2.3.2-0ubuntu11) ...
Selecting previously unselected package python-sip.
Preparing to unpack .../python-sip_4.17+dfsg-1build1_amd64.deb ...
Unpacking python-sip (4.17+dfsg-1build1) ...
Selecting previously unselected package python-qt4.
Preparing to unpack .../python-qt4_4.11.4+dfsg-1build4_amd64.deb ...
Unpacking python-qt4 (4.11.4+dfsg-1build4) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libqt4-designer:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-help:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-scripttools:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-svg:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-test:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqtassistantclient4:amd64 (4.6.3-7) ...
Setting up libqtwebkit4:amd64 (2.3.2-0ubuntu11) ...
Setting up python-sip (4.17+dfsg-1build1) ...
Setting up python-qt4 (4.11.4+dfsg-1build4) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
pyqt4-dev-tools
0 upgraded, 1 newly installed, 0 to remove and 282 not upgraded.
Need to get 88.5 kB of archives.
After this operation, 293 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 pyqt4-dev-tools amd64 4.11.4+dfsg-1build4 [88.5 kB]
Fetched 88.5 kB in 0s (110 kB/s)
Selecting previously unselected package pyqt4-dev-tools.
(Reading database ... 193156 files and directories currently installed.)
Preparing to unpack .../pyqt4-dev-tools_4.11.4+dfsg-1build4_amd64.deb ...
Unpacking pyqt4-dev-tools (4.11.4+dfsg-1build4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up pyqt4-dev-tools (4.11.4+dfsg-1build4) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
cpp-5 g++-5 gcc-5 gcc-5-base libasan2 libatomic1 libblas-common libblas3 libcc1-0 libcilkrts5 libdrm-amdgpu1 libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgcc-5-dev libgfortran3
libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglu1-mesa-dev libgomp1 libitm1 liblapack3 liblsan0 libmpx0 libpthread-stubs0-dev libqt4-dev libqt4-dev-bin libqt4-opengl-dev libqt4-qt3support
libquadmath0 libqwt-dev libqwt-headers libqwt5-qt4 libqwt6abi1 libstdc++-5-dev libstdc++6 libtsan0 libubsan0 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 python-numpy 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
Suggested packages:
gcc-5-locales g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-5-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg
libmpx0-dbg libquadmath0-dbg firebird-dev libmysqlclient-dev libpq-dev libsqlite0-dev libsqlite3-dev qt4-dev-tools qt4-doc unixodbc-dev libstdc++-5-doc libxcb-doc libxext-doc gfortran python-nose
python-numpy-dbg python-numpy-doc
The following NEW packages will be installed:
libblas-common libblas3 libdrm-dev libgfortran3 libgl1-mesa-dev libglu1-mesa-dev liblapack3 libpthread-stubs0-dev libqt4-dev libqt4-dev-bin libqt4-opengl-dev libqt4-qt3support libqwt-dev
libqwt-headers libqwt5-qt4 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 python-numpy python-qwt5-qt4
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
The following packages will be upgraded:
cpp-5 g++-5 gcc-5 gcc-5-base libasan2 libatomic1 libcc1-0 libcilkrts5 libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libgcc-5-dev libgl1-mesa-glx libglapi-mesa libgomp1 libitm1
liblsan0 libmpx0 libquadmath0 libstdc++-5-dev libstdc++6 libtsan0 libubsan0
25 upgraded, 52 newly installed, 0 to remove and 257 not upgraded.
Need to get 15.2 MB/45.1 MB of archives.
After this operation, 81.5 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.67-1ubuntu0.16.04.2 [208 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.4 [260 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-core-dev all 7.0.28-2ubuntu1 [254 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB]
Get:9 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB]
Get:10 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB]
Get:11 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB]
Get:12 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4,068 B]
Get:13 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB]
Get:14 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2 [642 kB]
Get:15 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 11.2.0-1ubuntu2.2 [460 kB]
Get:16 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2 [9,730 B]
Get:17 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B]
Get:18 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB]
Get:19 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB]
Get:20 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B]
Get:21 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB]
Get:22 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB]
Get:23 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B]
Get:24 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B]
Get:25 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B]
Get:26 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB]
Get:27 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB]
Get:28 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB]
Get:29 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB]
Get:30 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B]
Get:31 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B]
Get:32 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB]
Get:33 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B]
Get:34 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB]
Get:35 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB]
Get:36 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB]
Get:37 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 11.2.0-1ubuntu2.2 [4,418 B]
Get:38 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1 [202 kB]
Get:39 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB]
Get:40 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-qt3support amd64 4:4.8.7+dfsg-5ubuntu2 [1,051 kB]
Get:41 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dev-bin amd64 4:4.8.7+dfsg-5ubuntu2 [1,635 kB]
Get:42 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 qt4-linguist-tools amd64 4:4.8.7+dfsg-5ubuntu2 [848 kB]
Get:43 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 qt4-qmake amd64 4:4.8.7+dfsg-5ubuntu2 [1,293 kB]
Get:44 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dev amd64 4:4.8.7+dfsg-5ubuntu2 [851 kB]
Get:45 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl-dev amd64 4:4.8.7+dfsg-5ubuntu2 [22.9 kB]
Get:46 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt-headers amd64 6.1.2-5 [69.5 kB]
Get:47 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt6abi1 amd64 6.1.2-5 [407 kB]
Get:48 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt-dev amd64 6.1.2-5 [33.5 kB]
Get:49 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libqwt5-qt4 amd64 5.2.3-1 [299 kB]
Get:50 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-doc all 2:1.6.3-1ubuntu2 [1,465 kB]
Get:51 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB]
Get:52 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-qwt5-qt4 amd64 5.2.1~cvs20091107+dfsg-7build1 [330 kB]
Fetched 15.2 MB in 9s (1,673 kB/s)
Extracting templates from packages: 100%
(Reading database ... 193166 files and directories currently installed.)
Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking g++-5 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Preparing to unpack .../gcc-5-base_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking gcc-5-base:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up gcc-5-base:amd64 (5.4.0-6ubuntu1~16.04.4) ...
(Reading database ... 193166 files and directories currently installed.)
Preparing to unpack .../libstdc++6_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libstdc++6:amd64 (5.4.0-6ubuntu1~16.04.4) over (5.4.0-6ubuntu1~16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libstdc++6:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 193166 files and directories currently installed.)
Preparing to unpack .../libdrm2_2.4.67-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.67-1ubuntu0.16.04.2) over (2.4.67-1ubuntu0.16.04.1) ...
Selecting previously unselected package libblas-common.
Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas-common (3.6.0-2ubuntu2) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking libblas3 (3.6.0-2ubuntu2) ...
Preparing to unpack .../libdrm-amdgpu1_2.4.67-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.67-1ubuntu0.16.04.2) over (2.4.67-1ubuntu0.16.04.1) ...
Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.16.04.2) over (2.4.67-1ubuntu0.16.04.1) ...
Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.16.04.2) over (2.4.67-1ubuntu0.16.04.1) ...
Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.16.04.2) over (2.4.67-1ubuntu0.16.04.1) ...
Selecting previously unselected package libdrm-dev:amd64.
Preparing to unpack .../libdrm-dev_2.4.67-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libdrm-dev:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Selecting previously unselected package libgfortran3:amd64.
Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Preparing to unpack .../libgl1-mesa-glx_11.2.0-1ubuntu2.2_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (11.2.0-1ubuntu2.2) over (11.2.0-1ubuntu2) ...
Preparing to unpack .../libglapi-mesa_11.2.0-1ubuntu2.2_amd64.deb ...
Unpacking libglapi-mesa:amd64 (11.2.0-1ubuntu2.2) over (11.2.0-1ubuntu2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../x11proto-core-dev_7.0.28-2ubuntu1_all.deb ...
Unpacking x11proto-core-dev (7.0.28-2ubuntu1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ...
Selecting previously unselected package x11proto-input-dev.
Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ...
Unpacking x11proto-input-dev (2.3.1-1) ...
Selecting previously unselected package x11proto-kb-dev.
Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ...
Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ...
Unpacking xtrans-dev (1.3.5-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2) ...
Selecting previously unselected package mesa-common-dev:amd64.
Preparing to unpack .../mesa-common-dev_11.2.0-1ubuntu2.2_amd64.deb ...
Unpacking mesa-common-dev:amd64 (11.2.0-1ubuntu2.2) ...
Selecting previously unselected package libx11-xcb-dev:amd64.
Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2_amd64.deb ...
Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ...
Selecting previously unselected package libxcb-dri3-dev:amd64.
Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-randr0-dev:amd64.
Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-shape0-dev:amd64.
Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-xfixes0-dev:amd64.
Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-sync-dev:amd64.
Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-present-dev:amd64.
Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxshmfence-dev:amd64.
Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ...
Unpacking libxshmfence-dev:amd64 (1.2-1) ...
Selecting previously unselected package libxcb-dri2-0-dev:amd64.
Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libxcb-glx0-dev:amd64.
Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...
Unpacking x11proto-xext-dev (7.3.0-1) ...
Selecting previously unselected package x11proto-fixes-dev.
Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ...
Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ...
Selecting previously unselected package libxfixes-dev:amd64.
Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ...
Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ...
Selecting previously unselected package x11proto-damage-dev.
Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
Unpacking x11proto-damage-dev (1:1.2.1-2) ...
Selecting previously unselected package libxdamage-dev:amd64.
Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ...
Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
Selecting previously unselected package x11proto-xf86vidmode-dev.
Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...
Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...
Selecting previously unselected package libxxf86vm-dev:amd64.
Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...
Selecting previously unselected package x11proto-dri2-dev.
Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...
Unpacking x11proto-dri2-dev (2.8-2) ...
Selecting previously unselected package x11proto-gl-dev.
Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...
Unpacking x11proto-gl-dev (1.4.17-1) ...
Selecting previously unselected package libgl1-mesa-dev:amd64.
Preparing to unpack .../libgl1-mesa-dev_11.2.0-1ubuntu2.2_amd64.deb ...
Unpacking libgl1-mesa-dev:amd64 (11.2.0-1ubuntu2.2) ...
Selecting previously unselected package libglu1-mesa-dev:amd64.
Preparing to unpack .../libglu1-mesa-dev_9.0.0-2.1_amd64.deb ...
Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ...
Unpacking liblapack3 (3.6.0-2ubuntu2) ...
Selecting previously unselected package libqt4-qt3support:amd64.
Preparing to unpack .../libqt4-qt3support_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-qt3support:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-dev-bin.
Preparing to unpack .../libqt4-dev-bin_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-dev-bin (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package qt4-linguist-tools.
Preparing to unpack .../qt4-linguist-tools_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking qt4-linguist-tools (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package qt4-qmake.
Preparing to unpack .../qt4-qmake_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking qt4-qmake (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-dev.
Preparing to unpack .../libqt4-dev_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-dev (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqt4-opengl-dev.
Preparing to unpack .../libqt4-opengl-dev_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqt4-opengl-dev (4:4.8.7+dfsg-5ubuntu2) ...
Selecting previously unselected package libqwt-headers.
Preparing to unpack .../libqwt-headers_6.1.2-5_amd64.deb ...
Unpacking libqwt-headers (6.1.2-5) ...
Selecting previously unselected package libqwt6abi1.
Preparing to unpack .../libqwt6abi1_6.1.2-5_amd64.deb ...
Unpacking libqwt6abi1 (6.1.2-5) ...
Selecting previously unselected package libqwt-dev.
Preparing to unpack .../libqwt-dev_6.1.2-5_amd64.deb ...
Unpacking libqwt-dev (6.1.2-5) ...
Selecting previously unselected package libqwt5-qt4.
Preparing to unpack .../libqwt5-qt4_5.2.3-1_amd64.deb ...
Unpacking libqwt5-qt4 (5.2.3-1) ...
Selecting previously unselected package libx11-doc.
Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2_all.deb ...
Unpacking libx11-doc (2:1.6.3-1ubuntu2) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb ...
Unpacking python-numpy (1:1.11.0-1ubuntu1) ...
Selecting previously unselected package python-qwt5-qt4.
Preparing to unpack .../python-qwt5-qt4_5.2.1~cvs20091107+dfsg-7build1_amd64.deb ...
Unpacking python-qwt5-qt4 (5.2.1~cvs20091107+dfsg-7build1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up cpp-5 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up gcc-5 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up g++-5 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libdrm2:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Setting up libblas-common (3.6.0-2ubuntu2) ...
Setting up libblas3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libdrm-amdgpu1:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Setting up libdrm-dev:amd64 (2.4.67-1ubuntu0.16.04.2) ...
Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libglapi-mesa:amd64 (11.2.0-1ubuntu2.2) ...
Setting up libgl1-mesa-glx:amd64 (11.2.0-1ubuntu2.2) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up x11proto-core-dev (7.0.28-2ubuntu1) ...
Setting up libxau-dev:amd64 (1:1.0.8-1) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ...
Setting up x11proto-input-dev (2.3.1-1) ...
Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ...
Setting up xtrans-dev (1.3.5-1) ...
Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2) ...
Setting up mesa-common-dev:amd64 (11.2.0-1ubuntu2.2) ...
Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ...
Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxshmfence-dev:amd64 (1.2-1) ...
Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ...
Setting up x11proto-xext-dev (7.3.0-1) ...
Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ...
Setting up libxfixes-dev:amd64 (1:5.0.1-2) ...
Setting up x11proto-damage-dev (1:1.2.1-2) ...
Setting up libxdamage-dev:amd64 (1:1.1.4-2) ...
Setting up libxext-dev:amd64 (2:1.3.3-1) ...
Setting up x11proto-xf86vidmode-dev (2.3.1-2) ...
Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ...
Setting up x11proto-dri2-dev (2.8-2) ...
Setting up x11proto-gl-dev (1.4.17-1) ...
Setting up libgl1-mesa-dev:amd64 (11.2.0-1ubuntu2.2) ...
Setting up libglu1-mesa-dev:amd64 (9.0.0-2.1) ...
Setting up liblapack3 (3.6.0-2ubuntu2) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up libqt4-qt3support:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-dev-bin (4:4.8.7+dfsg-5ubuntu2) ...
Setting up qt4-linguist-tools (4:4.8.7+dfsg-5ubuntu2) ...
Setting up qt4-qmake (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-dev (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqt4-opengl-dev (4:4.8.7+dfsg-5ubuntu2) ...
Setting up libqwt-headers (6.1.2-5) ...
Setting up libqwt6abi1 (6.1.2-5) ...
Setting up libqwt-dev (6.1.2-5) ...
Setting up libqwt5-qt4 (5.2.3-1) ...
Setting up libx11-doc (2:1.6.3-1ubuntu2) ...
Setting up python-numpy (1:1.11.0-1ubuntu1) ...
Setting up python-qwt5-qt4 (5.2.1~cvs20091107+dfsg-7build1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
liblog4cpp5v5
The following NEW packages will be installed:
liblog4cpp5-dev liblog4cpp5v5
0 upgraded, 2 newly installed, 0 to remove and 257 not upgraded.
Need to get 190 kB of archives.
After this operation, 1,156 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cpp5v5 amd64 1.0-4.1 [76.7 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cpp5-dev amd64 1.0-4.1 [113 kB]
Fetched 190 kB in 1s (172 kB/s)
Selecting previously unselected package liblog4cpp5v5.
(Reading database ... 199298 files and directories currently installed.)
Preparing to unpack .../liblog4cpp5v5_1.0-4.1_amd64.deb ...
Unpacking liblog4cpp5v5 (1.0-4.1) ...
Selecting previously unselected package liblog4cpp5-dev.
Preparing to unpack .../liblog4cpp5-dev_1.0-4.1_amd64.deb ...
Unpacking liblog4cpp5-dev (1.0-4.1) ...
Setting up liblog4cpp5v5 (1.0-4.1) ...
Setting up liblog4cpp5-dev (1.0-4.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libzmq3-dev
0 upgraded, 1 newly installed, 0 to remove and 257 not upgraded.
Need to get 282 kB of archives.
After this operation, 1,438 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 libzmq3-dev amd64 4.1.4-7 [282 kB]
Fetched 282 kB in 1s (176 kB/s)
Selecting previously unselected package libzmq3-dev:amd64.
(Reading database ... 199374 files and directories currently installed.)
Preparing to unpack .../libzmq3-dev_4.1.4-7_amd64.deb ...
Unpacking libzmq3-dev:amd64 (4.1.4-7) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libzmq3-dev:amd64 (4.1.4-7) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python-zmq
0 upgraded, 1 newly installed, 0 to remove and 257 not upgraded.
Need to get 200 kB of archives.
After this operation, 1,016 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 python-zmq amd64 15.2.0-0ubuntu4 [200 kB]
Fetched 200 kB in 1s (162 kB/s)
Selecting previously unselected package python-zmq.
(Reading database ... 199435 files and directories currently installed.)
Preparing to unpack .../python-zmq_15.2.0-0ubuntu4_amd64.deb ...
Unpacking python-zmq (15.2.0-0ubuntu4) ...
Setting up python-zmq (15.2.0-0ubuntu4) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
cmake-data libjsoncpp1
Suggested packages:
codeblocks eclipse ninja-build
The following NEW packages will be installed:
cmake cmake-data libjsoncpp1
0 upgraded, 3 newly installed, 0 to remove and 257 not upgraded.
Need to get 3,817 kB of archives.
After this operation, 20.5 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB]
Fetched 3,817 kB in 6s (632 kB/s)
Selecting previously unselected package cmake-data.
(Reading database ... 199567 files and directories currently installed.)
Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ...
Unpacking cmake-data (3.5.1-1ubuntu3) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.2-1) ...
Selecting previously unselected package cmake.
Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ...
Unpacking cmake (3.5.1-1ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up cmake-data (3.5.1-1ubuntu3) ...
Setting up libjsoncpp1:amd64 (1.7.2-1) ...
Setting up cmake (3.5.1-1ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
cmake-data is already the newest version (3.5.1-1ubuntu3).
cmake-data set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 257 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libusb-1.0-doc
The following NEW packages will be installed:
libusb-1.0-0-dev libusb-1.0-doc
0 upgraded, 2 newly installed, 0 to remove and 257 not upgraded.
Need to get 219 kB of archives.
After this operation, 1,683 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB]
Fetched 219 kB in 1s (160 kB/s)
Selecting previously unselected package libusb-1.0-0-dev:amd64.
(Reading database ... 201624 files and directories currently installed.)
Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ...
Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ...
Selecting previously unselected package libusb-1.0-doc.
Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ...
Unpacking libusb-1.0-doc (2:1.0.20-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ...
Setting up libusb-1.0-doc (2:1.0.20-1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libclang1-3.6 libllvm3.6v5 libobjc-5-dev libobjc4
Suggested packages:
doxygen-latex doxygen-doc doxygen-gui graphviz
The following NEW packages will be installed:
doxygen libclang1-3.6 libllvm3.6v5 libobjc-5-dev libobjc4
0 upgraded, 5 newly installed, 0 to remove and 257 not upgraded.
Need to get 15.9 MB of archives.
After this operation, 64.0 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.4 [111 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.4 [380 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB]
Fetched 15.9 MB in 11s (1,400 kB/s)
Selecting previously unselected package libllvm3.6v5:amd64.
(Reading database ... 201706 files and directories currently installed.)
Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ...
Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ...
Selecting previously unselected package libobjc4:amd64.
Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Selecting previously unselected package libobjc-5-dev:amd64.
Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Selecting previously unselected package libclang1-3.6:amd64.
Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ...
Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ...
Unpacking doxygen (1.8.11-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ...
Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...
Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ...
Setting up doxygen (1.8.11-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Collecting Mako
Downloading Mako-1.0.6.tar.gz (575kB)
100% |████████████████████████████████| 583kB 730kB/s
Collecting MarkupSafe>=0.9.2 (from Mako)
Downloading MarkupSafe-0.23.tar.gz
Building wheels for collected packages: Mako, MarkupSafe
Running setup.py bdist_wheel for Mako ... done
Stored in directory: /root/.cache/pip/wheels/34/be/28/7999aa61d80a775c9e85a5a7d345777f73e87e6e30573e9551
Running setup.py bdist_wheel for MarkupSafe ... done
Stored in directory: /root/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748
Successfully built Mako MarkupSafe
Installing collected packages: MarkupSafe, Mako
Successfully installed Mako-1.0.6 MarkupSafe-0.23
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libbison-dev libsigsegv2 m4
Suggested packages:
bison-doc
The following NEW packages will be installed:
bison libbison-dev libsigsegv2 m4
0 upgraded, 4 newly installed, 0 to remove and 257 not upgraded.
Need to get 806 kB of archives.
After this operation, 2,204 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libsigsegv2 amd64 2.10-4 [14.1 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB]
Fetched 806 kB in 2s (276 kB/s)
Selecting previously unselected package libsigsegv2:amd64.
(Reading database ... 201756 files and directories currently installed.)
Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-4) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ...
Unpacking m4 (1.4.17-5) ...
Selecting previously unselected package libbison-dev:amd64.
Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ...
Selecting previously unselected package bison.
Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ...
Unpacking bison (2:3.0.4.dfsg-1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libsigsegv2:amd64 (2.10-4) ...
Setting up m4 (1.4.17-5) ...
Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ...
Setting up bison (2:3.0.4.dfsg-1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libfl-dev
The following NEW packages will be installed:
flex libfl-dev
0 upgraded, 2 newly installed, 0 to remove and 257 not upgraded.
Need to get 302 kB of archives.
After this operation, 897 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB]
Fetched 302 kB in 1s (163 kB/s)
Selecting previously unselected package libfl-dev:amd64.
(Reading database ... 201876 files and directories currently installed.)
Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ...
Unpacking libfl-dev:amd64 (2.6.0-11) ...
Selecting previously unselected package flex.
Preparing to unpack .../flex_2.6.0-11_amd64.deb ...
Unpacking flex (2.6.0-11) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
Processing triggers for man-db (2.7.5-1) ...
Setting up libfl-dev:amd64 (2.6.0-11) ...
Setting up flex (2.6.0-11) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5
The following NEW packages will be installed:
libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5
0 upgraded, 5 newly installed, 0 to remove and 257 not upgraded.
Need to get 347 kB of archives.
After this operation, 1,940 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libevent-core-2.0-5 amd64 2.0.21-stable-2 [69.4 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libevent-extra-2.0-5 amd64 2.0.21-stable-2 [51.3 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libevent-openssl-2.0-5 amd64 2.0.21-stable-2 [11.2 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libevent-pthreads-2.0-5 amd64 2.0.21-stable-2 [5,338 B]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 libevent-dev amd64 2.0.21-stable-2 [210 kB]
Fetched 347 kB in 1s (252 kB/s)
Selecting previously unselected package libevent-core-2.0-5:amd64.
(Reading database ... 201968 files and directories currently installed.)
Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-extra-2.0-5:amd64.
Preparing to unpack .../libevent-extra-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-extra-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-openssl-2.0-5:amd64.
Preparing to unpack .../libevent-openssl-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-openssl-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-pthreads-2.0-5:amd64.
Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-dev.
Preparing to unpack .../libevent-dev_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-dev (2.0.21-stable-2) ...
Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-extra-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-openssl-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-dev (2.0.21-stable-2) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
python-attr python-cffi-backend python-cryptography python-enum34 python-idna python-ipaddress python-openssl python-pam python-pyasn1 python-pyasn1-modules python-serial python-service-identity
python-six python-twisted-bin python-twisted-core python-zope.interface
Suggested packages:
python-cryptography-doc python-cryptography-vectors python-enum34-doc python-openssl-doc python-openssl-dbg python-pam-dbg python-twisted-bin-dbg python-tk python-glade2 python-qt3
The following NEW packages will be installed:
python-attr python-cffi-backend python-cryptography python-enum34 python-idna python-ipaddress python-openssl python-pam python-pyasn1 python-pyasn1-modules python-serial python-service-identity
python-six python-twisted python-twisted-bin python-twisted-core python-zope.interface
0 upgraded, 17 newly installed, 0 to remove and 257 not upgraded.
Need to get 2,641 kB of archives.
After this operation, 17.2 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-attr all 15.2.0-1 [11.3 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-cffi-backend amd64 1.5.2-1ubuntu1 [58.1 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-enum34 all 1.1.2-1 [35.8 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-idna all 2.0-3 [35.1 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-ipaddress all 1.0.16-1 [18.0 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-pyasn1 all 0.1.9-1 [45.1 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-six all 1.10.0-3 [10.9 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-cryptography amd64 1.2.3-1ubuntu0.1 [199 kB]
Get:9 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-openssl all 0.15.1-2build1 [84.1 kB]
Get:10 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-pam amd64 0.4.2-13.2ubuntu2 [9,932 B]
Get:11 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-pyasn1-modules all 0.0.7-0.1 [20.5 kB]
Get:12 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-serial all 3.0.1-1 [69.9 kB]
Get:13 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-service-identity all 16.0.0-2 [9,318 B]
Get:14 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-twisted-bin amd64 16.0.0-1 [13.0 kB]
Get:15 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-zope.interface amd64 4.1.3-1build1 [81.0 kB]
Get:16 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-twisted-core all 16.0.0-1 [1,937 kB]
Get:17 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 python-twisted all 16.0.0-1 [3,594 B]
Fetched 2,641 kB in 7s (374 kB/s)
Selecting previously unselected package python-attr.
(Reading database ... 202046 files and directories currently installed.)
Preparing to unpack .../python-attr_15.2.0-1_all.deb ...
Unpacking python-attr (15.2.0-1) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../python-cffi-backend_1.5.2-1ubuntu1_amd64.deb ...
Unpacking python-cffi-backend (1.5.2-1ubuntu1) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../python-enum34_1.1.2-1_all.deb ...
Unpacking python-enum34 (1.1.2-1) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../python-idna_2.0-3_all.deb ...
Unpacking python-idna (2.0-3) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../python-ipaddress_1.0.16-1_all.deb ...
Unpacking python-ipaddress (1.0.16-1) ...
Selecting previously unselected package python-pyasn1.
Preparing to unpack .../python-pyasn1_0.1.9-1_all.deb ...
Unpacking python-pyasn1 (0.1.9-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../python-six_1.10.0-3_all.deb ...
Unpacking python-six (1.10.0-3) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../python-cryptography_1.2.3-1ubuntu0.1_amd64.deb ...
Unpacking python-cryptography (1.2.3-1ubuntu0.1) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../python-openssl_0.15.1-2build1_all.deb ...
Unpacking python-openssl (0.15.1-2build1) ...
Selecting previously unselected package python-pam.
Preparing to unpack .../python-pam_0.4.2-13.2ubuntu2_amd64.deb ...
Unpacking python-pam (0.4.2-13.2ubuntu2) ...
Selecting previously unselected package python-pyasn1-modules.
Preparing to unpack .../python-pyasn1-modules_0.0.7-0.1_all.deb ...
Unpacking python-pyasn1-modules (0.0.7-0.1) ...
Selecting previously unselected package python-serial.
Preparing to unpack .../python-serial_3.0.1-1_all.deb ...
Unpacking python-serial (3.0.1-1) ...
Selecting previously unselected package python-service-identity.
Preparing to unpack .../python-service-identity_16.0.0-2_all.deb ...
Unpacking python-service-identity (16.0.0-2) ...
Selecting previously unselected package python-twisted-bin.
Preparing to unpack .../python-twisted-bin_16.0.0-1_amd64.deb ...
Unpacking python-twisted-bin (16.0.0-1) ...
Selecting previously unselected package python-zope.interface.
Preparing to unpack .../python-zope.interface_4.1.3-1build1_amd64.deb ...
Unpacking python-zope.interface (4.1.3-1build1) ...
Selecting previously unselected package python-twisted-core.
Preparing to unpack .../python-twisted-core_16.0.0-1_all.deb ...
Unpacking python-twisted-core (16.0.0-1) ...
Selecting previously unselected package python-twisted.
Preparing to unpack .../python-twisted_16.0.0-1_all.deb ...
Unpacking python-twisted (16.0.0-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
Processing triggers for man-db (2.7.5-1) ...
Setting up python-attr (15.2.0-1) ...
Setting up python-cffi-backend (1.5.2-1ubuntu1) ...
Setting up python-enum34 (1.1.2-1) ...
Setting up python-idna (2.0-3) ...
Setting up python-ipaddress (1.0.16-1) ...
Setting up python-pyasn1 (0.1.9-1) ...
Setting up python-six (1.10.0-3) ...
Setting up python-cryptography (1.2.3-1ubuntu0.1) ...
Setting up python-openssl (0.15.1-2build1) ...
Setting up python-pam (0.4.2-13.2ubuntu2) ...
Setting up python-pyasn1-modules (0.0.7-0.1) ...
Setting up python-serial (3.0.1-1) ...
Setting up python-service-identity (16.0.0-2) ...
Setting up python-twisted-bin (16.0.0-1) ...
Setting up python-zope.interface (4.1.3-1build1) ...
Setting up python-twisted-core (16.0.0-1) ...
Setting up python-twisted (16.0.0-1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
automake
Suggested packages:
autoconf-archive gnu-standards autoconf-doc
The following NEW packages will be installed:
autoconf automake
0 upgraded, 2 newly installed, 0 to remove and 257 not upgraded.
Need to get 831 kB of archives.
After this operation, 3,434 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB]
Fetched 831 kB in 3s (252 kB/s)
Selecting previously unselected package autoconf.
(Reading database ... 203411 files and directories currently installed.)
Preparing to unpack .../autoconf_2.69-9_all.deb ...
Unpacking autoconf (2.69-9) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ...
Unpacking automake (1:1.15-4ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for doc-base (0.10.7) ...
Processing 1 added doc-base file...
Setting up autoconf (2.69-9) ...
Setting up automake (1:1.15-4ubuntu1) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
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.
bladerf@bladerf:~$ pybombs prefix init ~/prefix -a prefix -R openlte
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
PyBOMBS.prefix - ERROR - Could not find recipe for `openlte'
bladerf@bladerf:~$
bladerf@bladerf:~$ cd bladerf/
bladerf@bladerf:~/bladerf$ pybombs prefix init ~/prefix -a prefix -R openlte
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
PyBOMBS.prefix - ERROR - Could not find recipe for `openlte'
bladerf@bladerf:~/bladerf$ pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
Alias `gr-recipes' already exists, overwrite Y/[N]? Y
PyBOMBS.recipes - WARNING - Cache dir /home/bladerf/.pybombs/recipes/gr-recipes for remote recipe location gr-recipes already exists! Deleting.
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
Cloning: (100%) [=====================================================================================================================================================================================]
bladerf@bladerf:~/bladerf$ pybombs install openlte
PyBOMBS - INFO - PyBOMBS Version 2.3.1a
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:
Install tree:
|
\- openlte
|
+- gr-osmosdr
| |
| +- airspy
| |
| +- hackrf
| |
| +- bladeRF
| |
| +- gr-iqbal
| | |
| | \- libosmo-dsp
| |
| +- osmo-sdr
| |
| \- rtl-sdr
|
\- libpolarssl
PyBOMBS.install_manager - INFO - Phase 2: Recursively installing source packages to prefix:
PyBOMBS.install_manager - INFO - Installing package: libpolarssl
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
01726 kB / 01726 kB (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: rtl-sdr
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: osmo-sdr
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: libosmo-dsp
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: gr-iqbal
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: bladeRF
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: hackrf
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: airspy
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: gr-osmosdr
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: openlte
Cloning: (100%) [=====================================================================================================================================================================================]
Configuring: (100%) [=====================================================================================================================================================================================]
Building: (100%) [=====================================================================================================================================================================================]
Installing: (100%) [=====================================================================================================================================================================================]
PyBOMBS.install_manager - INFO - Installation successful.
bladerf@bladerf:~/bladerf$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment