博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
docker 编译 文件 执行 dockerfile 报错 :debconf: delaying package configuration, since apt-utils is not ins
阅读量:2164 次
发布时间:2019-05-01

本文共 39080 字,大约阅读时间需要 130 分钟。

报错 :debconf: delaying package configuration, since apt-utils is not installed

并且在执行记录中显示 :/bin/sh: 1: wget: not found

 

docker 构建镜像文件如下:

随后执行命令:

docker build -t nginx:v3 .
FROM debian:jessieRUN buildDeps='gcc libc6-dev make' \	&& apt-get update \	&& apt-get install -y --no-install-recommends wget ca-certificates  $buildDeps \	&& wget -O redis.tar.gz "http://download.redis.io/releases/redis-3.2.5.tar.gz" \	&& mkdir -p /usr/src/redis \	&& tar -xzf redis.tar.gz -C /usr/src/redis --strip-components=1 \	&& make -C /usr/src/redis \	&& make -C /usr/src/redis install \	&& rm -rf /var/lib/apt/lists/* \	&& rm redis.tar.gz \	&& rm -r /usr/src/redis \	&& apt-get purge -y --auto-remove $buildDeps

在执行命令之后会显示  报错:

有红字部分:

debconf: delaying package configuration, since apt-utils is not installed

 

/bin/sh: 1: wget: not found

 之后添加一部分命令,内容修改如下:(主要变化在第四行)

FROM debian:jessieRUN buildDeps='gcc libc6-dev make' \	&& apt-get update \	&& apt-get install -y --no-install-recommends wget ca-certificates  $buildDeps \	&& wget -O redis.tar.gz "http://download.redis.io/releases/redis-3.2.5.tar.gz" \	&& mkdir -p /usr/src/redis \	&& tar -xzf redis.tar.gz -C /usr/src/redis --strip-components=1 \	&& make -C /usr/src/redis \	&& make -C /usr/src/redis install \	&& rm -rf /var/lib/apt/lists/* \	&& rm redis.tar.gz \	&& rm -r /usr/src/redis \	&& apt-get purge -y --auto-remove $buildDeps

改变执行文件后执行:并报出如下记录:

l3@l1:~/docker/mynginx$ docker build -t nginx:v3 .Sending build context to Docker daemon   2.56kBStep 1/2 : FROM debian:jessie ---> 3aaeab7a4777Step 2/2 : RUN buildDeps='gcc libc6-dev make' 	&& apt-get update 	&& apt-get install -y --no-install-recommends wget ca-certificates  $buildDeps 	&& wget -O redis.tar.gz "http://download.redis.io/releases/redis-3.2.5.tar.gz" && mkdir -p /usr/src/redis 	&& tar -xzf redis.tar.gz -C /usr/src/redis --strip-components=1 	&& make -C /usr/src/redis 	&& make -C /usr/src/redis install 	&& rm -rf /var/lib/apt/lists/* 	&& rm redis.tar.gz 	&& rm -r /usr/src/redis 	&& apt-get purge -y --auto-remove $buildDeps ---> Running in 8c53722203a6Ign http://deb.debian.org jessie InReleaseGet:1 http://security.debian.org jessie/updates InRelease [44.9 kB]Get:2 http://deb.debian.org jessie-updates InRelease [16.3 kB]Get:3 http://security.debian.org jessie/updates/main amd64 Packages [992 kB]Get:4 http://deb.debian.org jessie Release.gpg [1652 B]Get:5 http://deb.debian.org jessie Release [77.3 kB]Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]Fetched 10.2 MB in 8min 40s (19.6 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 gcc-4.9 libasan1 libatomic1 libc-dev-bin libcilkrts5  libcloog-isl4 libgcc-4.9-dev libgomp1 libicu52 libidn11 libisl10 libitm1  liblsan0 libmpc3 libmpfr4 libpsl0 libquadmath0 libssl1.0.0 libtsan0  libubsan0 linux-libc-dev opensslSuggested packages:  binutils-doc cpp-doc gcc-4.9-locales gcc-multilib manpages-dev autoconf  automake libtool flex bison gdb gcc-doc gcc-4.9-multilib gcc-4.9-doc  libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg  liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libquadmath0-dbg  glibc-doc make-docThe following NEW packages will be installed:  binutils ca-certificates cpp cpp-4.9 gcc gcc-4.9 libasan1 libatomic1  libc-dev-bin libc6-dev libcilkrts5 libcloog-isl4 libgcc-4.9-dev libgomp1  libicu52 libidn11 libisl10 libitm1 liblsan0 libmpc3 libmpfr4 libpsl0  libquadmath0 libssl1.0.0 libtsan0 libubsan0 linux-libc-dev make openssl wget0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.Need to get 31.1 MB of archives.After this operation, 125 MB of additional disk space will be used.Get:1 http://security.debian.org/debian-security/ jessie/updates/main libssl1.0.0 amd64 1.0.1t-1+deb8u12 [1049 kB]Get:2 http://deb.debian.org/debian/ jessie/main libisl10 amd64 0.12.2-2 [440 kB]Get:3 http://security.debian.org/debian-security/ jessie/updates/main libidn11 amd64 1.29-1+deb8u3 [137 kB]Get:4 http://security.debian.org/debian-security/ jessie/updates/main libasan1 amd64 4.9.2-10+deb8u2 [195 kB]Get:5 http://security.debian.org/debian-security/ jessie/updates/main libatomic1 amd64 4.9.2-10+deb8u2 [9000 B]Get:6 http://security.debian.org/debian-security/ jessie/updates/main libcilkrts5 amd64 4.9.2-10+deb8u2 [40.1 kB]Get:7 http://security.debian.org/debian-security/ jessie/updates/main libgomp1 amd64 4.9.2-10+deb8u2 [37.8 kB]Get:8 http://security.debian.org/debian-security/ jessie/updates/main libicu52 amd64 52.1-8+deb8u8 [6791 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 libmpfr4 amd64 3.1.2-2 [527 kB]Get:11 http://deb.debian.org/debian/ jessie/main libmpc3 amd64 1.0.2-1 [39.3 kB]Get:12 http://deb.debian.org/debian/ jessie/main libpsl0 amd64 0.5.1-1 [41.6 kB]Get:13 http://deb.debian.org/debian/ jessie/main binutils amd64 2.25-5+deb8u1 [3496 kB]Get:14 http://security.debian.org/debian-security/ jessie/updates/main libitm1 amd64 4.9.2-10+deb8u2 [29.3 kB]Get:15 http://security.debian.org/debian-security/ jessie/updates/main liblsan0 amd64 4.9.2-10+deb8u2 [92.7 kB]Get:16 http://security.debian.org/debian-security/ jessie/updates/main libquadmath0 amd64 4.9.2-10+deb8u2 [129 kB]Get:17 http://security.debian.org/debian-security/ jessie/updates/main libtsan0 amd64 4.9.2-10+deb8u2 [213 kB]Get:18 http://security.debian.org/debian-security/ jessie/updates/main libubsan0 amd64 4.9.2-10+deb8u2 [82.4 kB]Get:19 http://security.debian.org/debian-security/ jessie/updates/main wget amd64 1.16-1+deb8u7 [496 kB]Get:20 http://security.debian.org/debian-security/ jessie/updates/main openssl amd64 1.0.1t-1+deb8u12 [666 kB]Get:21 http://security.debian.org/debian-security/ jessie/updates/main ca-certificates all 20141019+deb8u4 [185 kB]Get:22 http://security.debian.org/debian-security/ jessie/updates/main cpp-4.9 amd64 4.9.2-10+deb8u2 [5169 kB]Get:23 http://security.debian.org/debian-security/ jessie/updates/main libgcc-4.9-dev amd64 4.9.2-10+deb8u2 [2064 kB]Get:24 http://security.debian.org/debian-security/ jessie/updates/main gcc-4.9 amd64 4.9.2-10+deb8u2 [5373 kB]Get:25 http://security.debian.org/debian-security/ jessie/updates/main linux-libc-dev amd64 3.16.84-1 [1165 kB]Get:26 http://deb.debian.org/debian/ jessie/main cpp amd64 4:4.9.2-2 [17.3 kB]Get:27 http://deb.debian.org/debian/ jessie/main gcc amd64 4:4.9.2-2 [5136 B]Get:28 http://deb.debian.org/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u10 [238 kB]Get:29 http://deb.debian.org/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u10 [2003 kB]Get:30 http://deb.debian.org/debian/ jessie/main make amd64 4.0-8.1 [349 kB]debconf: delaying package configuration, since apt-utils is not installedFetched 31.1 MB in 23min 57s (21.7 kB/s)Selecting previously unselected package libssl1.0.0:amd64.(Reading database ... 7621 files and directories currently installed.)Preparing to unpack .../libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb ...Unpacking libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...Selecting previously unselected package libidn11:amd64.Preparing to unpack .../libidn11_1.29-1+deb8u3_amd64.deb ...Unpacking libidn11:amd64 (1.29-1+deb8u3) ...Selecting previously unselected package libasan1:amd64.Preparing to unpack .../libasan1_4.9.2-10+deb8u2_amd64.deb ...Unpacking libasan1:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package libatomic1:amd64.Preparing to unpack .../libatomic1_4.9.2-10+deb8u2_amd64.deb ...Unpacking libatomic1:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package libcilkrts5:amd64.Preparing to unpack .../libcilkrts5_4.9.2-10+deb8u2_amd64.deb ...Unpacking libcilkrts5:amd64 (4.9.2-10+deb8u2) ...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 libgomp1:amd64.Preparing to unpack .../libgomp1_4.9.2-10+deb8u2_amd64.deb ...Unpacking libgomp1:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package libicu52:amd64.Preparing to unpack .../libicu52_52.1-8+deb8u8_amd64.deb ...Unpacking libicu52:amd64 (52.1-8+deb8u8) ...Selecting previously unselected package libitm1:amd64.Preparing to unpack .../libitm1_4.9.2-10+deb8u2_amd64.deb ...Unpacking libitm1:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package liblsan0:amd64.Preparing to unpack .../liblsan0_4.9.2-10+deb8u2_amd64.deb ...Unpacking liblsan0:amd64 (4.9.2-10+deb8u2) ...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+deb8u2_amd64.deb ...Unpacking libquadmath0:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package libtsan0:amd64.Preparing to unpack .../libtsan0_4.9.2-10+deb8u2_amd64.deb ...Unpacking libtsan0:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package libubsan0:amd64.Preparing to unpack .../libubsan0_4.9.2-10+deb8u2_amd64.deb ...Unpacking libubsan0:amd64 (4.9.2-10+deb8u2) ...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 libpsl0:amd64.Preparing to unpack .../libpsl0_0.5.1-1_amd64.deb ...Unpacking libpsl0:amd64 (0.5.1-1) ...Selecting previously unselected package wget.Preparing to unpack .../wget_1.16-1+deb8u7_amd64.deb ...Unpacking wget (1.16-1+deb8u7) ...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 openssl.Preparing to unpack .../openssl_1.0.1t-1+deb8u12_amd64.deb ...Unpacking openssl (1.0.1t-1+deb8u12) ...Selecting previously unselected package ca-certificates.Preparing to unpack .../ca-certificates_20141019+deb8u4_all.deb ...Unpacking ca-certificates (20141019+deb8u4) ...Selecting previously unselected package cpp-4.9.Preparing to unpack .../cpp-4.9_4.9.2-10+deb8u2_amd64.deb ...Unpacking cpp-4.9 (4.9.2-10+deb8u2) ...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+deb8u2_amd64.deb ...Unpacking libgcc-4.9-dev:amd64 (4.9.2-10+deb8u2) ...Selecting previously unselected package gcc-4.9.Preparing to unpack .../gcc-4.9_4.9.2-10+deb8u2_amd64.deb ...Unpacking gcc-4.9 (4.9.2-10+deb8u2) ...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 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.84-1_amd64.deb ...Unpacking linux-libc-dev:amd64 (3.16.84-1) ...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 make.Preparing to unpack .../make_4.0-8.1_amd64.deb ...Unpacking make (4.0-8.1) ...Setting up libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...debconf: unable to initialize frontend: Dialogdebconf: (TERM is not set, so the dialog frontend is not usable.)debconf: falling back to frontend: Readlinedebconf: unable to initialize frontend: Readlinedebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)debconf: falling back to frontend: TeletypeSetting up libidn11:amd64 (1.29-1+deb8u3) ...Setting up libasan1:amd64 (4.9.2-10+deb8u2) ...Setting up libatomic1:amd64 (4.9.2-10+deb8u2) ...Setting up libcilkrts5:amd64 (4.9.2-10+deb8u2) ...Setting up libisl10:amd64 (0.12.2-2) ...Setting up libcloog-isl4:amd64 (0.18.2-1+b2) ...Setting up libgomp1:amd64 (4.9.2-10+deb8u2) ...Setting up libicu52:amd64 (52.1-8+deb8u8) ...Setting up libitm1:amd64 (4.9.2-10+deb8u2) ...Setting up liblsan0:amd64 (4.9.2-10+deb8u2) ...Setting up libmpfr4:amd64 (3.1.2-2) ...Setting up libquadmath0:amd64 (4.9.2-10+deb8u2) ...Setting up libtsan0:amd64 (4.9.2-10+deb8u2) ...Setting up libubsan0:amd64 (4.9.2-10+deb8u2) ...Setting up libmpc3:amd64 (1.0.2-1) ...Setting up libpsl0:amd64 (0.5.1-1) ...Setting up wget (1.16-1+deb8u7) ...Setting up binutils (2.25-5+deb8u1) ...Setting up openssl (1.0.1t-1+deb8u12) ...Setting up ca-certificates (20141019+deb8u4) ...debconf: unable to initialize frontend: Dialogdebconf: (TERM is not set, so the dialog frontend is not usable.)debconf: falling back to frontend: Readlinedebconf: unable to initialize frontend: Readlinedebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)debconf: falling back to frontend: TeletypeUpdating certificates in /etc/ssl/certs... 152 added, 0 removed; done.Setting up cpp-4.9 (4.9.2-10+deb8u2) ...Setting up cpp (4:4.9.2-2) ...Setting up libgcc-4.9-dev:amd64 (4.9.2-10+deb8u2) ...Setting up gcc-4.9 (4.9.2-10+deb8u2) ...Setting up gcc (4:4.9.2-2) ...Setting up libc-dev-bin (2.19-18+deb8u10) ...Setting up linux-libc-dev:amd64 (3.16.84-1) ...Setting up libc6-dev:amd64 (2.19-18+deb8u10) ...Setting up make (4.0-8.1) ...Processing triggers for libc-bin (2.19-18+deb8u10) ...Processing triggers for ca-certificates (20141019+deb8u4) ...Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.Running hooks in /etc/ca-certificates/update.d....done.converted 'http://download.redis.io/releases/redis-3.2.5.tar.gz' (ANSI_X3.4-1968) -> 'http://download.redis.io/releases/redis-3.2.5.tar.gz' (UTF-8)--2021-04-24 13:56:43--  http://download.redis.io/releases/redis-3.2.5.tar.gzResolving download.redis.io (download.redis.io)... 45.60.125.1Connecting to download.redis.io (download.redis.io)|45.60.125.1|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 1544040 (1.5M) [application/octet-stream]Saving to: 'redis.tar.gz'     0K .......... .......... .......... .......... ..........  3%  383K 4s    50K .......... .......... .......... .......... ..........  6%  725K 3s   100K .......... .......... .......... .......... ..........  9% 76.1M 2s   150K .......... .......... .......... .......... .......... 13%  784K 2s   200K .......... .......... .......... .......... .......... 16%  827K 2s   250K .......... .......... .......... .......... .......... 19%  857K 2s   300K .......... .......... .......... .......... .......... 23%  899K 1s   350K .......... .......... .......... .......... .......... 26%  927K 1s   400K .......... .......... .......... .......... .......... 29%  931K 1s   450K .......... .......... .......... .......... .......... 33%  921K 1s   500K .......... .......... .......... .......... .......... 36%  840K 1s   550K .......... .......... .......... .......... .......... 39% 5.49M 1s   600K .......... .......... .......... .......... .......... 43%  394K 1s   650K .......... .......... .......... .......... .......... 46%  253K 1s   700K .......... .......... .......... .......... .......... 49% 63.1M 1s   750K .......... .......... .......... .......... .......... 53% 3.61M 1s   800K .......... .......... .......... .......... .......... 56%  464K 1s   850K .......... .......... .......... .......... .......... 59%  461K 1s   900K .......... .......... .......... .......... .......... 63%  690K 1s   950K .......... .......... .......... .......... .......... 66%  475K 1s  1000K .......... .......... .......... .......... .......... 69%  621K 1s  1050K .......... .......... .......... .......... .......... 72%  424K 1s  1100K .......... .......... .......... .......... .......... 76%  305K 1s  1150K .......... .......... .......... .......... .......... 79%  454K 0s  1200K .......... .......... .......... .......... .......... 82%  494K 0s  1250K .......... .......... .......... .......... .......... 86%  484K 0s  1300K .......... .......... .......... .......... .......... 89%  591K 0s  1350K .......... .......... .......... .......... .......... 92%  258K 0s  1400K .......... .......... .......... .......... .......... 96%  382K 0s  1450K .......... .......... .......... .......... .......... 99%  271K 0s  1500K .......                                               100% 1.96K=6.7s2021-04-24 13:56:52 (226 KB/s) - 'redis.tar.gz' saved [1544040/1544040]make: Entering directory '/usr/src/redis'cd src && make allmake[1]: Entering directory '/usr/src/redis/src'rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html(cd ../deps && make distclean)make[2]: Entering directory '/usr/src/redis/deps'(cd hiredis && make clean) > /dev/null || true(cd linenoise && make clean) > /dev/null || true(cd lua && make clean) > /dev/null || true(cd geohash-int && make clean) > /dev/null || true(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true(rm -f .make-*)make[2]: Leaving directory '/usr/src/redis/deps'(rm -f .make-*)echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settingsecho WARN=-Wall -W >> .make-settingsecho OPT=-O2 >> .make-settingsecho MALLOC=jemalloc >> .make-settingsecho CFLAGS= >> .make-settingsecho LDFLAGS= >> .make-settingsecho REDIS_CFLAGS= >> .make-settingsecho REDIS_LDFLAGS= >> .make-settingsecho PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -O2 -g -ggdb   -I../deps/geohash-int -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settingsecho PREV_FINAL_LDFLAGS=  -g -ggdb -rdynamic >> .make-settings(cd ../deps && make hiredis linenoise lua geohash-int jemalloc)make[2]: Entering directory '/usr/src/redis/deps'(cd hiredis && make clean) > /dev/null || true(cd linenoise && make clean) > /dev/null || true(cd lua && make clean) > /dev/null || true(cd geohash-int && make clean) > /dev/null || true(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true(rm -f .make-*)(echo "" > .make-cflags)(echo "" > .make-ldflags)MAKE hirediscd hiredis && make staticmake[3]: Entering directory '/usr/src/redis/deps/hiredis'cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  net.ccc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  hiredis.ccc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  sds.ccc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb  async.car rcs libhiredis.a net.o hiredis.o sds.o async.omake[3]: Leaving directory '/usr/src/redis/deps/hiredis'MAKE linenoisecd linenoise && makemake[3]: Entering directory '/usr/src/redis/deps/linenoise'cc  -Wall -Os -g  -c linenoise.cmake[3]: Leaving directory '/usr/src/redis/deps/linenoise'MAKE luacd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' " MYLDFLAGS="" AR="ar rcu"make[3]: Entering directory '/usr/src/redis/deps/lua/src'cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lapi.o lapi.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lcode.o lcode.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldebug.o ldebug.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldo.o ldo.cldo.c: In function 'f_parser':ldo.c:496:7: warning: unused variable 'c' [-Wunused-variable]   int c = luaZ_lookahead(p->z);       ^cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldump.o ldump.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lfunc.o lfunc.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lgc.o lgc.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o llex.o llex.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lmem.o lmem.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lobject.o lobject.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lopcodes.o lopcodes.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lparser.o lparser.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lstate.o lstate.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lstring.o lstring.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ltable.o ltable.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ltm.o ltm.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lundump.o lundump.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lvm.o lvm.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lzio.o lzio.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o strbuf.o strbuf.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o fpconv.o fpconv.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lauxlib.o lauxlib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lbaselib.o lbaselib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ldblib.o ldblib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o liolib.o liolib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lmathlib.o lmathlib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o loslib.o loslib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o ltablib.o ltablib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lstrlib.o lstrlib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o loadlib.o loadlib.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o linit.o linit.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_cjson.o lua_cjson.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_struct.o lua_struct.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_cmsgpack.o lua_cmsgpack.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua_bit.o lua_bit.car rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o	# DLL needs all object filesranlib liblua.acc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o lua.o lua.ccc -o lua  lua.o liblua.a -lm liblua.a(loslib.o): In function `os_tmpname':loslib.c:(.text+0x28c): warning: the use of `tmpnam' is dangerous, better use `mkstemp'cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o luac.o luac.ccc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC=''    -c -o print.o print.ccc -o luac  luac.o print.o liblua.a -lm make[3]: Leaving directory '/usr/src/redis/deps/lua/src'MAKE geohash-intcd geohash-int && makemake[3]: Entering directory '/usr/src/redis/deps/geohash-int'cc  -Wall -O2 -g  -c geohash.ccc  -Wall -O2 -g  -c geohash_helper.cmake[3]: Leaving directory '/usr/src/redis/deps/geohash-int'MAKE jemalloccd jemalloc && ./configure --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS=""checking for xsltproc... falsechecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /bin/grepchecking for egrep... /bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking whether byte ordering is bigendian... nochecking size of void *... 8checking size of int... 4checking size of long... 8checking size of intmax_t... 8checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking whether pause instruction is compilable... yeschecking for ar... archecking malloc.h usability... yeschecking malloc.h presence... yeschecking for malloc.h... yeschecking whether malloc_usable_size definition can use const argument... nochecking whether __attribute__ syntax is compilable... yeschecking whether compiler supports -fvisibility=hidden... yeschecking whether compiler supports -Werror... yeschecking whether tls_model attribute is compilable... yeschecking whether compiler supports -Werror... yeschecking whether alloc_size attribute is compilable... yeschecking whether compiler supports -Werror... yeschecking whether format(gnu_printf, ...) attribute is compilable... yeschecking whether compiler supports -Werror... yeschecking whether format(printf, ...) attribute is compilable... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking for ranlib... ranlibchecking for ld... /usr/bin/ldchecking for autoconf... falsechecking for memalign... yeschecking for valloc... yeschecking configured backtracing method... N/Achecking for sbrk... yeschecking whether utrace(2) is compilable... nochecking whether valgrind is compilable... nochecking whether a program using __builtin_ffsl is compilable... yeschecking LG_PAGE... 12checking pthread.h usability... yeschecking pthread.h presence... yeschecking for pthread.h... yeschecking for pthread_create in -lpthread... yeschecking for library containing clock_gettime... none requiredchecking for secure_getenv... yeschecking for issetugid... nochecking for _malloc_thread_cleanup... nochecking for _pthread_mutex_init_calloc_cb... nochecking for TLS... yeschecking whether C11 atomics is compilable... nochecking whether atomic(9) is compilable... nochecking whether Darwin OSAtomic*() is compilable... nochecking whether madvise(2) is compilable... yeschecking whether to force 32-bit __sync_{add,sub}_and_fetch()... nochecking whether to force 64-bit __sync_{add,sub}_and_fetch()... nochecking for __builtin_clz... yeschecking whether Darwin OSSpin*() is compilable... nochecking whether glibc malloc hook is compilable... yeschecking whether glibc memalign hook is compilable... yeschecking whether pthreads adaptive mutexes is compilable... yeschecking for stdbool.h that conforms to C99... yeschecking for _Bool... yesconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating jemalloc.pcconfig.status: creating doc/html.xslconfig.status: creating doc/manpages.xslconfig.status: creating doc/jemalloc.xmlconfig.status: creating include/jemalloc/jemalloc_macros.hconfig.status: creating include/jemalloc/jemalloc_protos.hconfig.status: creating include/jemalloc/jemalloc_typedefs.hconfig.status: creating include/jemalloc/internal/jemalloc_internal.hconfig.status: creating test/test.shconfig.status: creating test/include/test/jemalloc_test.hconfig.status: creating config.stampconfig.status: creating bin/jemalloc-configconfig.status: creating bin/jemalloc.shconfig.status: creating bin/jeprofconfig.status: creating include/jemalloc/jemalloc_defs.hconfig.status: creating include/jemalloc/internal/jemalloc_internal_defs.hconfig.status: creating test/include/test/jemalloc_test_defs.hconfig.status: executing include/jemalloc/internal/private_namespace.h commandsconfig.status: executing include/jemalloc/internal/private_unnamespace.h commandsconfig.status: executing include/jemalloc/internal/public_symbols.txt commandsconfig.status: executing include/jemalloc/internal/public_namespace.h commandsconfig.status: executing include/jemalloc/internal/public_unnamespace.h commandsconfig.status: executing include/jemalloc/internal/size_classes.h commandsconfig.status: executing include/jemalloc/jemalloc_protos_jet.h commandsconfig.status: executing include/jemalloc/jemalloc_rename.h commandsconfig.status: executing include/jemalloc/jemalloc_mangle.h commandsconfig.status: executing include/jemalloc/jemalloc_mangle_jet.h commandsconfig.status: executing include/jemalloc/jemalloc.h commands===============================================================================jemalloc version   : 4.0.3-0-ge9192eacf8935e29fc62fddc2701f7942b1cc02clibrary revision   : 2CONFIG             : --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS=CC                 : gccCFLAGS             : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -fvisibility=hiddenCPPFLAGS           :  -D_GNU_SOURCE -D_REENTRANTLDFLAGS            : EXTRA_LDFLAGS      : LIBS               :  -lpthreadTESTLIBS           : RPATH_EXTRA        : XSLTPROC           : falseXSLROOT            : PREFIX             : /usr/localBINDIR             : /usr/local/binDATADIR            : /usr/local/shareINCLUDEDIR         : /usr/local/includeLIBDIR             : /usr/local/libMANDIR             : /usr/local/share/mansrcroot            : abs_srcroot        : /usr/src/redis/deps/jemalloc/objroot            : abs_objroot        : /usr/src/redis/deps/jemalloc/JEMALLOC_PREFIX    : je_JEMALLOC_PRIVATE_NAMESPACE                   : je_install_suffix     : autogen            : 0cc-silence         : 1debug              : 0code-coverage      : 0stats              : 1prof               : 0prof-libunwind     : 0prof-libgcc        : 0prof-gcc           : 0tcache             : 1fill               : 1utrace             : 0valgrind           : 0xmalloc            : 0munmap             : 0lazy_lock          : 0tls                : 1cache-oblivious    : 1===============================================================================cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.amake[3]: Entering directory '/usr/src/redis/deps/jemalloc'gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.cgcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops  -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.car crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/pages.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.omake[3]: Leaving directory '/usr/src/redis/deps/jemalloc'make[2]: Leaving directory '/usr/src/redis/deps'    CC adlist.o    CC quicklist.o    CC ae.o    CC anet.o    CC dict.o    CC server.o    CC sds.o    CC zmalloc.o    CC lzf_c.o    CC lzf_d.o    CC pqsort.o    CC zipmap.o    CC sha1.o    CC ziplist.o    CC release.o    CC networking.o    CC util.o    CC object.o    CC db.o    CC replication.o    CC rdb.o    CC t_string.o    CC t_list.o    CC t_set.o    CC t_zset.o    CC t_hash.o    CC config.o    CC aof.o    CC pubsub.o    CC multi.o    CC debug.o    CC sort.o    CC intset.o    CC syncio.o    CC cluster.o    CC crc16.o    CC endianconv.o    CC slowlog.o    CC scripting.o    CC bio.o    CC rio.o    CC rand.o    CC memtest.o    CC crc64.o    CC bitops.o    CC sentinel.o    CC notify.o    CC setproctitle.o    CC blocked.o    CC hyperloglog.o    CC latency.o    CC sparkline.o    CC redis-check-rdb.o    CC geo.o    LINK redis-server    INSTALL redis-sentinel    CC redis-cli.o    LINK redis-cli    CC redis-benchmark.o    LINK redis-benchmark    INSTALL redis-check-rdb    CC redis-check-aof.o    LINK redis-check-aofHint: It's a good idea to run 'make test' ;)make[1]: Leaving directory '/usr/src/redis/src'make: Leaving directory '/usr/src/redis'make: Entering directory '/usr/src/redis'cd src && make installmake[1]: Entering directory '/usr/src/redis/src'Hint: It's a good idea to run 'make test' ;)    INSTALL install    INSTALL install    INSTALL install    INSTALL install    INSTALL installmake[1]: Leaving directory '/usr/src/redis/src'make: Leaving directory '/usr/src/redis'Reading package lists...Building dependency tree...Reading state information...The following packages will be REMOVED:  binutils* cpp* cpp-4.9* gcc* gcc-4.9* libasan1* libatomic1* libc-dev-bin*  libc6-dev* libcilkrts5* libcloog-isl4* libgcc-4.9-dev* libgomp1* libisl10*  libitm1* liblsan0* libmpc3* libmpfr4* libquadmath0* libtsan0* libubsan0*  linux-libc-dev* make*0 upgraded, 0 newly installed, 23 to remove and 0 not upgraded.After this operation, 89.1 MB disk space will be freed.(Reading database ... 9850 files and directories currently installed.)Removing gcc (4:4.9.2-2) ...Removing gcc-4.9 (4.9.2-10+deb8u2) ...Removing binutils (2.25-5+deb8u1) ...Purging configuration files for binutils (2.25-5+deb8u1) ...Removing cpp (4:4.9.2-2) ...Removing cpp-4.9 (4.9.2-10+deb8u2) ...Removing libgcc-4.9-dev:amd64 (4.9.2-10+deb8u2) ...Removing libasan1:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libasan1:amd64 (4.9.2-10+deb8u2) ...Removing libatomic1:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libatomic1:amd64 (4.9.2-10+deb8u2) ...Removing libc6-dev:amd64 (2.19-18+deb8u10) ...Removing libc-dev-bin (2.19-18+deb8u10) ...Removing libcilkrts5:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libcilkrts5:amd64 (4.9.2-10+deb8u2) ...Removing libcloog-isl4:amd64 (0.18.2-1+b2) ...Purging configuration files for libcloog-isl4:amd64 (0.18.2-1+b2) ...Removing libgomp1:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libgomp1:amd64 (4.9.2-10+deb8u2) ...Removing libisl10:amd64 (0.12.2-2) ...Purging configuration files for libisl10:amd64 (0.12.2-2) ...Removing libitm1:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libitm1:amd64 (4.9.2-10+deb8u2) ...Removing liblsan0:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for liblsan0:amd64 (4.9.2-10+deb8u2) ...Removing libmpc3:amd64 (1.0.2-1) ...Purging configuration files for libmpc3:amd64 (1.0.2-1) ...Removing libmpfr4:amd64 (3.1.2-2) ...Purging configuration files for libmpfr4:amd64 (3.1.2-2) ...Removing libquadmath0:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libquadmath0:amd64 (4.9.2-10+deb8u2) ...Removing libtsan0:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libtsan0:amd64 (4.9.2-10+deb8u2) ...Removing libubsan0:amd64 (4.9.2-10+deb8u2) ...Purging configuration files for libubsan0:amd64 (4.9.2-10+deb8u2) ...Removing linux-libc-dev:amd64 (3.16.84-1) ...Removing make (4.0-8.1) ...Processing triggers for libc-bin (2.19-18+deb8u10) ...Removing intermediate container 8c53722203a6 ---> 44e0d8aa6fcbSuccessfully built 44e0d8aa6fcbSuccessfully tagged nginx:v3l3@l1:~/docker/mynginx$

可以看到最后显示“successfully”,多么的激动。

转载地址:http://qzczb.baihongyu.com/

你可能感兴趣的文章
【English】【托业】【四六级】写译高频词汇
查看>>
【托业】【新东方全真模拟】01~02-----P5~6
查看>>
【托业】【新东方全真模拟】03~04-----P5~6
查看>>
【托业】【新东方托业全真模拟】TEST05~06-----P5~6
查看>>
【托业】【新东方托业全真模拟】TEST09~10-----P5~6
查看>>
【托业】【新东方托业全真模拟】TEST07~08-----P5~6
查看>>
solver及其配置
查看>>
JAVA多线程之volatile 与 synchronized 的比较
查看>>
Java集合框架知识梳理
查看>>
笔试题(一)—— java基础
查看>>
Redis学习笔记(三)—— 使用redis客户端连接windows和linux下的redis并解决无法连接redis的问题
查看>>
Intellij IDEA使用(一)—— 安装Intellij IDEA(ideaIU-2017.2.3)并完成Intellij IDEA的简单配置
查看>>
Intellij IDEA使用(二)—— 在Intellij IDEA中配置JDK(SDK)
查看>>
Intellij IDEA使用(三)——在Intellij IDEA中配置Tomcat服务器
查看>>
Intellij IDEA使用(四)—— 使用Intellij IDEA创建静态的web(HTML)项目
查看>>
Intellij IDEA使用(五)—— Intellij IDEA在使用中的一些其他常用功能或常用配置收集
查看>>
Intellij IDEA使用(六)—— 使用Intellij IDEA创建Java项目并配置jar包
查看>>
Eclipse使用(十)—— 使用Eclipse创建简单的Maven Java项目
查看>>
Eclipse使用(十一)—— 使用Eclipse创建简单的Maven JavaWeb项目
查看>>
Intellij IDEA使用(十三)—— 在Intellij IDEA中配置Maven
查看>>