Skip to content

Instantly share code, notes, and snippets.

@zgrannan
Created September 19, 2017 09:27
Show Gist options
  • Save zgrannan/7d3eb260ff6e186059e30560ab30cb3a to your computer and use it in GitHub Desktop.
Save zgrannan/7d3eb260ff6e186059e30560ab30cb3a to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 3.072kB
Step 1/4 : FROM postgres:9.6
---> 1227c4263c8c
Step 2/4 : MAINTAINER Chia-liang Kao <clkao@clkao.org>
---> Running in 33a9b9962d33
---> e0db71bde68f
Removing intermediate container 33a9b9962d33
Step 3/4 : ENV PLV8_VERSION v1.5.3 PLV8_SHASUM "fac8052c926c9ece74f655500caeca50552c0c4b4c7081c0c7946e06ed114d1c v1.5.3.tar.gz"
---> Running in 4477b35d697d
---> f6f3d3c88587
Removing intermediate container 4477b35d697d
Step 4/4 : RUN buildDependencies="build-essential ca-certificates curl git-core postgresql-server-dev-$PG_MAJOR" && apt-get update && apt-get install -y --no-install-recommends ${buildDependencies} && mkdir -p /tmp/build && curl -o /tmp/build/${PLV8_VERSION}.tar.gz -SL "https://github.com/plv8/plv8/archive/$PLV8_VERSION.tar.gz" && cd /tmp/build && echo ${PLV8_SHASUM} | sha256sum -c && tar -xzf /tmp/build/${PLV8_VERSION}.tar.gz -C /tmp/build/ && cd /tmp/build/plv8-${PLV8_VERSION#?} && make static && make install && strip /usr/lib/postgresql/${PG_MAJOR}/lib/plv8.so && cd / && apt-get clean && apt-get remove -y ${buildDependencies} && apt-get autoremove -y && rm -rf /tmp/build /var/lib/apt/lists/*
---> Running in 84456955de53
Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
Get:2 http://apt.postgresql.org jessie-pgdg InRelease [56.4 kB]
Ign http://deb.debian.org jessie InRelease
Get:3 http://deb.debian.org jessie-updates InRelease [145 kB]
Get:4 http://deb.debian.org jessie Release.gpg [2,373 B]
Get:5 http://deb.debian.org jessie Release [148 kB]
Get:6 http://security.debian.org jessie/updates/main amd64 Packages [546 kB]
Get:7 http://apt.postgresql.org jessie-pgdg/main amd64 Packages [119 kB]
Get:8 http://deb.debian.org jessie-updates/main amd64 Packages [23.1 kB]
Get:9 http://deb.debian.org jessie/main amd64 Packages [9,063 kB]
Get:10 http://apt.postgresql.org jessie-pgdg/9.6 amd64 Packages [20 B]
Fetched 10.2 MB in 6s (1,503 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
binutils cpp cpp-4.9 dpkg-dev g++ g++-4.9 gcc gcc-4.9 git git-man libasan1
libatomic1 libc-dev-bin libc6-dev libcilkrts5 libcloog-isl4 libcurl3
libcurl3-gnutls libdpkg-perl liberror-perl libgcc-4.9-dev libgomp1 libidn11
libisl10 libitm1 liblsan0 libmpc3 libmpfr4 libpq-dev libquadmath0 librtmp1
libssh2-1 libstdc++-4.9-dev libtimedate-perl libtsan0 libubsan0
linux-libc-dev make patch xz-utils
Suggested packages:
binutils-doc cpp-doc gcc-4.9-locales debian-keyring g++-multilib
g++-4.9-multilib gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib manpages-dev
autoconf automake libtool flex bison gdb gcc-doc gcc-4.9-multilib
libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg
liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libquadmath0-dbg
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc
postgresql-doc-9.6 libstdc++-4.9-doc make-doc ed diffutils-doc
Recommended packages:
fakeroot libalgorithm-merge-perl less rsync ssh-client
libfile-fcntllock-perl
The following NEW packages will be installed:
binutils build-essential ca-certificates cpp cpp-4.9 curl dpkg-dev g++
g++-4.9 gcc gcc-4.9 git git-core git-man libasan1 libatomic1 libc-dev-bin
libc6-dev libcilkrts5 libcloog-isl4 libcurl3 libcurl3-gnutls libdpkg-perl
liberror-perl libgcc-4.9-dev libgomp1 libidn11 libisl10 libitm1 liblsan0
libmpc3 libmpfr4 libpq-dev libquadmath0 librtmp1 libssh2-1 libstdc++-4.9-dev
libtimedate-perl libtsan0 libubsan0 linux-libc-dev make patch
postgresql-server-dev-9.6 xz-utils
0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded.
Need to get 54.4 MB of archives.
After this operation, 171 MB of additional disk space will be used.
Get:1 http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg/main libpq-dev amd64 9.6.5-1.pgdg80+1 [214 kB]
Get:2 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.43-2+deb8u3 [1,060 kB]
Get:3 http://deb.debian.org/debian/ jessie/main libidn11 amd64 1.29-1+deb8u2 [136 kB]
Get:4 http://deb.debian.org/debian/ jessie/main libasan1 amd64 4.9.2-10 [195 kB]
Get:5 http://deb.debian.org/debian/ jessie/main libatomic1 amd64 4.9.2-10 [8,992 B]
Get:6 http://deb.debian.org/debian/ jessie/main libcilkrts5 amd64 4.9.2-10 [40.1 kB]
Get:7 http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg/main postgresql-server-dev-9.6 amd64 9.6.5-1.pgdg80+1 [763 kB]
Get:8 http://deb.debian.org/debian/ jessie/main libisl10 amd64 0.12.2-2 [440 kB]
Get:9 http://deb.debian.org/debian/ jessie/main libcloog-isl4 amd64 0.18.2-1+b2 [61.8 kB]
Get:10 http://deb.debian.org/debian/ jessie/main librtmp1 amd64 2.4+20150115.gita107cef-1+deb8u1 [60.0 kB]
Get:11 http://deb.debian.org/debian/ jessie/main libssh2-1 amd64 1.4.3-4.1+deb8u1 [125 kB]
Get:12 http://deb.debian.org/debian/ jessie/main libcurl3 amd64 7.38.0-4+deb8u5 [259 kB]
Get:13 http://deb.debian.org/debian/ jessie/main libcurl3-gnutls amd64 7.38.0-4+deb8u5 [252 kB]
Get:14 http://security.debian.org/ jessie/updates/main git-man all 1:2.1.4-2.1+deb8u4 [1,267 kB]
Get:15 http://deb.debian.org/debian/ jessie/main libgomp1 amd64 4.9.2-10 [37.8 kB]
Get:16 http://deb.debian.org/debian/ jessie/main libitm1 amd64 4.9.2-10 [29.2 kB]
Get:17 http://deb.debian.org/debian/ jessie/main liblsan0 amd64 4.9.2-10 [92.8 kB]
Get:18 http://deb.debian.org/debian/ jessie/main libmpfr4 amd64 3.1.2-2 [527 kB]
Get:19 http://deb.debian.org/debian/ jessie/main libquadmath0 amd64 4.9.2-10 [129 kB]
Get:20 http://deb.debian.org/debian/ jessie/main libtsan0 amd64 4.9.2-10 [212 kB]
Get:21 http://security.debian.org/ jessie/updates/main git amd64 1:2.1.4-2.1+deb8u4 [3,693 kB]
Get:22 http://deb.debian.org/debian/ jessie/main libubsan0 amd64 4.9.2-10 [82.4 kB]
Get:23 http://deb.debian.org/debian/ jessie/main libmpc3 amd64 1.0.2-1 [39.3 kB]
Get:24 http://deb.debian.org/debian/ jessie/main patch amd64 2.7.5-1 [109 kB]
Get:25 http://deb.debian.org/debian/ jessie/main xz-utils amd64 5.1.1alpha+20120614-2+b3 [221 kB]
Get:26 http://deb.debian.org/debian/ jessie/main binutils amd64 2.25-5+deb8u1 [3,496 kB]
Get:27 http://deb.debian.org/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u10 [238 kB]
Get:28 http://deb.debian.org/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u10 [2,003 kB]
Get:29 http://deb.debian.org/debian/ jessie/main cpp-4.9 amd64 4.9.2-10 [5,169 kB]
Get:30 http://deb.debian.org/debian/ jessie/main cpp amd64 4:4.9.2-2 [17.3 kB]
Get:31 http://deb.debian.org/debian/ jessie/main libgcc-4.9-dev amd64 4.9.2-10 [2,066 kB]
Get:32 http://deb.debian.org/debian/ jessie/main gcc-4.9 amd64 4.9.2-10 [5,352 kB]
Get:33 http://deb.debian.org/debian/ jessie/main gcc amd64 4:4.9.2-2 [5,136 B]
Get:34 http://deb.debian.org/debian/ jessie/main libstdc++-4.9-dev amd64 4.9.2-10 [1,121 kB]
Get:35 http://deb.debian.org/debian/ jessie/main g++-4.9 amd64 4.9.2-10 [21.4 MB]
Get:36 http://security.debian.org/ jessie/updates/main git-core all 1:2.1.4-2.1+deb8u4 [1,498 B]
Get:37 http://deb.debian.org/debian/ jessie/main g++ amd64 4:4.9.2-2 [1,530 B]
Get:38 http://deb.debian.org/debian/ jessie/main make amd64 4.0-8.1 [349 kB]
Get:39 http://deb.debian.org/debian/ jessie/main libtimedate-perl all 2.3000-2 [42.2 kB]
Get:40 http://deb.debian.org/debian/ jessie/main libdpkg-perl all 1.17.27 [1,075 kB]
Get:41 http://deb.debian.org/debian/ jessie/main dpkg-dev all 1.17.27 [1,548 kB]
Get:42 http://deb.debian.org/debian/ jessie/main build-essential amd64 11.7 [7,114 B]
Get:43 http://deb.debian.org/debian/ jessie/main ca-certificates all 20141019+deb8u3 [207 kB]
Get:44 http://deb.debian.org/debian/ jessie/main curl amd64 7.38.0-4+deb8u5 [200 kB]
Get:45 http://deb.debian.org/debian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 54.4 MB in 11s (4,789 kB/s)
Selecting previously unselected package libidn11:amd64.
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12579 files and directories currently installed.)
Preparing to unpack .../libidn11_1.29-1+deb8u2_amd64.deb ...
Unpacking libidn11:amd64 (1.29-1+deb8u2) ...
Selecting previously unselected package libasan1:amd64.
Preparing to unpack .../libasan1_4.9.2-10_amd64.deb ...
Unpacking libasan1:amd64 (4.9.2-10) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.9.2-10_amd64.deb ...
Unpacking libatomic1:amd64 (4.9.2-10) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_4.9.2-10_amd64.deb ...
Unpacking libcilkrts5:amd64 (4.9.2-10) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-2_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-2) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1+b2_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1+b2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20150115.gita107cef-1+deb8u1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20150115.gita107cef-1+deb8u1) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.4.3-4.1+deb8u1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.4.3-4.1+deb8u1) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../libcurl3_7.38.0-4+deb8u5_amd64.deb ...
Unpacking libcurl3:amd64 (7.38.0-4+deb8u5) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.38.0-4+deb8u5_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.38.0-4+deb8u5) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.9.2-10_amd64.deb ...
Unpacking libgomp1:amd64 (4.9.2-10) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.9.2-10_amd64.deb ...
Unpacking libitm1:amd64 (4.9.2-10) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_4.9.2-10_amd64.deb ...
Unpacking liblsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-2_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-2) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.9.2-10_amd64.deb ...
Unpacking libquadmath0:amd64 (4.9.2-10) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.9.2-10_amd64.deb ...
Unpacking libtsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_4.9.2-10_amd64.deb ...
Unpacking libubsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.2-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.2-1) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.5-1_amd64.deb ...
Unpacking patch (2.7.5-1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2+b3_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2+b3) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.25-5+deb8u1_amd64.deb ...
Unpacking binutils (2.25-5+deb8u1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-18+deb8u10_amd64.deb ...
Unpacking libc-dev-bin (2.19-18+deb8u10) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.16.43-2+deb8u3_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.43-2+deb8u3) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-18+deb8u10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-18+deb8u10) ...
Selecting previously unselected package cpp-4.9.
Preparing to unpack .../cpp-4.9_4.9.2-10_amd64.deb ...
Unpacking cpp-4.9 (4.9.2-10) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.9.2-2_amd64.deb ...
Unpacking cpp (4:4.9.2-2) ...
Selecting previously unselected package libgcc-4.9-dev:amd64.
Preparing to unpack .../libgcc-4.9-dev_4.9.2-10_amd64.deb ...
Unpacking libgcc-4.9-dev:amd64 (4.9.2-10) ...
Selecting previously unselected package gcc-4.9.
Preparing to unpack .../gcc-4.9_4.9.2-10_amd64.deb ...
Unpacking gcc-4.9 (4.9.2-10) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.9.2-2_amd64.deb ...
Unpacking gcc (4:4.9.2-2) ...
Selecting previously unselected package libstdc++-4.9-dev:amd64.
Preparing to unpack .../libstdc++-4.9-dev_4.9.2-10_amd64.deb ...
Unpacking libstdc++-4.9-dev:amd64 (4.9.2-10) ...
Selecting previously unselected package g++-4.9.
Preparing to unpack .../g++-4.9_4.9.2-10_amd64.deb ...
Unpacking g++-4.9 (4.9.2-10) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a4.9.2-2_amd64.deb ...
Unpacking g++ (4:4.9.2-2) ...
Selecting previously unselected package make.
Preparing to unpack .../make_4.0-8.1_amd64.deb ...
Unpacking make (4.0-8.1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.17.27_all.deb ...
Unpacking libdpkg-perl (1.17.27) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.17.27_all.deb ...
Unpacking dpkg-dev (1.17.27) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_11.7_amd64.deb ...
Unpacking build-essential (11.7) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20141019+deb8u3_all.deb ...
Unpacking ca-certificates (20141019+deb8u3) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.38.0-4+deb8u5_amd64.deb ...
Unpacking curl (7.38.0-4+deb8u5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.4-2.1+deb8u4_all.deb ...
Unpacking git-man (1:2.1.4-2.1+deb8u4) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.4-2.1+deb8u4_amd64.deb ...
Unpacking git (1:2.1.4-2.1+deb8u4) ...
Selecting previously unselected package git-core.
Preparing to unpack .../git-core_1%3a2.1.4-2.1+deb8u4_all.deb ...
Unpacking git-core (1:2.1.4-2.1+deb8u4) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../libpq-dev_9.6.5-1.pgdg80+1_amd64.deb ...
Unpacking libpq-dev (9.6.5-1.pgdg80+1) ...
Selecting previously unselected package postgresql-server-dev-9.6.
Preparing to unpack .../postgresql-server-dev-9.6_9.6.5-1.pgdg80+1_amd64.deb ...
Unpacking postgresql-server-dev-9.6 (9.6.5-1.pgdg80+1) ...
Setting up libidn11:amd64 (1.29-1+deb8u2) ...
Setting up libasan1:amd64 (4.9.2-10) ...
Setting up libatomic1:amd64 (4.9.2-10) ...
Setting up libcilkrts5:amd64 (4.9.2-10) ...
Setting up libisl10:amd64 (0.12.2-2) ...
Setting up libcloog-isl4:amd64 (0.18.2-1+b2) ...
Setting up librtmp1:amd64 (2.4+20150115.gita107cef-1+deb8u1) ...
Setting up libssh2-1:amd64 (1.4.3-4.1+deb8u1) ...
Setting up libcurl3:amd64 (7.38.0-4+deb8u5) ...
Setting up libcurl3-gnutls:amd64 (7.38.0-4+deb8u5) ...
Setting up libgomp1:amd64 (4.9.2-10) ...
Setting up libitm1:amd64 (4.9.2-10) ...
Setting up liblsan0:amd64 (4.9.2-10) ...
Setting up libmpfr4:amd64 (3.1.2-2) ...
Setting up libquadmath0:amd64 (4.9.2-10) ...
Setting up libtsan0:amd64 (4.9.2-10) ...
Setting up libubsan0:amd64 (4.9.2-10) ...
Setting up libmpc3:amd64 (1.0.2-1) ...
Setting up patch (2.7.5-1) ...
Setting up xz-utils (5.1.1alpha+20120614-2+b3) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up binutils (2.25-5+deb8u1) ...
Setting up libc-dev-bin (2.19-18+deb8u10) ...
Setting up linux-libc-dev:amd64 (3.16.43-2+deb8u3) ...
Setting up libc6-dev:amd64 (2.19-18+deb8u10) ...
Setting up cpp-4.9 (4.9.2-10) ...
Setting up cpp (4:4.9.2-2) ...
Setting up libgcc-4.9-dev:amd64 (4.9.2-10) ...
Setting up gcc-4.9 (4.9.2-10) ...
Setting up gcc (4:4.9.2-2) ...
Setting up libstdc++-4.9-dev:amd64 (4.9.2-10) ...
Setting up g++-4.9 (4.9.2-10) ...
Setting up g++ (4:4.9.2-2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (4.0-8.1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libdpkg-perl (1.17.27) ...
Setting up dpkg-dev (1.17.27) ...
Setting up build-essential (11.7) ...
Setting up ca-certificates (20141019+deb8u3) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs... 174 added, 0 removed; done.
Setting up curl (7.38.0-4+deb8u5) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.4-2.1+deb8u4) ...
Setting up git (1:2.1.4-2.1+deb8u4) ...
Setting up git-core (1:2.1.4-2.1+deb8u4) ...
Setting up libpq-dev (9.6.5-1.pgdg80+1) ...
Setting up postgresql-server-dev-9.6 (9.6.5-1.pgdg80+1) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Processing triggers for ca-certificates (20141019+deb8u3) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 117 0 117 0 0 103 0 --:--:-- 0:00:01 --:--:-- 103
 9 156k 9 14460 0 0 6744 0 0:00:23 0:00:02 0:00:21 6744 100 156k 100 156k 0 0 62732 0 0:00:02 0:00:02 --:--:-- 352k
v1.5.3.tar.gz: OK
make -f Makefile.v8
make[1]: Entering directory '/tmp/build/plv8-1.5.3'
mkdir -p build
cd build; git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Cloning into 'depot_tools'...
cd build; fetch v8; cd v8; git checkout 4.3.66; gclient sync
Running: gclient root
Running: gclient config --spec 'solutions = [
{
"url": "https://chromium.googlesource.com/v8/v8.git",
"managed": False,
"name": "v8",
"deps_file": "DEPS",
"custom_deps": {},
},
]
'
Running: gclient sync --with_branch_heads
Running: git submodule foreach 'git config -f $toplevel/.git/config submodule.$name.ignore all'
Running: git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'
Running: git config diff.ignoreSubmodules all
Previous HEAD position was 4e5db9a... [heap] Remove marking deque overflow handling
HEAD is now at 89756fb... Version 4.3.66

v8/build/gyp (ERROR)
----------------------------------------
[0:00:00] Started.
[0:00:00]
________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/external/gyp.git /tmp/build/plv8-1.5.3/build/v8/build/_gclient_gyp_AEDxVp' in '/tmp/build/plv8-1.5.3/build'
[0:00:00] Cloning into '/tmp/build/plv8-1.5.3/build/v8/build/_gclient_gyp_AEDxVp'...
[0:00:00] Receiving objects: 0% (1/17946)
[0:00:00] Receiving objects: 10% (1795/17946)
[0:00:01] remote: Total 17946 (delta 12666), reused 17946 (delta 12666)
[0:00:01] Receiving objects: 100% (17946/17946), 3.94 MiB | 7.84 MiB/s
[0:00:01] Resolving deltas: 0% (0/12666)
[0:00:01] Resolving deltas: 11% (1433/12666)
[0:00:02] Resolving deltas: 100% (12666/12666)
[0:00:02] Checking connectivity... done.
[0:00:02] Checked out d174d75bf69c682cb62af9187879e01513b35e52 to a detached HEAD. Before making any commits
in this repo, you should use 'git checkout <branch>' to switch to
an existing branch or use 'git checkout origin -b <branch>' to
create a new branch for your work.
[0:00:02]
----------------------------------------
Traceback (most recent call last):
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient.py", line 2618, in <module>
sys.exit(main(sys.argv[1:]))
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient.py", line 2604, in main
return dispatcher.execute(OptionParser(), argv)
File "/tmp/build/plv8-1.5.3/build/depot_tools/subcommand.py", line 252, in execute
return command(parser, args[1:])
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient.py", line 2359, in CMDsync
ret = client.RunOnDeps('update', args)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient.py", line 1458, in RunOnDeps
work_queue.flush(revision_overrides, command, args, options=self._options)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_utils.py", line 1055, in run
self.item.run(*self.args, **self.kwargs)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient.py", line 891, in run
self.ParseDepsFile()
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient.py", line 690, in ParseDepsFile
gclient_eval.Exec(deps_content, global_scope, local_scope, filepath)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 209, in Exec
_visit_in_module(stmt)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 193, in _visit_in_module
value = _gclient_eval(node.value, global_scope, filename=filename)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 173, in _gclient_eval
return _convert(node_or_string)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 146, in _convert
for k, v in zip(node.keys, node.values))
File "/usr/lib/python2.7/collections.py", line 52, in __init__
self.__update(*args, **kwds)
File "/usr/lib/python2.7/_abcoll.py", line 566, in update
for key, value in other:
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 146, in <genexpr>
for k, v in zip(node.keys, node.values))
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 146, in _convert
for k, v in zip(node.keys, node.values))
File "/usr/lib/python2.7/collections.py", line 52, in __init__
self.__update(*args, **kwds)
File "/usr/lib/python2.7/_abcoll.py", line 566, in update
for key, value in other:
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 146, in <genexpr>
for k, v in zip(node.keys, node.values))
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 165, in _convert
return _convert(node.left) + _convert(node.right)
File "/tmp/build/plv8-1.5.3/build/depot_tools/gclient_eval.py", line 167, in _convert
return _convert(node.left) % _convert(node.right)
TypeError: not all arguments converted during string formatting
make[1]: *** [build/v8-git-mirror-4.3.66] Error 1
Makefile.v8:31: recipe for target 'build/v8-git-mirror-4.3.66' failed
make[1]: Leaving directory '/tmp/build/plv8-1.5.3'
Makefile:145: recipe for target 'static' failed
make: *** [static] Error 2

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