[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#999388: c-icap-modules: bashism in configure script



Source: c-icap-modules
Version: 1:0.5.5-1
Severity: normal
Tags: ftbfs
User: dash@packages.debian.org
Usertags: lineno-bashism

Hi,

Your package uses configure script with bash features not present in
POSIX without explicitly declaring the need to bash shell; this
currently works as configure scripts select bash, but when dash enables
LINENO support, your configure script will start failing:

     checking if gcc supports -fno-rtti -fno-exceptions... no
     checking for gcc option to produce PIC... -fPIC -DPIC
     checking if gcc PIC flag -fPIC -DPIC works... yes
     checking if gcc static flag -static works... yes
     checking if gcc supports -c -o file.o... yes
     checking if gcc supports -c -o file.o... (cached) yes
     checking whether the gcc 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 for shl_load... no
     checking for shl_load in -ldld... no
     checking for dlopen... no
     checking for dlopen in -ldl... yes
     checking whether a program can dlopen itself... yes
     checking whether a statically linked program can dlopen itself... no
     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: 14224: Syntax error: Bad fd number
     	tail -v -n \+0 config.log
     ==> config.log <==
     This file contains any messages produced by compilers while

To test this, you can install dash from experimental and re-run the
configure script.

Please replace non-POSIX features with their equivalents to make sure
the script runs with dash. Most common ones are usage of == instead of =
and for with arrays (not lists).

-- 
Cheers,
  Andrej


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (10, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
[    0s] Memory limit set to 46776712KB
[    0s] Using BUILD_ROOT=/srv/obs/worker/root_2
[    0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386
[    0s] 
[    0s] 
[    0s] potassium started "build c-icap-modules_0.5.5-1.dsc" at Thu Nov  4 22:17:39 UTC 2021.
[    0s] build version: 20180831-2co3debian9.1
[    0s] 
[    0s] Building c-icap-modules for project 'home:andrewsh:sid' repository 'main' arch 'x86_64' srcmd5 '7df8f9b6dca620a606066dba60300945'
[    0s] 
[    0s] processing recipe /srv/obs/worker/root_2/.build-srcdir/c-icap-modules_0.5.5-1.dsc ...
[    0s] running changelog2spec --target debian --file /srv/obs/worker/root_2/.build-srcdir/c-icap-modules_0.5.5-1.dsc
[    0s] init_buildsystem --configdir /srv/obs/worker/run/worker/2/build/configs --cachedir /var/cache/obs-build --clean --create-build-binaries --rpmlist /srv/obs/worker/root_2/.build.rpmlist /srv/obs/worker/root_2/.build-srcdir/c-icap-modules_0.5.5-1.dsc build rpmlint-Factory ...
[    0s] init_buildsystem version: 20180831-2co3debian9.1
[    4s] cycle: libc6 -> libgcc-s1
[    4s]   breaking dependency libgcc-s1 -> libc6
[    4s] [1/45] preinstalling libgcc-s1...
[    4s] Version: 11.2.0-10
[    4s] [2/45] preinstalling libc6...
[    4s] Version: 2.32-4
[    5s] [3/45] preinstalling debianutils...
[    5s] Version: 5.5-1
[    5s] [4/45] preinstalling diffutils...
[    5s] Version: 1:3.7-5
[    5s] [5/45] preinstalling insserv...
[    5s] Version: 1.23.0-1
[    5s] [6/45] preinstalling libacl1...
[    5s] Version: 2.3.1-11.1
[    5s] [7/45] preinstalling libattr1...
[    5s] Version: 1:2.5.1-11.1
[    5s] [8/45] preinstalling libbz2-1.0...
[    5s] Version: 1.0.8-4
[    5s] [9/45] preinstalling libc-bin...
[    5s] Version: 2.32-4
[    5s] [10/45] preinstalling libcrypt1...
[    5s] Version: 1:4.4.25-2
[    5s] [11/45] preinstalling libdbus-1-3...
[    5s] Version: 1.12.20-3
[    5s] [12/45] preinstalling libdebconfclient0...
[    5s] Version: 0.2601.1
[    5s] [13/45] preinstalling libgmp10...
[    5s] Version: 2:6.2.1+dfsg-2
[    6s] [14/45] preinstalling liblzma5...
[    6s] Version: 5.2.5-2
[    6s] [15/45] preinstalling libpcre2-8-0...
[    6s] Version: 10.36-2
[    6s] [16/45] preinstalling libpcre3...
[    6s] Version: 2:8.39-13
[    6s] [17/45] preinstalling libsepol1...
[    6s] Version: 3.1-1
[    6s] [18/45] preinstalling libsigsegv2...
[    6s] Version: 2.13-1
[    6s] [19/45] preinstalling libtinfo5...
[    6s] Version: 6.2+20210905-1
[    6s] [20/45] preinstalling mawk...
[    6s] Version: 1.3.4.20200120-2
[    6s] [21/45] preinstalling zlib1g...
[    6s] Version: 1:1.2.11.dfsg-2
[    6s] [22/45] preinstalling libstdc++6...
[    6s] Version: 11.2.0-10
[    6s] [23/45] preinstalling base-passwd...
[    6s] Version: 3.5.521.1
[    6s] [24/45] preinstalling libncurses5...
[    6s] Version: 6.2+20210905-1
[    6s] [25/45] preinstalling libselinux1...
[    6s] Version: 3.1-3+b1
[    6s] [26/45] preinstalling login...
[    6s] Version: 1:4.8.1-1.1
[    6s] [27/45] preinstalling xz-utils...
[    6s] Version: 5.2.5-2
[    6s] [28/45] preinstalling base-files...
[    7s] Version: 12
[    7s] [29/45] preinstalling findutils...
[    7s] Version: 4.8.0-1
[    7s] [30/45] preinstalling passwd...
[    7s] Version: 1:4.8.1-1.1
[    7s] [31/45] preinstalling sed...
[    7s] Version: 4.8-1
[    7s] [32/45] preinstalling tar...
[    7s] Version: 1.34+dfsg-1
[    7s] [33/45] preinstalling util-linux...
[    7s] Version: 2.37.2-4
[    7s] [34/45] preinstalling coreutils...
[    7s] Version: 8.32-4.1
[    8s] [35/45] preinstalling bash...
[    8s] Version: 5.1-3.11.1
[    8s] [36/45] preinstalling dpkg...
[    8s] Version: 1.20.9
[    9s] [37/45] preinstalling gzip...
[    9s] Version: 1.10-4
[    9s] [38/45] preinstalling grep...
[    9s] Version: 3.7-1
[    9s] [39/45] preinstalling perl-base...
[    9s] Version: 5.32.1-6
[    9s] [40/45] preinstalling debconf...
[    9s] Version: 1.5.79
[    9s] [41/45] preinstalling init-system-helpers...
[    9s] Version: 1.60
[    9s] [42/45] preinstalling perl...
[    9s] Version: 5.32.1-6
[    9s] [43/45] preinstalling libperl-dev...
[    9s] Version: 5.32.1-6
[   10s] [44/45] preinstalling tzdata...
[   10s] Version: 2021e-1
[   10s] [45/45] preinstalling dash...
[   10s] Version: 0.5.11+git20210903+057cd650a4ed-3exp12.1
[   10s] 
[   11s] creating .build.binaries directory...
[   13s] reordering...cycle: libc6 -> libgcc-s1
[   13s]   breaking dependency libgcc-s1 -> libc6
[   13s] done
[   13s] querying package ids...
[   15s] [1/165] installing autotools-dev-20180224.1+nmu1
[   15s] [2/165] installing binutils-common-2.37-81.1
[   16s] [3/165] installing debian-archive-keyring-2021.1.1
[   16s] [4/165] installing distro-info-data-0.52
[   16s] [5/165] installing gcc-11-base-11.2.0-10
[   16s] [6/165] installing libaudit-common-1:3.0.6-11.1
[   16s] [7/165] installing libmagic-mgc-1:5.39-3
[   16s] [8/165] installing libsemanage-common-3.1-1
[   16s] [9/165] installing libtirpc-common-1.3.2-2
[   16s] [10/165] installing linux-libc-dev-5.14.16-1
[   17s] [11/165] installing media-types-4.0.0
[   17s] [12/165] installing ncurses-base-6.2+20210905-1
[   17s] [13/165] installing libgcc-s1-11.2.0-10
[   17s] dpkg: libgcc-s1:amd64: dependency problems, but configuring anyway as you requested:
[   17s]  libgcc-s1:amd64 depends on libc6 (>= 2.14); however:
[   17s]   Package libc6 is not installed.
[   17s] [14/165] installing libc6-2.32-4
[   17s] Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 22.
[   18s] Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 22.
[   18s] [15/165] installing debianutils-5.5-1
[   18s] update-alternatives: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode
[   18s] [16/165] installing diffutils-1:3.7-5
[   18s] [17/165] installing hostname-3.23
[   19s] [18/165] installing insserv-1.23.0-1
[   19s] [19/165] installing libacl1-2.3.1-11.1
[   19s] [20/165] installing libattr1-1:2.5.1-11.1
[   19s] [21/165] installing libblkid1-2.37.2-4
[   19s] [22/165] installing libbz2-1.0-1.0.8-4
[   19s] [23/165] installing libc-bin-2.32-4
[   19s] [24/165] installing libc-dev-bin-2.32-4
[   19s] [25/165] installing libcap-ng0-0.7.9-2.2+b1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [26/165] installing libcap2-1:2.44-1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [27/165] installing libcom-err2-1.46.4-1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [28/165] installing libcrypt1-1:4.4.25-2
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [29/165] installing libdb5.3-5.3.28+dfsg1-0.8
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [30/165] installing libdebconfclient0-0.2601.1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [31/165] installing libexpat1-2.4.1-3
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [32/165] installing libfakeroot-1.26-1
[   20s] Processing triggers for libc-bin (2.32-4) ...
[   20s] [33/165] installing libffi8-3.4.2-3
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [34/165] installing libgdbm6-1.22-1
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [35/165] installing libgmp10-2:6.2.1+dfsg-2
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [36/165] installing libgpg-error0-1.42-3
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [37/165] installing libkeyutils1-1.6.1-2
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [38/165] installing libkrb5support0-1.18.3-7
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [39/165] installing liblz4-1-1.9.3-2
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   21s] [40/165] installing liblzma5-5.2.5-2
[   21s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [41/165] installing libnettle8-3.7.3-1
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [42/165] installing libpcre2-8-0-10.36-2
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [43/165] installing libpcre3-2:8.39-13
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [44/165] installing libseccomp2-2.5.2-2
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [45/165] installing libsepol1-3.1-1
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [46/165] installing libsigsegv2-2.13-1
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [47/165] installing libsmartcols1-2.37.2-4
[   22s] Processing triggers for libc-bin (2.32-4) ...
[   22s] [48/165] installing libsqlite3-0-3.36.0-2
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [49/165] installing libtasn1-6-4.17.0-2
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [50/165] installing libtinfo5-6.2+20210905-1
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [51/165] installing libtinfo6-6.2+20210905-1
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [52/165] installing libudev1-249.5-2
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [53/165] installing libunistring2-0.9.10-6
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [54/165] installing libuuid1-2.37.2-4
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [55/165] installing libxxhash0-0.8.0-2
[   23s] Processing triggers for libc-bin (2.32-4) ...
[   23s] [56/165] installing libzstd1-1.4.8+dfsg-3
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   24s] [57/165] installing make-4.3-4.1
[   24s] [58/165] installing mawk-1.3.4.20200120-2
[   24s] [59/165] installing patch-2.7.6-7
[   24s] [60/165] installing rpcsvc-proto-1.4.2-4
[   24s] [61/165] installing zlib1g-1:1.2.11.dfsg-2
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   24s] [62/165] installing libatomic1-11.2.0-10
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   24s] [63/165] installing libgomp1-11.2.0-10
[   24s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [64/165] installing libitm1-11.2.0-10
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [65/165] installing libquadmath0-11.2.0-10
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [66/165] installing libasan6-11.2.0-10
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [67/165] installing liblsan0-11.2.0-10
[   25s] Processing triggers for libc-bin (2.32-4) ...
[   25s] [68/165] installing libstdc++6-11.2.0-10
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [69/165] installing libtsan0-11.2.0-10
[   26s] Processing triggers for libc-bin (2.32-4) ...
[   26s] [70/165] installing libcrypt-dev-1:4.4.25-2
[   26s] [71/165] installing base-passwd-3.5.521.1
[   27s] [72/165] installing bzip2-1.0.8-4
[   27s] [73/165] installing fakeroot-1.26-1
[   27s] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
[   27s] [74/165] installing libctf-nobfd0-2.37-81.1
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [75/165] installing libgcrypt20-1.9.4-3+b1
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [76/165] installing libgdbm-compat4-1.22-1
[   27s] Processing triggers for libc-bin (2.32-4) ...
[   27s] [77/165] installing libidn2-0-2.3.2-2
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [78/165] installing libisl23-0.24-2
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [79/165] installing libk5crypto3-1.18.3-7
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [80/165] installing libmpfr6-4.1.0-3
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [81/165] installing libncurses5-6.2+20210905-1
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [82/165] installing libncursesw6-6.2+20210905-1
[   28s] Processing triggers for libc-bin (2.32-4) ...
[   28s] [83/165] installing libp11-kit0-0.24.0-5
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [84/165] installing libselinux1-3.1-3+b1
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [85/165] installing xz-utils-5.2.5-2
[   29s] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
[   29s] [86/165] installing libaudit1-1:3.0.6-11.1
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [87/165] installing libbinutils-2.37-81.1
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [88/165] installing libhogweed6-3.7.3-1
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [89/165] installing libmpdec3-2.5.1-2
[   29s] Processing triggers for libc-bin (2.32-4) ...
[   29s] [90/165] installing libcc1-0-11.2.0-10
[   30s] Processing triggers for libc-bin (2.32-4) ...
[   30s] [91/165] installing libmagic1-1:5.39-3
[   30s] Processing triggers for libc-bin (2.32-4) ...
[   30s] [92/165] installing libubsan1-11.2.0-10
[   30s] Processing triggers for libc-bin (2.32-4) ...
[   30s] [93/165] installing base-files-12
[   30s] [94/165] installing file-1:5.39-3
[   30s] [95/165] installing findutils-4.8.0-1
[   30s] [96/165] installing libctf0-2.37-81.1
[   31s] Processing triggers for libc-bin (2.32-4) ...
[   31s] [97/165] installing libmount1-2.37.2-4
[   31s] Processing triggers for libc-bin (2.32-4) ...
[   31s] [98/165] installing libmpc3-1.2.1-1
[   31s] Processing triggers for libc-bin (2.32-4) ...
[   31s] [99/165] installing libpsl5-0.21.0-1.2
[   31s] Processing triggers for libc-bin (2.32-4) ...
[   31s] [100/165] installing sed-4.8-1
[   31s] [101/165] installing tar-1.34+dfsg-1
[   31s] update-alternatives: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode
[   31s] [102/165] installing coreutils-8.32-4.1
[   32s] [103/165] installing gpgv-2.2.27-2
[   32s] [104/165] installing libsemanage1-3.1-1+b2
[   32s] Processing triggers for libc-bin (2.32-4) ...
[   32s] [105/165] installing libsystemd0-249.5-2
[   32s] Processing triggers for libc-bin (2.32-4) ...
[   32s] [106/165] installing libgnutls30-3.7.2-2
[   33s] Processing triggers for libc-bin (2.32-4) ...
[   33s] [107/165] installing libgcc-11-dev-11.2.0-10
[   33s] [108/165] installing libdbus-1-3-1.12.20-3
[   33s] Processing triggers for libc-bin (2.32-4) ...
[   34s] [109/165] installing bash-5.1-3.11.1
[   34s] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
[   34s] /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
[   34s] [110/165] installing mount-2.37.2-4
[   34s] [111/165] keeping dpkg-1.20.9
[   34s] [112/165] installing binutils-x86-64-linux-gnu-2.37-81.1
[   35s] [113/165] installing cpp-11-11.2.0-10
[   42s] [114/165] installing wget-1.21.2-2+b1
[   43s] [115/165] installing libapt-pkg6.0-2.3.11
[   43s] Processing triggers for libc-bin (2.32-4) ...
[   43s] [116/165] installing cpp-4:11.2.0-2
[   43s] [117/165] installing debootstrap-1.0.125
[   43s] [118/165] installing readline-common-8.1-2
[   43s] [119/165] installing gzip-1.10-4
[   43s] [120/165] installing binutils-2.37-81.1
[   43s] [121/165] installing grep-3.7-1
[   44s] [122/165] installing perl-base-5.32.1-6
[   44s] [123/165] installing debconf-1.5.79
[   45s] [124/165] installing init-system-helpers-1.60
[   45s] [125/165] installing perl-modules-5.32-5.32.1-6
[   46s] [126/165] installing libreadline8-8.1-2
[   46s] Processing triggers for libc-bin (2.32-4) ...
[   46s] [127/165] installing gcc-11-11.2.0-10
[   55s] [128/165] installing tzdata-2021e-1
[   56s] Current default time zone: 'Etc/UTC'
[   56s] Local time is now:      Thu Nov  4 22:18:35 UTC 2021.
[   56s] Universal Time is now:  Thu Nov  4 22:18:35 UTC 2021.
[   56s] Run 'dpkg-reconfigure tzdata' if you wish to change it.
[   56s] [129/165] installing gcc-4:11.2.0-2
[   56s] [130/165] installing libssl1.1-1.1.1l-1
[   56s] Processing triggers for libc-bin (2.32-4) ...
[   56s] [131/165] installing libpam0g-1.4.0-10
[   57s] Processing triggers for libc-bin (2.32-4) ...
[   57s] [132/165] installing dash-0.5.11+git20210903+057cd650a4ed-3exp12.1
[   57s] No diversion 'diversion of /bin/sh by bash', none removed.
[   57s] Adding 'diversion of /bin/sh to /bin/sh.distrib by dash'
[   57s] No diversion 'diversion of /usr/share/man/man1/sh.1.gz by bash', none removed.
[   57s] Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
[   57s] [133/165] installing libperl5.32-5.32.1-6
[   58s] Processing triggers for libc-bin (2.32-4) ...
[   58s] [134/165] installing libpython3.9-minimal-3.9.7-4
[   58s] [135/165] installing perl-5.32.1-6
[   58s] [136/165] installing libpam-modules-bin-1.4.0-10
[   59s] [137/165] installing libkrb5-3-1.18.3-7
[   59s] Processing triggers for libc-bin (2.32-4) ...
[   59s] [138/165] installing util-linux-2.37.2-4
[   59s] update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in auto mode
[   59s] [139/165] installing libdpkg-perl-1.20.9
[   60s] [140/165] installing python3.9-minimal-3.9.7-4
[   62s] [141/165] installing libgssapi-krb5-2-1.18.3-7
[   62s] Processing triggers for libc-bin (2.32-4) ...
[   62s] [142/165] installing python3-minimal-3.9.7-1
[   62s] [143/165] installing libtirpc3-1.3.2-2
[   62s] Processing triggers for libc-bin (2.32-4) ...
[   62s] [144/165] installing dpkg-dev-1.20.9
[   63s] [145/165] installing libtirpc-dev-1.3.2-2
[   63s] [146/165] installing libnsl2-1.3.0-2
[   63s] Processing triggers for libc-bin (2.32-4) ...
[   63s] [147/165] installing libnsl-dev-1.3.0-2
[   63s] [148/165] installing libpam-modules-1.4.0-10
[   63s] [149/165] installing libpython3.9-stdlib-3.9.7-4
[   64s] [150/165] installing libpython3-stdlib-3.9.7-1
[   64s] [151/165] installing libpam-runtime-1.4.0-10
[   64s] [152/165] installing python3.9-3.9.7-4
[   66s] [153/165] installing libc6-dev-2.32-4
[   67s] [154/165] installing passwd-1:4.8.1-1.1
[   67s] Shadow passwords are now on.
[   67s] [155/165] installing adduser-3.118
[   68s] [156/165] installing libperl-dev-5.32.1-6
[   68s] [157/165] installing python3-3.9.7-1
[   68s] [158/165] installing libstdc++-11-dev-11.2.0-10
[   69s] [159/165] installing libtool-2.4.6-15
[   69s] [160/165] installing login-1:4.8.1-1.1
[   69s] [161/165] installing lsb-release-11.1.0
[   69s] [162/165] installing apt-2.3.11
[   71s] Processing triggers for libc-bin (2.32-4) ...
[   71s] [163/165] installing g++-11-11.2.0-10
[   79s] [164/165] installing g++-4:11.2.0-2
[   79s] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
[   79s] [165/165] installing build-essential-12.91.1
[   80s] configuring all installed packages...
[   80s] removing nis flags from /srv/obs/worker/root_2/etc/nsswitch.conf...
[   80s] now finalizing build dir...
[   80s] gpgv: unknown type of key resource 'trustedkeys.kbx'
[   80s] gpgv: keyblock resource '/tmp/dpkg-verify-sig.NtQXabbV/trustedkeys.kbx': General error
[   80s] gpgv: Signature made Wed Oct 27 20:09:41 2021 UTC
[   80s] gpgv:                using RSA key 7E7729476D87D6F11D91ACCBC293E7B461825ACE
[   80s] gpgv: Can't check signature: No public key
[   80s] dpkg-source: warning: failed to verify signature on /usr/src/packages/SOURCES/c-icap-modules_0.5.5-1.dsc
[   80s] dpkg-source: info: extracting c-icap-modules in /usr/src/packages/BUILD
[   80s] dpkg-source: info: unpacking c-icap-modules_0.5.5.orig.tar.gz
[   80s] dpkg-source: info: unpacking c-icap-modules_0.5.5-1.debian.tar.xz
[   81s] -----------------------------------------------------------------
[   81s] ----- building c-icap-modules_0.5.5-1.dsc (user abuild)
[   81s] -----------------------------------------------------------------
[   81s] -----------------------------------------------------------------
[   81s] creating repository for debootstrap...
[   90s] dpkg-scanpackages: info: Wrote 202 entries to output Packages file.
[   90s] running debootstrap: chroot /srv/obs/worker/root_2 debootstrap --keep-debootstrap-dir --no-check-gpg --variant=buildd --arch=amd64 --include=adduser\,apt\,autoconf\,automake\,autopoint\,autotools-dev\,base-files\,base-passwd\,bash\,binutils-common\,binutils-x86-64-linux-gnu\,binutils\,bsdextrautils\,build-essential\,bzip2\,coreutils\,cpp-11\,cpp\,dash\,debconf\,debhelper\,debian-archive-keyring\,debianutils\,dh-autoreconf\,dh-strip-nondeterminism\,diffutils\,dpkg-dev\,dpkg\,dwz\,fakeroot\,file\,findutils\,g++-11\,g++\,gcc-11-base\,gcc-11\,gcc\,gettext-base\,gettext\,gpgv\,grep\,groff-base\,gzip\,hostname\,init-system-helpers\,insserv\,intltool-debian\,libacl1\,libapt-pkg6.0\,libarchive-zip-perl\,libasan6\,libatomic1\,libattr1\,libaudit-common\,libaudit1\,libbinutils\,libblkid1\,libbrotli1\,libbz2-1.0\,libbz2-dev\,libc-bin\,libc-dev-bin\,libc6-dev\,libc6\,libcap-ng0\,libcap2\,libcc1-0\,libclamav-dev\,libclamav9\,libcom-err2\,libcrypt-dev\,libcrypt1\,libctf-nobfd0\,libctf0\,libcurl4\,libdb-dev\,libdb5.3-dev\,libdb5.3\,libdbus-1-3\,libdebconfclient0\,libdebhelper-perl\,libdpkg-perl\,libelf1\,libfakeroot\,libffi8\,libfile-stripnondeterminism-perl\,libgcc-11-dev\,libgcc-s1\,libgcrypt20\,libgdbm-compat4\,libgdbm6\,libglib2.0-0\,libgmp10\,libgnutls30\,libgomp1\,libgpg-error0\,libgssapi-krb5-2\,libhogweed6\,libicapapi-dev\,libicapapi5\,libicu67\,libidn-dev\,libidn11-dev\,libidn12\,libidn2-0\,libisl23\,libitm1\,libjson-c5\,libk5crypto3\,libkeyutils1\,libkrb5-3\,libkrb5support0\,libldap-2.4-2\,liblsan0\,libltdl-dev\,libltdl7\,liblz4-1\,liblzma5\,libmagic-mgc\,libmagic1\,libmount1\,libmpc3\,libmpfr6\,libmspack0\,libncurses5\,libnettle8\,libnghttp2-14\,libnsl-dev\,libnsl2\,libnss-myhostname\,libp11-kit0\,libpam-modules-bin\,libpam-modules\,libpam-runtime\,libpam0g\,libpcre2-8-0\,libpcre3\,libperl-dev\,libperl5.32\,libpipeline1\,libpsl5\,libquadmath0\,librtmp1\,libsasl2-2\,libsasl2-modules-db\,libseccomp2\,libselinux1\,libsemanage-common\,libsemanage1\,libsepol1\,libsigsegv2\,libsmartcols1\,libssh2-1\,libssl-dev\,libssl1.1\,libstdc++-11-dev\,libstdc++6\,libsub-override-perl\,libsystemd0\,libtasn1-6\,libtfm1\,libtinfo5\,libtinfo6\,libtirpc-common\,libtirpc-dev\,libtirpc3\,libtommath-dev\,libtommath1\,libtool\,libtsan0\,libubsan1\,libuchardet0\,libudev1\,libunistring2\,libuuid1\,libxml2\,libxxhash0\,libzstd1\,linux-libc-dev\,login\,m4\,make\,man-db\,mawk\,mount\,ncurses-base\,passwd\,patch\,perl-base\,perl-modules-5.32\,perl\,pkg-config\,po-debconf\,rpcsvc-proto\,sed\,sensible-utils\,tar\,tzdata\,util-linux\,xz-utils\,zlib1g-dev\,zlib1g unstable debootstraproot file:///.build.binaries...
[   90s] I: Retrieving InRelease 
[   90s] I: Retrieving Release 
[   90s] I: Retrieving Packages 
[   90s] I: Validating Packages 
[   90s] I: Resolving dependencies of required packages...
[   90s] I: Resolving dependencies of base packages...
[   90s] I: Checking component main on file:///.build.binaries...
[   91s] I: Retrieving adduser 3.118
[   91s] I: Validating adduser 3.118
[   91s] I: Retrieving apt 2.3.11
[   91s] I: Validating apt 2.3.11
[   91s] I: Retrieving autoconf 2.71-21.1
[   91s] I: Validating autoconf 2.71-21.1
[   91s] I: Retrieving automake 1:1.16.5-11.1
[   91s] I: Validating automake 1:1.16.5-11.1
[   91s] I: Retrieving autopoint 0.21-4
[   91s] I: Validating autopoint 0.21-4
[   91s] I: Retrieving autotools-dev 20180224.1+nmu1
[   91s] I: Validating autotools-dev 20180224.1+nmu1
[   91s] I: Retrieving base-files 12
[   91s] I: Validating base-files 12
[   91s] I: Retrieving base-passwd 3.5.521.1
[   91s] I: Validating base-passwd 3.5.521.1
[   91s] I: Retrieving bash 5.1-3.11.1
[   91s] I: Validating bash 5.1-3.11.1
[   91s] I: Retrieving binutils 2.37-81.1
[   91s] I: Validating binutils 2.37-81.1
[   91s] I: Retrieving binutils-common 2.37-81.1
[   91s] I: Validating binutils-common 2.37-81.1
[   91s] I: Retrieving binutils-x86-64-linux-gnu 2.37-81.1
[   91s] I: Validating binutils-x86-64-linux-gnu 2.37-81.1
[   91s] I: Retrieving bsdextrautils 2.37.2-4
[   91s] I: Validating bsdextrautils 2.37.2-4
[   91s] I: Retrieving build-essential 12.91.1
[   91s] I: Validating build-essential 12.91.1
[   91s] I: Retrieving bzip2 1.0.8-4
[   91s] I: Validating bzip2 1.0.8-4
[   91s] I: Retrieving coreutils 8.32-4.1
[   91s] I: Validating coreutils 8.32-4.1
[   91s] I: Retrieving cpp 4:11.2.0-2
[   91s] I: Validating cpp 4:11.2.0-2
[   91s] I: Retrieving cpp-11 11.2.0-10
[   91s] I: Validating cpp-11 11.2.0-10
[   92s] I: Retrieving dash 0.5.11+git20210903+057cd650a4ed-3exp12.1
[   92s] I: Validating dash 0.5.11+git20210903+057cd650a4ed-3exp12.1
[   92s] I: Retrieving debconf 1.5.79
[   92s] I: Validating debconf 1.5.79
[   92s] I: Retrieving debhelper 13.5.2
[   92s] I: Validating debhelper 13.5.2
[   92s] I: Retrieving debian-archive-keyring 2021.1.1
[   92s] I: Validating debian-archive-keyring 2021.1.1
[   92s] I: Retrieving debianutils 5.5-1
[   92s] I: Validating debianutils 5.5-1
[   92s] I: Retrieving dh-autoreconf 20
[   92s] I: Validating dh-autoreconf 20
[   92s] I: Retrieving dh-strip-nondeterminism 1.12.0-2
[   92s] I: Validating dh-strip-nondeterminism 1.12.0-2
[   92s] I: Retrieving diffutils 1:3.7-5
[   92s] I: Validating diffutils 1:3.7-5
[   92s] I: Retrieving dpkg 1.20.9
[   92s] I: Validating dpkg 1.20.9
[   92s] I: Retrieving dpkg-dev 1.20.9
[   92s] I: Validating dpkg-dev 1.20.9
[   92s] I: Retrieving dwz 0.14-1
[   92s] I: Validating dwz 0.14-1
[   92s] I: Retrieving fakeroot 1.26-1
[   92s] I: Validating fakeroot 1.26-1
[   92s] I: Retrieving file 1:5.39-3
[   92s] I: Validating file 1:5.39-3
[   92s] I: Retrieving findutils 4.8.0-1
[   92s] I: Validating findutils 4.8.0-1
[   92s] I: Retrieving g++ 4:11.2.0-2
[   92s] I: Validating g++ 4:11.2.0-2
[   92s] I: Retrieving g++-11 11.2.0-10
[   92s] I: Validating g++-11 11.2.0-10
[   93s] I: Retrieving gcc 4:11.2.0-2
[   93s] I: Validating gcc 4:11.2.0-2
[   93s] I: Retrieving gcc-11 11.2.0-10
[   93s] I: Validating gcc-11 11.2.0-10
[   94s] I: Retrieving gcc-11-base 11.2.0-10
[   94s] I: Validating gcc-11-base 11.2.0-10
[   94s] I: Retrieving gettext 0.21-4
[   94s] I: Validating gettext 0.21-4
[   94s] I: Retrieving gettext-base 0.21-4
[   94s] I: Validating gettext-base 0.21-4
[   94s] I: Retrieving gpgv 2.2.27-2
[   94s] I: Validating gpgv 2.2.27-2
[   94s] I: Retrieving grep 3.7-1
[   94s] I: Validating grep 3.7-1
[   94s] I: Retrieving groff-base 1.22.4-7
[   94s] I: Validating groff-base 1.22.4-7
[   94s] I: Retrieving gzip 1.10-4
[   94s] I: Validating gzip 1.10-4
[   94s] I: Retrieving hostname 3.23
[   94s] I: Validating hostname 3.23
[   94s] I: Retrieving init-system-helpers 1.60
[   94s] I: Validating init-system-helpers 1.60
[   94s] I: Retrieving insserv 1.23.0-1
[   94s] I: Validating insserv 1.23.0-1
[   94s] I: Retrieving intltool-debian 0.35.0+20060710.5
[   94s] I: Validating intltool-debian 0.35.0+20060710.5
[   94s] I: Retrieving libacl1 2.3.1-11.1
[   94s] I: Validating libacl1 2.3.1-11.1
[   94s] I: Retrieving libapt-pkg6.0 2.3.11
[   94s] I: Validating libapt-pkg6.0 2.3.11
[   94s] I: Retrieving libarchive-zip-perl 1.68-1
[   94s] I: Validating libarchive-zip-perl 1.68-1
[   94s] I: Retrieving libasan6 11.2.0-10
[   94s] I: Validating libasan6 11.2.0-10
[   94s] I: Retrieving libatomic1 11.2.0-10
[   94s] I: Validating libatomic1 11.2.0-10
[   94s] I: Retrieving libattr1 1:2.5.1-11.1
[   94s] I: Validating libattr1 1:2.5.1-11.1
[   94s] I: Retrieving libaudit-common 1:3.0.6-11.1
[   94s] I: Validating libaudit-common 1:3.0.6-11.1
[   95s] I: Retrieving libaudit1 1:3.0.6-11.1
[   95s] I: Validating libaudit1 1:3.0.6-11.1
[   95s] I: Retrieving libbinutils 2.37-81.1
[   95s] I: Validating libbinutils 2.37-81.1
[   95s] I: Retrieving libblkid1 2.37.2-4
[   95s] I: Validating libblkid1 2.37.2-4
[   95s] I: Retrieving libbrotli1 1.0.9-21.1
[   95s] I: Validating libbrotli1 1.0.9-21.1
[   95s] I: Retrieving libbz2-1.0 1.0.8-4
[   95s] I: Validating libbz2-1.0 1.0.8-4
[   95s] I: Retrieving libbz2-dev 1.0.8-4
[   95s] I: Validating libbz2-dev 1.0.8-4
[   95s] I: Retrieving libc-bin 2.32-4
[   95s] I: Validating libc-bin 2.32-4
[   95s] I: Retrieving libc-dev-bin 2.32-4
[   95s] I: Validating libc-dev-bin 2.32-4
[   95s] I: Retrieving libc6 2.32-4
[   95s] I: Validating libc6 2.32-4
[   95s] I: Retrieving libc6-dev 2.32-4
[   95s] I: Validating libc6-dev 2.32-4
[   95s] I: Retrieving libcap-ng0 0.7.9-2.2+b1
[   95s] I: Validating libcap-ng0 0.7.9-2.2+b1
[   95s] I: Retrieving libcap2 1:2.44-1
[   95s] I: Validating libcap2 1:2.44-1
[   95s] I: Retrieving libcc1-0 11.2.0-10
[   95s] I: Validating libcc1-0 11.2.0-10
[   95s] I: Retrieving libclamav-dev 0.103.3+dfsg-11.1
[   95s] I: Validating libclamav-dev 0.103.3+dfsg-11.1
[   95s] I: Retrieving libclamav9 0.103.3+dfsg-11.1
[   95s] I: Validating libclamav9 0.103.3+dfsg-11.1
[   95s] I: Retrieving libcom-err2 1.46.4-1
[   95s] I: Validating libcom-err2 1.46.4-1
[   95s] I: Retrieving libcrypt-dev 1:4.4.25-2
[   95s] I: Validating libcrypt-dev 1:4.4.25-2
[   95s] I: Retrieving libcrypt1 1:4.4.25-2
[   95s] I: Validating libcrypt1 1:4.4.25-2
[   95s] I: Retrieving libctf-nobfd0 2.37-81.1
[   95s] I: Validating libctf-nobfd0 2.37-81.1
[   95s] I: Retrieving libctf0 2.37-81.1
[   95s] I: Validating libctf0 2.37-81.1
[   95s] I: Retrieving libcurl4 7.74.0-1.3+b1
[   95s] I: Validating libcurl4 7.74.0-1.3+b1
[   95s] I: Retrieving libdb-dev 5.3.1+nmu1
[   95s] I: Validating libdb-dev 5.3.1+nmu1
[   95s] I: Retrieving libdb5.3 5.3.28+dfsg1-0.8
[   95s] I: Validating libdb5.3 5.3.28+dfsg1-0.8
[   95s] I: Retrieving libdb5.3-dev 5.3.28+dfsg1-0.8
[   95s] I: Validating libdb5.3-dev 5.3.28+dfsg1-0.8
[   95s] I: Retrieving libdbus-1-3 1.12.20-3
[   95s] I: Validating libdbus-1-3 1.12.20-3
[   95s] I: Retrieving libdebconfclient0 0.2601.1
[   95s] I: Validating libdebconfclient0 0.2601.1
[   95s] I: Retrieving libdebhelper-perl 13.5.2
[   95s] I: Validating libdebhelper-perl 13.5.2
[   95s] I: Retrieving libdpkg-perl 1.20.9
[   95s] I: Validating libdpkg-perl 1.20.9
[   96s] I: Retrieving libelf1 0.185-2
[   96s] I: Validating libelf1 0.185-2
[   96s] I: Retrieving libfakeroot 1.26-1
[   96s] I: Validating libfakeroot 1.26-1
[   96s] I: Retrieving libffi8 3.4.2-3
[   96s] I: Validating libffi8 3.4.2-3
[   96s] I: Retrieving libfile-stripnondeterminism-perl 1.12.0-2
[   96s] I: Validating libfile-stripnondeterminism-perl 1.12.0-2
[   96s] I: Retrieving libgcc-11-dev 11.2.0-10
[   96s] I: Validating libgcc-11-dev 11.2.0-10
[   96s] I: Retrieving libgcc-s1 11.2.0-10
[   96s] I: Validating libgcc-s1 11.2.0-10
[   96s] I: Retrieving libgcrypt20 1.9.4-3+b1
[   96s] I: Validating libgcrypt20 1.9.4-3+b1
[   96s] I: Retrieving libgdbm-compat4 1.22-1
[   96s] I: Validating libgdbm-compat4 1.22-1
[   96s] I: Retrieving libgdbm6 1.22-1
[   96s] I: Validating libgdbm6 1.22-1
[   96s] I: Retrieving libglib2.0-0 2.70.0-3
[   96s] I: Validating libglib2.0-0 2.70.0-3
[   96s] I: Retrieving libgmp10 2:6.2.1+dfsg-2
[   96s] I: Validating libgmp10 2:6.2.1+dfsg-2
[   96s] I: Retrieving libgnutls30 3.7.2-2
[   96s] I: Validating libgnutls30 3.7.2-2
[   96s] I: Retrieving libgomp1 11.2.0-10
[   96s] I: Validating libgomp1 11.2.0-10
[   96s] I: Retrieving libgpg-error0 1.42-3
[   96s] I: Validating libgpg-error0 1.42-3
[   96s] I: Retrieving libgssapi-krb5-2 1.18.3-7
[   96s] I: Validating libgssapi-krb5-2 1.18.3-7
[   96s] I: Retrieving libhogweed6 3.7.3-1
[   96s] I: Validating libhogweed6 3.7.3-1
[   96s] I: Retrieving libicapapi-dev 1:0.5.6-21.1
[   96s] I: Validating libicapapi-dev 1:0.5.6-21.1
[   96s] I: Retrieving libicapapi5 1:0.5.6-21.1
[   96s] I: Validating libicapapi5 1:0.5.6-21.1
[   96s] I: Retrieving libicu67 67.1-7
[   96s] I: Validating libicu67 67.1-7
[   96s] I: Retrieving libidn-dev 1.38-4
[   96s] I: Validating libidn-dev 1.38-4
[   96s] I: Retrieving libidn11-dev 1.38-4
[   96s] I: Validating libidn11-dev 1.38-4
[   96s] I: Retrieving libidn12 1.38-4
[   96s] I: Validating libidn12 1.38-4
[   96s] I: Retrieving libidn2-0 2.3.2-2
[   96s] I: Validating libidn2-0 2.3.2-2
[   96s] I: Retrieving libisl23 0.24-2
[   96s] I: Validating libisl23 0.24-2
[   96s] I: Retrieving libitm1 11.2.0-10
[   97s] I: Validating libitm1 11.2.0-10
[   97s] I: Retrieving libjson-c5 0.15-2
[   97s] I: Validating libjson-c5 0.15-2
[   97s] I: Retrieving libk5crypto3 1.18.3-7
[   97s] I: Validating libk5crypto3 1.18.3-7
[   97s] I: Retrieving libkeyutils1 1.6.1-2
[   97s] I: Validating libkeyutils1 1.6.1-2
[   97s] I: Retrieving libkrb5-3 1.18.3-7
[   97s] I: Validating libkrb5-3 1.18.3-7
[   97s] I: Retrieving libkrb5support0 1.18.3-7
[   97s] I: Validating libkrb5support0 1.18.3-7
[   97s] I: Retrieving libldap-2.4-2 2.4.59+dfsg-1
[   97s] I: Validating libldap-2.4-2 2.4.59+dfsg-1
[   97s] I: Retrieving liblsan0 11.2.0-10
[   97s] I: Validating liblsan0 11.2.0-10
[   97s] I: Retrieving libltdl-dev 2.4.6-15
[   97s] I: Validating libltdl-dev 2.4.6-15
[   97s] I: Retrieving libltdl7 2.4.6-15
[   97s] I: Validating libltdl7 2.4.6-15
[   97s] I: Retrieving liblz4-1 1.9.3-2
[   97s] I: Validating liblz4-1 1.9.3-2
[   97s] I: Retrieving liblzma5 5.2.5-2
[   97s] I: Validating liblzma5 5.2.5-2
[   97s] I: Retrieving libmagic-mgc 1:5.39-3
[   97s] I: Validating libmagic-mgc 1:5.39-3
[   97s] I: Retrieving libmagic1 1:5.39-3
[   97s] I: Validating libmagic1 1:5.39-3
[   97s] I: Retrieving libmount1 2.37.2-4
[   97s] I: Validating libmount1 2.37.2-4
[   97s] I: Retrieving libmpc3 1.2.1-1
[   97s] I: Validating libmpc3 1.2.1-1
[   97s] I: Retrieving libmpfr6 4.1.0-3
[   97s] I: Validating libmpfr6 4.1.0-3
[   97s] I: Retrieving libmspack0 0.10.1-2
[   97s] I: Validating libmspack0 0.10.1-2
[   97s] I: Retrieving libncurses5 6.2+20210905-1
[   97s] I: Validating libncurses5 6.2+20210905-1
[   97s] I: Retrieving libnettle8 3.7.3-1
[   97s] I: Validating libnettle8 3.7.3-1
[   97s] I: Retrieving libnghttp2-14 1.43.0-1
[   97s] I: Validating libnghttp2-14 1.43.0-1
[   97s] I: Retrieving libnsl-dev 1.3.0-2
[   97s] I: Validating libnsl-dev 1.3.0-2
[   97s] I: Retrieving libnsl2 1.3.0-2
[   97s] I: Validating libnsl2 1.3.0-2
[   97s] I: Retrieving libnss-myhostname 249.5-2
[   97s] I: Validating libnss-myhostname 249.5-2
[   97s] I: Retrieving libp11-kit0 0.24.0-5
[   97s] I: Validating libp11-kit0 0.24.0-5
[   97s] I: Retrieving libpam-modules 1.4.0-10
[   97s] I: Validating libpam-modules 1.4.0-10
[   97s] I: Retrieving libpam-modules-bin 1.4.0-10
[   97s] I: Validating libpam-modules-bin 1.4.0-10
[   97s] I: Retrieving libpam-runtime 1.4.0-10
[   97s] I: Validating libpam-runtime 1.4.0-10
[   97s] I: Retrieving libpam0g 1.4.0-10
[   97s] I: Validating libpam0g 1.4.0-10
[   97s] I: Retrieving libpcre2-8-0 10.36-2
[   97s] I: Validating libpcre2-8-0 10.36-2
[   97s] I: Retrieving libpcre3 2:8.39-13
[   97s] I: Validating libpcre3 2:8.39-13
[   97s] I: Retrieving libperl-dev 5.32.1-6
[   97s] I: Validating libperl-dev 5.32.1-6
[   98s] I: Retrieving libperl5.32 5.32.1-6
[   98s] I: Validating libperl5.32 5.32.1-6
[   98s] I: Retrieving libpipeline1 1.5.3-1
[   98s] I: Validating libpipeline1 1.5.3-1
[   98s] I: Retrieving libpsl5 0.21.0-1.2
[   98s] I: Validating libpsl5 0.21.0-1.2
[   98s] I: Retrieving libquadmath0 11.2.0-10
[   98s] I: Validating libquadmath0 11.2.0-10
[   98s] I: Retrieving librtmp1 2.4+20151223.gitfa8646d.1-2+b2
[   98s] I: Validating librtmp1 2.4+20151223.gitfa8646d.1-2+b2
[   98s] I: Retrieving libsasl2-2 2.1.27+dfsg-2.2
[   98s] I: Validating libsasl2-2 2.1.27+dfsg-2.2
[   98s] I: Retrieving libsasl2-modules-db 2.1.27+dfsg-2.2
[   98s] I: Validating libsasl2-modules-db 2.1.27+dfsg-2.2
[   98s] I: Retrieving libseccomp2 2.5.2-2
[   98s] I: Validating libseccomp2 2.5.2-2
[   98s] I: Retrieving libselinux1 3.1-3+b1
[   98s] I: Validating libselinux1 3.1-3+b1
[   98s] I: Retrieving libsemanage-common 3.1-1
[   98s] I: Validating libsemanage-common 3.1-1
[   98s] I: Retrieving libsemanage1 3.1-1+b2
[   98s] I: Validating libsemanage1 3.1-1+b2
[   98s] I: Retrieving libsepol1 3.1-1
[   98s] I: Validating libsepol1 3.1-1
[   98s] I: Retrieving libsigsegv2 2.13-1
[   98s] I: Validating libsigsegv2 2.13-1
[   98s] I: Retrieving libsmartcols1 2.37.2-4
[   98s] I: Validating libsmartcols1 2.37.2-4
[   98s] I: Retrieving libssh2-1 1.10.0-2
[   98s] I: Validating libssh2-1 1.10.0-2
[   98s] I: Retrieving libssl-dev 1.1.1l-1
[   98s] I: Validating libssl-dev 1.1.1l-1
[   98s] I: Retrieving libssl1.1 1.1.1l-1
[   98s] I: Validating libssl1.1 1.1.1l-1
[   98s] I: Retrieving libstdc++-11-dev 11.2.0-10
[   98s] I: Validating libstdc++-11-dev 11.2.0-10
[   98s] I: Retrieving libstdc++6 11.2.0-10
[   98s] I: Validating libstdc++6 11.2.0-10
[   98s] I: Retrieving libsub-override-perl 0.09-2
[   98s] I: Validating libsub-override-perl 0.09-2
[   98s] I: Retrieving libsystemd0 249.5-2
[   98s] I: Validating libsystemd0 249.5-2
[   98s] I: Retrieving libtasn1-6 4.17.0-2
[   98s] I: Validating libtasn1-6 4.17.0-2
[   98s] I: Retrieving libtfm1 0.13-4
[   98s] I: Validating libtfm1 0.13-4
[   98s] I: Retrieving libtinfo5 6.2+20210905-1
[   98s] I: Validating libtinfo5 6.2+20210905-1
[   98s] I: Retrieving libtinfo6 6.2+20210905-1
[   98s] I: Validating libtinfo6 6.2+20210905-1
[   98s] I: Retrieving libtirpc-common 1.3.2-2
[   98s] I: Validating libtirpc-common 1.3.2-2
[   98s] I: Retrieving libtirpc-dev 1.3.2-2
[   98s] I: Validating libtirpc-dev 1.3.2-2
[   98s] I: Retrieving libtirpc3 1.3.2-2
[   99s] I: Validating libtirpc3 1.3.2-2
[   99s] I: Retrieving libtommath-dev 1.2.0-6
[   99s] I: Validating libtommath-dev 1.2.0-6
[   99s] I: Retrieving libtommath1 1.2.0-6
[   99s] I: Validating libtommath1 1.2.0-6
[   99s] I: Retrieving libtool 2.4.6-15
[   99s] I: Validating libtool 2.4.6-15
[   99s] I: Retrieving libtsan0 11.2.0-10
[   99s] I: Validating libtsan0 11.2.0-10
[   99s] I: Retrieving libubsan1 11.2.0-10
[   99s] I: Validating libubsan1 11.2.0-10
[   99s] I: Retrieving libuchardet0 0.0.7-1
[   99s] I: Validating libuchardet0 0.0.7-1
[   99s] I: Retrieving libudev1 249.5-2
[   99s] I: Validating libudev1 249.5-2
[   99s] I: Retrieving libunistring2 0.9.10-6
[   99s] I: Validating libunistring2 0.9.10-6
[   99s] I: Retrieving libuuid1 2.37.2-4
[   99s] I: Validating libuuid1 2.37.2-4
[   99s] I: Retrieving libxml2 2.9.12+dfsg-5
[   99s] I: Validating libxml2 2.9.12+dfsg-5
[   99s] I: Retrieving libxxhash0 0.8.0-2
[   99s] I: Validating libxxhash0 0.8.0-2
[   99s] I: Retrieving libzstd1 1.4.8+dfsg-3
[   99s] I: Validating libzstd1 1.4.8+dfsg-3
[   99s] I: Retrieving linux-libc-dev 5.14.16-1
[   99s] I: Validating linux-libc-dev 5.14.16-1
[   99s] I: Retrieving login 1:4.8.1-1.1
[   99s] I: Validating login 1:4.8.1-1.1
[   99s] I: Retrieving m4 1.4.18-5
[   99s] I: Validating m4 1.4.18-5
[   99s] I: Retrieving make 4.3-4.1
[   99s] I: Validating make 4.3-4.1
[   99s] I: Retrieving man-db 2.9.4-2
[   99s] I: Validating man-db 2.9.4-2
[   99s] I: Retrieving mawk 1.3.4.20200120-2
[   99s] I: Validating mawk 1.3.4.20200120-2
[   99s] I: Retrieving mount 2.37.2-4
[   99s] I: Validating mount 2.37.2-4
[   99s] I: Retrieving ncurses-base 6.2+20210905-1
[   99s] I: Validating ncurses-base 6.2+20210905-1
[   99s] I: Retrieving passwd 1:4.8.1-1.1
[   99s] I: Validating passwd 1:4.8.1-1.1
[   99s] I: Retrieving patch 2.7.6-7
[   99s] I: Validating patch 2.7.6-7
[   99s] I: Retrieving perl 5.32.1-6
[   99s] I: Validating perl 5.32.1-6
[   99s] I: Retrieving perl-base 5.32.1-6
[   99s] I: Validating perl-base 5.32.1-6
[   99s] I: Retrieving perl-modules-5.32 5.32.1-6
[   99s] I: Validating perl-modules-5.32 5.32.1-6
[  100s] I: Retrieving pkg-config 0.29.2-1
[  100s] I: Validating pkg-config 0.29.2-1
[  100s] I: Retrieving po-debconf 1.0.21+nmu1
[  100s] I: Validating po-debconf 1.0.21+nmu1
[  100s] I: Retrieving rpcsvc-proto 1.4.2-4
[  100s] I: Validating rpcsvc-proto 1.4.2-4
[  100s] I: Retrieving sed 4.8-1
[  100s] I: Validating sed 4.8-1
[  100s] I: Retrieving sensible-utils 0.0.17
[  100s] I: Validating sensible-utils 0.0.17
[  100s] I: Retrieving tar 1.34+dfsg-1
[  100s] I: Validating tar 1.34+dfsg-1
[  100s] I: Retrieving tzdata 2021e-1
[  100s] I: Validating tzdata 2021e-1
[  100s] I: Retrieving util-linux 2.37.2-4
[  100s] I: Validating util-linux 2.37.2-4
[  100s] I: Retrieving xz-utils 5.2.5-2
[  100s] I: Validating xz-utils 5.2.5-2
[  100s] I: Retrieving zlib1g 1:1.2.11.dfsg-2
[  100s] I: Validating zlib1g 1:1.2.11.dfsg-2
[  100s] I: Retrieving zlib1g-dev 1:1.2.11.dfsg-2
[  100s] I: Validating zlib1g-dev 1:1.2.11.dfsg-2
[  100s] I: Chosen extractor for .deb packages: dpkg-deb
[  100s] I: Extracting base-files...
[  100s] I: Extracting base-passwd...
[  100s] I: Extracting bash...
[  100s] I: Extracting coreutils...
[  101s] I: Extracting dash...
[  101s] I: Extracting debconf...
[  101s] I: Extracting debianutils...
[  101s] I: Extracting diffutils...
[  101s] I: Extracting dpkg...
[  101s] I: Extracting findutils...
[  101s] I: Extracting gcc-11-base...
[  101s] I: Extracting grep...
[  101s] I: Extracting gzip...
[  101s] I: Extracting hostname...
[  101s] I: Extracting init-system-helpers...
[  101s] I: Extracting libacl1...
[  101s] I: Extracting libattr1...
[  101s] I: Extracting libaudit-common...
[  101s] I: Extracting libaudit1...
[  101s] I: Extracting libblkid1...
[  101s] I: Extracting libbz2-1.0...
[  101s] I: Extracting libc-bin...
[  102s] I: Extracting libc6...
[  102s] I: Extracting libcap-ng0...
[  102s] I: Extracting libcap2...
[  102s] I: Extracting libcom-err2...
[  102s] I: Extracting libcrypt1...
[  102s] I: Extracting libdb5.3...
[  102s] I: Extracting libdebconfclient0...
[  102s] I: Extracting libgcc-s1...
[  102s] I: Extracting libgcrypt20...
[  102s] I: Extracting libgmp10...
[  102s] I: Extracting libgpg-error0...
[  102s] I: Extracting libgssapi-krb5-2...
[  102s] I: Extracting libk5crypto3...
[  102s] I: Extracting libkeyutils1...
[  102s] I: Extracting libkrb5-3...
[  103s] I: Extracting libkrb5support0...
[  103s] I: Extracting liblz4-1...
[  103s] I: Extracting liblzma5...
[  103s] I: Extracting libmount1...
[  103s] I: Extracting libnsl2...
[  103s] I: Extracting libpam-modules...
[  103s] I: Extracting libpam-modules-bin...
[  103s] I: Extracting libpam-runtime...
[  103s] I: Extracting libpam0g...
[  103s] I: Extracting libpcre2-8-0...
[  103s] I: Extracting libpcre3...
[  103s] I: Extracting libselinux1...
[  103s] I: Extracting libsemanage-common...
[  103s] I: Extracting libsemanage1...
[  103s] I: Extracting libsepol1...
[  103s] I: Extracting libsmartcols1...
[  103s] I: Extracting libssl1.1...
[  103s] I: Extracting libsystemd0...
[  103s] I: Extracting libtinfo6...
[  103s] I: Extracting libtirpc-common...
[  103s] I: Extracting libtirpc3...
[  103s] I: Extracting libudev1...
[  103s] I: Extracting libuuid1...
[  103s] I: Extracting libzstd1...
[  104s] I: Extracting login...
[  104s] I: Extracting mawk...
[  104s] I: Extracting mount...
[  104s] I: Extracting ncurses-base...
[  104s] I: Extracting passwd...
[  104s] I: Extracting perl-base...
[  104s] I: Extracting sed...
[  104s] I: Extracting sensible-utils...
[  104s] I: Extracting tar...
[  104s] I: Extracting tzdata...
[  105s] I: Extracting util-linux...
[  105s] I: Extracting zlib1g...
[  105s] I: Installing core packages...
[  108s] I: Unpacking required packages...
[  108s] I: Unpacking base-files...
[  108s] I: Unpacking base-passwd...
[  108s] I: Unpacking bash...
[  108s] I: Unpacking coreutils...
[  109s] I: Unpacking dash...
[  109s] I: Unpacking debconf...
[  109s] I: Unpacking debianutils...
[  109s] I: Unpacking diffutils...
[  109s] I: Unpacking dpkg...
[  109s] I: Unpacking findutils...
[  110s] I: Unpacking gcc-11-base:amd64...
[  110s] I: Unpacking grep...
[  110s] I: Unpacking gzip...
[  110s] I: Unpacking hostname...
[  110s] I: Unpacking init-system-helpers...
[  110s] I: Unpacking libacl1:amd64...
[  110s] I: Unpacking libattr1:amd64...
[  110s] I: Unpacking libaudit-common...
[  110s] I: Unpacking libaudit1:amd64...
[  110s] I: Unpacking libblkid1:amd64...
[  110s] I: Unpacking libbz2-1.0:amd64...
[  110s] I: Unpacking libc-bin...
[  110s] I: Unpacking libc6:amd64...
[  111s] I: Unpacking libcap-ng0:amd64...
[  111s] I: Unpacking libcap2:amd64...
[  111s] I: Unpacking libcom-err2:amd64...
[  111s] I: Unpacking libcrypt1:amd64...
[  111s] I: Unpacking libdb5.3:amd64...
[  112s] I: Unpacking libdebconfclient0:amd64...
[  112s] I: Unpacking libgcc-s1:amd64...
[  112s] I: Unpacking libgcrypt20:amd64...
[  112s] I: Unpacking libgmp10:amd64...
[  112s] I: Unpacking libgpg-error0:amd64...
[  112s] I: Unpacking libgssapi-krb5-2:amd64...
[  112s] I: Unpacking libk5crypto3:amd64...
[  112s] I: Unpacking libkeyutils1:amd64...
[  112s] I: Unpacking libkrb5-3:amd64...
[  112s] I: Unpacking libkrb5support0:amd64...
[  112s] I: Unpacking liblz4-1:amd64...
[  112s] I: Unpacking liblzma5:amd64...
[  112s] I: Unpacking libmount1:amd64...
[  112s] I: Unpacking libnsl2:amd64...
[  112s] I: Unpacking libpam-modules:amd64...
[  113s] I: Unpacking libpam-modules-bin...
[  113s] I: Unpacking libpam-runtime...
[  113s] I: Unpacking libpam0g:amd64...
[  113s] I: Unpacking libpcre2-8-0:amd64...
[  113s] I: Unpacking libpcre3:amd64...
[  113s] I: Unpacking libselinux1:amd64...
[  113s] I: Unpacking libsemanage-common...
[  113s] I: Unpacking libsemanage1:amd64...
[  113s] I: Unpacking libsepol1:amd64...
[  113s] I: Unpacking libsmartcols1:amd64...
[  113s] I: Unpacking libssl1.1:amd64...
[  114s] I: Unpacking libsystemd0:amd64...
[  114s] I: Unpacking libtinfo6:amd64...
[  114s] I: Unpacking libtirpc-common...
[  114s] I: Unpacking libtirpc3:amd64...
[  114s] I: Unpacking libudev1:amd64...
[  114s] I: Unpacking libuuid1:amd64...
[  114s] I: Unpacking libzstd1:amd64...
[  114s] I: Unpacking login...
[  114s] I: Unpacking mawk...
[  115s] I: Unpacking mount...
[  115s] I: Unpacking ncurses-base...
[  115s] I: Unpacking passwd...
[  115s] I: Unpacking perl-base...
[  116s] I: Unpacking sed...
[  116s] I: Unpacking sensible-utils...
[  116s] I: Unpacking tar...
[  116s] I: Unpacking tzdata...
[  117s] I: Unpacking util-linux...
[  117s] I: Unpacking zlib1g:amd64...
[  117s] I: Configuring required packages...
[  117s] I: Configuring gcc-11-base:amd64...
[  117s] I: Configuring libtirpc-common...
[  117s] I: Configuring libaudit-common...
[  117s] I: Configuring libsemanage-common...
[  117s] I: Configuring ncurses-base...
[  117s] I: Configuring sensible-utils...
[  117s] I: Configuring libgcc-s1:amd64...
[  117s] I: Configuring libc6:amd64...
[  117s] I: Configuring libudev1:amd64...
[  117s] I: Configuring libsepol1:amd64...
[  117s] I: Configuring libattr1:amd64...
[  117s] I: Configuring debianutils...
[  118s] I: Configuring mawk...
[  118s] I: Configuring libdebconfclient0:amd64...
[  118s] I: Configuring base-files...
[  118s] I: Configuring libbz2-1.0:amd64...
[  118s] I: Configuring base-passwd...
[  118s] I: Configuring libdb5.3:amd64...
[  118s] I: Configuring libblkid1:amd64...
[  118s] I: Configuring libtinfo6:amd64...
[  118s] I: Configuring bash...
[  118s] I: Configuring libzstd1:amd64...
[  118s] I: Configuring libkeyutils1:amd64...
[  118s] I: Configuring liblzma5:amd64...
[  118s] I: Configuring libgpg-error0:amd64...
[  118s] I: Configuring liblz4-1:amd64...
[  118s] I: Configuring libc-bin...
[  118s] I: Configuring libacl1:amd64...
[  118s] I: Configuring libsmartcols1:amd64...
[  118s] I: Configuring libgcrypt20:amd64...
[  118s] I: Configuring zlib1g:amd64...
[  118s] I: Configuring libcrypt1:amd64...
[  118s] I: Configuring libcom-err2:amd64...
[  118s] I: Configuring diffutils...
[  118s] I: Configuring libcap2:amd64...
[  118s] I: Configuring libkrb5support0:amd64...
[  118s] I: Configuring hostname...
[  118s] I: Configuring libpcre3:amd64...
[  118s] I: Configuring libcap-ng0:amd64...
[  118s] I: Configuring libgmp10:amd64...
[  118s] I: Configuring libaudit1:amd64...
[  118s] I: Configuring libuuid1:amd64...
[  118s] I: Configuring libpcre2-8-0:amd64...
[  118s] I: Configuring libk5crypto3:amd64...
[  118s] I: Configuring libsystemd0:amd64...
[  118s] I: Configuring libselinux1:amd64...
[  118s] I: Configuring sed...
[  118s] I: Configuring findutils...
[  118s] I: Configuring libmount1:amd64...
[  118s] I: Configuring libsemanage1:amd64...
[  118s] I: Configuring tar...
[  118s] I: Configuring coreutils...
[  118s] I: Configuring dpkg...
[  118s] I: Configuring mount...
[  118s] I: Configuring grep...
[  118s] I: Configuring perl-base...
[  118s] I: Configuring init-system-helpers...
[  118s] I: Configuring gzip...
[  118s] I: Configuring debconf...
[  119s] I: Configuring tzdata...
[  119s] I: Configuring libpam0g:amd64...
[  119s] I: Configuring util-linux...
[  119s] I: Configuring dash...
[  120s] I: Configuring libssl1.1:amd64...
[  120s] I: Configuring libpam-modules-bin...
[  120s] I: Configuring libkrb5-3:amd64...
[  120s] I: Configuring libgssapi-krb5-2:amd64...
[  120s] I: Configuring libtirpc3:amd64...
[  120s] I: Configuring libnsl2:amd64...
[  120s] I: Configuring libpam-modules:amd64...
[  120s] I: Configuring passwd...
[  120s] I: Configuring libpam-runtime...
[  120s] I: Configuring login...
[  120s] I: Configuring libc-bin...
[  120s] I: Unpacking the base system...
[  121s] I: Unpacking adduser...
[  121s] I: Unpacking apt...
[  121s] I: Unpacking autoconf...
[  121s] I: Unpacking automake...
[  121s] I: Unpacking autopoint...
[  121s] I: Unpacking autotools-dev...
[  121s] I: Unpacking binutils...
[  121s] I: Unpacking binutils-common:amd64...
[  122s] I: Unpacking binutils-x86-64-linux-gnu...
[  122s] I: Unpacking bsdextrautils...
[  122s] I: Unpacking build-essential...
[  122s] I: Unpacking bzip2...
[  122s] I: Unpacking cpp...
[  122s] I: Unpacking cpp-11...
[  129s] I: Unpacking debhelper...
[  129s] I: Unpacking debian-archive-keyring...
[  129s] I: Unpacking dh-autoreconf...
[  129s] I: Unpacking dh-strip-nondeterminism...
[  129s] I: Unpacking dpkg-dev...
[  130s] I: Unpacking dwz...
[  130s] I: Unpacking fakeroot...
[  130s] I: Unpacking file...
[  130s] I: Unpacking g++...
[  130s] I: Unpacking g++-11...
[  138s] I: Unpacking gcc...
[  138s] I: Unpacking gcc-11...
[  146s] I: Unpacking gettext...
[  147s] I: Unpacking gettext-base...
[  147s] I: Unpacking gpgv...
[  147s] I: Unpacking groff-base...
[  147s] I: Unpacking insserv...
[  147s] I: Unpacking intltool-debian...
[  147s] I: Unpacking libapt-pkg6.0:amd64...
[  147s] I: Unpacking libarchive-zip-perl...
[  147s] I: Unpacking libasan6:amd64...
[  148s] I: Unpacking libatomic1:amd64...
[  148s] I: Unpacking libbinutils:amd64...
[  148s] I: Unpacking libbrotli1:amd64...
[  148s] I: Unpacking libbz2-dev:amd64...
[  148s] I: Unpacking libc-dev-bin...
[  148s] I: Unpacking libc6-dev:amd64...
[  149s] I: Unpacking libcc1-0:amd64...
[  149s] I: Unpacking libclamav-dev...
[  149s] I: Unpacking libclamav9:amd64...
[  149s] I: Unpacking libcrypt-dev:amd64...
[  149s] I: Unpacking libctf-nobfd0:amd64...
[  149s] I: Unpacking libctf0:amd64...
[  149s] I: Unpacking libcurl4:amd64...
[  149s] I: Unpacking libdb-dev:amd64...
[  149s] I: Unpacking libdb5.3-dev...
[  150s] I: Unpacking libdbus-1-3:amd64...
[  150s] I: Unpacking libdebhelper-perl...
[  150s] I: Unpacking libdpkg-perl...
[  150s] I: Unpacking libelf1:amd64...
[  150s] I: Unpacking libfakeroot:amd64...
[  150s] I: Unpacking libffi8:amd64...
[  150s] I: Unpacking libfile-stripnondeterminism-perl...
[  150s] I: Unpacking libgcc-11-dev:amd64...
[  150s] I: Unpacking libgdbm-compat4:amd64...
[  150s] I: Unpacking libgdbm6:amd64...
[  150s] I: Unpacking libglib2.0-0:amd64...
[  151s] I: Unpacking libgnutls30:amd64...
[  151s] I: Unpacking libgomp1:amd64...
[  151s] I: Unpacking libhogweed6:amd64...
[  151s] I: Unpacking libicapapi-dev...
[  151s] I: Unpacking libicapapi5...
[  151s] I: Unpacking libicu67:amd64...
[  152s] I: Unpacking libidn-dev:amd64...
[  152s] I: Unpacking libidn11-dev:amd64...
[  152s] I: Unpacking libidn12:amd64...
[  152s] I: Unpacking libidn2-0:amd64...
[  153s] I: Unpacking libisl23:amd64...
[  153s] I: Unpacking libitm1:amd64...
[  153s] I: Unpacking libjson-c5:amd64...
[  153s] I: Unpacking libldap-2.4-2:amd64...
[  153s] I: Unpacking liblsan0:amd64...
[  153s] I: Unpacking libltdl-dev:amd64...
[  153s] I: Unpacking libltdl7:amd64...
[  153s] I: Unpacking libmagic-mgc...
[  153s] I: Unpacking libmagic1:amd64...
[  153s] I: Unpacking libmpc3:amd64...
[  153s] I: Unpacking libmpfr6:amd64...
[  153s] I: Unpacking libmspack0:amd64...
[  153s] I: Unpacking libncurses5:amd64...
[  154s] I: Unpacking libnettle8:amd64...
[  154s] I: Unpacking libnghttp2-14:amd64...
[  154s] I: Unpacking libnsl-dev:amd64...
[  154s] I: Unpacking libnss-myhostname:amd64...
[  154s] I: Unpacking libp11-kit0:amd64...
[  154s] I: Unpacking libperl-dev:amd64...
[  154s] I: Unpacking libperl5.32:amd64...
[  155s] I: Unpacking libpipeline1:amd64...
[  155s] I: Unpacking libpsl5:amd64...
[  155s] I: Unpacking libquadmath0:amd64...
[  155s] I: Unpacking librtmp1:amd64...
[  155s] I: Unpacking libsasl2-2:amd64...
[  155s] I: Unpacking libsasl2-modules-db:amd64...
[  155s] I: Unpacking libseccomp2:amd64...
[  155s] I: Unpacking libsigsegv2:amd64...
[  155s] I: Unpacking libssh2-1:amd64...
[  155s] I: Unpacking libssl-dev:amd64...
[  156s] I: Unpacking libstdc++-11-dev:amd64...
[  156s] I: Unpacking libstdc++6:amd64...
[  156s] I: Unpacking libsub-override-perl...
[  156s] I: Unpacking libtasn1-6:amd64...
[  156s] I: Unpacking libtfm1:amd64...
[  156s] I: Unpacking libtinfo5:amd64...
[  156s] I: Unpacking libtirpc-dev:amd64...
[  156s] I: Unpacking libtommath-dev:amd64...
[  156s] I: Unpacking libtommath1:amd64...
[  157s] I: Unpacking libtool...
[  157s] I: Unpacking libtsan0:amd64...
[  157s] I: Unpacking libubsan1:amd64...
[  157s] I: Unpacking libuchardet0:amd64...
[  157s] I: Unpacking libunistring2:amd64...
[  157s] I: Unpacking libxml2:amd64...
[  157s] I: Unpacking libxxhash0:amd64...
[  157s] I: Unpacking linux-libc-dev:amd64...
[  158s] I: Unpacking m4...
[  158s] I: Unpacking make...
[  158s] I: Unpacking man-db...
[  158s] I: Unpacking patch...
[  158s] I: Unpacking perl...
[  158s] I: Unpacking perl-modules-5.32...
[  159s] I: Unpacking pkg-config...
[  159s] I: Unpacking po-debconf...
[  159s] I: Unpacking rpcsvc-proto...
[  159s] I: Unpacking xz-utils...
[  160s] I: Unpacking zlib1g-dev:amd64...
[  160s] I: Configuring the base system...
[  160s] I: Configuring libpipeline1:amd64...
[  160s] I: Configuring adduser...
[  160s] I: Configuring bsdextrautils...
[  160s] I: Configuring libmagic-mgc...
[  160s] I: Configuring libtommath1:amd64...
[  160s] I: Configuring perl-modules-5.32...
[  160s] I: Configuring libbrotli1:amd64...
[  160s] I: Configuring libmspack0:amd64...
[  160s] I: Configuring libtfm1:amd64...
[  160s] I: Configuring binutils-common:amd64...
[  160s] I: Configuring debian-archive-keyring...
[  160s] I: Configuring libnghttp2-14:amd64...
[  160s] I: Configuring libmagic1:amd64...
[  160s] I: Configuring libunistring2:amd64...
[  160s] I: Configuring linux-libc-dev:amd64...
[  160s] I: Configuring libctf-nobfd0:amd64...
[  160s] I: Configuring gettext-base...
[  160s] I: Configuring libidn2-0:amd64...
[  160s] I: Configuring file...
[  160s] I: Configuring libgomp1:amd64...
[  160s] I: Configuring bzip2...
[  160s] I: Configuring libseccomp2:amd64...
[  160s] I: Configuring libfakeroot:amd64...
[  160s] I: Configuring libasan6:amd64...
[  160s] I: Configuring libsasl2-modules-db:amd64...
[  160s] I: Configuring fakeroot...
[  160s] I: Configuring libtommath-dev:amd64...
[  160s] I: Configuring autotools-dev...
[  160s] I: Configuring libtirpc-dev:amd64...
[  160s] I: Configuring rpcsvc-proto...
[  160s] I: Configuring libnettle8:amd64...
[  160s] I: Configuring make...
[  160s] I: Configuring libmpfr6:amd64...
[  160s] I: Configuring libdbus-1-3:amd64...
[  160s] I: Configuring libsigsegv2:amd64...
[  160s] I: Configuring xz-utils...
[  160s] I: Configuring libquadmath0:amd64...
[  160s] I: Configuring libssl-dev:amd64...
[  160s] I: Configuring libmpc3:amd64...
[  160s] I: Configuring libatomic1:amd64...
[  160s] I: Configuring libidn12:amd64...
[  160s] I: Configuring patch...
[  160s] I: Configuring autopoint...
[  160s] I: Configuring libnss-myhostname:amd64...
[  160s] I: Configuring insserv...
[  160s] I: Configuring libltdl7:amd64...
[  160s] I: Configuring libsasl2-2:amd64...
[  160s] I: Configuring libffi8:amd64...
[  160s] I: Configuring libnsl-dev:amd64...
[  160s] I: Configuring gpgv...
[  160s] I: Configuring libdb5.3-dev...
[  160s] I: Configuring libcrypt-dev:amd64...
[  160s] I: Configuring libxxhash0:amd64...
[  160s] I: Configuring libtasn1-6:amd64...
[  160s] I: Configuring libssh2-1:amd64...
[  160s] I: Configuring libbinutils:amd64...
[  160s] I: Configuring libisl23:amd64...
[  160s] I: Configuring libc-dev-bin...
[  160s] I: Configuring libtinfo5:amd64...
[  160s] I: Configuring libelf1:amd64...
[  160s] I: Configuring libjson-c5:amd64...
[  160s] I: Configuring libstdc++6:amd64...
[  160s] I: Configuring liblsan0:amd64...
[  160s] I: Configuring libitm1:amd64...
[  160s] I: Configuring libgdbm6:amd64...
[  160s] I: Configuring libtsan0:amd64...
[  160s] I: Configuring libctf0:amd64...
[  160s] I: Configuring cpp-11...
[  160s] I: Configuring libicapapi5...
[  160s] I: Configuring libpsl5:amd64...
[  160s] I: Configuring libhogweed6:amd64...
[  160s] I: Configuring libicapapi-dev...
[  160s] I: Configuring libicu67:amd64...
[  160s] I: Configuring libglib2.0-0:amd64...
[  161s] I: Configuring m4...
[  161s] I: Configuring libncurses5:amd64...
[  161s] I: Configuring libapt-pkg6.0:amd64...
[  161s] I: Configuring libdb-dev:amd64...
[  161s] I: Configuring libp11-kit0:amd64...
[  161s] I: Configuring libgdbm-compat4:amd64...
[  161s] I: Configuring libperl5.32:amd64...
[  161s] I: Configuring libubsan1:amd64...
[  161s] I: Configuring libgcc-11-dev:amd64...
[  161s] I: Configuring dwz...
[  161s] I: Configuring cpp...
[  161s] I: Configuring libuchardet0:amd64...
[  161s] I: Configuring libc6-dev:amd64...
[  161s] I: Configuring libxml2:amd64...
[  161s] I: Configuring libcc1-0:amd64...
[  161s] I: Configuring binutils-x86-64-linux-gnu...
[  161s] I: Configuring libbz2-dev:amd64...
[  161s] I: Configuring gettext...
[  161s] I: Configuring binutils...
[  161s] I: Configuring perl...
[  161s] I: Configuring libgnutls30:amd64...
[  161s] I: Configuring librtmp1:amd64...
[  161s] I: Configuring libdpkg-perl...
[  161s] I: Configuring autoconf...
[  161s] I: Configuring libstdc++-11-dev:amd64...
[  161s] I: Configuring zlib1g-dev:amd64...
[  161s] I: Configuring gcc-11...
[  161s] I: Configuring groff-base...
[  161s] I: Configuring libsub-override-perl...
[  161s] I: Configuring automake...
[  161s] I: Configuring apt...
[  162s] I: Configuring libtool...
[  162s] I: Configuring g++-11...
[  162s] I: Configuring libarchive-zip-perl...
[  162s] I: Configuring libdebhelper-perl...
[  162s] I: Configuring libldap-2.4-2:amd64...
[  162s] I: Configuring libperl-dev:amd64...
[  162s] I: Configuring man-db...
[  200s] I: Configuring gcc...
[  200s] I: Configuring dpkg-dev...
[  200s] I: Configuring intltool-debian...
[  200s] I: Configuring dh-autoreconf...
[  200s] I: Configuring libltdl-dev:amd64...
[  200s] I: Configuring pkg-config...
[  200s] I: Configuring g++...
[  200s] I: Configuring build-essential...
[  200s] I: Configuring libcurl4:amd64...
[  200s] I: Configuring libidn-dev:amd64...
[  200s] I: Configuring libfile-stripnondeterminism-perl...
[  200s] I: Configuring libidn11-dev:amd64...
[  200s] I: Configuring po-debconf...
[  200s] I: Configuring libclamav9:amd64...
[  200s] I: Configuring libclamav-dev...
[  200s] I: Configuring dh-strip-nondeterminism...
[  200s] I: Configuring debhelper...
[  200s] I: Configuring libc-bin...
[  200s] I: Base system installed successfully.
[  200s] 127.0.0.1 localhost
[  200s] 127.0.0.1 potassium
[  200s] 127.0.0.2 localhost.
[  201s] Reading package lists...
[  201s] ==== Kernel ====
[  201s] 
[  201s] Linux potassium 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
[  201s] 
[  201s] ==== Filesystems in build chroot ====
[  201s] 
[  201s] 268 105 0:4 / /proc rw,relatime shared:149 - proc none rw
[  201s] 275 105 0:18 / /sys ro,relatime shared:153 - sysfs none rw
[  201s] 471 105 0:58 / /dev/pts rw,relatime shared:265 - devpts none rw,gid=5,mode=620,ptmxmode=666
[  201s] 478 105 0:60 / /dev/shm rw,relatime shared:269 - tmpfs none rw
[  201s] 
[  201s] ==== User identity in build chroot ====
[  201s] 
[  201s] uid=399(abuild) gid=399(abuild) groups=399(abuild)
[  201s] 
[  201s] ==== Environment variables in build chroot ====
[  201s] 
[  201s] HOME=/home/abuild
[  201s] LOGNAME=abuild
[  201s] MAIL=/var/mail/abuild
[  201s] PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
[  201s] PWD=/home/abuild
[  201s] SHELL=/bin/bash
[  201s] SHLVL=0
[  201s] TERM=screen
[  201s] USER=abuild
[  201s] _=/usr/bin/env
[  201s] 
[  201s] ==== Packages installed in build chroot ====
[  201s] 
[  201s] adduser	3.118
[  201s] apt	2.3.11
[  201s] autoconf	2.71-21.1
[  201s] automake	1:1.16.5-11.1
[  201s] autopoint	0.21-4
[  201s] autotools-dev	20180224.1+nmu1
[  201s] base-files	12
[  201s] base-passwd	3.5.521.1
[  201s] bash	5.1-3.11.1
[  201s] binutils	2.37-81.1
[  201s] binutils-common:amd64	2.37-81.1
[  201s] binutils-x86-64-linux-gnu	2.37-81.1
[  201s] bsdextrautils	2.37.2-4
[  201s] build-essential	12.91.1
[  201s] bzip2	1.0.8-4
[  201s] coreutils	8.32-4.1
[  201s] cpp	4:11.2.0-2
[  201s] cpp-11	11.2.0-10
[  201s] dash	0.5.11+git20210903+057cd650a4ed-3exp12.1
[  201s] debconf	1.5.79
[  201s] debhelper	13.5.2
[  201s] debian-archive-keyring	2021.1.1
[  201s] debianutils	5.5-1
[  201s] dh-autoreconf	20
[  201s] dh-strip-nondeterminism	1.12.0-2
[  201s] diffutils	1:3.7-5
[  201s] dpkg	1.20.9
[  201s] dpkg-dev	1.20.9
[  201s] dwz	0.14-1
[  201s] fakeroot	1.26-1
[  201s] file	1:5.39-3
[  201s] findutils	4.8.0-1
[  201s] g++	4:11.2.0-2
[  201s] g++-11	11.2.0-10
[  201s] gcc	4:11.2.0-2
[  201s] gcc-11	11.2.0-10
[  201s] gcc-11-base:amd64	11.2.0-10
[  201s] gettext	0.21-4
[  201s] gettext-base	0.21-4
[  201s] gpgv	2.2.27-2
[  201s] grep	3.7-1
[  201s] groff-base	1.22.4-7
[  201s] gzip	1.10-4
[  201s] hostname	3.23
[  201s] init-system-helpers	1.60
[  201s] insserv	1.23.0-1
[  201s] intltool-debian	0.35.0+20060710.5
[  201s] libacl1:amd64	2.3.1-11.1
[  201s] libapt-pkg6.0:amd64	2.3.11
[  201s] libarchive-zip-perl	1.68-1
[  201s] libasan6:amd64	11.2.0-10
[  201s] libatomic1:amd64	11.2.0-10
[  201s] libattr1:amd64	1:2.5.1-11.1
[  201s] libaudit-common	1:3.0.6-11.1
[  201s] libaudit1:amd64	1:3.0.6-11.1
[  201s] libbinutils:amd64	2.37-81.1
[  201s] libblkid1:amd64	2.37.2-4
[  201s] libbrotli1:amd64	1.0.9-21.1
[  201s] libbz2-1.0:amd64	1.0.8-4
[  201s] libbz2-dev:amd64	1.0.8-4
[  201s] libc-bin	2.32-4
[  201s] libc-dev-bin	2.32-4
[  201s] libc6:amd64	2.32-4
[  201s] libc6-dev:amd64	2.32-4
[  201s] libcap-ng0:amd64	0.7.9-2.2+b1
[  201s] libcap2:amd64	1:2.44-1
[  201s] libcc1-0:amd64	11.2.0-10
[  201s] libclamav-dev	0.103.3+dfsg-11.1
[  201s] libclamav9:amd64	0.103.3+dfsg-11.1
[  201s] libcom-err2:amd64	1.46.4-1
[  201s] libcrypt-dev:amd64	1:4.4.25-2
[  201s] libcrypt1:amd64	1:4.4.25-2
[  201s] libctf-nobfd0:amd64	2.37-81.1
[  201s] libctf0:amd64	2.37-81.1
[  201s] libcurl4:amd64	7.74.0-1.3+b1
[  201s] libdb-dev:amd64	5.3.1+nmu1
[  201s] libdb5.3:amd64	5.3.28+dfsg1-0.8
[  201s] libdb5.3-dev	5.3.28+dfsg1-0.8
[  201s] libdbus-1-3:amd64	1.12.20-3
[  201s] libdebconfclient0:amd64	0.2601.1
[  201s] libdebhelper-perl	13.5.2
[  201s] libdpkg-perl	1.20.9
[  201s] libelf1:amd64	0.185-2
[  201s] libfakeroot:amd64	1.26-1
[  201s] libffi8:amd64	3.4.2-3
[  201s] libfile-stripnondeterminism-perl	1.12.0-2
[  201s] libgcc-11-dev:amd64	11.2.0-10
[  201s] libgcc-s1:amd64	11.2.0-10
[  201s] libgcrypt20:amd64	1.9.4-3+b1
[  201s] libgdbm-compat4:amd64	1.22-1
[  201s] libgdbm6:amd64	1.22-1
[  201s] libglib2.0-0:amd64	2.70.0-3
[  201s] libgmp10:amd64	2:6.2.1+dfsg-2
[  201s] libgnutls30:amd64	3.7.2-2
[  201s] libgomp1:amd64	11.2.0-10
[  201s] libgpg-error0:amd64	1.42-3
[  201s] libgssapi-krb5-2:amd64	1.18.3-7
[  201s] libhogweed6:amd64	3.7.3-1
[  201s] libicapapi-dev	1:0.5.6-21.1
[  201s] libicapapi5	1:0.5.6-21.1
[  201s] libicu67:amd64	67.1-7
[  201s] libidn-dev:amd64	1.38-4
[  201s] libidn11-dev:amd64	1.38-4
[  201s] libidn12:amd64	1.38-4
[  201s] libidn2-0:amd64	2.3.2-2
[  201s] libisl23:amd64	0.24-2
[  201s] libitm1:amd64	11.2.0-10
[  201s] libjson-c5:amd64	0.15-2
[  201s] libk5crypto3:amd64	1.18.3-7
[  201s] libkeyutils1:amd64	1.6.1-2
[  201s] libkrb5-3:amd64	1.18.3-7
[  201s] libkrb5support0:amd64	1.18.3-7
[  201s] libldap-2.4-2:amd64	2.4.59+dfsg-1
[  201s] liblsan0:amd64	11.2.0-10
[  201s] libltdl-dev:amd64	2.4.6-15
[  201s] libltdl7:amd64	2.4.6-15
[  201s] liblz4-1:amd64	1.9.3-2
[  201s] liblzma5:amd64	5.2.5-2
[  201s] libmagic-mgc	1:5.39-3
[  201s] libmagic1:amd64	1:5.39-3
[  201s] libmount1:amd64	2.37.2-4
[  201s] libmpc3:amd64	1.2.1-1
[  201s] libmpfr6:amd64	4.1.0-3
[  201s] libmspack0:amd64	0.10.1-2
[  201s] libncurses5:amd64	6.2+20210905-1
[  201s] libnettle8:amd64	3.7.3-1
[  201s] libnghttp2-14:amd64	1.43.0-1
[  201s] libnsl-dev:amd64	1.3.0-2
[  201s] libnsl2:amd64	1.3.0-2
[  201s] libnss-myhostname:amd64	249.5-2
[  201s] libp11-kit0:amd64	0.24.0-5
[  201s] libpam-modules:amd64	1.4.0-10
[  201s] libpam-modules-bin	1.4.0-10
[  201s] libpam-runtime	1.4.0-10
[  201s] libpam0g:amd64	1.4.0-10
[  201s] libpcre2-8-0:amd64	10.36-2
[  201s] libpcre3:amd64	2:8.39-13
[  201s] libperl-dev:amd64	5.32.1-6
[  201s] libperl5.32:amd64	5.32.1-6
[  201s] libpipeline1:amd64	1.5.3-1
[  201s] libpsl5:amd64	0.21.0-1.2
[  201s] libquadmath0:amd64	11.2.0-10
[  201s] librtmp1:amd64	2.4+20151223.gitfa8646d.1-2+b2
[  201s] libsasl2-2:amd64	2.1.27+dfsg-2.2
[  201s] libsasl2-modules-db:amd64	2.1.27+dfsg-2.2
[  201s] libseccomp2:amd64	2.5.2-2
[  201s] libselinux1:amd64	3.1-3+b1
[  201s] libsemanage-common	3.1-1
[  201s] libsemanage1:amd64	3.1-1+b2
[  201s] libsepol1:amd64	3.1-1
[  201s] libsigsegv2:amd64	2.13-1
[  201s] libsmartcols1:amd64	2.37.2-4
[  201s] libssh2-1:amd64	1.10.0-2
[  201s] libssl-dev:amd64	1.1.1l-1
[  201s] libssl1.1:amd64	1.1.1l-1
[  201s] libstdc++-11-dev:amd64	11.2.0-10
[  201s] libstdc++6:amd64	11.2.0-10
[  201s] libsub-override-perl	0.09-2
[  201s] libsystemd0:amd64	249.5-2
[  201s] libtasn1-6:amd64	4.17.0-2
[  201s] libtfm1:amd64	0.13-4
[  201s] libtinfo5:amd64	6.2+20210905-1
[  201s] libtinfo6:amd64	6.2+20210905-1
[  201s] libtirpc-common	1.3.2-2
[  201s] libtirpc-dev:amd64	1.3.2-2
[  201s] libtirpc3:amd64	1.3.2-2
[  201s] libtommath-dev:amd64	1.2.0-6
[  201s] libtommath1:amd64	1.2.0-6
[  201s] libtool	2.4.6-15
[  201s] libtsan0:amd64	11.2.0-10
[  201s] libubsan1:amd64	11.2.0-10
[  201s] libuchardet0:amd64	0.0.7-1
[  201s] libudev1:amd64	249.5-2
[  201s] libunistring2:amd64	0.9.10-6
[  201s] libuuid1:amd64	2.37.2-4
[  201s] libxml2:amd64	2.9.12+dfsg-5
[  201s] libxxhash0:amd64	0.8.0-2
[  201s] libzstd1:amd64	1.4.8+dfsg-3
[  201s] linux-libc-dev:amd64	5.14.16-1
[  201s] login	1:4.8.1-1.1
[  201s] m4	1.4.18-5
[  201s] make	4.3-4.1
[  201s] man-db	2.9.4-2
[  201s] mawk	1.3.4.20200120-2
[  201s] mount	2.37.2-4
[  201s] ncurses-base	6.2+20210905-1
[  201s] passwd	1:4.8.1-1.1
[  201s] patch	2.7.6-7
[  201s] perl	5.32.1-6
[  201s] perl-base	5.32.1-6
[  201s] perl-modules-5.32	5.32.1-6
[  201s] pkg-config	0.29.2-1
[  201s] po-debconf	1.0.21+nmu1
[  201s] rpcsvc-proto	1.4.2-4
[  201s] sed	4.8-1
[  201s] sensible-utils	0.0.17
[  201s] tar	1.34+dfsg-1
[  201s] tzdata	2021e-1
[  201s] util-linux	2.37.2-4
[  201s] xz-utils	5.2.5-2
[  201s] zlib1g:amd64	1:1.2.11.dfsg-2
[  201s] zlib1g-dev:amd64	1:1.2.11.dfsg-2
[  201s] 
[  201s] dpkg-buildpackage: info: source package c-icap-modules
[  201s] dpkg-buildpackage: info: source version 1:0.5.5-11.1
[  201s] dpkg-buildpackage: info: source distribution unstable
[  201s] dpkg-buildpackage: info: source changed by OBS Build <obs@buildd>
[  201s]  dpkg-source --before-build .
[  201s] dpkg-buildpackage: info: host architecture amd64
[  202s]  fakeroot debian/rules clean
[  202s] dh clean
[  202s]    dh_clean
[  202s]  debian/rules build
[  202s] dh build
[  202s]    dh_update_autotools_config
[  203s]    dh_autoreconf
[  208s] libtoolize: putting auxiliary files in '.'.
[  208s] libtoolize: copying file './ltmain.sh'
[  208s] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
[  208s] libtoolize: copying file 'm4/libtool.m4'
[  208s] libtoolize: copying file 'm4/ltoptions.m4'
[  208s] libtoolize: copying file 'm4/ltsugar.m4'
[  208s] libtoolize: copying file 'm4/ltversion.m4'
[  208s] libtoolize: copying file 'm4/lt~obsolete.m4'
[  211s] configure.ac:8: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
[  211s] configure.ac:8: You should use the 'AC_CONFIG_HEADERS' macro instead.
[  211s] ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
[  211s] aclocal.m4:781: AM_CONFIG_HEADER is expanded from...
[  211s] configure.ac:8: the top level
[  211s] configure.ac:21: warning: The macro `AC_LIBTOOL_DLOPEN' is obsolete.
[  211s] configure.ac:21: You should run autoupdate.
[  211s] m4/ltoptions.m4:113: AC_LIBTOOL_DLOPEN is expanded from...
[  211s] configure.ac:21: the top level
[  211s] configure.ac:21: warning: AC_LIBTOOL_DLOPEN: Remove this warning and the call to _LT_SET_OPTION when you
[  211s] configure.ac:21: put the 'dlopen' option into LT_INIT's first parameter.
[  211s] ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
[  211s] m4/ltoptions.m4:113: AC_LIBTOOL_DLOPEN is expanded from...
[  211s] configure.ac:21: the top level
[  211s] configure.ac:22: warning: The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
[  211s] configure.ac:22: You should run autoupdate.
[  211s] m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
[  211s] configure.ac:22: the top level
[  211s] configure.ac:22: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
[  211s] configure.ac:22: put the 'win32-dll' option into LT_INIT's first parameter.
[  211s] ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
[  211s] m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
[  211s] configure.ac:22: the top level
[  211s] configure.ac:23: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
[  211s] configure.ac:23: You should run autoupdate.
[  211s] m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
[  211s] configure.ac:23: the top level
[  211s] configure.ac:162: warning: The macro `AC_TRY_COMPILE' is obsolete.
[  211s] configure.ac:162: You should run autoupdate.
[  211s] ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[  211s] configure.ac:162: the top level
[  211s] configure.ac:171: warning: The macro `AC_TRY_COMPILE' is obsolete.
[  211s] configure.ac:171: You should run autoupdate.
[  211s] ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[  211s] configure.ac:171: the top level
[  211s] configure.ac:183: warning: The macro `AC_TRY_COMPILE' is obsolete.
[  211s] configure.ac:183: You should run autoupdate.
[  211s] ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[  211s] configure.ac:183: the top level
[  211s] configure.ac:196: warning: The macro `AC_TRY_COMPILE' is obsolete.
[  211s] configure.ac:196: You should run autoupdate.
[  211s] ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[  211s] configure.ac:196: the top level
[  211s] configure.ac:296: warning: The macro `AC_TRY_COMPILE' is obsolete.
[  211s] configure.ac:296: You should run autoupdate.
[  211s] ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
[  211s] configure.ac:296: the top level
[  211s] configure.ac:318: warning: The macro `AC_HEADER_STDC' is obsolete.
[  211s] configure.ac:318: You should run autoupdate.
[  211s] ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
[  211s] configure.ac:318: the top level
[  211s] configure.ac:331: warning: AC_OUTPUT should be used without arguments.
[  211s] configure.ac:331: You should run autoupdate.
[  213s] configure.ac:14: installing './compile'
[  213s] configure.ac:10: installing './missing'
[  214s] services/content_filtering/Makefile.am: installing './depcomp'
[  214s]    debian/rules override_dh_auto_configure
[  214s] make[1]: Entering directory '/usr/src/packages/BUILD'
[  214s] dh_auto_configure -- \
[  214s] 	--prefix=/usr \
[  214s] 	--includedir=/usr/include/c_icap \
[  214s] 	--sysconfdir=/etc/c-icap \
[  214s] 	--localstatedir=/var \
[  214s] 	--libexecdir=/usr/lib/c_icap \
[  214s] 	--with-zlib=yes \
[  214s] 	--with-bzlib=yes \
[  214s] 	--with-clamav=yes \
[  214s] 	--with-bdb=yes
[  214s] 	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --includedir=/usr/include/c_icap --sysconfdir=/etc/c-icap --localstatedir=/var --libexecdir=/usr/lib/c_icap --with-zlib=yes --with-bzlib=yes --with-clamav=yes --with-bdb=yes
[  214s] checking whether to enable maintainer-specific portions of Makefiles... no
[  214s] checking for a BSD-compatible install... /usr/bin/install -c
[  214s] checking whether build environment is sane... yes
[  214s] checking for a race-free mkdir -p... /bin/mkdir -p
[  214s] checking for gawk... no
[  214s] checking for mawk... mawk
[  214s] checking whether make sets $(MAKE)... yes
[  214s] checking whether make supports nested variables... yes
[  214s] checking build system type... x86_64-pc-linux-gnu
[  214s] checking host system type... x86_64-pc-linux-gnu
[  214s] checking whether make supports the include directive... yes (GNU style)
[  214s] checking for gcc... gcc
[  214s] checking whether the C compiler works... yes
[  214s] checking for C compiler default output file name... a.out
[  215s] checking for suffix of executables... 
[  215s] checking whether we are cross compiling... no
[  215s] checking for suffix of object files... o
[  215s] checking whether the compiler supports GNU C... yes
[  215s] checking whether gcc accepts -g... yes
[  215s] checking for gcc option to enable C11 features... none needed
[  215s] checking whether gcc understands -c and -o together... yes
[  215s] checking dependency style of gcc... none
[  215s] checking for stdio.h... yes
[  215s] checking for stdlib.h... yes
[  215s] checking for string.h... yes
[  215s] checking for inttypes.h... yes
[  215s] checking for stdint.h... yes
[  215s] checking for strings.h... yes
[  215s] checking for sys/stat.h... yes
[  216s] checking for sys/types.h... yes
[  216s] checking for unistd.h... yes
[  216s] checking for wchar.h... yes
[  216s] checking for minix/config.h... no
[  216s] checking whether it is safe to define __EXTENSIONS__... yes
[  216s] checking whether _XOPEN_SOURCE should be defined... no
[  216s] checking for gcc... (cached) gcc
[  216s] checking whether the compiler supports GNU C... (cached) yes
[  216s] checking whether gcc accepts -g... (cached) yes
[  216s] checking for gcc option to enable C11 features... (cached) none needed
[  216s] checking whether gcc understands -c and -o together... (cached) yes
[  216s] checking dependency style of gcc... (cached) none
[  216s] checking whether byte ordering is bigendian... no
[  216s] checking how to print strings... printf
[  216s] checking for a sed that does not truncate output... /bin/sed
[  216s] checking for grep that handles long lines and -e... /bin/grep
[  216s] checking for egrep... /bin/grep -E
[  216s] checking for fgrep... /bin/grep -F
[  216s] checking for ld used by gcc... /usr/bin/ld
[  216s] checking if the linker (/usr/bin/ld) is GNU ld... yes
[  216s] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[  216s] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[  216s] checking whether ln -s works... yes
[  216s] checking the maximum length of command line arguments... 1572864
[  216s] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
[  216s] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[  216s] checking for /usr/bin/ld option to reload object files... -r
[  216s] checking for objdump... objdump
[  216s] checking how to recognize dependent libraries... pass_all
[  216s] checking for dlltool... dlltool
[  216s] checking how to associate runtime and link libraries... printf %s\n
[  216s] checking for ar... ar
[  216s] checking for archiver @FILE support... @
[  216s] checking for strip... strip
[  216s] checking for ranlib... ranlib
[  217s] checking command to parse /usr/bin/nm -B output from gcc object... ok
[  217s] checking for sysroot... no
[  217s] checking for a working dd... /bin/dd
[  217s] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[  217s] checking for mt... no
[  217s] checking if : is a manifest tool... no
[  217s] checking for dlfcn.h... yes
[  217s] checking for objdir... .libs
[  217s] checking if gcc supports -fno-rtti -fno-exceptions... no
[  217s] checking for gcc option to produce PIC... -fPIC -DPIC
[  217s] checking if gcc PIC flag -fPIC -DPIC works... yes
[  217s] checking if gcc static flag -static works... yes
[  217s] checking if gcc supports -c -o file.o... yes
[  217s] checking if gcc supports -c -o file.o... (cached) yes
[  217s] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[  217s] checking whether -lc should be explicitly linked in... no
[  217s] checking dynamic linker characteristics... GNU/Linux ld.so
[  217s] checking how to hardcode library paths into programs... immediate
[  217s] checking for shl_load... no
[  217s] checking for shl_load in -ldld... no
[  218s] checking for dlopen... no
[  218s] checking for dlopen in -ldl... yes
[  218s] checking whether a program can dlopen itself... yes
[  218s] checking whether a statically linked program can dlopen itself... no
[  218s] checking whether stripping libraries is possible... yes
[  218s] checking if libtool supports shared libraries... yes
[  218s] checking whether to build shared libraries... yes
[  218s] checking whether to build static libraries... no
[  218s] ./configure: 14224: Syntax error: Bad fd number
[  218s] 	tail -v -n \+0 config.log
[  218s] ==> config.log <==
[  218s] This file contains any messages produced by compilers while
[  218s] running configure, to aid debugging if configure makes a mistake.
[  218s] 
[  218s] It was created by c_icap_modules configure 0.5.5, which was
[  218s] generated by GNU Autoconf 2.71.  Invocation command line was
[  218s] 
[  218s]   $ ./configure --build=x86_64-linux-gnu --prefix=/usr '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules '--libdir=${prefix}/lib/x86_64-linux-gnu' --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --includedir=/usr/include/c_icap --sysconfdir=/etc/c-icap --localstatedir=/var --libexecdir=/usr/lib/c_icap --with-zlib=yes --with-bzlib=yes --with-clamav=yes --with-bdb=yes
[  218s] 
[  218s] ## --------- ##
[  218s] ## Platform. ##
[  218s] ## --------- ##
[  218s] 
[  218s] hostname = potassium
[  218s] uname -m = x86_64
[  218s] uname -r = 4.19.0-16-amd64
[  218s] uname -s = Linux
[  218s] uname -v = #1 SMP Debian 4.19.181-1 (2021-03-19)
[  218s] 
[  218s] /usr/bin/uname -p = unknown
[  218s] /bin/uname -X     = unknown
[  218s] 
[  218s] /bin/arch              = unknown
[  218s] /usr/bin/arch -k       = unknown
[  218s] /usr/convex/getsysinfo = unknown
[  218s] /usr/bin/hostinfo      = unknown
[  218s] /bin/machine           = unknown
[  218s] /usr/bin/oslevel       = unknown
[  218s] /bin/universe          = unknown
[  218s] 
[  218s] PATH: /usr/local/bin/
[  218s] PATH: /usr/bin/
[  218s] PATH: /bin/
[  218s] PATH: /usr/local/games/
[  218s] PATH: /usr/games/
[  218s] 
[  218s] 
[  218s] ## ----------- ##
[  218s] ## Core tests. ##
[  218s] ## ----------- ##
[  218s] 
[  218s] configure:2430: looking for aux files: ltmain.sh compile config.guess config.sub missing install-sh
[  218s] configure:2443:  trying ./
[  218s] configure:2472:   ./ltmain.sh found
[  218s] configure:2472:   ./compile found
[  218s] configure:2472:   ./config.guess found
[  218s] configure:2472:   ./config.sub found
[  218s] configure:2472:   ./missing found
[  218s] configure:2454:   ./install-sh found
[  218s] configure:2585: checking whether to enable maintainer-specific portions of Makefiles
[  218s] configure:2595: result: no
[  218s] configure:2629: checking for a BSD-compatible install
[  218s] configure:2702: result: /usr/bin/install -c
[  218s] configure:2713: checking whether build environment is sane
[  218s] configure:2768: result: yes
[  218s] configure:2927: checking for a race-free mkdir -p
[  218s] configure:2971: result: /bin/mkdir -p
[  218s] configure:2978: checking for gawk
[  218s] configure:3013: result: no
[  218s] configure:2978: checking for mawk
[  218s] configure:2999: found /usr/bin/mawk
[  218s] configure:3010: result: mawk
[  218s] configure:3021: checking whether make sets $(MAKE)
[  218s] configure:3044: result: yes
[  218s] configure:3074: checking whether make supports nested variables
[  218s] configure:3092: result: yes
[  218s] configure:3236: checking build system type
[  218s] configure:3251: result: x86_64-pc-linux-gnu
[  218s] configure:3271: checking host system type
[  218s] configure:3285: result: x86_64-pc-linux-gnu
[  218s] configure:3318: checking whether make supports the include directive
[  218s] configure:3333: make -f confmf.GNU && cat confinc.out
[  218s] make[2]: Entering directory '/usr/src/packages/BUILD'
[  218s] make[2]: Leaving directory '/usr/src/packages/BUILD'
[  218s] this is the am__doit target
[  218s] configure:3336: $? = 0
[  218s] configure:3355: result: yes (GNU style)
[  218s] configure:3431: checking for gcc
[  218s] configure:3452: found /usr/bin/gcc
[  218s] configure:3463: result: gcc
[  218s] configure:3816: checking for C compiler version
[  218s] configure:3825: gcc --version >&5
[  218s] gcc (Debian 11.2.0-10) 11.2.0
[  218s] Copyright (C) 2021 Free Software Foundation, Inc.
[  218s] This is free software; see the source for copying conditions.  There is NO
[  218s] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[  218s] 
[  218s] configure:3836: $? = 0
[  218s] configure:3825: gcc -v >&5
[  218s] Using built-in specs.
[  218s] COLLECT_GCC=gcc
[  218s] COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
[  218s] OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
[  218s] OFFLOAD_TARGET_DEFAULT=1
[  218s] Target: x86_64-linux-gnu
[  218s] Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-10' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-9Chg0b/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-9Chg0b/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
[  218s] Thread model: posix
[  218s] Supported LTO compression algorithms: zlib zstd
[  218s] gcc version 11.2.0 (Debian 11.2.0-10) 
[  218s] ... rest of stderr output deleted ...
[  218s] configure:3836: $? = 0
[  218s] configure:3825: gcc -V >&5
[  218s] gcc: error: unrecognized command-line option '-V'
[  218s] gcc: fatal error: no input files
[  218s] compilation terminated.
[  218s] configure:3836: $? = 1
[  218s] configure:3825: gcc -qversion >&5
[  218s] gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
[  218s] gcc: fatal error: no input files
[  218s] compilation terminated.
[  218s] configure:3836: $? = 1
[  218s] configure:3825: gcc -version >&5
[  218s] gcc: error: unrecognized command-line option '-version'
[  218s] gcc: fatal error: no input files
[  218s] compilation terminated.
[  218s] configure:3836: $? = 1
[  218s] configure:3856: checking whether the C compiler works
[  218s] configure:3878: gcc -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
[  218s] configure:3882: $? = 0
[  218s] configure:3932: result: yes
[  218s] configure:3935: checking for C compiler default output file name
[  218s] configure:3937: result: a.out
[  218s] configure:3943: checking for suffix of executables
[  218s] configure:3950: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
[  218s] configure:3954: $? = 0
[  218s] configure:3977: result: 
[  218s] configure:3999: checking whether we are cross compiling
[  218s] configure:4007: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
[  218s] configure:4011: $? = 0
[  218s] configure:4018: ./conftest
[  218s] configure:4022: $? = 0
[  218s] configure:4037: result: no
[  218s] configure:4042: checking for suffix of object files
[  218s] configure:4065: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4069: $? = 0
[  218s] configure:4091: result: o
[  218s] configure:4095: checking whether the compiler supports GNU C
[  218s] configure:4115: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4115: $? = 0
[  218s] configure:4125: result: yes
[  218s] configure:4136: checking whether gcc accepts -g
[  218s] configure:4157: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4157: $? = 0
[  218s] configure:4201: result: yes
[  218s] configure:4221: checking for gcc option to enable C11 features
[  218s] configure:4236: gcc  -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4236: $? = 0
[  218s] configure:4254: result: none needed
[  218s] configure:4370: checking whether gcc understands -c and -o together
[  218s] configure:4393: gcc -c conftest.c -o conftest2.o
[  218s] configure:4396: $? = 0
[  218s] configure:4393: gcc -c conftest.c -o conftest2.o
[  218s] configure:4396: $? = 0
[  218s] configure:4408: result: yes
[  218s] configure:4427: checking dependency style of gcc
[  218s] configure:4539: result: none
[  218s] configure:4559: checking for stdio.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for stdlib.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for string.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for inttypes.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for stdint.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for strings.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for sys/stat.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for sys/types.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for unistd.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for wchar.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4559: $? = 0
[  218s] configure:4559: result: yes
[  218s] configure:4559: checking for minix/config.h
[  218s] configure:4559: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] conftest.c:49:10: fatal error: minix/config.h: No such file or directory
[  218s]    49 | #include <minix/config.h>
[  218s]       |          ^~~~~~~~~~~~~~~~
[  218s] compilation terminated.
[  218s] configure:4559: $? = 1
[  218s] configure: failed program was:
[  218s] | /* confdefs.h */
[  218s] | #define PACKAGE_NAME "c_icap_modules"
[  218s] | #define PACKAGE_TARNAME "c_icap_modules"
[  218s] | #define PACKAGE_VERSION "0.5.5"
[  218s] | #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] | #define PACKAGE_BUGREPORT ""
[  218s] | #define PACKAGE_URL ""
[  218s] | #define PACKAGE "c_icap_modules"
[  218s] | #define VERSION "0.5.5"
[  218s] | #define HAVE_STDIO_H 1
[  218s] | #define HAVE_STDLIB_H 1
[  218s] | #define HAVE_STRING_H 1
[  218s] | #define HAVE_INTTYPES_H 1
[  218s] | #define HAVE_STDINT_H 1
[  218s] | #define HAVE_STRINGS_H 1
[  218s] | #define HAVE_SYS_STAT_H 1
[  218s] | #define HAVE_SYS_TYPES_H 1
[  218s] | #define HAVE_UNISTD_H 1
[  218s] | #define HAVE_WCHAR_H 1
[  218s] | /* end confdefs.h.  */
[  218s] | #include <stddef.h>
[  218s] | #ifdef HAVE_STDIO_H
[  218s] | # include <stdio.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_STDLIB_H
[  218s] | # include <stdlib.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_STRING_H
[  218s] | # include <string.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_INTTYPES_H
[  218s] | # include <inttypes.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_STDINT_H
[  218s] | # include <stdint.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_STRINGS_H
[  218s] | # include <strings.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_SYS_TYPES_H
[  218s] | # include <sys/types.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_SYS_STAT_H
[  218s] | # include <sys/stat.h>
[  218s] | #endif
[  218s] | #ifdef HAVE_UNISTD_H
[  218s] | # include <unistd.h>
[  218s] | #endif
[  218s] | #include <minix/config.h>
[  218s] configure:4559: result: no
[  218s] configure:4590: checking whether it is safe to define __EXTENSIONS__
[  218s] configure:4609: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4609: $? = 0
[  218s] configure:4617: result: yes
[  218s] configure:4620: checking whether _XOPEN_SOURCE should be defined
[  218s] configure:4642: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:4642: $? = 0
[  218s] configure:4669: result: no
[  218s] configure:4779: checking for gcc
[  218s] configure:4811: result: gcc
[  218s] configure:5164: checking for C compiler version
[  218s] configure:5173: gcc --version >&5
[  218s] gcc (Debian 11.2.0-10) 11.2.0
[  218s] Copyright (C) 2021 Free Software Foundation, Inc.
[  218s] This is free software; see the source for copying conditions.  There is NO
[  218s] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[  218s] 
[  218s] configure:5184: $? = 0
[  218s] configure:5173: gcc -v >&5
[  218s] Using built-in specs.
[  218s] COLLECT_GCC=gcc
[  218s] COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
[  218s] OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
[  218s] OFFLOAD_TARGET_DEFAULT=1
[  218s] Target: x86_64-linux-gnu
[  218s] Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-10' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-9Chg0b/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-9Chg0b/gcc-11-11.2.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
[  218s] Thread model: posix
[  218s] Supported LTO compression algorithms: zlib zstd
[  218s] gcc version 11.2.0 (Debian 11.2.0-10) 
[  218s] ... rest of stderr output deleted ...
[  218s] configure:5184: $? = 0
[  218s] configure:5173: gcc -V >&5
[  218s] gcc: error: unrecognized command-line option '-V'
[  218s] gcc: fatal error: no input files
[  218s] compilation terminated.
[  218s] configure:5184: $? = 1
[  218s] configure:5173: gcc -qversion >&5
[  218s] gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
[  218s] gcc: fatal error: no input files
[  218s] compilation terminated.
[  218s] configure:5184: $? = 1
[  218s] configure:5173: gcc -version >&5
[  218s] gcc: error: unrecognized command-line option '-version'
[  218s] gcc: fatal error: no input files
[  218s] compilation terminated.
[  218s] configure:5184: $? = 1
[  218s] configure:5188: checking whether the compiler supports GNU C
[  218s] configure:5218: result: yes
[  218s] configure:5229: checking whether gcc accepts -g
[  218s] configure:5294: result: yes
[  218s] configure:5314: checking for gcc option to enable C11 features
[  218s] configure:5347: result: none needed
[  218s] configure:5463: checking whether gcc understands -c and -o together
[  218s] configure:5501: result: yes
[  218s] configure:5520: checking dependency style of gcc
[  218s] configure:5632: result: none
[  218s] configure:5648: checking whether byte ordering is bigendian
[  218s] configure:5664: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] conftest.c:39:16: error: unknown type name 'not'
[  218s]    39 |                not a universal capable compiler
[  218s]       |                ^~~
[  218s] conftest.c:39:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
[  218s]    39 |                not a universal capable compiler
[  218s]       |                      ^~~~~~~~~
[  218s] conftest.c:39:22: error: unknown type name 'universal'
[  218s] configure:5664: $? = 1
[  218s] configure: failed program was:
[  218s] | /* confdefs.h */
[  218s] | #define PACKAGE_NAME "c_icap_modules"
[  218s] | #define PACKAGE_TARNAME "c_icap_modules"
[  218s] | #define PACKAGE_VERSION "0.5.5"
[  218s] | #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] | #define PACKAGE_BUGREPORT ""
[  218s] | #define PACKAGE_URL ""
[  218s] | #define PACKAGE "c_icap_modules"
[  218s] | #define VERSION "0.5.5"
[  218s] | #define HAVE_STDIO_H 1
[  218s] | #define HAVE_STDLIB_H 1
[  218s] | #define HAVE_STRING_H 1
[  218s] | #define HAVE_INTTYPES_H 1
[  218s] | #define HAVE_STDINT_H 1
[  218s] | #define HAVE_STRINGS_H 1
[  218s] | #define HAVE_SYS_STAT_H 1
[  218s] | #define HAVE_SYS_TYPES_H 1
[  218s] | #define HAVE_UNISTD_H 1
[  218s] | #define HAVE_WCHAR_H 1
[  218s] | #define STDC_HEADERS 1
[  218s] | #define _ALL_SOURCE 1
[  218s] | #define _DARWIN_C_SOURCE 1
[  218s] | #define _GNU_SOURCE 1
[  218s] | #define _HPUX_ALT_XOPEN_SOCKET_API 1
[  218s] | #define _NETBSD_SOURCE 1
[  218s] | #define _OPENBSD_SOURCE 1
[  218s] | #define _POSIX_PTHREAD_SEMANTICS 1
[  218s] | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
[  218s] | #define __STDC_WANT_LIB_EXT2__ 1
[  218s] | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
[  218s] | #define _TANDEM_SOURCE 1
[  218s] | #define __EXTENSIONS__ 1
[  218s] | /* end confdefs.h.  */
[  218s] | #ifndef __APPLE_CC__
[  218s] | 	       not a universal capable compiler
[  218s] | 	     #endif
[  218s] | 	     typedef int dummy;
[  218s] | 
[  218s] configure:5710: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:5710: $? = 0
[  218s] configure:5729: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] conftest.c: In function 'main':
[  218s] conftest.c:45:18: error: unknown type name 'not'; did you mean 'ino_t'?
[  218s]    45 |                  not big endian
[  218s]       |                  ^~~
[  218s]       |                  ino_t
[  218s] conftest.c:45:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
[  218s]    45 |                  not big endian
[  218s]       |                          ^~~~~~
[  218s] configure:5729: $? = 1
[  218s] configure: failed program was:
[  218s] | /* confdefs.h */
[  218s] | #define PACKAGE_NAME "c_icap_modules"
[  218s] | #define PACKAGE_TARNAME "c_icap_modules"
[  218s] | #define PACKAGE_VERSION "0.5.5"
[  218s] | #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] | #define PACKAGE_BUGREPORT ""
[  218s] | #define PACKAGE_URL ""
[  218s] | #define PACKAGE "c_icap_modules"
[  218s] | #define VERSION "0.5.5"
[  218s] | #define HAVE_STDIO_H 1
[  218s] | #define HAVE_STDLIB_H 1
[  218s] | #define HAVE_STRING_H 1
[  218s] | #define HAVE_INTTYPES_H 1
[  218s] | #define HAVE_STDINT_H 1
[  218s] | #define HAVE_STRINGS_H 1
[  218s] | #define HAVE_SYS_STAT_H 1
[  218s] | #define HAVE_SYS_TYPES_H 1
[  218s] | #define HAVE_UNISTD_H 1
[  218s] | #define HAVE_WCHAR_H 1
[  218s] | #define STDC_HEADERS 1
[  218s] | #define _ALL_SOURCE 1
[  218s] | #define _DARWIN_C_SOURCE 1
[  218s] | #define _GNU_SOURCE 1
[  218s] | #define _HPUX_ALT_XOPEN_SOCKET_API 1
[  218s] | #define _NETBSD_SOURCE 1
[  218s] | #define _OPENBSD_SOURCE 1
[  218s] | #define _POSIX_PTHREAD_SEMANTICS 1
[  218s] | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
[  218s] | #define __STDC_WANT_LIB_EXT2__ 1
[  218s] | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
[  218s] | #define _TANDEM_SOURCE 1
[  218s] | #define __EXTENSIONS__ 1
[  218s] | /* end confdefs.h.  */
[  218s] | #include <sys/types.h>
[  218s] | 		#include <sys/param.h>
[  218s] | 
[  218s] | int
[  218s] | main (void)
[  218s] | {
[  218s] | #if BYTE_ORDER != BIG_ENDIAN
[  218s] | 		 not big endian
[  218s] | 		#endif
[  218s] | 
[  218s] |   ;
[  218s] |   return 0;
[  218s] | }
[  218s] configure:5863: result: no
[  218s] configure:6298: checking how to print strings
[  218s] configure:6325: result: printf
[  218s] configure:6346: checking for a sed that does not truncate output
[  218s] configure:6416: result: /bin/sed
[  218s] configure:6434: checking for grep that handles long lines and -e
[  218s] configure:6498: result: /bin/grep
[  218s] configure:6503: checking for egrep
[  218s] configure:6571: result: /bin/grep -E
[  218s] configure:6576: checking for fgrep
[  218s] configure:6644: result: /bin/grep -F
[  218s] configure:6680: checking for ld used by gcc
[  218s] configure:6748: result: /usr/bin/ld
[  218s] configure:6755: checking if the linker (/usr/bin/ld) is GNU ld
[  218s] configure:6771: result: yes
[  218s] configure:6783: checking for BSD- or MS-compatible name lister (nm)
[  218s] configure:6838: result: /usr/bin/nm -B
[  218s] configure:6978: checking the name lister (/usr/bin/nm -B) interface
[  218s] configure:6986: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:6989: /usr/bin/nm -B "conftest.o"
[  218s] configure:6992: output
[  218s] 0000000000000000 B some_variable
[  218s] configure:6999: result: BSD nm
[  218s] configure:7002: checking whether ln -s works
[  218s] configure:7006: result: yes
[  218s] configure:7014: checking the maximum length of command line arguments
[  218s] configure:7146: result: 1572864
[  218s] configure:7194: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
[  218s] configure:7235: result: func_convert_file_noop
[  218s] configure:7242: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
[  218s] configure:7263: result: func_convert_file_noop
[  218s] configure:7270: checking for /usr/bin/ld option to reload object files
[  218s] configure:7278: result: -r
[  218s] configure:7357: checking for objdump
[  218s] configure:7389: result: objdump
[  218s] configure:7418: checking how to recognize dependent libraries
[  218s] configure:7619: result: pass_all
[  218s] configure:7709: checking for dlltool
[  218s] configure:7741: result: dlltool
[  218s] configure:7771: checking how to associate runtime and link libraries
[  218s] configure:7799: result: printf %s\n
[  218s] configure:7864: checking for ar
[  218s] configure:7885: found /usr/bin/ar
[  218s] configure:7896: result: ar
[  218s] configure:7933: checking for archiver @FILE support
[  218s] configure:7951: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:7951: $? = 0
[  218s] configure:7955: ar cr libconftest.a @conftest.lst >&5
[  218s] configure:7958: $? = 0
[  218s] configure:7963: ar cr libconftest.a @conftest.lst >&5
[  218s] ar: conftest.o: No such file or directory
[  218s] configure:7966: $? = 1
[  218s] configure:7978: result: @
[  218s] configure:8041: checking for strip
[  218s] configure:8062: found /usr/bin/strip
[  218s] configure:8073: result: strip
[  218s] configure:8150: checking for ranlib
[  218s] configure:8171: found /usr/bin/ranlib
[  218s] configure:8182: result: ranlib
[  218s] configure:8284: checking command to parse /usr/bin/nm -B output from gcc object
[  218s] configure:8438: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:8441: $? = 0
[  218s] configure:8445: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
[  218s] configure:8511: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c conftstm.o >&5
[  218s] configure:8514: $? = 0
[  218s] configure:8552: result: ok
[  218s] configure:8599: checking for sysroot
[  218s] configure:8630: result: no
[  218s] configure:8637: checking for a working dd
[  218s] configure:8681: result: /bin/dd
[  218s] configure:8685: checking how to truncate binary pipes
[  218s] configure:8701: result: /bin/dd bs=4096 count=1
[  218s] configure:8838: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:8841: $? = 0
[  218s] configure:9038: checking for mt
[  218s] configure:9073: result: no
[  218s] configure:9093: checking if : is a manifest tool
[  218s] configure:9100: : '-?'
[  218s] configure:9108: result: no
[  218s] configure:9834: checking for dlfcn.h
[  218s] configure:9834: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:9834: $? = 0
[  218s] configure:9834: result: yes
[  218s] configure:10058: checking for objdir
[  218s] configure:10074: result: .libs
[  218s] configure:10338: checking if gcc supports -fno-rtti -fno-exceptions
[  218s] configure:10357: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
[  218s] cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
[  218s] configure:10361: $? = 0
[  218s] configure:10374: result: no
[  218s] configure:10738: checking for gcc option to produce PIC
[  218s] configure:10746: result: -fPIC -DPIC
[  218s] configure:10754: checking if gcc PIC flag -fPIC -DPIC works
[  218s] configure:10773: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
[  218s] configure:10777: $? = 0
[  218s] configure:10790: result: yes
[  218s] configure:10819: checking if gcc static flag -static works
[  218s] configure:10848: result: yes
[  218s] configure:10863: checking if gcc supports -c -o file.o
[  218s] configure:10885: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
[  218s] configure:10889: $? = 0
[  218s] configure:10911: result: yes
[  218s] configure:10919: checking if gcc supports -c -o file.o
[  218s] configure:10967: result: yes
[  218s] configure:11000: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
[  218s] configure:12270: result: yes
[  218s] configure:12307: checking whether -lc should be explicitly linked in
[  218s] configure:12316: gcc -c -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
[  218s] configure:12319: $? = 0
[  218s] configure:12334: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
[  218s] configure:12337: $? = 0
[  218s] configure:12351: result: no
[  218s] configure:12511: checking dynamic linker characteristics
[  218s] configure:13093: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,-rpath -Wl,/foo conftest.c  >&5
[  218s] configure:13093: $? = 0
[  218s] configure:13344: result: GNU/Linux ld.so
[  218s] configure:13466: checking how to hardcode library paths into programs
[  218s] configure:13491: result: immediate
[  218s] configure:13593: checking for shl_load
[  218s] configure:13593: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
[  218s] /usr/bin/ld: /tmp/ccqwwQ15.o: in function `main':
[  218s] ./conftest.c:67: undefined reference to `shl_load'
[  218s] collect2: error: ld returned 1 exit status
[  218s] configure:13593: $? = 1
[  218s] configure: failed program was:
[  218s] | /* confdefs.h */
[  218s] | #define PACKAGE_NAME "c_icap_modules"
[  218s] | #define PACKAGE_TARNAME "c_icap_modules"
[  218s] | #define PACKAGE_VERSION "0.5.5"
[  218s] | #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] | #define PACKAGE_BUGREPORT ""
[  218s] | #define PACKAGE_URL ""
[  218s] | #define PACKAGE "c_icap_modules"
[  218s] | #define VERSION "0.5.5"
[  218s] | #define HAVE_STDIO_H 1
[  218s] | #define HAVE_STDLIB_H 1
[  218s] | #define HAVE_STRING_H 1
[  218s] | #define HAVE_INTTYPES_H 1
[  218s] | #define HAVE_STDINT_H 1
[  218s] | #define HAVE_STRINGS_H 1
[  218s] | #define HAVE_SYS_STAT_H 1
[  218s] | #define HAVE_SYS_TYPES_H 1
[  218s] | #define HAVE_UNISTD_H 1
[  218s] | #define HAVE_WCHAR_H 1
[  218s] | #define STDC_HEADERS 1
[  218s] | #define _ALL_SOURCE 1
[  218s] | #define _DARWIN_C_SOURCE 1
[  218s] | #define _GNU_SOURCE 1
[  218s] | #define _HPUX_ALT_XOPEN_SOCKET_API 1
[  218s] | #define _NETBSD_SOURCE 1
[  218s] | #define _OPENBSD_SOURCE 1
[  218s] | #define _POSIX_PTHREAD_SEMANTICS 1
[  218s] | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
[  218s] | #define __STDC_WANT_LIB_EXT2__ 1
[  218s] | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
[  218s] | #define _TANDEM_SOURCE 1
[  218s] | #define __EXTENSIONS__ 1
[  218s] | #define HAVE_DLFCN_H 1
[  218s] | #define LT_OBJDIR ".libs/"
[  218s] | /* end confdefs.h.  */
[  218s] | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
[  218s] |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
[  218s] | #define shl_load innocuous_shl_load
[  218s] | 
[  218s] | /* System header to define __stub macros and hopefully few prototypes,
[  218s] |    which can conflict with char shl_load (); below.  */
[  218s] | 
[  218s] | #include <limits.h>
[  218s] | #undef shl_load
[  218s] | 
[  218s] | /* Override any GCC internal prototype to avoid an error.
[  218s] |    Use char because int might match the return type of a GCC
[  218s] |    builtin and then its argument prototype would still apply.  */
[  218s] | #ifdef __cplusplus
[  218s] | extern "C"
[  218s] | #endif
[  218s] | char shl_load ();
[  218s] | /* The GNU C library defines this for functions which it implements
[  218s] |     to always fail with ENOSYS.  Some functions are actually named
[  218s] |     something starting with __ and the normal name is an alias.  */
[  218s] | #if defined __stub_shl_load || defined __stub___shl_load
[  218s] | choke me
[  218s] | #endif
[  218s] | 
[  218s] | int
[  218s] | main (void)
[  218s] | {
[  218s] | return shl_load ();
[  218s] |   ;
[  218s] |   return 0;
[  218s] | }
[  218s] configure:13593: result: no
[  218s] configure:13598: checking for shl_load in -ldld
[  218s] configure:13621: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -ldld   >&5
[  218s] /usr/bin/ld: cannot find -ldld
[  218s] collect2: error: ld returned 1 exit status
[  218s] configure:13621: $? = 1
[  218s] configure: failed program was:
[  218s] | /* confdefs.h */
[  218s] | #define PACKAGE_NAME "c_icap_modules"
[  218s] | #define PACKAGE_TARNAME "c_icap_modules"
[  218s] | #define PACKAGE_VERSION "0.5.5"
[  218s] | #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] | #define PACKAGE_BUGREPORT ""
[  218s] | #define PACKAGE_URL ""
[  218s] | #define PACKAGE "c_icap_modules"
[  218s] | #define VERSION "0.5.5"
[  218s] | #define HAVE_STDIO_H 1
[  218s] | #define HAVE_STDLIB_H 1
[  218s] | #define HAVE_STRING_H 1
[  218s] | #define HAVE_INTTYPES_H 1
[  218s] | #define HAVE_STDINT_H 1
[  218s] | #define HAVE_STRINGS_H 1
[  218s] | #define HAVE_SYS_STAT_H 1
[  218s] | #define HAVE_SYS_TYPES_H 1
[  218s] | #define HAVE_UNISTD_H 1
[  218s] | #define HAVE_WCHAR_H 1
[  218s] | #define STDC_HEADERS 1
[  218s] | #define _ALL_SOURCE 1
[  218s] | #define _DARWIN_C_SOURCE 1
[  218s] | #define _GNU_SOURCE 1
[  218s] | #define _HPUX_ALT_XOPEN_SOCKET_API 1
[  218s] | #define _NETBSD_SOURCE 1
[  218s] | #define _OPENBSD_SOURCE 1
[  218s] | #define _POSIX_PTHREAD_SEMANTICS 1
[  218s] | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
[  218s] | #define __STDC_WANT_LIB_EXT2__ 1
[  218s] | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
[  218s] | #define _TANDEM_SOURCE 1
[  218s] | #define __EXTENSIONS__ 1
[  218s] | #define HAVE_DLFCN_H 1
[  218s] | #define LT_OBJDIR ".libs/"
[  218s] | /* end confdefs.h.  */
[  218s] | 
[  218s] | /* Override any GCC internal prototype to avoid an error.
[  218s] |    Use char because int might match the return type of a GCC
[  218s] |    builtin and then its argument prototype would still apply.  */
[  218s] | char shl_load ();
[  218s] | int
[  218s] | main (void)
[  218s] | {
[  218s] | return shl_load ();
[  218s] |   ;
[  218s] |   return 0;
[  218s] | }
[  218s] configure:13631: result: no
[  218s] configure:13637: checking for dlopen
[  218s] configure:13637: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
[  218s] /usr/bin/ld: /tmp/ccKU6kCc.o: in function `main':
[  218s] ./conftest.c:67: undefined reference to `dlopen'
[  218s] collect2: error: ld returned 1 exit status
[  218s] configure:13637: $? = 1
[  218s] configure: failed program was:
[  218s] | /* confdefs.h */
[  218s] | #define PACKAGE_NAME "c_icap_modules"
[  218s] | #define PACKAGE_TARNAME "c_icap_modules"
[  218s] | #define PACKAGE_VERSION "0.5.5"
[  218s] | #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] | #define PACKAGE_BUGREPORT ""
[  218s] | #define PACKAGE_URL ""
[  218s] | #define PACKAGE "c_icap_modules"
[  218s] | #define VERSION "0.5.5"
[  218s] | #define HAVE_STDIO_H 1
[  218s] | #define HAVE_STDLIB_H 1
[  218s] | #define HAVE_STRING_H 1
[  218s] | #define HAVE_INTTYPES_H 1
[  218s] | #define HAVE_STDINT_H 1
[  218s] | #define HAVE_STRINGS_H 1
[  218s] | #define HAVE_SYS_STAT_H 1
[  218s] | #define HAVE_SYS_TYPES_H 1
[  218s] | #define HAVE_UNISTD_H 1
[  218s] | #define HAVE_WCHAR_H 1
[  218s] | #define STDC_HEADERS 1
[  218s] | #define _ALL_SOURCE 1
[  218s] | #define _DARWIN_C_SOURCE 1
[  218s] | #define _GNU_SOURCE 1
[  218s] | #define _HPUX_ALT_XOPEN_SOCKET_API 1
[  218s] | #define _NETBSD_SOURCE 1
[  218s] | #define _OPENBSD_SOURCE 1
[  218s] | #define _POSIX_PTHREAD_SEMANTICS 1
[  218s] | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
[  218s] | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
[  218s] | #define __STDC_WANT_LIB_EXT2__ 1
[  218s] | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
[  218s] | #define _TANDEM_SOURCE 1
[  218s] | #define __EXTENSIONS__ 1
[  218s] | #define HAVE_DLFCN_H 1
[  218s] | #define LT_OBJDIR ".libs/"
[  218s] | /* end confdefs.h.  */
[  218s] | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
[  218s] |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
[  218s] | #define dlopen innocuous_dlopen
[  218s] | 
[  218s] | /* System header to define __stub macros and hopefully few prototypes,
[  218s] |    which can conflict with char dlopen (); below.  */
[  218s] | 
[  218s] | #include <limits.h>
[  218s] | #undef dlopen
[  218s] | 
[  218s] | /* Override any GCC internal prototype to avoid an error.
[  218s] |    Use char because int might match the return type of a GCC
[  218s] |    builtin and then its argument prototype would still apply.  */
[  218s] | #ifdef __cplusplus
[  218s] | extern "C"
[  218s] | #endif
[  218s] | char dlopen ();
[  218s] | /* The GNU C library defines this for functions which it implements
[  218s] |     to always fail with ENOSYS.  Some functions are actually named
[  218s] |     something starting with __ and the normal name is an alias.  */
[  218s] | #if defined __stub_dlopen || defined __stub___dlopen
[  218s] | choke me
[  218s] | #endif
[  218s] | 
[  218s] | int
[  218s] | main (void)
[  218s] | {
[  218s] | return dlopen ();
[  218s] |   ;
[  218s] |   return 0;
[  218s] | }
[  218s] configure:13637: result: no
[  218s] configure:13642: checking for dlopen in -ldl
[  218s] configure:13665: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -ldl   >&5
[  218s] configure:13665: $? = 0
[  218s] configure:13675: result: yes
[  218s] configure:13795: checking whether a program can dlopen itself
[  218s] configure:13876: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_DLFCN_H -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic conftest.c -ldl  >&5
[  218s] configure:13879: $? = 0
[  218s] configure:13897: result: yes
[  218s] configure:13902: checking whether a statically linked program can dlopen itself
[  218s] configure:13983: gcc -o conftest -g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_DLFCN_H -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -static conftest.c -ldl  >&5
[  218s] /usr/bin/ld: /tmp/cc4OCGg1.o: in function `main':
[  218s] ./configure:13962: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
[  218s] configure:13986: $? = 0
[  218s] conftest: undefined symbol: _fnord
[  218s] configure:14004: result: no
[  218s] configure:14043: checking whether stripping libraries is possible
[  218s] configure:14048: result: yes
[  218s] configure:14083: checking if libtool supports shared libraries
[  218s] configure:14085: result: yes
[  218s] configure:14088: checking whether to build shared libraries
[  218s] configure:14113: result: yes
[  218s] configure:14116: checking whether to build static libraries
[  218s] configure:14120: result: no
[  218s] 
[  218s] ## ---------------- ##
[  218s] ## Cache variables. ##
[  218s] ## ---------------- ##
[  218s] 
[  218s] ac_cv_build='x86_64-pc-linux-gnu'
[  218s] ac_cv_c_bigendian='no'
[  218s] ac_cv_c_compiler_gnu='yes'
[  218s] ac_cv_env_CC_set=''
[  218s] ac_cv_env_CC_value=''
[  218s] ac_cv_env_CFLAGS_set='set'
[  218s] ac_cv_env_CFLAGS_value='-g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security'
[  218s] ac_cv_env_CPPFLAGS_set='set'
[  218s] ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
[  218s] ac_cv_env_LDFLAGS_set='set'
[  218s] ac_cv_env_LDFLAGS_value='-Wl,-z,relro -Wl,-z,now'
[  218s] ac_cv_env_LIBS_set=''
[  218s] ac_cv_env_LIBS_value=''
[  218s] ac_cv_env_LT_SYS_LIBRARY_PATH_set=''
[  218s] ac_cv_env_LT_SYS_LIBRARY_PATH_value=''
[  218s] ac_cv_env_build_alias_set='set'
[  218s] ac_cv_env_build_alias_value='x86_64-linux-gnu'
[  218s] ac_cv_env_host_alias_set=''
[  218s] ac_cv_env_host_alias_value=''
[  218s] ac_cv_env_target_alias_set=''
[  218s] ac_cv_env_target_alias_value=''
[  218s] ac_cv_func_dlopen='no'
[  218s] ac_cv_func_shl_load='no'
[  218s] ac_cv_header_dlfcn_h='yes'
[  218s] ac_cv_header_inttypes_h='yes'
[  218s] ac_cv_header_minix_config_h='no'
[  218s] ac_cv_header_stdint_h='yes'
[  218s] ac_cv_header_stdio_h='yes'
[  218s] ac_cv_header_stdlib_h='yes'
[  218s] ac_cv_header_string_h='yes'
[  218s] ac_cv_header_strings_h='yes'
[  218s] ac_cv_header_sys_stat_h='yes'
[  218s] ac_cv_header_sys_types_h='yes'
[  218s] ac_cv_header_unistd_h='yes'
[  218s] ac_cv_header_wchar_h='yes'
[  218s] ac_cv_host='x86_64-pc-linux-gnu'
[  218s] ac_cv_lib_dl_dlopen='yes'
[  218s] ac_cv_lib_dld_shl_load='no'
[  218s] ac_cv_objext='o'
[  218s] ac_cv_path_EGREP='/bin/grep -E'
[  218s] ac_cv_path_FGREP='/bin/grep -F'
[  218s] ac_cv_path_GREP='/bin/grep'
[  218s] ac_cv_path_SED='/bin/sed'
[  218s] ac_cv_path_install='/usr/bin/install -c'
[  218s] ac_cv_path_lt_DD='/bin/dd'
[  218s] ac_cv_path_mkdir='/bin/mkdir'
[  218s] ac_cv_prog_AWK='mawk'
[  218s] ac_cv_prog_ac_ct_AR='ar'
[  218s] ac_cv_prog_ac_ct_CC='gcc'
[  218s] ac_cv_prog_ac_ct_DLLTOOL='dlltool'
[  218s] ac_cv_prog_ac_ct_OBJDUMP='objdump'
[  218s] ac_cv_prog_ac_ct_RANLIB='ranlib'
[  218s] ac_cv_prog_ac_ct_STRIP='strip'
[  218s] ac_cv_prog_cc_c11=''
[  218s] ac_cv_prog_cc_g='yes'
[  218s] ac_cv_prog_cc_stdc=''
[  218s] ac_cv_prog_make_make_set='yes'
[  218s] ac_cv_safe_to_define___extensions__='yes'
[  218s] ac_cv_should_define__xopen_source='no'
[  218s] am_cv_CC_dependencies_compiler_type='none'
[  218s] am_cv_make_support_nested_variables='yes'
[  218s] am_cv_prog_cc_c_o='yes'
[  218s] lt_cv_ar_at_file='@'
[  218s] lt_cv_archive_cmds_need_lc='no'
[  218s] lt_cv_deplibs_check_method='pass_all'
[  218s] lt_cv_dlopen='dlopen'
[  218s] lt_cv_dlopen_libs='-ldl'
[  218s] lt_cv_dlopen_self='yes'
[  218s] lt_cv_dlopen_self_static='no'
[  218s] lt_cv_file_magic_cmd='$MAGIC_CMD'
[  218s] lt_cv_file_magic_test_file=''
[  218s] lt_cv_ld_reload_flag='-r'
[  218s] lt_cv_nm_interface='BSD nm'
[  218s] lt_cv_objdir='.libs'
[  218s] lt_cv_path_LD='/usr/bin/ld'
[  218s] lt_cv_path_NM='/usr/bin/nm -B'
[  218s] lt_cv_path_mainfest_tool='no'
[  218s] lt_cv_prog_compiler_c_o='yes'
[  218s] lt_cv_prog_compiler_pic='-fPIC -DPIC'
[  218s] lt_cv_prog_compiler_pic_works='yes'
[  218s] lt_cv_prog_compiler_rtti_exceptions='no'
[  218s] lt_cv_prog_compiler_static_works='yes'
[  218s] lt_cv_prog_gnu_ld='yes'
[  218s] lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
[  218s] lt_cv_shlibpath_overrides_runpath='yes'
[  218s] lt_cv_sys_global_symbol_pipe='sed -n -e '"'"'s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'"' | sed '"'"'/ __gnu_lto/d'"'"
[  218s] lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'"'"
[  218s] lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '"'"'s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'"'"
[  218s] lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^T .* \(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'"'"
[  218s] lt_cv_sys_global_symbol_to_import=''
[  218s] lt_cv_sys_max_cmd_len='1572864'
[  218s] lt_cv_to_host_file_cmd='func_convert_file_noop'
[  218s] lt_cv_to_tool_file_cmd='func_convert_file_noop'
[  218s] lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
[  218s] 
[  218s] ## ----------------- ##
[  218s] ## Output variables. ##
[  218s] ## ----------------- ##
[  218s] 
[  218s] ACLOCAL='${SHELL} '\''/usr/src/packages/BUILD/missing'\'' aclocal-1.16'
[  218s] AMDEPBACKSLASH=''
[  218s] AMDEP_FALSE=''
[  218s] AMDEP_TRUE='#'
[  218s] AMTAR='$${TAR-tar}'
[  218s] AM_BACKSLASH='\'
[  218s] AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
[  218s] AM_DEFAULT_VERBOSITY='1'
[  218s] AM_V='$(V)'
[  218s] AR='ar'
[  218s] AS='as'
[  218s] AUTOCONF='${SHELL} '\''/usr/src/packages/BUILD/missing'\'' autoconf'
[  218s] AUTOHEADER='${SHELL} '\''/usr/src/packages/BUILD/missing'\'' autoheader'
[  218s] AUTOMAKE='${SHELL} '\''/usr/src/packages/BUILD/missing'\'' automake-1.16'
[  218s] AWK='mawk'
[  218s] BDB_ADD_FLAG=''
[  218s] BDB_ADD_LDADD=''
[  218s] CC='gcc'
[  218s] CCDEPMODE='depmode=none'
[  218s] CFLAGS='-g -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Wall'
[  218s] CICAPMODULESDIR_FALSE=''
[  218s] CICAPMODULESDIR_TRUE=''
[  218s] CONFDIR=''
[  218s] CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
[  218s] CSCOPE='cscope'
[  218s] CTAGS='ctags'
[  218s] CYGPATH_W='echo'
[  218s] DATADIR=''
[  218s] DEFS=''
[  218s] DEPDIR='.deps'
[  218s] DLLTOOL='dlltool'
[  218s] DSYMUTIL=''
[  218s] DUMPBIN=''
[  218s] ECHO_C=''
[  218s] ECHO_N='-n'
[  218s] ECHO_T=''
[  218s] EGREP='/bin/grep -E'
[  218s] ETAGS='etags'
[  218s] EXEEXT=''
[  218s] FGREP='/bin/grep -F'
[  218s] GREP='/bin/grep'
[  218s] INSTALL_DATA='${INSTALL} -m 644'
[  218s] INSTALL_PROGRAM='${INSTALL}'
[  218s] INSTALL_SCRIPT='${INSTALL}'
[  218s] INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
[  218s] LD='/usr/bin/ld -m elf_x86_64'
[  218s] LDFLAGS='-Wl,-z,relro -Wl,-z,now'
[  218s] LIBOBJS=''
[  218s] LIBS=''
[  218s] LIBTOOL='$(SHELL) $(top_builddir)/libtool'
[  218s] LIBTOOL_DEPS='.//ltmain.sh'
[  218s] LIPO=''
[  218s] LN_S='ln -s'
[  218s] LTLIBOBJS=''
[  218s] LT_SYS_LIBRARY_PATH=''
[  218s] MAINT='#'
[  218s] MAINTAINER_MODE_FALSE=''
[  218s] MAINTAINER_MODE_TRUE='#'
[  218s] MAKEINFO='${SHELL} '\''/usr/src/packages/BUILD/missing'\'' makeinfo'
[  218s] MANIFEST_TOOL=':'
[  218s] MKDIR_P='/bin/mkdir -p'
[  218s] MODSDIR=''
[  218s] MODULES_LIBADD=''
[  218s] NM='/usr/bin/nm -B'
[  218s] NMEDIT=''
[  218s] OBJDUMP='objdump'
[  218s] OBJEXT='o'
[  218s] OTOOL64=''
[  218s] OTOOL=''
[  218s] PACKAGE='c_icap_modules'
[  218s] PACKAGE_BUGREPORT=''
[  218s] PACKAGE_NAME='c_icap_modules'
[  218s] PACKAGE_STRING='c_icap_modules 0.5.5'
[  218s] PACKAGE_TARNAME='c_icap_modules'
[  218s] PACKAGE_URL=''
[  218s] PACKAGE_VERSION='0.5.5'
[  218s] PATH_SEPARATOR=':'
[  218s] RANLIB='ranlib'
[  218s] SED='/bin/sed'
[  218s] SET_MAKE=''
[  218s] SHELL='/bin/sh'
[  218s] STRIP='strip'
[  218s] USEBDB_FALSE=''
[  218s] USEBDB_TRUE=''
[  218s] USECLAMAV_FALSE=''
[  218s] USECLAMAV_TRUE=''
[  218s] USE_VSCAN_PROFILES_FALSE=''
[  218s] USE_VSCAN_PROFILES_TRUE=''
[  218s] UTILITIES_CFLAGS=''
[  218s] UTILITIES_LIBADD=''
[  218s] VERSION='0.5.5'
[  218s] ac_ct_AR='ar'
[  218s] ac_ct_CC='gcc'
[  218s] ac_ct_DUMPBIN=''
[  218s] am__EXEEXT_FALSE=''
[  218s] am__EXEEXT_TRUE=''
[  218s] am__fastdepCC_FALSE=''
[  218s] am__fastdepCC_TRUE='#'
[  218s] am__include='include'
[  218s] am__isrc=''
[  218s] am__leading_dot='.'
[  218s] am__nodep=''
[  218s] am__quote=''
[  218s] am__tar='$${TAR-tar} chof - "$$tardir"'
[  218s] am__untar='$${TAR-tar} xf -'
[  218s] bindir='${exec_prefix}/bin'
[  218s] build='x86_64-pc-linux-gnu'
[  218s] build_alias='x86_64-linux-gnu'
[  218s] build_cpu='x86_64'
[  218s] build_os='linux-gnu'
[  218s] build_vendor='pc'
[  218s] clamavinc=''
[  218s] clamavlib=''
[  218s] datadir='${datarootdir}'
[  218s] datarootdir='${prefix}/share'
[  218s] docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
[  218s] dvidir='${docdir}'
[  218s] exec_prefix='NONE'
[  218s] host='x86_64-pc-linux-gnu'
[  218s] host_alias=''
[  218s] host_cpu='x86_64'
[  218s] host_os='linux-gnu'
[  218s] host_vendor='pc'
[  218s] htmldir='${docdir}'
[  218s] includedir='/usr/include/c_icap'
[  218s] infodir='${prefix}/share/info'
[  218s] install_sh='${SHELL} /usr/src/packages/BUILD/install-sh'
[  218s] libdir='${prefix}/lib/x86_64-linux-gnu'
[  218s] libexecdir='/usr/lib/c_icap'
[  218s] localedir='${datarootdir}/locale'
[  218s] localstatedir='/var'
[  218s] mandir='${prefix}/share/man'
[  218s] mkdir_p='$(MKDIR_P)'
[  218s] oldincludedir='/usr/include'
[  218s] pdfdir='${docdir}'
[  218s] prefix='/usr'
[  218s] program_transform_name='s,x,x,'
[  218s] psdir='${docdir}'
[  218s] runstatedir='/run'
[  218s] sbindir='${exec_prefix}/sbin'
[  218s] sharedstatedir='${prefix}/com'
[  218s] sysconfdir='/etc/c-icap'
[  218s] target_alias=''
[  218s] 
[  218s] ## ----------- ##
[  218s] ## confdefs.h. ##
[  218s] ## ----------- ##
[  218s] 
[  218s] /* confdefs.h */
[  218s] #define PACKAGE_NAME "c_icap_modules"
[  218s] #define PACKAGE_TARNAME "c_icap_modules"
[  218s] #define PACKAGE_VERSION "0.5.5"
[  218s] #define PACKAGE_STRING "c_icap_modules 0.5.5"
[  218s] #define PACKAGE_BUGREPORT ""
[  218s] #define PACKAGE_URL ""
[  218s] #define PACKAGE "c_icap_modules"
[  218s] #define VERSION "0.5.5"
[  218s] #define HAVE_STDIO_H 1
[  218s] #define HAVE_STDLIB_H 1
[  218s] #define HAVE_STRING_H 1
[  218s] #define HAVE_INTTYPES_H 1
[  218s] #define HAVE_STDINT_H 1
[  218s] #define HAVE_STRINGS_H 1
[  218s] #define HAVE_SYS_STAT_H 1
[  218s] #define HAVE_SYS_TYPES_H 1
[  218s] #define HAVE_UNISTD_H 1
[  218s] #define HAVE_WCHAR_H 1
[  218s] #define STDC_HEADERS 1
[  218s] #define _ALL_SOURCE 1
[  218s] #define _DARWIN_C_SOURCE 1
[  218s] #define _GNU_SOURCE 1
[  218s] #define _HPUX_ALT_XOPEN_SOCKET_API 1
[  218s] #define _NETBSD_SOURCE 1
[  218s] #define _OPENBSD_SOURCE 1
[  218s] #define _POSIX_PTHREAD_SEMANTICS 1
[  218s] #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
[  218s] #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
[  218s] #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
[  218s] #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
[  218s] #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
[  218s] #define __STDC_WANT_LIB_EXT2__ 1
[  218s] #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
[  218s] #define _TANDEM_SOURCE 1
[  218s] #define __EXTENSIONS__ 1
[  218s] #define HAVE_DLFCN_H 1
[  218s] #define LT_OBJDIR ".libs/"
[  218s] 
[  218s] configure: exit 2
[  218s] dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --includedir=/usr/include/c_icap --sysconfdir=/etc/c-icap --localstatedir=/var --libexecdir=/usr/lib/c_icap --with-zlib=yes --with-bzlib=yes --with-clamav=yes --with-bdb=yes returned exit code 2
[  218s] make[1]: *** [debian/rules:13: override_dh_auto_configure] Error 25
[  218s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  218s] make: *** [debian/rules:10: build] Error 2
[  218s] dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
[  218s] 
[  218s] potassium failed "build c-icap-modules_0.5.5-1.dsc" at Thu Nov  4 22:21:17 UTC 2021.
[  218s] 

Reply to: