Last active
May 21, 2016 18:20
-
-
Save dato/bfcca673e5171b8df2bf0f9735884a74 to your computer and use it in GitHub Desktop.
alpine caching in vagga (with Ubuntu)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ls -A | |
vagga.yaml | |
% cat vagga.yaml | |
containers: | |
test: | |
setup: | |
- !Depends rebuild.txt | |
- !Ubuntu trusty | |
- !Install [gcc] | |
commands: | |
gcc: !Command | |
container: test | |
run: "gcc --version" | |
% echo 1 >rebuild.txt | |
% vagga gcc | |
(1/1) Installing alpine-keys (1.1-r0) | |
OK: 0 MiB in 1 packages | |
fetch http://dl-8.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz | |
(1/8) Installing musl (1.1.12-r5) | |
(2/8) Installing zlib (1.2.8-r2) | |
(3/8) Installing libcrypto1.0 (1.0.2h-r0) | |
(4/8) Installing libssl1.0 (1.0.2h-r0) | |
(5/8) Installing openssl (1.0.2h-r0) | |
(6/8) Installing busybox (1.24.1-r7) | |
Executing busybox-1.24.1-r7.post-install | |
(7/8) Installing ca-certificates (20160104-r2) | |
(8/8) Installing wget (1.17.1-r0) | |
Executing busybox-1.24.1-r7.trigger | |
Executing ca-certificates-20160104-r2.trigger | |
OK: 6 MiB in 9 packages | |
ERROR: could not open HSTS store. HSTS will be disabled. | |
--2016-05-21 18:06:31-- https://partner-images.canonical.com/core/trusty/current/ubuntu-trusty-core-cloudimg-amd64-root.tar.gz | |
Resolving partner-images.canonical.com... 91.189.88.147 | |
Connecting to partner-images.canonical.com|91.189.88.147|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 65793405 (63M) [application/x-gzip] | |
Saving to: '/vagga/cache/downloads/48dc2c0b-ubuntu-trusty-core-cloudimg-amd64-root.tar.gz.part' | |
/vagga/cache/downloads/48dc2c0b-ubuntu-tru 100%[=====================================================================================>] 62.75M 803KB/s in 76s | |
2016-05-21 18:07:48 (847 KB/s) - '/vagga/cache/downloads/48dc2c0b-ubuntu-trusty-core-cloudimg-amd64-root.tar.gz.part' saved [65793405/65793405] | |
Generating locales... | |
en_US.UTF-8... done | |
Generation complete. | |
Ign http://archive.ubuntu.com trusty InRelease | |
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] | |
Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] | |
Hit http://archive.ubuntu.com trusty Release.gpg | |
Get:3 http://archive.ubuntu.com trusty-updates/main Sources [275 kB] | |
Get:4 http://archive.ubuntu.com trusty-updates/restricted Sources [5,352 B] | |
Get:5 http://archive.ubuntu.com trusty-updates/main amd64 Packages [768 kB] | |
Get:6 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB] | |
Get:7 http://archive.ubuntu.com trusty-updates/main Translation-en [384 kB] | |
Get:8 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B] | |
Get:9 http://archive.ubuntu.com trusty-security/main Sources [116 kB] | |
Get:10 http://archive.ubuntu.com trusty-security/restricted Sources [4,035 B] | |
Get:11 http://archive.ubuntu.com trusty-security/main amd64 Packages [480 kB] | |
Get:12 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [13.0 kB] | |
Get:13 http://archive.ubuntu.com trusty-security/main Translation-en [264 kB] | |
Get:14 http://archive.ubuntu.com trusty-security/restricted Translation-en [3,206 B] | |
Hit http://archive.ubuntu.com trusty Release | |
Get:15 http://archive.ubuntu.com trusty/main Sources [1,064 kB] | |
Get:16 http://archive.ubuntu.com trusty/restricted Sources [5,433 B] | |
Hit http://archive.ubuntu.com trusty/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty/main Translation-en | |
Hit http://archive.ubuntu.com trusty/restricted Translation-en | |
Ign http://archive.ubuntu.com trusty/main Translation-en_US | |
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US | |
Fetched 3,534 kB in 22s (159 kB/s) | |
Reading package lists... Done | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
binutils cpp cpp-4.8 gcc-4.8 libasan0 libatomic1 libcloog-isl4 | |
libgcc-4.8-dev libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 | |
libquadmath0 libtsan0 | |
Suggested packages: | |
binutils-doc cpp-doc gcc-4.8-locales gcc-multilib make manpages-dev autoconf | |
automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib gcc-4.8-doc | |
libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg | |
libtsan0-dbg libquadmath0-dbg | |
Recommended packages: | |
libc6-dev libc-dev | |
The following NEW packages will be installed: | |
binutils cpp cpp-4.8 gcc gcc-4.8 libasan0 libatomic1 libcloog-isl4 | |
libgcc-4.8-dev libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 | |
libquadmath0 libtsan0 | |
Suggested packages: | |
binutils-doc cpp-doc gcc-4.8-locales gcc-multilib make manpages-dev autoconf | |
automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib gcc-4.8-doc | |
libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg | |
libtsan0-dbg libquadmath0-dbg | |
Recommended packages: | |
libc6-dev libc-dev | |
The following NEW packages will be installed: | |
binutils cpp cpp-4.8 gcc gcc-4.8 libasan0 libatomic1 libcloog-isl4 | |
libgcc-4.8-dev libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 | |
libquadmath0 libtsan0 | |
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 14.7 MB of archives. | |
After this operation, 52.0 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.3 [63.1 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.3 [8,636 B] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.3 [23.1 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.3 [28.5 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.3 [126 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.3 [94.9 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] | |
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.1 [2,081 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [4,595 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] | |
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.3 [1,688 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [5,047 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] | |
Fetched 14.7 MB in 39s (377 kB/s) | |
Selecting previously unselected package libasan0:amd64. | |
(Reading database ... 11558 files and directories currently installed.) | |
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libatomic1:amd64. | |
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libgmp10:amd64. | |
Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... | |
Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... | |
Selecting previously unselected package libisl10:amd64. | |
Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... | |
Unpacking libisl10:amd64 (0.12.2-1) ... | |
Selecting previously unselected package libcloog-isl4:amd64. | |
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... | |
Unpacking libcloog-isl4:amd64 (0.18.2-1) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libmpfr4:amd64. | |
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... | |
Unpacking libmpfr4:amd64 (3.1.2-1) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libmpc3:amd64. | |
Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... | |
Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... | |
Selecting previously unselected package binutils. | |
Preparing to unpack .../binutils_2.24-5ubuntu14.1_amd64.deb ... | |
Unpacking binutils (2.24-5ubuntu14.1) ... | |
Selecting previously unselected package cpp-4.8. | |
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package cpp. | |
Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking cpp (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package libgcc-4.8-dev:amd64. | |
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package gcc-4.8. | |
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... | |
Setting up libisl10:amd64 (0.12.2-1) ... | |
Setting up libcloog-isl4:amd64 (0.18.2-1) ... | |
Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libmpfr4:amd64 (3.1.2-1) ... | |
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... | |
Setting up binutils (2.24-5ubuntu14.1) ... | |
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up cpp (4:4.8.2-1ubuntu6) ... | |
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up gcc (4:4.8.2-1ubuntu6) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.7) ... | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
WARN:vagga::builder::commands::ubuntu: To make future builds faster you should set a preferred ubuntu mirror. | |
Add the following to your ~/.vagga.yaml: | |
ubuntu-mirror: http://CC.archive.ubuntu.com/ubuntu | |
Where CC is a two-letter country code where you currently are. | |
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% echo 2 >rebuild.txt | |
% vagga gcc | |
(1/1) Installing alpine-keys (1.1-r0) | |
OK: 0 MiB in 1 packages | |
fetch http://repos.lax-noc.com/alpine/v3.3/main/x86_64/APKINDEX.tar.gz | |
(1/8) Installing musl (1.1.12-r5) | |
(2/8) Installing zlib (1.2.8-r2) | |
(3/8) Installing libcrypto1.0 (1.0.2h-r0) | |
(4/8) Installing libssl1.0 (1.0.2h-r0) | |
(5/8) Installing openssl (1.0.2h-r0) | |
(6/8) Installing busybox (1.24.1-r7) | |
Executing busybox-1.24.1-r7.post-install | |
(7/8) Installing ca-certificates (20160104-r2) | |
(8/8) Installing wget (1.17.1-r0) | |
Executing busybox-1.24.1-r7.trigger | |
Executing ca-certificates-20160104-r2.trigger | |
OK: 6 MiB in 9 packages | |
Generating locales... | |
en_US.UTF-8... done | |
Generation complete. | |
Ign http://archive.ubuntu.com trusty InRelease | |
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] | |
Hit http://archive.ubuntu.com trusty-security InRelease | |
Hit http://archive.ubuntu.com trusty Release.gpg | |
Get:2 http://archive.ubuntu.com trusty-updates/main Sources [275 kB] | |
Get:3 http://archive.ubuntu.com trusty-updates/restricted Sources [5,352 B] | |
Get:4 http://archive.ubuntu.com trusty-updates/main amd64 Packages [768 kB] | |
Get:5 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB] | |
Hit http://archive.ubuntu.com trusty-updates/main Translation-en | |
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en | |
Hit http://archive.ubuntu.com trusty-security/main Sources | |
Hit http://archive.ubuntu.com trusty-security/restricted Sources | |
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/main Translation-en | |
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en | |
Hit http://archive.ubuntu.com trusty Release | |
Hit http://archive.ubuntu.com trusty/main Sources | |
Hit http://archive.ubuntu.com trusty/restricted Sources | |
Hit http://archive.ubuntu.com trusty/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty/main Translation-en | |
Hit http://archive.ubuntu.com trusty/restricted Translation-en | |
Ign http://archive.ubuntu.com trusty/main Translation-en_US | |
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US | |
Fetched 1,130 kB in 14s (76.8 kB/s) | |
Reading package lists... Done | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
binutils cpp cpp-4.8 gcc-4.8 libasan0 libatomic1 libcloog-isl4 | |
libgcc-4.8-dev libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 | |
libquadmath0 libtsan0 | |
Suggested packages: | |
binutils-doc cpp-doc gcc-4.8-locales gcc-multilib make manpages-dev autoconf | |
automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib gcc-4.8-doc | |
libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg | |
libtsan0-dbg libquadmath0-dbg | |
Recommended packages: | |
libc6-dev libc-dev | |
The following NEW packages will be installed: | |
binutils cpp cpp-4.8 gcc gcc-4.8 libasan0 libatomic1 libcloog-isl4 | |
libgcc-4.8-dev libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 | |
libquadmath0 libtsan0 | |
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 0 B/14.7 MB of archives. | |
After this operation, 52.0 MB of additional disk space will be used. | |
Selecting previously unselected package libasan0:amd64. | |
(Reading database ... 11558 files and directories currently installed.) | |
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libatomic1:amd64. | |
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libgmp10:amd64. | |
Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... | |
Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... | |
Selecting previously unselected package libisl10:amd64. | |
Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... | |
Unpacking libisl10:amd64 (0.12.2-1) ... | |
Selecting previously unselected package libcloog-isl4:amd64. | |
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... | |
Unpacking libcloog-isl4:amd64 (0.18.2-1) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libmpfr4:amd64. | |
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... | |
Unpacking libmpfr4:amd64 (3.1.2-1) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libmpc3:amd64. | |
Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... | |
Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... | |
Selecting previously unselected package binutils. | |
Preparing to unpack .../binutils_2.24-5ubuntu14.1_amd64.deb ... | |
Unpacking binutils (2.24-5ubuntu14.1) ... | |
Selecting previously unselected package cpp-4.8. | |
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package cpp. | |
Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking cpp (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package libgcc-4.8-dev:amd64. | |
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package gcc-4.8. | |
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package gcc. | |
Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking gcc (4:4.8.2-1ubuntu6) ... | |
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... | |
Setting up libisl10:amd64 (0.12.2-1) ... | |
Setting up libcloog-isl4:amd64 (0.18.2-1) ... | |
Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libmpfr4:amd64 (3.1.2-1) ... | |
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... | |
Setting up binutils (2.24-5ubuntu14.1) ... | |
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up cpp (4:4.8.2-1ubuntu6) ... | |
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up gcc (4:4.8.2-1ubuntu6) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.7) ... | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
WARN:vagga::builder::commands::ubuntu: To make future builds faster you should set a preferred ubuntu mirror. | |
Add the following to your ~/.vagga.yaml: | |
ubuntu-mirror: http://CC.archive.ubuntu.com/ubuntu | |
Where CC is a two-letter country code where you currently are. | |
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment