Giter Site home page Giter Site logo

Comments (6)

luispabon avatar luispabon commented on July 19, 2024

Full log and dockerfile please

from base-images.

jgsanchezg avatar jgsanchezg commented on July 19, 2024

Docker file:
`FROM phpdockerio/php:8.2-fpm

ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update
&& apt-get -y --no-install-recommends install php8.2-memcached php8.2-mysql php8.2-redis php8.2-bz2 php8.2-gd php8.2-imagick php8.2-imap php8.2-soap php8.2-xdebug php8.2-dev php8.2-intl php-pear make
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

RUN pear config-set php_ini /etc/php/8.2/cli/php.ini
&& pecl install runkit7-4.0.0a6

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

RUN echo "installing WP-CLI"
&& curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
&& chmod +x wp-cli.phar
&& mv wp-cli.phar /usr/local/bin/wp

RUN echo "Fixing permissions"
&& usermod -u 1000 www-data
&& groupmod -g 1000 www-data

WORKDIR "/application"
`

Log:
`Deploying ' Dockerfile: dev/docker/phpdocker/php-fpm/Dockerfile'…

[+] Building 0.0s (0/0) docker:default
[+] Building 3.1s (6/10) docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.30kB 0.0s
=> [internal] load metadata for docker.io/phpdockerio/php:8.2-fpm 0.9s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [1/7] FROM docker.io/phpdockerio/php:8.2-fpm@sha256:c7ca74dd2d452fee590cd57d15901c62bb05058c4d9d5b1b2a785cef043f96f4 0.0s
=> CACHED [2/7] RUN apt-get update && apt-get -y --no-install-recommends install php8.2-memcached php8.2-mysql php8.2-redis php8.2-bz2 php8.2-gd ph 0.0s
=> ERROR [3/7] RUN pear config-set php_ini /etc/php/8.2/cli/php.ini && pecl install runkit7-4.0.0a6 2.0s

[3/7] RUN pear config-set php_ini /etc/php/8.2/cli/php.ini && pecl install runkit7-4.0.0a6:
0.718 config-set succeeded
1.427 WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
1.835 Could not download from "https://pecl.php.net/get/runkit7-4.0.0a6.tgz", cannot download "pecl/runkit7" (Connection to `ssl://pecl.php.net:443' failed: )
1.835 Error: cannot download "pecl/runkit7"
1.835 Download failed
1.836 install failed


Dockerfile:11

11 | >>> RUN pear config-set php_ini /etc/php/8.2/cli/php.ini
12 | >>> && pecl install runkit7-4.0.0a6

ERROR: failed to solve: process "/bin/sh -c pear config-set php_ini /etc/php/8.2/cli/php.ini && pecl install runkit7-4.0.0a6" did not complete successfully: exit code: 1

View build details: docker-desktop://dashboard/build/default/default/9ddwq2tywnzd4wwl64anfj747
`

from base-images.

luispabon avatar luispabon commented on July 19, 2024

Have you tried to do what the error message is suggesting?

1.427 WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update

Also, you don't need to install composer into the image, it already has it.

from base-images.

jgsanchezg avatar jgsanchezg commented on July 19, 2024

I already tried that, but it throws this other error
> [3/6] RUN pear config-set php_ini /etc/php/8.2/cli/php.ini && pecl channel-update pecl.php.net && pecl install runkit7-4.0.0a6: 1.100 config-set succeeded 1.152 Updating channel "pecl.php.net" 1.242 Update of Channel "pecl.php.net" succeeded 1.459 No releases available for package "pecl.php.net/runkit7" 1.459 install failed

Thanks for letting me know about composer by the way.

from base-images.

luispabon avatar luispabon commented on July 19, 2024

I've just run through your dockerfile and it worked fine for me, even without pecl channel update:

~ docker run --rm -it phpdockerio/php:8.2-fpm bash

root@f832849895ea:/workdir# apt update
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu jammy InRelease [23.9 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 Packages [207 kB]                                                    
Get:3 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]             
Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]             
Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1077 kB]          
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1748 kB]
Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2251 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]                 
Get:14 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2032 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2333 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1369 kB]
Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.3 kB]
Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [80.9 kB]
Fetched 31.6 MB in 3s (12.2 MB/s)                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://ppa.launchpad.net/ondrej/php/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
root@f832849895ea:/workdir# apt-get -y --no-install-recommends install php8.2-memcached php8.2-mysql php8.2-redis php8.2-bz2 php8.2-gd php8.2-imagick php8.2-imap php8.2-soap php8.2-xdebug php8.2-dev php8.2-intl php-pear make 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  autoconf automake autotools-dev binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-11 file fontconfig-config fonts-dejavu-core gcc gcc-11 gcc-11-base imagemagick-6-common libabsl20210324 libaom3 libasan6 libatomic1 libavif13
  libbinutils libc-client2007e libc-dev-bin libc6 libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdav1d5 libde265-0 libdeflate0 libdpkg-perl libexpat1 libfftw3-double3 libfontconfig1 libfreetype6 libgav1-0 libgcc-11-dev libgd3
  libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhashkit2 libheif1 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 liblqr-1-0 liblsan0 libltdl7 libmagic-mgc libmagic1 libmagickcore-6.q16-6 libmagickwand-6.q16-6
  libmemcached11 libmpc3 libmpfr6 libnsl-dev libnuma1 libopenjp2-7 libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3 libperl5.34 libpng16-16 libquadmath0 libsigsegv2 libssl-dev libtiff5 libtirpc-dev libtool libtsan0
  libubsan1 libwebp7 libwebpdemux2 libwebpmux3 libx11-6 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxpm4 libyuv0 linux-libc-dev m4 mlock perl perl-modules-5.34 php8.2-igbinary php8.2-msgpack pkg-config rpcsvc-proto
  shtool
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cpp-doc gcc-11-locales gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-11-multilib gcc-11-doc uw-mailutils glibc-doc locales debian-keyring patch git bzr
  libfftw3-bin libfftw3-dev libgd-tools gdbm-l10n liblcms2-utils libmagickcore-6.q16-6-extra libssl-doc libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc make-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
  libtap-harness-archive-perl dh-php redis-server dpkg-dev
Recommended packages:
  manpages manpages-dev libc-devtools libnss-nis libnss-nisplus libfile-fcntllock-perl liblocale-gettext-perl bzip2 xz-utils libglib2.0-data shared-mime-info xdg-user-dirs ghostscript gsfonts libltdl-dev netbase pkg-php-tools
The following NEW packages will be installed:
  autoconf automake autotools-dev binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-11 file fontconfig-config fonts-dejavu-core gcc gcc-11 gcc-11-base imagemagick-6-common libabsl20210324 libaom3 libasan6 libatomic1 libavif13
  libbinutils libc-client2007e libc-dev-bin libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdav1d5 libde265-0 libdeflate0 libdpkg-perl libexpat1 libfftw3-double3 libfontconfig1 libfreetype6 libgav1-0 libgcc-11-dev libgd3
  libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhashkit2 libheif1 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 liblqr-1-0 liblsan0 libltdl7 libmagic-mgc libmagic1 libmagickcore-6.q16-6 libmagickwand-6.q16-6
  libmemcached11 libmpc3 libmpfr6 libnsl-dev libnuma1 libopenjp2-7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libperl5.34 libpng16-16 libquadmath0 libsigsegv2 libssl-dev libtiff5 libtirpc-dev libtool libtsan0 libubsan1
  libwebp7 libwebpdemux2 libwebpmux3 libx11-6 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxpm4 libyuv0 linux-libc-dev m4 make mlock perl perl-modules-5.34 php-pear php8.2-bz2 php8.2-dev php8.2-gd php8.2-igbinary
  php8.2-imagick php8.2-imap php8.2-intl php8.2-memcached php8.2-msgpack php8.2-mysql php8.2-redis php8.2-soap php8.2-xdebug pkg-config rpcsvc-proto shtool
The following packages will be upgraded:
  libc6 libpcre2-8-0
2 upgraded, 113 newly installed, 0 to remove and 3 not upgraded.
Need to get 83.0 MB of archives.
After this operation, 312 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.7 [3235 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-igbinary amd64 3.2.15-1+ubuntu22.04.1+deb.sury.org+1 [37.8 kB]
Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-imagick amd64 3.7.0-4+ubuntu22.04.1+deb.sury.org+2 [125 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-msgpack amd64 1:2.2.0-2+ubuntu22.04.1+deb.sury.org+1 [30.7 kB]
Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libhashkit2 amd64 1.1.4-1+ubuntu22.04.1+deb.sury.org+1 [21.8 kB]
Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libmemcached11 amd64 1.1.4-1+ubuntu22.04.1+deb.sury.org+1 [89.9 kB]
Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-memcached amd64 3.2.0++-1+ubuntu22.04.1+deb.sury.org+2 [49.8 kB]
Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-redis amd64 6.0.2-1+ubuntu22.04.1+deb.sury.org+1 [210 kB]
Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-xdebug amd64 3.3.2-1+ubuntu22.04.1+deb.sury.org+1 [689 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfftw3-double3 amd64 3.3.8-2ubuntu8 [770 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.3 [91.0 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.2 [389 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libaom3 amd64 3.3.0-1 [1748 kB]
Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdav1d5 amd64 0.9.2-1 [463 kB]
Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libde265-0 amd64 1.0.8-1ubuntu0.3 [290 kB]
Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma1 amd64 2.0.14-3ubuntu2 [22.5 kB]
Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libx265-199 amd64 3.5-2 [1170 kB]
Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libpcre2-8-0 amd64 10.42-3+ubuntu22.04.1+deb.sury.org+1 [230 kB]
Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libheif1 amd64 1.12.0-2build1 [196 kB]
Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]
Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblcms2-2 amd64 2.12~rc1-2build2 [159 kB]
Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.2 [1463 kB]
Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB]
Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB]
Get:32 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libgd3 amd64 2.3.3-9+ubuntu22.04.1+deb.sury.org+1 [147 kB]
Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopenjp2-7 amd64 2.4.0-6 [158 kB]
Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libpcre2-16-0 amd64 10.42-3+ubuntu22.04.1+deb.sury.org+1 [213 kB]
Get:35 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libpcre2-32-0 amd64 10.42-3+ubuntu22.04.1+deb.sury.org+1 [202 kB]
Get:36 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libpcre2-posix3 amd64 10.42-3+ubuntu22.04.1+deb.sury.org+1 [9204 B]
Get:37 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 libpcre2-dev amd64 10.42-3+ubuntu22.04.1+deb.sury.org+1 [746 kB]
Get:38 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-bz2 amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [11.4 kB]
Get:39 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-dev amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [516 kB]
Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB]
Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.8 [185 kB]
Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebpdemux2 amd64 1.2.2-2ubuntu0.22.04.2 [9964 B]
Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebpmux3 amd64 1.2.2-2ubuntu0.22.04.2 [20.5 kB]
Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
Get:48 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-gd amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [32.9 kB]
Get:49 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-imap amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [37.0 kB]
Get:50 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-intl amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [161 kB]
Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB]
Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB]
Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 imagemagick-6-common all 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 [63.6 kB]
Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libmagickcore-6.q16-6 amd64 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 [1788 kB]
Get:56 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-mysql amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [131 kB]
Get:57 http://ppa.launchpad.net/ondrej/php/ubuntu jammy/main amd64 php8.2-soap amd64 8.2.18-1+ubuntu22.04.1+deb.sury.org+1 [134 kB]
Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libmagickwand-6.q16-6 amd64 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3 [328 kB]
Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB]
Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4820 kB]
Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB]
Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB]
Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB]
Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB]
Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB]
Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB]
Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.6 [222 kB]
Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.6 [662 kB]
Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.6 [108 kB]
Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.6 [103 kB]
Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.6 [2326 kB]
Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.6 [3200 B]
Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB]
Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB]
Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB]
Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB]
Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB]
Get:87 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB]
Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB]
Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB]
Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB]
Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB]
Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB]
Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB]
Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libabsl20210324 amd64 0~20210324.2-2 [387 kB]
Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libgav1-0 amd64 0.17.0-1build1 [336 kB]
Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libyuv0 amd64 0.0~git20220104.b91df1a-2 [154 kB]
Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libavif13 amd64 0.9.3-3 [69.5 kB]
Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 mlock amd64 8:2007f~dfsg-7build1 [12.2 kB]
Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libc-client2007e amd64 8:2007f~dfsg-7build1 [645 kB]
Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.7 [20.3 kB]
Get:102 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-105.115 [1330 kB]
Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.7 [2100 kB]
Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB]
Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB]
Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl-dev amd64 3.0.2-0ubuntu1.15 [2376 kB]
Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB]
Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 php-pear all 1:1.10.12+submodules+notgz+20210212-1ubuntu3 [293 kB]
Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 shtool all 2.0.8-10 [122 kB]
Fetched 83.0 MB in 5s (15.8 MB/s) 
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 8279 files and directories currently installed.)
Preparing to unpack .../libc6_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc6:amd64 (2.35-0ubuntu3.7) over (2.35-0ubuntu3.6) ...
Setting up libc6:amd64 (2.35-0ubuntu3.7) ...
Selecting previously unselected package libgomp1:amd64.
(Reading database ... 8279 files and directories currently installed.)
Preparing to unpack .../00-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libfftw3-double3:amd64.
Preparing to unpack .../01-libfftw3-double3_3.3.8-2ubuntu8_amd64.deb ...
Unpacking libfftw3-double3:amd64 (3.3.8-2ubuntu8) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.4.7-1ubuntu0.3_amd64.deb ...
Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../03-libpng16-16_1.6.37-3build5_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../04-libfreetype6_2.11.1+dfsg-1ubuntu0.2_amd64.deb ...
Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../05-fonts-dejavu-core_2.37-2build1_all.deb ...
Unpacking fonts-dejavu-core (2.37-2build1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../06-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../07-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
Selecting previously unselected package libaom3:amd64.
Preparing to unpack .../08-libaom3_3.3.0-1_amd64.deb ...
Unpacking libaom3:amd64 (3.3.0-1) ...
Selecting previously unselected package libdav1d5:amd64.
Preparing to unpack .../09-libdav1d5_0.9.2-1_amd64.deb ...
Unpacking libdav1d5:amd64 (0.9.2-1) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../10-libde265-0_1.0.8-1ubuntu0.3_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.8-1ubuntu0.3) ...
Selecting previously unselected package libnuma1:amd64.
Preparing to unpack .../11-libnuma1_2.0.14-3ubuntu2_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ...
Selecting previously unselected package libx265-199:amd64.
Preparing to unpack .../12-libx265-199_3.5-2_amd64.deb ...
Unpacking libx265-199:amd64 (3.5-2) ...
Selecting previously unselected package libheif1:amd64.
Preparing to unpack .../13-libheif1_1.12.0-2build1_amd64.deb ...
Unpacking libheif1:amd64 (1.12.0-2build1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../14-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../15-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../16-libjpeg8_8c-2ubuntu10_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../17-liblcms2-2_2.12~rc1-2build2_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.12~rc1-2build2) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../18-libglib2.0-0_2.72.4-0ubuntu2.2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ...
Selecting previously unselected package liblqr-1-0:amd64.
Preparing to unpack .../19-liblqr-1-0_0.4.2-2.1_amd64.deb ...
Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../20-libltdl7_2.4.6-15build2_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-15build2) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../21-libopenjp2-7_2.4.0-6_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.4.0-6) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../22-libdeflate0_1.10-2_amd64.deb ...
Unpacking libdeflate0:amd64 (1.10-2) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../23-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../24-libtiff5_4.3.0-6ubuntu0.8_amd64.deb ...
Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
Selecting previously unselected package libwebpdemux2:amd64.
Preparing to unpack .../25-libwebpdemux2_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
Unpacking libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Selecting previously unselected package libwebpmux3:amd64.
Preparing to unpack .../26-libwebpmux3_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
Unpacking libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../27-libxau6_1%3a1.0.9-1build5_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../28-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../29-libxcb1_1.14-3ubuntu3_amd64.deb ...
Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../30-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ...
Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../31-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../32-libxext6_2%3a1.3.4-1build1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../33-imagemagick-6-common_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.3_all.deb ...
Unpacking imagemagick-6-common (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3) ...
Selecting previously unselected package libmagickcore-6.q16-6:amd64.
Preparing to unpack .../34-libmagickcore-6.q16-6_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.3_amd64.deb ...
Unpacking libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3) ...
Selecting previously unselected package libmagickwand-6.q16-6:amd64.
Preparing to unpack .../35-libmagickwand-6.q16-6_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.3_amd64.deb ...
Unpacking libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3) ...
Selecting previously unselected package perl-modules-5.34.
Preparing to unpack .../36-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ...
Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../37-libgdbm6_1.23-1_amd64.deb ...
Unpacking libgdbm6:amd64 (1.23-1) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../38-libgdbm-compat4_1.23-1_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.23-1) ...
Selecting previously unselected package libperl5.34:amd64.
Preparing to unpack .../39-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ...
Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
Selecting previously unselected package perl.
Preparing to unpack .../40-perl_5.34.0-3ubuntu1.3_amd64.deb ...
Unpacking perl (5.34.0-3ubuntu1.3) ...
Selecting previously unselected package php8.2-igbinary.
Preparing to unpack .../41-php8.2-igbinary_3.2.15-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-igbinary (3.2.15-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-imagick.
Preparing to unpack .../42-php8.2-imagick_3.7.0-4+ubuntu22.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.2-imagick (3.7.0-4+ubuntu22.04.1+deb.sury.org+2) ...
Selecting previously unselected package php8.2-msgpack.
Preparing to unpack .../43-php8.2-msgpack_1%3a2.2.0-2+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-msgpack (1:2.2.0-2+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libhashkit2:amd64.
Preparing to unpack .../44-libhashkit2_1.1.4-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libhashkit2:amd64 (1.1.4-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libmemcached11:amd64.
Preparing to unpack .../45-libmemcached11_1.1.4-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libmemcached11:amd64 (1.1.4-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-memcached.
Preparing to unpack .../46-php8.2-memcached_3.2.0++-1+ubuntu22.04.1+deb.sury.org+2_amd64.deb ...
Unpacking php8.2-memcached (3.2.0++-1+ubuntu22.04.1+deb.sury.org+2) ...
Selecting previously unselected package php8.2-redis.
Preparing to unpack .../47-php8.2-redis_6.0.2-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-redis (6.0.2-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-xdebug.
Preparing to unpack .../48-php8.2-xdebug_3.3.2-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-xdebug (3.3.2-1+ubuntu22.04.1+deb.sury.org+1) ...
Preparing to unpack .../49-libpcre2-8-0_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) over (10.39-3ubuntu0.1) ...
Setting up libpcre2-8-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libmagic-mgc.
(Reading database ... 11170 files and directories currently installed.)
Preparing to unpack .../00-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../01-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ...
Selecting previously unselected package file.
Preparing to unpack .../02-file_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking file (1:5.41-3ubuntu0.1) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../03-libsigsegv2_2.13-1ubuntu3_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ...
Selecting previously unselected package m4.
Preparing to unpack .../04-m4_1.4.18-5ubuntu2_amd64.deb ...
Unpacking m4 (1.4.18-5ubuntu2) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../05-autoconf_2.71-2_all.deb ...
Unpacking autoconf (2.71-2) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../06-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../07-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../08-binutils-common_2.38-4ubuntu2.6_amd64.deb ...
Unpacking binutils-common:amd64 (2.38-4ubuntu2.6) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../09-libbinutils_2.38-4ubuntu2.6_amd64.deb ...
Unpacking libbinutils:amd64 (2.38-4ubuntu2.6) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../10-libctf-nobfd0_2.38-4ubuntu2.6_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../11-libctf0_2.38-4ubuntu2.6_amd64.deb ...
Unpacking libctf0:amd64 (2.38-4ubuntu2.6) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.38-4ubuntu2.6_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ...
Selecting previously unselected package binutils.
Preparing to unpack .../13-binutils_2.38-4ubuntu2.6_amd64.deb ...
Unpacking binutils (2.38-4ubuntu2.6) ...
Selecting previously unselected package gcc-11-base:amd64.
Preparing to unpack .../14-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../15-libisl23_0.24-2build1_amd64.deb ...
Unpacking libisl23:amd64 (0.24-2build1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../16-libmpfr6_4.1.0-3build3_amd64.deb ...
Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../17-libmpc3_1.2.1-2build1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.1-2build1) ...
Selecting previously unselected package cpp-11.
Preparing to unpack .../18-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package cpp.
Preparing to unpack .../19-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking cpp (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../20-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../21-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../22-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../23-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../24-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../25-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../26-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../27-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libgcc-11-dev:amd64.
Preparing to unpack .../28-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package gcc-11.
Preparing to unpack .../29-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../30-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking gcc (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libabsl20210324:amd64.
Preparing to unpack .../31-libabsl20210324_0~20210324.2-2_amd64.deb ...
Unpacking libabsl20210324:amd64 (0~20210324.2-2) ...
Selecting previously unselected package libgav1-0:amd64.
Preparing to unpack .../32-libgav1-0_0.17.0-1build1_amd64.deb ...
Unpacking libgav1-0:amd64 (0.17.0-1build1) ...
Selecting previously unselected package libyuv0:amd64.
Preparing to unpack .../33-libyuv0_0.0~git20220104.b91df1a-2_amd64.deb ...
Unpacking libyuv0:amd64 (0.0~git20220104.b91df1a-2) ...
Selecting previously unselected package libavif13:amd64.
Preparing to unpack .../34-libavif13_0.9.3-3_amd64.deb ...
Unpacking libavif13:amd64 (0.9.3-3) ...
Selecting previously unselected package mlock.
Preparing to unpack .../35-mlock_8%3a2007f~dfsg-7build1_amd64.deb ...
Unpacking mlock (8:2007f~dfsg-7build1) ...
Selecting previously unselected package libc-client2007e.
Preparing to unpack .../36-libc-client2007e_8%3a2007f~dfsg-7build1_amd64.deb ...
Unpacking libc-client2007e (8:2007f~dfsg-7build1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../37-libc-dev-bin_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc-dev-bin (2.35-0ubuntu3.7) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../38-linux-libc-dev_5.15.0-105.115_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.15.0-105.115) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../39-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../40-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../41-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../42-libnsl-dev_1.3.0-2build2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../43-libc6-dev_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc6-dev:amd64 (2.35-0ubuntu3.7) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../44-libdpkg-perl_1.21.1ubuntu2.3_all.deb ...
Unpacking libdpkg-perl (1.21.1ubuntu2.3) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../45-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../46-libgd3_2.3.3-9+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libgd3:amd64 (2.3.3-9+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../47-libpcre2-16-0_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../48-libpcre2-32-0_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libpcre2-posix3:amd64.
Preparing to unpack .../49-libpcre2-posix3_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-posix3:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../50-libpcre2-dev_10.42-3+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../51-libssl-dev_3.0.2-0ubuntu1.15_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.15) ...
Selecting previously unselected package libtool.
Preparing to unpack .../52-libtool_2.4.6-15build2_all.deb ...
Unpacking libtool (2.4.6-15build2) ...
Selecting previously unselected package make.
Preparing to unpack .../53-make_4.3-4.1build1_amd64.deb ...
Unpacking make (4.3-4.1build1) ...
Selecting previously unselected package php-pear.
Preparing to unpack .../54-php-pear_1%3a1.10.12+submodules+notgz+20210212-1ubuntu3_all.deb ...
Unpacking php-pear (1:1.10.12+submodules+notgz+20210212-1ubuntu3) ...
Selecting previously unselected package php8.2-bz2.
Preparing to unpack .../55-php8.2-bz2_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-bz2 (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../56-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
Unpacking pkg-config (0.29.2-1ubuntu3) ...
Selecting previously unselected package shtool.
Preparing to unpack .../57-shtool_2.0.8-10_all.deb ...
Unpacking shtool (2.0.8-10) ...
Selecting previously unselected package php8.2-dev.
Preparing to unpack .../58-php8.2-dev_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-dev (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-gd.
Preparing to unpack .../59-php8.2-gd_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-gd (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-imap.
Preparing to unpack .../60-php8.2-imap_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-imap (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-intl.
Preparing to unpack .../61-php8.2-intl_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-intl (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-mysql.
Preparing to unpack .../62-php8.2-mysql_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-mysql (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package php8.2-soap.
Preparing to unpack .../63-php8.2-soap_8.2.18-1+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php8.2-soap (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
Setting up liblcms2-2:amd64 (2.12~rc1-2build2) ...
Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up libaom3:amd64 (3.3.0-1) ...
Setting up libxau6:amd64 (1:1.0.9-1build5) ...
Setting up imagemagick-6-common (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3) ...
Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
Setting up php-pear (1:1.10.12+submodules+notgz+20210212-1ubuntu3) ...
Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
Setting up php8.2-mysql (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/mysqlnd.ini with new version

Creating config file /etc/php/8.2/mods-available/mysqli.ini with new version

Creating config file /etc/php/8.2/mods-available/pdo_mysql.ini with new version
Setting up php8.2-bz2 (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/bz2.ini with new version
Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ...
Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.2) ...
No schema files found: doing nothing.
Setting up mlock (8:2007f~dfsg-7build1) ...
Setting up php8.2-xdebug (3.3.2-1+ubuntu22.04.1+deb.sury.org+1) ...
Setting up binutils-common:amd64 (2.38-4ubuntu2.6) ...
Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ...
Setting up libdeflate0:amd64 (1.10-2) ...
Setting up linux-libc-dev:amd64 (5.15.0-105.115) ...
Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ...
Setting up file (1:5.41-3ubuntu0.1) ...
Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
Setting up php8.2-intl (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/intl.ini with new version
Setting up libpcre2-16-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libhashkit2:amd64 (1.1.4-1+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up php8.2-igbinary (3.2.15-1+ubuntu22.04.1+deb.sury.org+1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libpcre2-32-0:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
Setting up make (4.3-4.1build1) ...
Setting up libmpfr6:amd64 (4.1.0-3build3) ...
Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ...
Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.15) ...
Setting up libpng16-16:amd64 (1.6.37-3build5) ...
Setting up libmpc3:amd64 (1.2.1-2build1) ...
Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up php8.2-redis (6.0.2-1+ubuntu22.04.1+deb.sury.org+1) ...
Setting up fonts-dejavu-core (2.37-2build1) ...
Setting up libabsl20210324:amd64 (0~20210324.2-2) ...
Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
Setting up libltdl7:amd64 (2.4.6-15build2) ...
Setting up libfftw3-double3:amd64 (3.3.8-2ubuntu8) ...
Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ...
Setting up libpcre2-posix3:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...
Setting up libmemcached11:amd64 (1.1.4-1+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
Setting up php8.2-msgpack (1:2.2.0-2+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
Setting up libopenjp2-7:amd64 (2.4.0-6) ...
Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
Setting up libc-client2007e (8:2007f~dfsg-7build1) ...
Setting up libbinutils:amd64 (2.38-4ubuntu2.6) ...
Setting up libdav1d5:amd64 (0.9.2-1) ...
Setting up libisl23:amd64 (0.24-2build1) ...
Setting up libde265-0:amd64 (1.0.8-1ubuntu0.3) ...
Setting up libc-dev-bin (2.35-0ubuntu3.7) ...
Setting up libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Setting up php8.2-soap (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/soap.ini with new version
Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libgdbm6:amd64 (1.23-1) ...
Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up libctf0:amd64 (2.38-4ubuntu2.6) ...
Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ...
Setting up php8.2-imap (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/imap.ini with new version
Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
Setting up libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Setting up libxext6:amd64 (2:1.3.4-1build1) ...
Setting up m4 (1.4.18-5ubuntu2) ...
Setting up php8.2-memcached (3.2.0++-1+ubuntu22.04.1+deb.sury.org+2) ...
Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
Setting up libgav1-0:amd64 (0.17.0-1build1) ...
Setting up libgdbm-compat4:amd64 (1.23-1) ...
Setting up libx265-199:amd64 (3.5-2) ...
Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up cpp (4:11.2.0-1ubuntu1) ...
Setting up libc6-dev:amd64 (2.35-0ubuntu3.7) ...
Setting up libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
Setting up libyuv0:amd64 (0.0~git20220104.b91df1a-2) ...
Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ...
Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
Setting up libpcre2-dev:amd64 (10.42-3+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libheif1:amd64 (1.12.0-2build1) ...
Setting up binutils (2.38-4ubuntu2.6) ...
Setting up libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3) ...
Setting up perl (5.34.0-3ubuntu1.3) ...
Setting up libdpkg-perl (1.21.1ubuntu2.3) ...
Setting up autoconf (2.71-2) ...
Setting up libavif13:amd64 (0.9.3-3) ...
Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ...
Setting up libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.3) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
Setting up shtool (2.0.8-10) ...
Setting up libtool (2.4.6-15build2) ...
Setting up gcc (4:11.2.0-1ubuntu1) ...
Setting up php8.2-imagick (3.7.0-4+ubuntu22.04.1+deb.sury.org+2) ...
Setting up libgd3:amd64 (2.3.3-9+ubuntu22.04.1+deb.sury.org+1) ...
Setting up pkg-config (0.29.2-1ubuntu3) ...
Setting up php8.2-gd (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...

Creating config file /etc/php/8.2/mods-available/gd.ini with new version
Setting up php8.2-dev (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
update-alternatives: using /usr/bin/php-config8.2 to provide /usr/bin/php-config (php-config) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/php-config.1.gz because associated file /usr/share/man/man1/php-config8.2.1.gz (of link group php-config) doesn't exist
update-alternatives: using /usr/bin/phpize8.2 to provide /usr/bin/phpize (phpize) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/phpize.1.gz because associated file /usr/share/man/man1/phpize8.2.1.gz (of link group phpize) doesn't exist
Processing triggers for php8.2-fpm (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Processing triggers for php8.2-cli (8.2.18-1+ubuntu22.04.1+deb.sury.org+1) ...
root@f832849895ea:/workdir# pear config-set php_ini /etc/php/8.2/cli/php.ini 
config-set succeeded
root@f832849895ea:/workdir# pecl install runkit7-4.0.0a6
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading runkit7-4.0.0a6.tgz ...
Starting to download runkit7-4.0.0a6.tgz (107,470 bytes)
.........................done: 107,470 bytes
18 source files, building
running: phpize
Configuring for:
PHP Api Version:         20220829
Zend Module Api No:      20220829
Zend Extension Api No:   420220829
configure.ac:165: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:165: You should run autoupdate.
build/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
configure.ac:165: the top level
building in /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6
running: /tmp/pear/temp/runkit7/configure --with-php-config=/usr/bin/php-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib
checking for PHP extension directory... /usr/lib/php/20220829
checking for PHP installed headers prefix... /usr/include/php/20220829
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable runkit7 support... yes, shared
checking whether to enable runtime manipulation of functions/classes/constants... inherit
checking whether to enable registration of user-defined autoglobals... yes, shared
checking if this is built with PHP >= 7.2... this is PHP 7.2 or newer
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) nawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit.c -o runkit.lo  -MMD -MF runkit.dep -MT runkit.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit.c -MMD -MF runkit.dep -MT runkit.lo  -fPIC -DPIC -o .libs/runkit.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_functions.c -o runkit_functions.lo  -MMD -MF runkit_functions.dep -MT runkit_functions.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_functions.c -MMD -MF runkit_functions.dep -MT runkit_functions.lo  -fPIC -DPIC -o .libs/runkit_functions.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_methods.c -o runkit_methods.lo  -MMD -MF runkit_methods.dep -MT runkit_methods.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_methods.c -MMD -MF runkit_methods.dep -MT runkit_methods.lo  -fPIC -DPIC -o .libs/runkit_methods.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_constants.c -o runkit_constants.lo  -MMD -MF runkit_constants.dep -MT runkit_constants.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_constants.c -MMD -MF runkit_constants.dep -MT runkit_constants.lo  -fPIC -DPIC -o .libs/runkit_constants.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_common.c -o runkit_common.lo  -MMD -MF runkit_common.dep -MT runkit_common.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_common.c -MMD -MF runkit_common.dep -MT runkit_common.lo  -fPIC -DPIC -o .libs/runkit_common.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_zend_execute_API.c -o runkit_zend_execute_API.lo  -MMD -MF runkit_zend_execute_API.dep -MT runkit_zend_execute_API.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_zend_execute_API.c -MMD -MF runkit_zend_execute_API.dep -MT runkit_zend_execute_API.lo  -fPIC -DPIC -o .libs/runkit_zend_execute_API.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_classes.c -o runkit_classes.lo  -MMD -MF runkit_classes.dep -MT runkit_classes.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_classes.c -MMD -MF runkit_classes.dep -MT runkit_classes.lo  -fPIC -DPIC -o .libs/runkit_classes.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=compile cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE   -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_props.c -o runkit_props.lo  -MMD -MF runkit_props.dep -MT runkit_props.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/runkit7 -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -Werror -Wall -Wno-deprecated-declarations -Wno-pedantic -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/runkit7/runkit_props.c -MMD -MF runkit_props.dep -MT runkit_props.lo  -fPIC -DPIC -o .libs/runkit_props.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=link cc -shared -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/include -I/tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/main -I/tmp/pear/temp/runkit7 -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE    -o runkit7.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/modules  runkit.lo runkit_functions.lo runkit_methods.lo runkit_constants.lo runkit_common.lo runkit_zend_execute_API.lo runkit_classes.lo runkit_props.lo
libtool: link: cc -shared  -fPIC -DPIC  .libs/runkit.o .libs/runkit_functions.o .libs/runkit_methods.o .libs/runkit_constants.o .libs/runkit_common.o .libs/runkit_zend_execute_API.o .libs/runkit_classes.o .libs/runkit_props.o    -g -O2   -Wl,-soname -Wl,runkit7.so -o .libs/runkit7.so
libtool: link: ( cd ".libs" && rm -f "runkit7.la" && ln -s "../runkit7.la" "runkit7.la" )
/bin/bash /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/libtool --tag=CC --mode=install cp ./runkit7.la /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/modules
libtool: install: cp ./.libs/runkit7.so /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/modules/runkit7.so
libtool: install: cp ./.libs/runkit7.lai /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/modules/runkit7.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pear/temp/pear-build-defaultuser9N8HOb/runkit7-4.0.0a6/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6" install
Installing shared extensions:     /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6/usr/lib/php/20220829/

  +----------------------------------------------------------------------+
  |                                                                      |
  |   UPGRADING NOTICE                                                   |
  |   ================                                                   |
  |                                                                      |
  |   In runkit7 v3, the name of the installed shared library has been   |
  |   changed from "runkit" to "runkit7".                                |
  |   (i.e. runkit.so changed to runkit7.so, and php_runkit.dll changed  |
  |   to php_runkit7.dll)                                                |
  |                                                                      |
  |   - php.ini files WILL NEED TO BE CHANGED TO LOAD RUNKIT7 INSTEAD.   |
  |                                                                      |
  |   Additionally, the configuration flags used have changed from       |
  |   --enable-runkit-feature to --enable-runkit7-feature.               |
  |                                                                      |
  |   This change was made to comply with PECL's naming/packaging        |
  |   guidelines.                                                        |
  |                                                                      |
  +----------------------------------------------------------------------+


running: find "/tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6" | xargs ls -dils
1729990   4 drwxr-xr-x 3 root root   4096 Apr 23 10:03 /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6
1730032   4 drwxr-xr-x 3 root root   4096 Apr 23 10:03 /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6/usr
1730033   4 drwxr-xr-x 3 root root   4096 Apr 23 10:03 /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6/usr/lib
1730034   4 drwxr-xr-x 3 root root   4096 Apr 23 10:03 /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6/usr/lib/php
1730035   4 drwxr-xr-x 2 root root   4096 Apr 23 10:03 /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6/usr/lib/php/20220829
1730031 432 -rwxr-xr-x 1 root root 441272 Apr 23 10:03 /tmp/pear/temp/pear-build-defaultuser9N8HOb/install-runkit7-4.0.0a6/usr/lib/php/20220829/runkit7.so

Build process completed successfully
Installing '/usr/lib/php/20220829/runkit7.so'
install ok: channel://pecl.php.net/runkit7-4.0.0a6
Extension runkit7 enabled in php.ini
root@f832849895ea:/workdir# 

I reckon you have network gremlins of some kind. If you aren't going through some sort of corporate gateway try restarting the docker daemon and trying again.

from base-images.

jgsanchezg avatar jgsanchezg commented on July 19, 2024

Apparently yeah, there might be something wrong with the corporate gateway from my company, so I will rech out to them for support, thank you for the help!

from base-images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.