Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rvm commands fail because they aren't run in the correct shell #29

Open
bh9 opened this issue Jan 6, 2020 · 4 comments
Open

rvm commands fail because they aren't run in the correct shell #29

bh9 opened this issue Jan 6, 2020 · 4 comments

Comments

@bh9
Copy link
Contributor

bh9 commented Jan 6, 2020

The work to add mungefs as an external introduced some code around installing a specific version of ruby, using rvm. The new rvm code never succeeds because it doesn't run in a suitable shell.

p = subprocess.Popen(cmd, env=run_env, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)

should set the executable to a shell which works with rvm. The default set by subprocess is /bin/sh which rvm doesn't work with by default. You already place a dependency on bash, when installing rvm
cmd = 'curl -sSL https://get.rvm.io | bash -s stable'
so that would be a suitable shell to set this to, with executable=/bin/bash

The alternative is to configure the /bin/sh environment to work with rvm, but I think defining the executable is the cleaner approach since you've already added the requirement on bash

@trel
Copy link
Member

trel commented Jan 14, 2020

I haven't reproduced your error - rvm seems to work for me, even in an Ubuntu 12.04 container.

You're proposing this?

--- a/build.py
+++ b/build.py
@@ -79,7 +79,7 @@ def run_cmd(cmd, run_env=False, unsafe_shell=False, check_rc=False):
     log.debug('run_env: {0}'.format(run_env))
     log.info('running: {0}, unsafe_shell={1}, check_rc={2}'.format(cmd, unsafe_shell, check_rc))
     if unsafe_shell == True:
-        p = subprocess.Popen(cmd, env=run_env, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
+        p = subprocess.Popen(cmd, env=run_env, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True, executable='/bin/bash')

@bh9
Copy link
Contributor Author

bh9 commented Jan 14, 2020

I saw this in a VM, where /bin/sh is a link to /bin/dash. The official Ubuntu:12.04 through Ubuntu:19.10 docker images also have dash as the default. Are you using a different/modified docker image? I'll try to reproduce this problem in a container.

That is what I'm proposing, yes.

@trel
Copy link
Member

trel commented Jan 14, 2020

Didn't see any errors with a vanilla ubuntu:12.04.

docker run -d --name externals-ub12 ubuntu:12.04 tail -f /dev/null
docker exec -it externals-ub12 /bin/bash

apt-get update
apt-get install -y sudo git python
git clone -b 4-2-stable https://github.com/irods/externals
cd externals
./install_prerequisites.py
make server

@bh9
Copy link
Contributor Author

bh9 commented Jan 15, 2020

Following your instructions still produces the error:

root@gitlab-bastion-host:~# docker run -d --name externals-ub12 ubuntu:12.04 tail -f /dev/null
6c6220a3fc6a791b4a44b71d8e234f3be6513e431f234343dc783b5960564218
root@gitlab-bastion-host:~# docker exec -it externals-ub12 /bin/bash
root@6c6220a3fc6a:/# apt-get update
Get:1 http://archive.ubuntu.com precise Release.gpg [198 B]
Get:2 http://archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:3 http://archive.ubuntu.com precise-security Release.gpg [181 B]
Get:4 http://archive.ubuntu.com precise Release [49.6 kB]
Get:5 http://archive.ubuntu.com precise-updates Release [55.4 kB]
Get:6 http://archive.ubuntu.com precise-security Release [55.5 kB]
Get:7 http://archive.ubuntu.com precise/main Sources [1175 kB]
Get:8 http://archive.ubuntu.com precise/restricted Sources [5306 B]
Get:9 http://archive.ubuntu.com precise/universe Sources [6239 kB]
Get:10 http://archive.ubuntu.com precise/main amd64 Packages [1640 kB]
Get:11 http://archive.ubuntu.com precise/restricted amd64 Packages [9098 B]
Get:12 http://archive.ubuntu.com precise/universe amd64 Packages [6167 kB]
Get:13 http://archive.ubuntu.com precise/main i386 Packages [1641 kB]
Get:14 http://archive.ubuntu.com precise/restricted i386 Packages [9108 B]
Get:15 http://archive.ubuntu.com precise/universe i386 Packages [6180 kB]
Get:16 http://archive.ubuntu.com precise-updates/main Sources [618 kB]
Get:17 http://archive.ubuntu.com precise-updates/restricted Sources [9232 B]
Get:18 http://archive.ubuntu.com precise-updates/universe Sources [169 kB]
Get:19 http://archive.ubuntu.com precise-updates/main amd64 Packages [960 kB]
Get:20 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [19.6 kB]
Get:21 http://archive.ubuntu.com precise-updates/universe amd64 Packages [372 kB]
Get:22 http://archive.ubuntu.com precise-updates/main i386 Packages [964 kB]
Get:23 http://archive.ubuntu.com precise-updates/restricted i386 Packages [19.5 kB]
Get:24 http://archive.ubuntu.com precise-updates/universe i386 Packages [382 kB]
Get:25 http://archive.ubuntu.com precise-security/main Sources [190 kB]
Get:26 http://archive.ubuntu.com precise-security/restricted Sources [4579 B]
Get:27 http://archive.ubuntu.com precise-security/universe Sources [68.4 kB]
Get:28 http://archive.ubuntu.com precise-security/main amd64 Packages [481 kB]
Get:29 http://archive.ubuntu.com precise-security/restricted amd64 Packages [13.8 kB]
Get:30 http://archive.ubuntu.com precise-security/universe amd64 Packages [187 kB]
Get:31 http://archive.ubuntu.com precise-security/main i386 Packages [483 kB]
Get:32 http://archive.ubuntu.com precise-security/restricted i386 Packages [13.8 kB]
Get:33 http://archive.ubuntu.com precise-security/universe i386 Packages [197 kB]
Fetched 28.4 MB in 2s (9698 kB/s)                     
Reading package lists... Done
root@6c6220a3fc6a:/# apt-get install -y sudo git python
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  ca-certificates file git-man krb5-locales less libasn1-8-heimdal libbsd0 libclass-isa-perl libcurl3-gnutls
  libedit2 liberror-perl libexpat1 libgcrypt11 libgdbm3 libgnutls26 libgpg-error0 libgssapi-krb5-2
  libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libidn11
  libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libp11-kit0
  libpopt0 libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules libsqlite3-0 libswitch-perl libtasn1-3
  libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 mime-support netbase
  openssh-client openssl patch perl perl-modules python2.7 rsync xauth
Suggested packages:
  git-daemon-run git-daemon-sysvinit git-doc git-el git-arch git-cvs git-svn git-email git-gui gitk gitweb
  rng-tools gnutls-bin krb5-doc krb5-user libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql
  libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal ssh-askpass libpam-ssh keychain monkeysphere
  openssh-blacklist openssh-blacklist-extra ed diffutils-doc perl-doc libterm-readline-gnu-perl
  libterm-readline-perl-perl make libpod-plainer-perl python-doc python-tk python2.7-doc binutils openssh-server
Recommended packages:
  ssh-client
The following NEW packages will be installed:
  ca-certificates file git git-man krb5-locales less libasn1-8-heimdal libbsd0 libclass-isa-perl libcurl3-gnutls
  libedit2 liberror-perl libexpat1 libgcrypt11 libgdbm3 libgnutls26 libgpg-error0 libgssapi-krb5-2
  libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libidn11
  libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libp11-kit0
  libpopt0 libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules libsqlite3-0 libswitch-perl libtasn1-3
  libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 mime-support netbase
  openssh-client openssl patch perl perl-modules python python2.7 rsync sudo xauth
0 upgraded, 60 newly installed, 0 to remove and 0 not upgraded.
Need to get 25.0 MB of archives.
After this operation, 81.5 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ precise/main libpopt0 amd64 1.16-3ubuntu1 [28.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsqlite3-0 amd64 3.7.9-2ubuntu1.2 [349 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main libroken18-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [46.0 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ precise-updates/main libasn1-8-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [220 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ precise/main libbsd0 amd64 0.3.0-2 [31.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ precise/main libgpg-error0 amd64 1.10-2ubuntu1 [14.5 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgcrypt11 amd64 1.5.0-3ubuntu0.6 [282 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ precise/main libp11-kit0 amd64 0.12-2ubuntu1 [34.3 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ precise-updates/main libtasn1-3 amd64 2.10-1ubuntu1.5 [43.6 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls26 amd64 2.12.14-5ubuntu3.14 [461 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5support0 amd64 1.10+dfsg~beta1-2ubuntu0.7 [24.9 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ precise-updates/main libk5crypto3 amd64 1.10+dfsg~beta1-2ubuntu0.7 [80.1 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ precise/main libkeyutils1 amd64 1.5.2-2 [7862 B]
Get:14 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5-3 amd64 1.10+dfsg~beta1-2ubuntu0.7 [355 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgssapi-krb5-2 amd64 1.10+dfsg~beta1-2ubuntu0.7 [119 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ precise-updates/main libidn11 amd64 1.23-2ubuntu0.1 [112 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ precise-updates/main libhcrypto4-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [103 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ precise-updates/main libheimbase1-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [33.1 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ precise-updates/main libwind0-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [77.8 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ precise-updates/main libhx509-5-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [125 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5-26-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [234 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ precise-updates/main libheimntlm0-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [16.0 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgssapi3-heimdal amd64 1.6~git20120311.dfsg.1-2ubuntu0.1 [108 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsasl2-2 amd64 2.1.25.dfsg1-3ubuntu0.1 [69.1 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ precise-updates/main libldap-2.4-2 amd64 2.4.28-1.1ubuntu4.6 [185 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ precise/main librtmp0 amd64 2.4~20110711.gitc28f1bab-1 [57.1 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ precise-updates/main openssl amd64 1.0.1-4ubuntu5.39 [524 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20160104ubuntu0.12.04.1 [208 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-gnutls amd64 7.22.0-3ubuntu4.17 [228 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ precise/main libedit2 amd64 2.11-20080614-3ubuntu2 [70.3 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ precise/main libgdbm3 amd64 1.8.3-10 [35.3 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ precise/main libxau6 amd64 1:1.0.6-4 [8392 B]
Get:33 http://archive.ubuntu.com/ubuntu/ precise/main libxdmcp6 amd64 1:1.1.0-4 [12.7 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1 amd64 1.8.1-1ubuntu0.2 [44.8 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ precise-updates/main libx11-data all 2:1.4.99.1-0ubuntu2.3 [171 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ precise-updates/main libx11-6 amd64 2:1.4.99.1-0ubuntu2.3 [764 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxext6 amd64 2:1.3.0-3ubuntu0.2 [33.8 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ precise/main libxmuu1 amd64 2:1.1.0-3 [11.0 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1 amd64 2.0.1-7.2ubuntu1.4 [131 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ precise-updates/main libmagic1 amd64 5.09-2ubuntu0.6 [218 kB]
Get:41 http://archive.ubuntu.com/ubuntu/ precise-updates/main file amd64 5.09-2ubuntu0.6 [20.0 kB]
Get:42 http://archive.ubuntu.com/ubuntu/ precise/main less amd64 444-1ubuntu1 [114 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ precise-updates/main mime-support all 3.51-1ubuntu1.1 [30.4 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ precise/main netbase all 4.47ubuntu1 [15.0 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 amd64 2.7.3-0ubuntu3.9 [2678 kB]
Get:46 http://archive.ubuntu.com/ubuntu/ precise-updates/main python amd64 2.7.3-0ubuntu2.2 [168 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ precise-updates/main sudo amd64 1.8.3p1-1ubuntu3.7 [288 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ precise-updates/main krb5-locales all 1.10+dfsg~beta1-2ubuntu0.7 [10.3 kB]
Get:49 http://archive.ubuntu.com/ubuntu/ precise-updates/main libsasl2-modules amd64 2.1.25.dfsg1-3ubuntu0.1 [63.2 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ precise-updates/main openssh-client amd64 1:5.9p1-5ubuntu1.10 [943 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ precise-updates/main rsync amd64 3.0.9-1ubuntu1.1 [311 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ precise/main xauth amd64 1:1.0.6-1 [26.2 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ precise-updates/main perl amd64 5.14.2-6ubuntu2.5 [4412 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ precise/main libswitch-perl all 2.16-2 [19.2 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ precise/main libclass-isa-perl all 0.36-3 [11.9 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ precise-updates/main perl-modules all 5.14.2-6ubuntu2.5 [3397 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ precise/main liberror-perl all 0.17-1 [23.8 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ precise-updates/main git-man all 1:1.7.9.5-1ubuntu0.3 [632 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ precise-updates/main git amd64 1:1.7.9.5-1ubuntu0.3 [6103 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ precise-updates/main patch amd64 2.6.1-3ubuntu0.1 [80.0 kB]
Fetched 25.0 MB in 0s (44.6 MB/s)  
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpopt0.
(Reading database ... 7590 files and directories currently installed.)
Unpacking libpopt0 (from .../libpopt0_1.16-3ubuntu1_amd64.deb) ...
Selecting previously unselected package libsqlite3-0.
Unpacking libsqlite3-0 (from .../libsqlite3-0_3.7.9-2ubuntu1.2_amd64.deb) ...
Selecting previously unselected package libroken18-heimdal.
Unpacking libroken18-heimdal (from .../libroken18-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libasn1-8-heimdal.
Unpacking libasn1-8-heimdal (from .../libasn1-8-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libbsd0.
Unpacking libbsd0 (from .../libbsd0_0.3.0-2_amd64.deb) ...
Selecting previously unselected package libgpg-error0.
Unpacking libgpg-error0 (from .../libgpg-error0_1.10-2ubuntu1_amd64.deb) ...
Selecting previously unselected package libgcrypt11.
Unpacking libgcrypt11 (from .../libgcrypt11_1.5.0-3ubuntu0.6_amd64.deb) ...
Selecting previously unselected package libp11-kit0.
Unpacking libp11-kit0 (from .../libp11-kit0_0.12-2ubuntu1_amd64.deb) ...
Selecting previously unselected package libtasn1-3.
Unpacking libtasn1-3 (from .../libtasn1-3_2.10-1ubuntu1.5_amd64.deb) ...
Selecting previously unselected package libgnutls26.
Unpacking libgnutls26 (from .../libgnutls26_2.12.14-5ubuntu3.14_amd64.deb) ...
Selecting previously unselected package libkrb5support0.
Unpacking libkrb5support0 (from .../libkrb5support0_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libk5crypto3.
Unpacking libk5crypto3 (from .../libk5crypto3_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libkeyutils1.
Unpacking libkeyutils1 (from .../libkeyutils1_1.5.2-2_amd64.deb) ...
Selecting previously unselected package libkrb5-3.
Unpacking libkrb5-3 (from .../libkrb5-3_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libgssapi-krb5-2.
Unpacking libgssapi-krb5-2 (from .../libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libidn11.
Unpacking libidn11 (from .../libidn11_1.23-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libhcrypto4-heimdal.
Unpacking libhcrypto4-heimdal (from .../libhcrypto4-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libheimbase1-heimdal.
Unpacking libheimbase1-heimdal (from .../libheimbase1-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libwind0-heimdal.
Unpacking libwind0-heimdal (from .../libwind0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libhx509-5-heimdal.
Unpacking libhx509-5-heimdal (from .../libhx509-5-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libkrb5-26-heimdal.
Unpacking libkrb5-26-heimdal (from .../libkrb5-26-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libheimntlm0-heimdal.
Unpacking libheimntlm0-heimdal (from .../libheimntlm0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libgssapi3-heimdal.
Unpacking libgssapi3-heimdal (from .../libgssapi3-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libsasl2-2.
Unpacking libsasl2-2 (from .../libsasl2-2_2.1.25.dfsg1-3ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2.
Unpacking libldap-2.4-2 (from .../libldap-2.4-2_2.4.28-1.1ubuntu4.6_amd64.deb) ...
Selecting previously unselected package librtmp0.
Unpacking librtmp0 (from .../librtmp0_2.4~20110711.gitc28f1bab-1_amd64.deb) ...
Selecting previously unselected package openssl.
Unpacking openssl (from .../openssl_1.0.1-4ubuntu5.39_amd64.deb) ...
Selecting previously unselected package ca-certificates.
Unpacking ca-certificates (from .../ca-certificates_20160104ubuntu0.12.04.1_all.deb) ...
Selecting previously unselected package libcurl3-gnutls.
Unpacking libcurl3-gnutls (from .../libcurl3-gnutls_7.22.0-3ubuntu4.17_amd64.deb) ...
Selecting previously unselected package libedit2.
Unpacking libedit2 (from .../libedit2_2.11-20080614-3ubuntu2_amd64.deb) ...
Selecting previously unselected package libgdbm3.
Unpacking libgdbm3 (from .../libgdbm3_1.8.3-10_amd64.deb) ...
Selecting previously unselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-4_amd64.deb) ...
Selecting previously unselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-4_amd64.deb) ...
Selecting previously unselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.8.1-1ubuntu0.2_amd64.deb) ...
Selecting previously unselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.4.99.1-0ubuntu2.3_all.deb) ...
Selecting previously unselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.4.99.1-0ubuntu2.3_amd64.deb) ...
Selecting previously unselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.3.0-3ubuntu0.2_amd64.deb) ...
Selecting previously unselected package libxmuu1.
Unpacking libxmuu1 (from .../libxmuu1_2%3a1.1.0-3_amd64.deb) ...
Selecting previously unselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7.2ubuntu1.4_amd64.deb) ...
Selecting previously unselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_5.09-2ubuntu0.6_amd64.deb) ...
Selecting previously unselected package file.
Unpacking file (from .../file_5.09-2ubuntu0.6_amd64.deb) ...
Selecting previously unselected package less.
Unpacking less (from .../less_444-1ubuntu1_amd64.deb) ...
Selecting previously unselected package mime-support.
Unpacking mime-support (from .../mime-support_3.51-1ubuntu1.1_all.deb) ...
Selecting previously unselected package netbase.
Unpacking netbase (from .../netbase_4.47ubuntu1_all.deb) ...
Selecting previously unselected package python2.7.
Unpacking python2.7 (from .../python2.7_2.7.3-0ubuntu3.9_amd64.deb) ...
Selecting previously unselected package python.
Unpacking python (from .../python_2.7.3-0ubuntu2.2_amd64.deb) ...
Selecting previously unselected package sudo.
Unpacking sudo (from .../sudo_1.8.3p1-1ubuntu3.7_amd64.deb) ...
Selecting previously unselected package krb5-locales.
Unpacking krb5-locales (from .../krb5-locales_1.10+dfsg~beta1-2ubuntu0.7_all.deb) ...
Selecting previously unselected package libsasl2-modules.
Unpacking libsasl2-modules (from .../libsasl2-modules_2.1.25.dfsg1-3ubuntu0.1_amd64.deb) ...
Selecting previously unselected package openssh-client.
Unpacking openssh-client (from .../openssh-client_1%3a5.9p1-5ubuntu1.10_amd64.deb) ...
Selecting previously unselected package rsync.
Unpacking rsync (from .../rsync_3.0.9-1ubuntu1.1_amd64.deb) ...
Selecting previously unselected package xauth.
Unpacking xauth (from .../xauth_1%3a1.0.6-1_amd64.deb) ...
Selecting previously unselected package perl.
Unpacking perl (from .../perl_5.14.2-6ubuntu2.5_amd64.deb) ...
Selecting previously unselected package libswitch-perl.
Unpacking libswitch-perl (from .../libswitch-perl_2.16-2_all.deb) ...
Selecting previously unselected package libclass-isa-perl.
Unpacking libclass-isa-perl (from .../libclass-isa-perl_0.36-3_all.deb) ...
Selecting previously unselected package perl-modules.
Unpacking perl-modules (from .../perl-modules_5.14.2-6ubuntu2.5_all.deb) ...
Selecting previously unselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
Selecting previously unselected package git-man.
Unpacking git-man (from .../git-man_1%3a1.7.9.5-1ubuntu0.3_all.deb) ...
Selecting previously unselected package git.
Unpacking git (from .../git_1%3a1.7.9.5-1ubuntu0.3_amd64.deb) ...
Selecting previously unselected package patch.
Unpacking patch (from .../patch_2.6.1-3ubuntu0.1_amd64.deb) ...
Setting up libpopt0 (1.16-3ubuntu1) ...
Setting up libsqlite3-0 (3.7.9-2ubuntu1.2) ...
Setting up libroken18-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libasn1-8-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libbsd0 (0.3.0-2) ...
Setting up libgpg-error0 (1.10-2ubuntu1) ...
Setting up libgcrypt11 (1.5.0-3ubuntu0.6) ...
Setting up libp11-kit0 (0.12-2ubuntu1) ...
Setting up libtasn1-3 (2.10-1ubuntu1.5) ...
Setting up libgnutls26 (2.12.14-5ubuntu3.14) ...
Setting up libkrb5support0 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libk5crypto3 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libkeyutils1 (1.5.2-2) ...
Setting up libkrb5-3 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libgssapi-krb5-2 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libidn11 (1.23-2ubuntu0.1) ...
Setting up libhcrypto4-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libheimbase1-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libwind0-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libhx509-5-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libkrb5-26-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libheimntlm0-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libgssapi3-heimdal (1.6~git20120311.dfsg.1-2ubuntu0.1) ...
Setting up libsasl2-2 (2.1.25.dfsg1-3ubuntu0.1) ...
Setting up libldap-2.4-2 (2.4.28-1.1ubuntu4.6) ...
Setting up librtmp0 (2.4~20110711.gitc28f1bab-1) ...
Setting up openssl (1.0.1-4ubuntu5.39) ...
Setting up ca-certificates (20160104ubuntu0.12.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs... 173 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Setting up libcurl3-gnutls (7.22.0-3ubuntu4.17) ...
Setting up libedit2 (2.11-20080614-3ubuntu2) ...
Setting up libgdbm3 (1.8.3-10) ...
Setting up libxau6 (1:1.0.6-4) ...
Setting up libxdmcp6 (1:1.1.0-4) ...
Setting up libxcb1 (1.8.1-1ubuntu0.2) ...
Setting up libx11-data (2:1.4.99.1-0ubuntu2.3) ...
Setting up libx11-6 (2:1.4.99.1-0ubuntu2.3) ...
Setting up libxext6 (2:1.3.0-3ubuntu0.2) ...
Setting up libxmuu1 (2:1.1.0-3) ...
Setting up libexpat1 (2.0.1-7.2ubuntu1.4) ...
Setting up libmagic1 (5.09-2ubuntu0.6) ...
Setting up file (5.09-2ubuntu0.6) ...
Setting up less (444-1ubuntu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up mime-support (3.51-1ubuntu1.1) ...
update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode.
Setting up netbase (4.47ubuntu1) ...
Setting up python2.7 (2.7.3-0ubuntu3.9) ...
Setting up python (2.7.3-0ubuntu2.2) ...
Setting up sudo (1.8.3p1-1ubuntu3.7) ...
Setting up krb5-locales (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libsasl2-modules (2.1.25.dfsg1-3ubuntu0.1) ...
Setting up openssh-client (1:5.9p1-5ubuntu1.10) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up rsync (3.0.9-1ubuntu1.1) ...
 Removing any system startup links for /etc/init.d/rsync ...
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up xauth (1:1.0.6-1) ...
Setting up libclass-isa-perl (0.36-3) ...
Setting up git-man (1:1.7.9.5-1ubuntu0.3) ...
Setting up patch (2.6.1-3ubuntu0.1) ...
Setting up perl-modules (5.14.2-6ubuntu2.5) ...
Setting up perl (5.14.2-6ubuntu2.5) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode.
Setting up libswitch-perl (2.16-2) ...
Setting up liberror-perl (0.17-1) ...
Setting up git (1:1.7.9.5-1ubuntu0.3) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
root@6c6220a3fc6a:/# git clone -b 4-2-stable https://github.com/irods/externals
Cloning into 'externals'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 356 (delta 9), reused 15 (delta 7), pack-reused 335
Receiving objects: 100% (356/356), 67.32 KiB, done.
Resolving deltas: 100% (228/228), done.
root@6c6220a3fc6a:/# cd externals
root@6c6220a3fc6a:/externals# ./install_prerequisites.py
INFO - Detected: Ubuntu
INFO - running: ['sudo', 'apt-get', 'update', '-y'], unsafe_shell=False, check_rc=getting updates failed
INFO -   stdout: Hit http://archive.ubuntu.com precise Release.gpg
Hit http://archive.ubuntu.com precise-updates Release.gpg
Hit http://archive.ubuntu.com precise-security Release.gpg
Hit http://archive.ubuntu.com precise Release
Hit http://archive.ubuntu.com precise-updates Release
Hit http://archive.ubuntu.com precise-security Release
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main i386 Packages
Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/main amd64 Packages
Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-security/universe amd64 Packages
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Reading package lists...
INFO -   stderr: 
INFO - 
INFO - running: ['sudo', 'apt-get', 'install', '-y', 'curl', 'automake', 'make', 'autoconf2.13', 'texinfo', 'help2man', 'g++', 'git', 'lsb-release', 'libtool', 'python-dev', 'libbz2-dev', 'zlib1g-dev', 'libcurl4-gnutls-dev', 'libxml2-dev', 'pkg-config', 'uuid-dev', 'libssl-dev', 'fuse', 'libfuse2', 'libfuse-dev'], unsafe_shell=False, check_rc=installing prerequisites failed
INFO -   stdout: Reading package lists...
Building dependency tree...
Reading state information...
git is already the newest version.
The following extra packages will be installed:
  autoconf automake1.4 autotools-dev binutils comerr-dev cpp cpp-4.6 g++-4.6
  gcc gcc-4.6 krb5-multidev libc-dev-bin libc6-dev libcurl3 libexpat1-dev
  libgcrypt11-dev libgmp10 libgnutls-dev libgnutls-openssl27 libgnutlsxx27
  libgomp1 libgpg-error-dev libgssrpc4 libidn11-dev libkadm5clnt-mit8
  libkadm5srv-mit8 libkdb5-6 libkrb5-dev libldap2-dev liblocale-gettext-perl
  libltdl-dev libltdl7 libmpc2 libmpfr4 libp11-kit-dev libpython2.7
  libquadmath0 librtmp-dev libselinux1-dev libsepol1 libsepol1-dev libssl-doc
  libstdc++6-4.6-dev libtasn1-3-dev libxml2 linux-libc-dev m4 manpages
  manpages-dev python2.7-dev sgml-base xml-core
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc gettext binutils-doc doc-base
  cpp-doc gcc-4.6-locales g++-multilib g++-4.6-multilib gcc-4.6-doc
  libstdc++6-4.6-dbg gcc-multilib automake1.9 flex bison gdb gcc-doc
  gcc-4.6-multilib libmudflap0-4.6-dev libgcc1-dbg libgomp1-dbg
  libquadmath0-dbg libmudflap0-dbg binutils-gold krb5-doc glibc-doc
  libcurl3-dbg libgcrypt11-doc gnutls-doc gnutls-bin krb5-user libtool-doc
  libstdc++6-4.6-doc automaken gfortran fortran95-compiler gcj lsb make-doc
  man-browser sgml-base-doc texlive-base texlive-latex-base
  texlive-generic-recommended texinfo-doc-nonfree debhelper
The following NEW packages will be installed:
  autoconf autoconf2.13 automake automake1.4 autotools-dev binutils comerr-dev
  cpp cpp-4.6 curl fuse g++ g++-4.6 gcc gcc-4.6 help2man krb5-multidev
  libbz2-dev libc-dev-bin libc6-dev libcurl3 libcurl4-gnutls-dev libexpat1-dev
  libfuse-dev libfuse2 libgcrypt11-dev libgmp10 libgnutls-dev
  libgnutls-openssl27 libgnutlsxx27 libgomp1 libgpg-error-dev libgssrpc4
  libidn11-dev libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-dev
  libldap2-dev liblocale-gettext-perl libltdl-dev libltdl7 libmpc2 libmpfr4
  libp11-kit-dev libpython2.7 libquadmath0 librtmp-dev libselinux1-dev
  libsepol1 libsepol1-dev libssl-dev libssl-doc libstdc++6-4.6-dev
  libtasn1-3-dev libtool libxml2 libxml2-dev linux-libc-dev lsb-release m4
  make manpages manpages-dev pkg-config python-dev python2.7-dev sgml-base
  texinfo uuid-dev xml-core zlib1g-dev
0 upgraded, 72 newly installed, 0 to remove and 0 not upgraded.
Need to get 74.6 MB of archives.
After this operation, 167 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ precise/main liblocale-gettext-perl amd64 1.05-7build1 [19.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgssrpc4 amd64 1.10+dfsg~beta1-2ubuntu0.7 [57.5 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkadm5clnt-mit8 amd64 1.10+dfsg~beta1-2ubuntu0.7 [38.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkdb5-6 amd64 1.10+dfsg~beta1-2ubuntu0.7 [37.4 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkadm5srv-mit8 amd64 1.10+dfsg~beta1-2ubuntu0.7 [54.5 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxml2 amd64 2.7.8.dfsg-5.1ubuntu4.17 [678 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 amd64 7.22.0-3ubuntu4.17 [237 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ precise/main libgmp10 amd64 2:5.0.2+dfsg-2ubuntu1 [238 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls-openssl27 amd64 2.12.14-5ubuntu3.14 [21.6 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ precise/main libgomp1 amd64 4.6.3-1ubuntu5 [25.5 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ precise/main libltdl7 amd64 2.4.2-1ubuntu1 [37.6 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ precise/main libmpfr4 amd64 3.1.0-3ubuntu2 [201 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ precise/main libquadmath0 amd64 4.6.3-1ubuntu5 [126 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ precise/main libsepol1 amd64 2.1.0-1.2 [121 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnutlsxx27 amd64 2.12.14-5ubuntu3.14 [22.6 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ precise/main libmpc2 amd64 0.9-4 [39.5 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ precise-updates/main lsb-release all 4.0-0ubuntu20.3 [11.0 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ precise-updates/main libfuse2 amd64 2.8.6-2ubuntu2.1 [108 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ precise-updates/main fuse amd64 2.8.6-2ubuntu2.1 [29.4 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ precise/main manpages all 3.35-0.1ubuntu1 [584 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ precise/main sgml-base all 1.26+nmu1ubuntu1 [8360 B]
Get:22 http://archive.ubuntu.com/ubuntu/ precise/main xml-core all 0.13 [23.4 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ precise/main m4 amd64 1.4.16-2ubuntu1 [200 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ precise/main autoconf all 2.68-1ubuntu2 [560 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ precise/main autoconf2.13 all 2.13-61 [352 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ precise/main autotools-dev all 20120210.1ubuntu1 [42.4 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ precise/main automake all 1:1.11.3-1ubuntu2 [571 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ precise/main automake1.4 all 1:1.4-p6-13.1 [232 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ precise-updates/main binutils amd64 2.22-6ubuntu1.4 [2653 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ precise/main cpp-4.6 amd64 4.6.3-1ubuntu5 [4836 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ precise/main cpp amd64 4:4.6.3-1ubuntu5 [27.6 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ precise-updates/main curl amd64 7.22.0-3ubuntu4.17 [138 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ precise/main gcc-4.6 amd64 4.6.3-1ubuntu5 [7572 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ precise/main gcc amd64 4:4.6.3-1ubuntu5 [5114 B]
Get:35 http://archive.ubuntu.com/ubuntu/ precise-updates/main libc-dev-bin amd64 2.15-0ubuntu10.18 [84.5 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ precise-updates/main linux-libc-dev amd64 3.2.0-126.169 [848 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ precise-updates/main libc6-dev amd64 2.15-0ubuntu10.18 [2948 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ precise/main libstdc++6-4.6-dev amd64 4.6.3-1ubuntu5 [1660 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ precise/main g++-4.6 amd64 4.6.3-1ubuntu5 [6954 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ precise/main g++ amd64 4:4.6.3-1ubuntu5 [1442 B]
Get:41 http://archive.ubuntu.com/ubuntu/ precise/main help2man amd64 1.40.4ubuntu1 [54.4 kB]
Get:42 http://archive.ubuntu.com/ubuntu/ precise-updates/main comerr-dev amd64 2.1-1.42-1ubuntu2.3 [43.6 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ precise-updates/main krb5-multidev amd64 1.10+dfsg~beta1-2ubuntu0.7 [125 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ precise/main libbz2-dev amd64 1.0.6-1 [32.4 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ precise/main libgpg-error-dev amd64 1.10-2ubuntu1 [23.3 kB]
Get:46 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgcrypt11-dev amd64 1.5.0-3ubuntu0.6 [366 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ precise/main zlib1g-dev amd64 1:1.2.3.4.dfsg-3ubuntu4 [165 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ precise-updates/main libtasn1-3-dev amd64 2.10-1ubuntu1.5 [357 kB]
Get:49 http://archive.ubuntu.com/ubuntu/ precise/main libp11-kit-dev amd64 0.12-2ubuntu1 [45.6 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls-dev amd64 2.12.14-5ubuntu3.14 [548 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ precise/main pkg-config amd64 0.26-1ubuntu1 [40.9 kB]
Get:52 http://archive.ubuntu.com/ubuntu/ precise-updates/main libidn11-dev amd64 1.23-2ubuntu0.1 [635 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5-dev amd64 1.10+dfsg~beta1-2ubuntu0.7 [11.0 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ precise-updates/main libldap2-dev amd64 2.4.28-1.1ubuntu4.6 [496 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ precise/main librtmp-dev amd64 2.4~20110711.gitc28f1bab-1 [67.3 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ precise-updates/main libcurl4-gnutls-dev amd64 7.22.0-3ubuntu4.17 [1073 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1-dev amd64 2.0.1-7.2ubuntu1.4 [216 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ precise/main libsepol1-dev amd64 2.1.0-1.2 [652 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ precise/main libselinux1-dev amd64 2.1.0-4.1ubuntu1 [141 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ precise-updates/main libfuse-dev amd64 2.8.6-2ubuntu2.1 [115 kB]
Get:61 http://archive.ubuntu.com/ubuntu/ precise/main libltdl-dev amd64 2.4.2-1ubuntu1 [202 kB]
Get:62 http://archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 amd64 2.7.3-0ubuntu3.9 [1188 kB]
Get:63 http://archive.ubuntu.com/ubuntu/ precise-updates/main libssl-dev amd64 1.0.1-4ubuntu5.39 [1580 kB]
Get:64 http://archive.ubuntu.com/ubuntu/ precise-updates/main libssl-doc all 1.0.1-4ubuntu5.39 [1044 kB]
Get:65 http://archive.ubuntu.com/ubuntu/ precise/main libtool amd64 2.4.2-1ubuntu1 [302 kB]
Get:66 http://archive.ubuntu.com/ubuntu/ precise-updates/main libxml2-dev amd64 2.7.8.dfsg-5.1ubuntu4.17 [806 kB]
Get:67 http://archive.ubuntu.com/ubuntu/ precise-updates/main make amd64 3.81-8.1ubuntu1.1 [119 kB]
Get:68 http://archive.ubuntu.com/ubuntu/ precise/main manpages-dev all 3.35-0.1ubuntu1 [1671 kB]
Get:69 http://archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-dev amd64 2.7.3-0ubuntu3.9 [29.5 MB]
Get:70 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-dev amd64 2.7.3-0ubuntu2.2 [1090 B]
Get:71 http://archive.ubuntu.com/ubuntu/ precise/main texinfo amd64 4.13a.dfsg.1-8ubuntu2 [460 kB]
Get:72 http://archive.ubuntu.com/ubuntu/ precise-updates/main uuid-dev amd64 2.20.1-1ubuntu3.1 [25.6 kB]
Fetched 74.6 MB in 1s (39.2 MB/s)
Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 11277 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.05-7build1_amd64.deb) ...
Selecting previously unselected package libgssrpc4.
Unpacking libgssrpc4 (from .../libgssrpc4_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libkadm5clnt-mit8.
Unpacking libkadm5clnt-mit8 (from .../libkadm5clnt-mit8_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libkdb5-6.
Unpacking libkdb5-6 (from .../libkdb5-6_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libkadm5srv-mit8.
Unpacking libkadm5srv-mit8 (from .../libkadm5srv-mit8_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.7.8.dfsg-5.1ubuntu4.17_amd64.deb) ...
Selecting previously unselected package libcurl3.
Unpacking libcurl3 (from .../libcurl3_7.22.0-3ubuntu4.17_amd64.deb) ...
Selecting previously unselected package libgmp10.
Unpacking libgmp10 (from .../libgmp10_2%3a5.0.2+dfsg-2ubuntu1_amd64.deb) ...
Selecting previously unselected package libgnutls-openssl27.
Unpacking libgnutls-openssl27 (from .../libgnutls-openssl27_2.12.14-5ubuntu3.14_amd64.deb) ...
Selecting previously unselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package libltdl7.
Unpacking libltdl7 (from .../libltdl7_2.4.2-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libmpfr4.
Unpacking libmpfr4 (from .../libmpfr4_3.1.0-3ubuntu2_amd64.deb) ...
Selecting previously unselected package libquadmath0.
Unpacking libquadmath0 (from .../libquadmath0_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package libsepol1.
Unpacking libsepol1 (from .../libsepol1_2.1.0-1.2_amd64.deb) ...
Selecting previously unselected package libgnutlsxx27.
Unpacking libgnutlsxx27 (from .../libgnutlsxx27_2.12.14-5ubuntu3.14_amd64.deb) ...
Selecting previously unselected package libmpc2.
Unpacking libmpc2 (from .../libmpc2_0.9-4_amd64.deb) ...
Selecting previously unselected package lsb-release.
Unpacking lsb-release (from .../lsb-release_4.0-0ubuntu20.3_all.deb) ...
Selecting previously unselected package libfuse2.
Unpacking libfuse2 (from .../libfuse2_2.8.6-2ubuntu2.1_amd64.deb) ...
Selecting previously unselected package fuse.
Unpacking fuse (from .../fuse_2.8.6-2ubuntu2.1_amd64.deb) ...
Selecting previously unselected package manpages.
Unpacking manpages (from .../manpages_3.35-0.1ubuntu1_all.deb) ...
Selecting previously unselected package sgml-base.
Unpacking sgml-base (from .../sgml-base_1.26+nmu1ubuntu1_all.deb) ...
Selecting previously unselected package xml-core.
Unpacking xml-core (from .../archives/xml-core_0.13_all.deb) ...
Selecting previously unselected package m4.
Unpacking m4 (from .../m4_1.4.16-2ubuntu1_amd64.deb) ...
Selecting previously unselected package autoconf.
Unpacking autoconf (from .../autoconf_2.68-1ubuntu2_all.deb) ...
Selecting previously unselected package autoconf2.13.
Unpacking autoconf2.13 (from .../autoconf2.13_2.13-61_all.deb) ...
Adding 'diversion of /usr/bin/autoconf to /usr/bin/autoconf2.50 by autoconf2.13'
Adding 'diversion of /usr/share/man/man1/autoconf.1.gz to /usr/share/man/man1/autoconf2.50.1.gz by autoconf2.13'
Adding 'diversion of /usr/bin/autoheader to /usr/bin/autoheader2.50 by autoconf2.13'
Adding 'diversion of /usr/share/man/man1/autoheader.1.gz to /usr/share/man/man1/autoheader2.50.1.gz by autoconf2.13'
Adding 'diversion of /usr/bin/autoreconf to /usr/bin/autoreconf2.50 by autoconf2.13'
Adding 'diversion of /usr/share/man/man1/autoreconf.1.gz to /usr/share/man/man1/autoreconf2.50.1.gz by autoconf2.13'
Selecting previously unselected package autotools-dev.
Unpacking autotools-dev (from .../autotools-dev_20120210.1ubuntu1_all.deb) ...
Selecting previously unselected package automake.
Unpacking automake (from .../automake_1%3a1.11.3-1ubuntu2_all.deb) ...
Selecting previously unselected package automake1.4.
Unpacking automake1.4 (from .../automake1.4_1%3a1.4-p6-13.1_all.deb) ...
Selecting previously unselected package binutils.
Unpacking binutils (from .../binutils_2.22-6ubuntu1.4_amd64.deb) ...
Selecting previously unselected package cpp-4.6.
Unpacking cpp-4.6 (from .../cpp-4.6_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package curl.
Unpacking curl (from .../curl_7.22.0-3ubuntu4.17_amd64.deb) ...
Selecting previously unselected package gcc-4.6.
Unpacking gcc-4.6 (from .../gcc-4.6_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package libc-dev-bin.
Unpacking libc-dev-bin (from .../libc-dev-bin_2.15-0ubuntu10.18_amd64.deb) ...
Selecting previously unselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_3.2.0-126.169_amd64.deb) ...
Selecting previously unselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.15-0ubuntu10.18_amd64.deb) ...
Selecting previously unselected package libstdc++6-4.6-dev.
Unpacking libstdc++6-4.6-dev (from .../libstdc++6-4.6-dev_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package g++-4.6.
Unpacking g++-4.6 (from .../g++-4.6_4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package g++.
Unpacking g++ (from .../g++_4%3a4.6.3-1ubuntu5_amd64.deb) ...
Selecting previously unselected package help2man.
Unpacking help2man (from .../help2man_1.40.4ubuntu1_amd64.deb) ...
Selecting previously unselected package comerr-dev.
Unpacking comerr-dev (from .../comerr-dev_2.1-1.42-1ubuntu2.3_amd64.deb) ...
Selecting previously unselected package krb5-multidev.
Unpacking krb5-multidev (from .../krb5-multidev_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libbz2-dev.
Unpacking libbz2-dev (from .../libbz2-dev_1.0.6-1_amd64.deb) ...
Selecting previously unselected package libgpg-error-dev.
Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-2ubuntu1_amd64.deb) ...
Selecting previously unselected package libgcrypt11-dev.
Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3ubuntu0.6_amd64.deb) ...
Selecting previously unselected package zlib1g-dev.
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.4.dfsg-3ubuntu4_amd64.deb) ...
Selecting previously unselected package libtasn1-3-dev.
Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.10-1ubuntu1.5_amd64.deb) ...
Selecting previously unselected package libp11-kit-dev.
Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-2ubuntu1_amd64.deb) ...
Selecting previously unselected package libgnutls-dev.
Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.14-5ubuntu3.14_amd64.deb) ...
Selecting previously unselected package pkg-config.
Unpacking pkg-config (from .../pkg-config_0.26-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libidn11-dev.
Unpacking libidn11-dev (from .../libidn11-dev_1.23-2ubuntu0.1_amd64.deb) ...
Selecting previously unselected package libkrb5-dev.
Unpacking libkrb5-dev (from .../libkrb5-dev_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb) ...
Selecting previously unselected package libldap2-dev.
Unpacking libldap2-dev (from .../libldap2-dev_2.4.28-1.1ubuntu4.6_amd64.deb) ...
Selecting previously unselected package librtmp-dev.
Unpacking librtmp-dev (from .../librtmp-dev_2.4~20110711.gitc28f1bab-1_amd64.deb) ...
Selecting previously unselected package libcurl4-gnutls-dev.
Unpacking libcurl4-gnutls-dev (from .../libcurl4-gnutls-dev_7.22.0-3ubuntu4.17_amd64.deb) ...
Selecting previously unselected package libexpat1-dev.
Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7.2ubuntu1.4_amd64.deb) ...
Selecting previously unselected package libsepol1-dev.
Unpacking libsepol1-dev (from .../libsepol1-dev_2.1.0-1.2_amd64.deb) ...
Selecting previously unselected package libselinux1-dev.
Unpacking libselinux1-dev (from .../libselinux1-dev_2.1.0-4.1ubuntu1_amd64.deb) ...
Selecting previously unselected package libfuse-dev.
Unpacking libfuse-dev (from .../libfuse-dev_2.8.6-2ubuntu2.1_amd64.deb) ...
Selecting previously unselected package libltdl-dev.
Unpacking libltdl-dev (from .../libltdl-dev_2.4.2-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libpython2.7.
Unpacking libpython2.7 (from .../libpython2.7_2.7.3-0ubuntu3.9_amd64.deb) ...
Selecting previously unselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.1-4ubuntu5.39_amd64.deb) ...
Selecting previously unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1-4ubuntu5.39_all.deb) ...
Selecting previously unselected package libtool.
Unpacking libtool (from .../libtool_2.4.2-1ubuntu1_amd64.deb) ...
Selecting previously unselected package libxml2-dev.
Unpacking libxml2-dev (from .../libxml2-dev_2.7.8.dfsg-5.1ubuntu4.17_amd64.deb) ...
Selecting previously unselected package make.
Unpacking make (from .../make_3.81-8.1ubuntu1.1_amd64.deb) ...
Selecting previously unselected package manpages-dev.
Unpacking manpages-dev (from .../manpages-dev_3.35-0.1ubuntu1_all.deb) ...
Selecting previously unselected package python2.7-dev.
Unpacking python2.7-dev (from .../python2.7-dev_2.7.3-0ubuntu3.9_amd64.deb) ...
Selecting previously unselected package python-dev.
Unpacking python-dev (from .../python-dev_2.7.3-0ubuntu2.2_amd64.deb) ...
Selecting previously unselected package texinfo.
Unpacking texinfo (from .../texinfo_4.13a.dfsg.1-8ubuntu2_amd64.deb) ...
Selecting previously unselected package uuid-dev.
Unpacking uuid-dev (from .../uuid-dev_2.20.1-1ubuntu3.1_amd64.deb) ...
Setting up liblocale-gettext-perl (1.05-7build1) ...
Setting up libgssrpc4 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libkadm5clnt-mit8 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libkdb5-6 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libkadm5srv-mit8 (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libxml2 (2.7.8.dfsg-5.1ubuntu4.17) ...
Setting up libcurl3 (7.22.0-3ubuntu4.17) ...
Setting up libgmp10 (2:5.0.2+dfsg-2ubuntu1) ...
Setting up libgnutls-openssl27 (2.12.14-5ubuntu3.14) ...
Setting up libgomp1 (4.6.3-1ubuntu5) ...
Setting up libltdl7 (2.4.2-1ubuntu1) ...
Setting up libmpfr4 (3.1.0-3ubuntu2) ...
Setting up libquadmath0 (4.6.3-1ubuntu5) ...
Setting up libsepol1 (2.1.0-1.2) ...
Setting up libgnutlsxx27 (2.12.14-5ubuntu3.14) ...
Setting up libmpc2 (0.9-4) ...
Setting up lsb-release (4.0-0ubuntu20.3) ...
Setting up libfuse2 (2.8.6-2ubuntu2.1) ...
Setting up fuse (2.8.6-2ubuntu2.1) ...
Creating fuse group...
Adding group `fuse' (GID 103) ...
Done.
Creating fuse device...
update-initramfs: deferring update (trigger activated)
Setting up manpages (3.35-0.1ubuntu1) ...
Setting up sgml-base (1.26+nmu1ubuntu1) ...
Setting up xml-core (0.13) ...
Setting up m4 (1.4.16-2ubuntu1) ...
Setting up autoconf (2.68-1ubuntu2) ...
Setting up autoconf2.13 (2.13-61) ...
Setting up autotools-dev (20120210.1ubuntu1) ...
Setting up automake (1:1.11.3-1ubuntu2) ...
update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode.
Setting up automake1.4 (1:1.4-p6-13.1) ...
Setting up binutils (2.22-6ubuntu1.4) ...
Setting up cpp-4.6 (4.6.3-1ubuntu5) ...
Setting up cpp (4:4.6.3-1ubuntu5) ...
Setting up curl (7.22.0-3ubuntu4.17) ...
Setting up gcc-4.6 (4.6.3-1ubuntu5) ...
Setting up gcc (4:4.6.3-1ubuntu5) ...
Setting up libc-dev-bin (2.15-0ubuntu10.18) ...
Setting up linux-libc-dev (3.2.0-126.169) ...
Setting up libc6-dev (2.15-0ubuntu10.18) ...
Setting up help2man (1.40.4ubuntu1) ...
Setting up comerr-dev (2.1-1.42-1ubuntu2.3) ...
Setting up krb5-multidev (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libbz2-dev (1.0.6-1) ...
Setting up libgpg-error-dev (1.10-2ubuntu1) ...
Setting up libgcrypt11-dev (1.5.0-3ubuntu0.6) ...
Setting up zlib1g-dev (1:1.2.3.4.dfsg-3ubuntu4) ...
Setting up libtasn1-3-dev (2.10-1ubuntu1.5) ...
Setting up libp11-kit-dev (0.12-2ubuntu1) ...
Setting up libgnutls-dev (2.12.14-5ubuntu3.14) ...
Setting up pkg-config (0.26-1ubuntu1) ...
Setting up libidn11-dev (1.23-2ubuntu0.1) ...
Setting up libkrb5-dev (1.10+dfsg~beta1-2ubuntu0.7) ...
Setting up libldap2-dev (2.4.28-1.1ubuntu4.6) ...
Setting up librtmp-dev (2.4~20110711.gitc28f1bab-1) ...
Setting up libcurl4-gnutls-dev (7.22.0-3ubuntu4.17) ...
Setting up libexpat1-dev (2.0.1-7.2ubuntu1.4) ...
Setting up libsepol1-dev (2.1.0-1.2) ...
Setting up libselinux1-dev (2.1.0-4.1ubuntu1) ...
Setting up libfuse-dev (2.8.6-2ubuntu2.1) ...
Setting up libltdl-dev (2.4.2-1ubuntu1) ...
Setting up libpython2.7 (2.7.3-0ubuntu3.9) ...
Setting up libssl-dev (1.0.1-4ubuntu5.39) ...
Setting up libssl-doc (1.0.1-4ubuntu5.39) ...
Setting up libtool (2.4.2-1ubuntu1) ...
Setting up libxml2-dev (2.7.8.dfsg-5.1ubuntu4.17) ...
Setting up make (3.81-8.1ubuntu1.1) ...
Setting up manpages-dev (3.35-0.1ubuntu1) ...
Setting up python2.7-dev (2.7.3-0ubuntu3.9) ...
Setting up python-dev (2.7.3-0ubuntu2.2) ...
Setting up texinfo (4.13a.dfsg.1-8ubuntu2) ...
Setting up uuid-dev (2.20.1-1ubuntu3.1) ...
Setting up g++-4.6 (4.6.3-1ubuntu5) ...
Setting up g++ (4:4.6.3-1ubuntu5) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
Setting up libstdc++6-4.6-dev (4.6.3-1ubuntu5) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
INFO -   stderr: debconf: delaying package configuration, since apt-utils is not installed
INFO - 
INFO - Detected: Old Ubuntu - need to get g++ 4.8 to build clang
INFO - running: ['sudo', 'apt-get', 'install', '-y', 'python-software-properties'], unsafe_shell=False, check_rc=installing add-apt-repository prereq failed
INFO -   stdout: Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  apt-utils iso-codes libapt-inst1.4 python-apt python-apt-common
  python-gnupginterface python-pycurl ucf unattended-upgrades xz-lzma
Suggested packages:
  isoquery python-apt-dbg python-gtk2 python-vte python-apt-doc
  python-pycurl-dbg bsd-mailx
The following NEW packages will be installed:
  apt-utils iso-codes libapt-inst1.4 python-apt python-apt-common
  python-gnupginterface python-pycurl python-software-properties ucf
  unattended-upgrades xz-lzma
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 4228 kB of archives.
After this operation, 17.0 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main libapt-inst1.4 amd64 0.8.16~exp12ubuntu10.27 [99.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ precise-updates/main apt-utils amd64 0.8.16~exp12ubuntu10.27 [190 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ precise/main ucf all 3.0025+nmu2ubuntu1 [54.4 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ precise/main iso-codes all 3.31-1 [3547 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-apt-common all 0.8.3ubuntu7.3 [21.4 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-apt amd64 0.8.3ubuntu7.3 [187 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ precise/main python-gnupginterface all 0.3.2-9.1ubuntu3 [19.2 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ precise/main xz-lzma all 5.1.1alpha+20110809-3 [12.4 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ precise-updates/main unattended-upgrades all 0.76ubuntu1.3 [24.7 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ precise/main python-pycurl amd64 7.19.0-4ubuntu3 [49.2 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ precise-updates/main python-software-properties all 0.82.7.7 [23.5 kB]
Fetched 4228 kB in 0s (27.6 MB/s)
Selecting previously unselected package libapt-inst1.4.
(Reading database ... 19234 files and directories currently installed.)
Unpacking libapt-inst1.4 (from .../libapt-inst1.4_0.8.16~exp12ubuntu10.27_amd64.deb) ...
Selecting previously unselected package apt-utils.
Unpacking apt-utils (from .../apt-utils_0.8.16~exp12ubuntu10.27_amd64.deb) ...
Selecting previously unselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu2ubuntu1_all.deb) ...
Moving old data out of the way
Selecting previously unselected package iso-codes.
Unpacking iso-codes (from .../iso-codes_3.31-1_all.deb) ...
Selecting previously unselected package python-apt-common.
Unpacking python-apt-common (from .../python-apt-common_0.8.3ubuntu7.3_all.deb) ...
Selecting previously unselected package python-apt.
Unpacking python-apt (from .../python-apt_0.8.3ubuntu7.3_amd64.deb) ...
Selecting previously unselected package python-gnupginterface.
Unpacking python-gnupginterface (from .../python-gnupginterface_0.3.2-9.1ubuntu3_all.deb) ...
Selecting previously unselected package xz-lzma.
Unpacking xz-lzma (from .../xz-lzma_5.1.1alpha+20110809-3_all.deb) ...
Selecting previously unselected package unattended-upgrades.
Unpacking unattended-upgrades (from .../unattended-upgrades_0.76ubuntu1.3_all.deb) ...
Selecting previously unselected package python-pycurl.
Unpacking python-pycurl (from .../python-pycurl_7.19.0-4ubuntu3_amd64.deb) ...
Selecting previously unselected package python-software-properties.
Unpacking python-software-properties (from .../python-software-properties_0.82.7.7_all.deb) ...
Setting up libapt-inst1.4 (0.8.16~exp12ubuntu10.27) ...
Setting up apt-utils (0.8.16~exp12ubuntu10.27) ...
Setting up ucf (3.0025+nmu2ubuntu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up iso-codes (3.31-1) ...
Setting up python-apt-common (0.8.3ubuntu7.3) ...
Setting up python-apt (0.8.3ubuntu7.3) ...
Setting up python-gnupginterface (0.3.2-9.1ubuntu3) ...
Setting up xz-lzma (5.1.1alpha+20110809-3) ...
Setting up unattended-upgrades (0.76ubuntu1.3) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up python-pycurl (7.19.0-4ubuntu3) ...
Setting up python-software-properties (0.82.7.7) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
INFO -   stderr: debconf: delaying package configuration, since apt-utils is not installed
INFO - 
INFO - running: ['sudo', 'add-apt-repository', '-y', 'ppa:ubuntu-toolchain-r/test'], unsafe_shell=False, check_rc=installing ppa failed
INFO -   stdout: OK
INFO -   stderr: gpg: keyring `/tmp/tmp84XAVn/secring.gpg' created
gpg: keyring `/tmp/tmp84XAVn/pubring.gpg' created
gpg: requesting key BA9EF27F from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp84XAVn/trustdb.gpg: trustdb created
gpg: key BA9EF27F: public key "Launchpad Toolchain builds" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
INFO - 
INFO - running: ['sudo', 'apt-get', 'update', '-y'], unsafe_shell=False, check_rc=getting updates failed
INFO -   stdout: Get:1 http://ppa.launchpad.net precise Release.gpg [299 B]
Hit http://archive.ubuntu.com precise Release.gpg
Hit http://archive.ubuntu.com precise-updates Release.gpg
Hit http://archive.ubuntu.com precise-security Release.gpg
Hit http://archive.ubuntu.com precise Release
Hit http://archive.ubuntu.com precise-updates Release
Get:2 http://ppa.launchpad.net precise Release [12.9 kB]
Hit http://archive.ubuntu.com precise-security Release
Hit http://archive.ubuntu.com precise/main Sources
Hit http://archive.ubuntu.com precise/restricted Sources
Get:3 http://ppa.launchpad.net precise/main Sources [12.1 kB]
Hit http://archive.ubuntu.com precise/universe Sources
Hit http://archive.ubuntu.com precise/main amd64 Packages
Hit http://archive.ubuntu.com precise/restricted amd64 Packages
Hit http://archive.ubuntu.com precise/universe amd64 Packages
Hit http://archive.ubuntu.com precise/main i386 Packages
Hit http://archive.ubuntu.com precise/restricted i386 Packages
Hit http://archive.ubuntu.com precise/universe i386 Packages
Hit http://archive.ubuntu.com precise-updates/main Sources
Hit http://archive.ubuntu.com precise-updates/restricted Sources
Hit http://archive.ubuntu.com precise-updates/universe Sources
Hit http://archive.ubuntu.com precise-updates/main amd64 Packages
Get:4 http://ppa.launchpad.net precise/main amd64 Packages [73.5 kB]
Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://archive.ubuntu.com precise-updates/main i386 Packages
Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://archive.ubuntu.com precise-security/main Sources
Hit http://archive.ubuntu.com precise-security/restricted Sources
Hit http://archive.ubuntu.com precise-security/universe Sources
Hit http://archive.ubuntu.com precise-security/main amd64 Packages
Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages
Hit http://archive.ubuntu.com precise-security/universe amd64 Packages
Hit http://archive.ubuntu.com precise-security/main i386 Packages
Hit http://archive.ubuntu.com precise-security/restricted i386 Packages
Hit http://archive.ubuntu.com precise-security/universe i386 Packages
Get:5 http://ppa.launchpad.net precise/main i386 Packages [72.3 kB]
Fetched 171 kB in 2s (67.7 kB/s)
Reading package lists...
INFO -   stderr: 
INFO - 
INFO - running: ['sudo', 'apt-get', 'install', '-y', 'g++-4.8'], unsafe_shell=False, check_rc=installing g++-4.8 failed
INFO -   stdout: Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  cpp-4.8 gcc-4.8 gcc-4.8-base gcc-9-base libasan0 libatomic1 libcloog-isl4
  libgcc-4.8-dev libgcc1 libgomp1 libisl10 libitm1 libquadmath0
  libstdc++-4.8-dev libstdc++6 libtsan0
Suggested packages:
  gcc-4.8-locales g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg
  gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
  libasan0-dbg libtsan0-dbg libquadmath0-dbg libstdc++-4.8-doc
The following NEW packages will be installed:
  cpp-4.8 g++-4.8 gcc-4.8 gcc-4.8-base gcc-9-base libasan0 libatomic1
  libcloog-isl4 libgcc-4.8-dev libisl10 libitm1 libstdc++-4.8-dev libtsan0
The following packages will be upgraded:
  libgcc1 libgomp1 libquadmath0 libstdc++6
4 upgraded, 13 newly installed, 0 to remove and 5 not upgraded.
Need to get 35.4 MB of archives.
After this operation, 77.4 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main gcc-9-base amd64 9.2.1-17ubuntu1~12.04 [21.3 kB]
Get:2 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libgcc1 amd64 1:9.2.1-17ubuntu1~12.04 [46.9 kB]
Get:3 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libstdc++6 amd64 9.2.1-17ubuntu1~12.04 [488 kB]
Get:4 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main gcc-4.8-base amd64 4.8.4-1ubuntu15~12.04.1 [16.8 kB]
Get:5 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libasan0 amd64 4.8.4-1ubuntu15~12.04.1 [75.7 kB]
Get:6 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libatomic1 amd64 9.2.1-17ubuntu1~12.04 [10.9 kB]
Get:7 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libisl10 amd64 0.12.2-2~12.04 [530 kB]
Get:8 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libcloog-isl4 amd64 0.18.2-1~12.04 [67.3 kB]
Get:9 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libgomp1 amd64 9.2.1-17ubuntu1~12.04 [104 kB]
Get:10 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libitm1 amd64 9.2.1-17ubuntu1~12.04 [34.5 kB]
Get:11 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libquadmath0 amd64 9.2.1-17ubuntu1~12.04 [161 kB]
Get:12 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libtsan0 amd64 9.2.1-17ubuntu1~12.04 [373 kB]
Get:13 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main cpp-4.8 amd64 4.8.4-1ubuntu15~12.04.1 [5836 kB]
Get:14 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libgcc-4.8-dev amd64 4.8.4-1ubuntu15~12.04.1 [2791 kB]
Get:15 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main gcc-4.8 amd64 4.8.4-1ubuntu15~12.04.1 [6694 kB]
Get:16 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main libstdc++-4.8-dev amd64 4.8.4-1ubuntu15~12.04.1 [1755 kB]
Get:17 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/ precise/main g++-4.8 amd64 4.8.4-1ubuntu15~12.04.1 [16.4 MB]
Fetched 35.4 MB in 1s (30.9 MB/s)
Selecting previously unselected package gcc-9-base.
(Reading database ... 20040 files and directories currently installed.)
Unpacking gcc-9-base (from .../gcc-9-base_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Setting up gcc-9-base (9.2.1-17ubuntu1~12.04) ...
(Reading database ... 20046 files and directories currently installed.)
Preparing to replace libgcc1 1:4.6.3-1ubuntu5 (using .../libgcc1_1%3a9.2.1-17ubuntu1~12.04_amd64.deb) ...
Unpacking replacement libgcc1 ...
Setting up libgcc1 (1:9.2.1-17ubuntu1~12.04) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
(Reading database ... 20046 files and directories currently installed.)
Preparing to replace libstdc++6 4.6.3-1ubuntu5 (using .../libstdc++6_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Unpacking replacement libstdc++6 ...
Setting up libstdc++6 (9.2.1-17ubuntu1~12.04) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Selecting previously unselected package gcc-4.8-base.
(Reading database ... 20060 files and directories currently installed.)
Unpacking gcc-4.8-base (from .../gcc-4.8-base_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Selecting previously unselected package libasan0.
Unpacking libasan0 (from .../libasan0_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Selecting previously unselected package libatomic1.
Unpacking libatomic1 (from .../libatomic1_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Selecting previously unselected package libisl10.
Unpacking libisl10 (from .../libisl10_0.12.2-2~12.04_amd64.deb) ...
Selecting previously unselected package libcloog-isl4.
Unpacking libcloog-isl4 (from .../libcloog-isl4_0.18.2-1~12.04_amd64.deb) ...
Preparing to replace libgomp1 4.6.3-1ubuntu5 (using .../libgomp1_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Unpacking replacement libgomp1 ...
Selecting previously unselected package libitm1.
Unpacking libitm1 (from .../libitm1_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Preparing to replace libquadmath0 4.6.3-1ubuntu5 (using .../libquadmath0_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Unpacking replacement libquadmath0 ...
Selecting previously unselected package libtsan0.
Unpacking libtsan0 (from .../libtsan0_9.2.1-17ubuntu1~12.04_amd64.deb) ...
Selecting previously unselected package cpp-4.8.
Unpacking cpp-4.8 (from .../cpp-4.8_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Selecting previously unselected package libgcc-4.8-dev.
Unpacking libgcc-4.8-dev (from .../libgcc-4.8-dev_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Selecting previously unselected package gcc-4.8.
Unpacking gcc-4.8 (from .../gcc-4.8_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Selecting previously unselected package libstdc++-4.8-dev.
Unpacking libstdc++-4.8-dev (from .../libstdc++-4.8-dev_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Selecting previously unselected package g++-4.8.
Unpacking g++-4.8 (from .../g++-4.8_4.8.4-1ubuntu15~12.04.1_amd64.deb) ...
Setting up gcc-4.8-base (4.8.4-1ubuntu15~12.04.1) ...
Setting up libasan0 (4.8.4-1ubuntu15~12.04.1) ...
Setting up libatomic1 (9.2.1-17ubuntu1~12.04) ...
Setting up libisl10 (0.12.2-2~12.04) ...
Setting up libcloog-isl4 (0.18.2-1~12.04) ...
Setting up libgomp1 (9.2.1-17ubuntu1~12.04) ...
Setting up libitm1 (9.2.1-17ubuntu1~12.04) ...
Setting up libquadmath0 (9.2.1-17ubuntu1~12.04) ...
Setting up libtsan0 (9.2.1-17ubuntu1~12.04) ...
Setting up cpp-4.8 (4.8.4-1ubuntu15~12.04.1) ...
Setting up libgcc-4.8-dev (4.8.4-1ubuntu15~12.04.1) ...
Setting up gcc-4.8 (4.8.4-1ubuntu15~12.04.1) ...
Setting up libstdc++-4.8-dev (4.8.4-1ubuntu15~12.04.1) ...
Setting up g++-4.8 (4.8.4-1ubuntu15~12.04.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
INFO -   stderr: debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 17.)
debconf: falling back to frontend: Readline
INFO - 
INFO - running: ['sudo', 'update-alternatives', '--install', '/usr/bin/g++', 'g++', '/usr/bin/g++-4.8', '50'], unsafe_shell=False, check_rc=swapping g++-4.8 failed
INFO -   stdout: update-alternatives: using /usr/bin/g++-4.8 to provide /usr/bin/g++ (g++) in auto mode.
INFO -   stderr: 
INFO - 
INFO - running: ['sudo', 'update-alternatives', '--install', '/usr/bin/gcc', 'gcc', '/usr/bin/gcc-4.8', '50'], unsafe_shell=False, check_rc=swapping gcc-4.8 failed
INFO -   stdout: update-alternatives: using /usr/bin/gcc-4.8 to provide /usr/bin/gcc (gcc) in auto mode.
INFO -   stderr: 
INFO - 
INFO - running: gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB, unsafe_shell=True, check_rc=gpg keys not received
INFO -   stdout: 
INFO -   stderr: gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net
gpg: requesting key 39499BDB from hkp server pool.sks-keyservers.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
gpg: key 39499BDB: public key "Piotr Kuczynski <piotr.kuczynski@gmail.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 2
gpg:               imported: 2  (RSA: 2)
INFO - 
INFO - running: curl -sSL https://get.rvm.io | bash -s stable, unsafe_shell=True, check_rc=curl failed
INFO -   stdout: Downloading https://github.com/rvm/rvm/archive/1.29.9.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.9/1.29.9.tar.gz.asc
GPG verified '/usr/local/rvm/archives/rvm-1.29.9.tgz'
Creating group 'rvm'
Installing RVM to /usr/local/rvm/
Installation of RVM in /usr/local/rvm/ is almost complete:

  * First you need to add all users that will be using rvm to 'rvm' group,
    and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`.

  * To start using RVM you need to run `source /etc/profile.d/rvm.sh`
    in all your open shell windows, in rare cases you need to reopen all shell windows.
<warn>Thanks for installing RVM 🙏</warn>
Please consider donating to our open collective to help us maintain RVM.

👉  Donate: <code>https://opencollective.com/rvm/donate</code>
INFO -   stderr: gpg: Signature made Wed Jul 10 08:31:02 2019 UTC using RSA key ID 39499BDB
gpg: Good signature from "Piotr Kuczynski <piotr.kuczynski@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7D2B AF1C F37B 13E2 069D  6956 105B D0E7 3949 9BDB
  * Please do NOT forget to add your users to the <code>rvm</code> group.
     The installer no longer auto-adds root or users to the rvm group. Admins must do this.
     Also, please note that group memberships are ONLY evaluated at login time.
     This means that users must log out then back in before group membership takes effect!
INFO - 
INFO - running: rvm reload && rvm requirements run && rvm install 2.6, unsafe_shell=True, check_rc=rvm ruby install failed
INFO -   stdout: RVM reloaded!
Checking requirements for ubuntu.
Installing requirements for ubuntu.
Updating system.....
Installing required packages: bzip2, gawk, bison, libffi-dev, libgdbm-dev, libncurses5-dev, libsqlite3-dev, libyaml-dev, sqlite3, libgmp-dev, libreadline6-dev..........
Requirements installation successful.
Searching for binary rubies, this might take some time.
Found remote file https://rubies.travis-ci.org/ubuntu/12.04/x86_64/ruby-2.6.3.tar.bz2
Checking requirements for ubuntu.
Requirements installation successful.
ruby-2.6.3 - #configure
ruby-2.6.3 - #download
ruby-2.6.3 - #validate archive
ruby-2.6.3 - #extract
ruby-2.6.3 - #validate binary
ruby-2.6.3 - #setup
ruby-2.6.3 - #gemset created /usr/local/rvm/gems/ruby-2.6.3@global
ruby-2.6.3 - #importing gemset /usr/local/rvm/gemsets/global.gems...................................................-
ruby-2.6.3 - #generating global wrappers.......
ruby-2.6.3 - #gemset created /usr/local/rvm/gems/ruby-2.6.3
ruby-2.6.3 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.6.3 - #generating default wrappers.......
INFO -   stderr: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 16.8M  100 16.8M    0     0  2599k      0  0:00:06  0:00:06 --:--:-- 3245k
No checksum for downloaded archive, recording checksum in user configuration.
INFO - 
INFO - running: rvm reload && rvm use 2.6 && gem install -v 1.4.0 fpm, unsafe_shell=True, check_rc=fpm gem install failed
INFO -   stdout: RVM reloaded!
Building native extensions. This could take a while...
Successfully installed ffi-1.12.1
Successfully installed childprocess-3.0.0
Successfully installed clamp-0.6.5
Successfully installed cabin-0.9.0
Successfully installed arr-pm-0.0.10
Successfully installed backports-3.15.0
Successfully installed fpm-1.4.0
Parsing documentation for ffi-1.12.1
Installing ri documentation for ffi-1.12.1
Parsing documentation for childprocess-3.0.0
Installing ri documentation for childprocess-3.0.0
Parsing documentation for clamp-0.6.5
Installing ri documentation for clamp-0.6.5
Parsing documentation for cabin-0.9.0
Installing ri documentation for cabin-0.9.0
Parsing documentation for arr-pm-0.0.10
Installing ri documentation for arr-pm-0.0.10
Parsing documentation for backports-3.15.0
Installing ri documentation for backports-3.15.0
Parsing documentation for fpm-1.4.0
Installing ri documentation for fpm-1.4.0
Done installing documentation for ffi, childprocess, clamp, cabin, arr-pm, backports, fpm after 21 seconds
7 gems installed
INFO -   stderr: Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see:
    https://github.com/rvm/rvm/issues/3212

Warning! PATH is not properly set up, /usr/local/rvm/rubies/ruby-2.6.3/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-2.6.3</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.

Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see:
    https://github.com/rvm/rvm/issues/3212


Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see:
    https://github.com/rvm/rvm/issues/3212

Warning! PATH is not properly set up, /usr/local/rvm/rubies/ruby-2.6.3/bin is not at first place.
         <log>Usually this is caused by shell initialization files. Search for <code>PATH=...</code> entries.
         You can also re-add RVM to your profile by running: <code>rvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: <code>rvm use ruby-2.6.3</code>
         To ignore this error add <code>rvm_silence_path_mismatch_check_flag=1</code> to your <code>~/.rvmrc</code> file.
RVM is not a function, selecting rubies with 'rvm use ...' will not work.

You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use `/bin/bash --login` as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for an example.
INFO - 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants