Skip to content

Instantly share code, notes, and snippets.

@manandearth
Created June 12, 2020 08:06
Show Gist options
  • Save manandearth/7c96a2300f64467e72e9297447376278 to your computer and use it in GitHub Desktop.
Save manandearth/7c96a2300f64467e72e9297447376278 to your computer and use it in GitHub Desktop.
➜ selgros-shop-de git:(develop) ✗ ddev start
Starting selgros-shop-de...
mkcert may not be properly installed, we suggest installing it for trusted https support, `brew install mkcert nss`, `choco install -y mkcert`, etc
. and then `mkcert -install`
Running Command=ip address show dev docker0
Building db
Building web
Service 'web' failed to build: The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
--no-install-suggests php7.3-gd' returned a non-zero code: 100
Failed to start selgros-shop-de: Failed to run docker-compose [-f /home/adam/1x/1x-projects/selgros-shop-de/.ddev/docker-compose.yaml up --build -d
], err='exit status 1', stdout='Step 1/6 : ARG BASE_IMAGE
Step 2/6 : FROM $BASE_IMAGE
---> 8cee191bf6ed
Step 3/6 : ARG username
---> Using cache
---> 0988b82d13b9
Step 4/6 : ARG uid
---> Using cache
---> 7b8ec711d7a4
Step 5/6 : ARG gid
---> Using cache
---> b23624372b22
Step 6/6 : RUN (groupadd --gid $gid "$username" || groupadd "$username" || true) && (useradd -l -m -s "/bin/bash" --gid "$username" --comment '' -
-uid $uid "$username" || useradd -l -m -s "/bin/bash" --gid "$username" --comment '' "$username")
---> Using cache ---> 3011a59eb049
Setting up php7.3-curl (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ... [17/251]
Setting up libkmod2:amd64 (23-2) ...
Setting up php7.3-opcache (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-xml (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-soap (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up libicu65:amd64 (65.1-1+0~20200223.8+debian9~1.gbp519cf3) ...
Setting up php7.3-gd (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
Setting up php7.3-bcmath (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-mysql (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-readline (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-intl (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-zip (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-mbstring (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-json (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-bz2 (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-cli (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-phpdbg (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Replacing config file /etc/php/7.3/phpdbg/php.ini with new version
Setting up php7.3-cgi (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up libapache2-mod-php7.3 (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
apache2_invoke: Enable module php7.3
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
Setting up dmsetup (2:1.02.137-2) ...
Setting up libcryptsetup4:amd64 (2:1.7.3-4) ...
Setting up systemd (232-25+deb9u12) ...
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
Initializing machine ID from random generator.
Adding group `systemd-journal' (GID 100) ...
Done.
Setting up php7.3-fpm (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Installing new version of config file /etc/init.d/php7.3-fpm ...
Configuration file '/etc/php/7.3/fpm/pool.d/www.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** www.conf (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package php7.3-fpm (--configure):
end of file on stdin at conffile prompt
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for systemd (232-25+deb9u12) ...
Errors were encountered while processing:
php7.3-fpm
E: Sub-process /usr/bin/dpkg returned an error code (1)
', stderr='Building db
Building web
Service 'web' failed to build: The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
--no-install-suggests php7.3-gd' returned a non-zero code: 100'
Successfully built 3011a59eb049
Successfully tagged drud/ddev-dbserver:v1.11.0-10.2-built
Step 1/7 : ARG BASE_IMAGE
Step 2/7 : FROM $BASE_IMAGE
---> b8e18695926f
Step 3/7 : ARG username
---> Using cache
---> d5a3e66743c7
Step 4/7 : ARG uid
---> Using cache
---> 159461edd036
Step 5/7 : ARG gid
---> Using cache
---> 092b7b3b64be [185/251]
Step 6/7 : RUN (groupadd --gid $gid "$username" || groupadd "$username" || true) && (useradd -l -m -s "/bin/bash" --gid "$username" --comment '' -
-uid $uid "$username" || useradd -l -m -s "/bin/bash" --gid "$username" --comment '' "$username")
---> Using cache
---> 175419ccd9ed
Step 7/7 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests php7.3-gd
---> Running in c1fda37c2832
Get:1 http://security.debian.org stretch/updates InRelease [94.3 kB]
Ign:2 http://httpredir.debian.org/debian stretch InRelease
Get:3 http://nginx.org/packages/debian stretch InRelease [2863 B]
Get:4 http://httpredir.debian.org/debian stretch Release [118 kB]
Get:5 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:6 https://deb.nodesource.com/node_8.x stretch InRelease [4620 B]
Get:7 https://packages.sury.org/php stretch InRelease [6760 B]
Get:8 http://security.debian.org stretch/updates/main amd64 Packages [670 kB]
Get:9 http://nginx.org/packages/debian stretch/nginx amd64 Packages [23.0 kB]
Get:10 https://packages.sury.org/php stretch/main amd64 Packages [136 kB]
Get:11 https://deb.nodesource.com/node_8.x stretch/main Sources [762 B]
Get:12 http://httpredir.debian.org/debian stretch Release.gpg [2410 B]
Get:13 http://httpredir.debian.org/debian stretch/main amd64 Packages [9476 kB]
Ign:5 https://dl.yarnpkg.com/debian stable InRelease
Get:14 https://deb.nodesource.com/node_8.x stretch/main amd64 Packages [1007 B]
Get:15 https://dl.yarnpkg.com/debian stable/main all Packages [10.0 kB]
Get:16 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.0 kB]
Get:17 http://packages.blackfire.io/debian any InRelease [23.2 kB]
Get:18 http://packages.blackfire.io/debian any/main amd64 Packages [1106 B]
Fetched 10.6 MB in 25s (422 kB/s)
Reading package lists...
W: GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yar
n@dan.cx>
W: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
dmsetup libapache2-mod-php7.3 libcryptsetup4 libdevmapper1.02.1 libicu65
libip4tc0 libkmod2 libseccomp2 libsystemd0 php7.3-bcmath php7.3-bz2
php7.3-cgi php7.3-cli php7.3-common php7.3-curl php7.3-fpm php7.3-intl
php7.3-json php7.3-mbstring php7.3-mysql php7.3-opcache php7.3-pgsql
php7.3-phpdbg php7.3-readline php7.3-soap php7.3-sqlite3 php7.3-xml
php7.3-xmlrpc php7.3-zip systemd
Suggested packages:
php-pear systemd-ui systemd-container policykit-1 [143/251]
Recommended packages:
libpam-systemd dbus
The following NEW packages will be installed:
dmsetup libcryptsetup4 libdevmapper1.02.1 libicu65 libip4tc0 libkmod2
libseccomp2 systemd
The following packages will be upgraded:
libapache2-mod-php7.3 libsystemd0 php7.3-bcmath php7.3-bz2 php7.3-cgi
php7.3-cli php7.3-common php7.3-curl php7.3-fpm php7.3-gd php7.3-intl
php7.3-json php7.3-mbstring php7.3-mysql php7.3-opcache php7.3-pgsql
php7.3-phpdbg php7.3-readline php7.3-soap php7.3-sqlite3 php7.3-xml
php7.3-xmlrpc php7.3-zip
23 upgraded, 8 newly installed, 0 to remove and 173 not upgraded.
Need to get 20.5 MB of archives.
After this operation, 44.3 MB of additional disk space will be used.
Get:1 http://httpredir.debian.org/debian stretch/main amd64 libsystemd0 amd64 232-25+deb9u12 [282 kB]
Get:2 https://packages.sury.org/php stretch/main amd64 php7.3-zip amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [20.2 kB]
Get:3 http://httpredir.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB]
Get:4 http://httpredir.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB]
Get:5 https://packages.sury.org/php stretch/main amd64 libicu65 amd64 65.1-1+0~20200223.8+debian9~1.gbp519cf3 [8462 kB]
Get:6 http://httpredir.debian.org/debian stretch/main amd64 libcryptsetup4 amd64 2:1.7.3-4 [109 kB]
Get:7 http://httpredir.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB]
Get:8 http://httpredir.debian.org/debian stretch/main amd64 libkmod2 amd64 23-2 [48.1 kB]
Get:9 http://httpredir.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB]
Get:10 http://httpredir.debian.org/debian stretch/main amd64 systemd amd64 232-25+deb9u12 [2469 kB]
Get:11 https://packages.sury.org/php stretch/main amd64 php7.3-intl amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [122 kB]
Get:12 https://packages.sury.org/php stretch/main amd64 php7.3-json amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [18.1 kB]
Get:13 https://packages.sury.org/php stretch/main amd64 php7.3-opcache amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [178 kB]
Get:14 https://packages.sury.org/php stretch/main amd64 php7.3-fpm amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [1387 kB]
Get:15 https://packages.sury.org/php stretch/main amd64 php7.3-readline amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [11.8 kB]
Get:16 https://packages.sury.org/php stretch/main amd64 php7.3-mysql amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [116 kB]
Get:17 https://packages.sury.org/php stretch/main amd64 php7.3-bcmath amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [14.7 kB]
Get:18 https://packages.sury.org/php stretch/main amd64 php7.3-gd amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [26.5 kB]
Get:19 https://packages.sury.org/php stretch/main amd64 php7.3-soap amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [110 kB]
Get:20 https://packages.sury.org/php stretch/main amd64 php7.3-xml amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [103 kB]
Get:21 https://packages.sury.org/php stretch/main amd64 php7.3-curl amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [29.0 kB]
Get:22 https://packages.sury.org/php stretch/main amd64 php7.3-cgi amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [1335 kB]
Get:23 https://packages.sury.org/php stretch/main amd64 php7.3-pgsql amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [54.7 kB]
Get:24 https://packages.sury.org/php stretch/main amd64 php7.3-sqlite3 amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [24.3 kB]
Get:25 https://packages.sury.org/php stretch/main amd64 php7.3-xmlrpc amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [12.2 kB]
Get:26 https://packages.sury.org/php stretch/main amd64 php7.3-bz2 amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [9800 B]
Get:27 https://packages.sury.org/php stretch/main amd64 php7.3-phpdbg amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [1416 kB]
Get:28 https://packages.sury.org/php stretch/main amd64 php7.3-mbstring amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [518 kB] [101/251]
Get:29 https://packages.sury.org/php stretch/main amd64 php7.3-cli amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [1375 kB]
Get:30 https://packages.sury.org/php stretch/main amd64 libapache2-mod-php7.3 amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [1319 kB]
Get:31 https://packages.sury.org/php stretch/main amd64 php7.3-common amd64 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f [568 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 20.5 MB in 58s (351 kB/s)
(Reading database ... 30319 files and directories currently installed.)
Preparing to unpack .../libsystemd0_232-25+deb9u12_amd64.deb ...
Unpacking libsystemd0:amd64 (232-25+deb9u12) over (232-25+deb9u11) ...
Setting up libsystemd0:amd64 (232-25+deb9u12) ...
Selecting previously unselected package dmsetup.
(Reading database ... 30319 files and directories currently installed.)
Preparing to unpack .../00-dmsetup_2%3a1.02.137-2_amd64.deb ...
Unpacking dmsetup (2:1.02.137-2) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ...
Selecting previously unselected package libcryptsetup4:amd64.
Preparing to unpack .../02-libcryptsetup4_2%3a1.7.3-4_amd64.deb ...
Unpacking libcryptsetup4:amd64 (2:1.7.3-4) ...
Selecting previously unselected package libip4tc0:amd64.
Preparing to unpack .../03-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ...
Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../04-libkmod2_23-2_amd64.deb ...
Unpacking libkmod2:amd64 (23-2) ...
Selecting previously unselected package libseccomp2:amd64.
Preparing to unpack .../05-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ...
Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../06-systemd_232-25+deb9u12_amd64.deb ...
Unpacking systemd (232-25+deb9u12) ...
Preparing to unpack .../07-php7.3-zip_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-zip (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Selecting previously unselected package libicu65:amd64.
Preparing to unpack .../08-libicu65_65.1-1+0~20200223.8+debian9~1.gbp519cf3_amd64.deb ...
Unpacking libicu65:amd64 (65.1-1+0~20200223.8+debian9~1.gbp519cf3) ...
Preparing to unpack .../09-php7.3-intl_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-intl (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../10-php7.3-json_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-json (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../11-php7.3-opcache_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-opcache (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ... [59/251]
Preparing to unpack .../12-php7.3-fpm_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-fpm (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../13-php7.3-readline_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-readline (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../14-php7.3-mysql_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-mysql (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../15-php7.3-bcmath_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-bcmath (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../16-php7.3-gd_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-gd (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../17-php7.3-soap_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-soap (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../18-php7.3-xml_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-xml (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../19-php7.3-curl_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-curl (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../20-php7.3-cgi_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-cgi (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../21-php7.3-pgsql_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-pgsql (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../22-php7.3-sqlite3_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-sqlite3 (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../23-php7.3-xmlrpc_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-xmlrpc (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../24-php7.3-bz2_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-bz2 (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../25-php7.3-phpdbg_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-phpdbg (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../26-php7.3-mbstring_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-mbstring (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../27-php7.3-cli_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-cli (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../28-libapache2-mod-php7.3_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking libapache2-mod-php7.3 (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Preparing to unpack .../29-php7.3-common_7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f_amd64.deb ...
Unpacking php7.3-common (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) over (7.3.9-1+0~20190902.44+debian9~1.gbpf8534c) ...
Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ...
Setting up php7.3-common (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-xmlrpc (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-sqlite3 (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Setting up php7.3-pgsql (7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment