Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 util-linux (2.36.1-8) unstable; urgency=medium
 .
   * Apply upstream patch for CVE-2021-37600 (Closes: #991619)
Author: Chris Hofstaedtler <zeha@debian.org>
Bug-Debian: https://bugs.debian.org/991619

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-11-09

--- /dev/null
+++ util-linux-2.36.1/config.log
@@ -0,0 +1,9450 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by util-linux configure 2.36.1, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  $ ./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 --enable-raw --with-selinux --with-smack --enable-partx --with-systemd --with-udev --with-audit --enable-write --enable-static-programs=fdisk,sfdisk,blkid --without-python --disable-hardlink --disable-login --disable-nologin --disable-kill --disable-chfn-chsh --disable-cal
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = L412
+uname -m = x86_64
+uname -r = 5.10.57-antix.1-amd64-smp
+uname -s = Linux
+uname -v = #1 SMP PREEMPT Sun Aug 8 11:11:51 EEST 2021
+
+/usr/bin/uname -p = unknown
+/bin/uname -X     = unknown
+
+/bin/arch              = unknown
+/usr/bin/arch -k       = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo      = unknown
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /usr/bin
+PATH: /usr/local/bin
+PATH: /bin
+PATH: /usr/local/games
+PATH: /usr/games
+PATH: /sbin
+PATH: /usr/sbin
+PATH: /usr/local/bin
+PATH: /usr/local/games
+PATH: /usr/games
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:3361: checking for gcc
+configure:3377: found /usr/bin/gcc
+configure:3388: result: gcc
+configure:3617: checking for C compiler version
+configure:3626: gcc --version >&5
+gcc (Debian 10.2.1-6) 10.2.1 20210110
+Copyright (C) 2020 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:3637: $? = 0
+configure:3626: gcc -v >&5
+Using built-in specs.
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
+OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
+OFFLOAD_TARGET_DEFAULT=1
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --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 --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-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa --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-mutex
+Thread model: posix
+Supported LTO compression algorithms: zlib zstd
+gcc version 10.2.1 20210110 (Debian 10.2.1-6) 
+... rest of stderr output deleted ...
+configure:3637: $? = 0
+configure:3626: gcc -V >&5
+gcc: error: unrecognized command-line option '-V'
+gcc: fatal error: no input files
+compilation terminated.
+configure:3637: $? = 1
+configure:3626: gcc -qversion >&5
+gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
+gcc: fatal error: no input files
+compilation terminated.
+configure:3637: $? = 1
+configure:3657: checking whether the C compiler works
+configure:3679: gcc -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:3683: $? = 0
+configure:3731: result: yes
+configure:3734: checking for C compiler default output file name
+configure:3736: result: a.out
+configure:3742: checking for suffix of executables
+configure:3749: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:3753: $? = 0
+configure:3775: result: 
+configure:3797: checking whether we are cross compiling
+configure:3805: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:3809: $? = 0
+configure:3816: ./conftest
+configure:3820: $? = 0
+configure:3835: result: no
+configure:3840: checking for suffix of object files
+configure:3862: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:3866: $? = 0
+configure:3887: result: o
+configure:3891: checking whether we are using the GNU C compiler
+configure:3910: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:3910: $? = 0
+configure:3919: result: yes
+configure:3928: checking whether gcc accepts -g
+configure:3948: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:3948: $? = 0
+configure:3989: result: yes
+configure:4006: checking for gcc option to accept ISO C89
+configure:4069: gcc  -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4069: $? = 0
+configure:4082: result: none needed
+configure:4107: checking whether gcc understands -c and -o together
+configure:4129: gcc -c conftest.c -o conftest2.o
+configure:4132: $? = 0
+configure:4129: gcc -c conftest.c -o conftest2.o
+configure:4132: $? = 0
+configure:4144: result: yes
+configure:4167: checking how to run the C preprocessor
+configure:4198: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:4198: $? = 0
+configure:4212: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
+    9 | #include <ac_nonexistent.h>
+      |          ^~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:4212: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:4237: result: gcc -E
+configure:4257: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:4257: $? = 0
+configure:4271: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
+    9 | #include <ac_nonexistent.h>
+      |          ^~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:4271: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:4300: checking for grep that handles long lines and -e
+configure:4358: result: /usr/bin/grep
+configure:4363: checking for egrep
+configure:4425: result: /usr/bin/grep -E
+configure:4430: checking for ANSI C header files
+configure:4450: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4450: $? = 0
+configure:4523: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:4523: $? = 0
+configure:4523: ./conftest
+configure:4523: $? = 0
+configure:4534: result: yes
+configure:4547: checking for sys/types.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for sys/stat.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for stdlib.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for string.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for memory.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for strings.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for inttypes.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for stdint.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4547: checking for unistd.h
+configure:4547: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4547: $? = 0
+configure:4547: result: yes
+configure:4560: checking minix/config.h usability
+configure:4560: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:52:10: fatal error: minix/config.h: No such file or directory
+   52 | #include <minix/config.h>
+      |          ^~~~~~~~~~~~~~~~
+compilation terminated.
+configure:4560: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <minix/config.h>
+configure:4560: result: no
+configure:4560: checking minix/config.h presence
+configure:4560: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:19:10: fatal error: minix/config.h: No such file or directory
+   19 | #include <minix/config.h>
+      |          ^~~~~~~~~~~~~~~~
+compilation terminated.
+configure:4560: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| /* end confdefs.h.  */
+| #include <minix/config.h>
+configure:4560: result: no
+configure:4560: checking for minix/config.h
+configure:4560: result: no
+configure:4581: checking whether it is safe to define __EXTENSIONS__
+configure:4599: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:4599: $? = 0
+configure:4606: result: yes
+configure:4636: checking for a BSD-compatible install
+configure:4704: result: /usr/bin/install -c
+configure:4715: checking whether build environment is sane
+configure:4770: result: yes
+configure:4913: checking for a thread-safe mkdir -p
+configure:4952: result: /usr/bin/mkdir -p
+configure:4959: checking for gawk
+configure:4975: found /usr/bin/gawk
+configure:4986: result: gawk
+configure:4997: checking whether make sets $(MAKE)
+configure:5019: result: yes
+configure:5041: checking whether make supports the include directive
+configure:5056: make -f confmf.GNU && cat confinc.out
+make[2]: Entering directory '/home/anticap/Downloads/debian/util-linux-2.36.1'
+make[2]: Leaving directory '/home/anticap/Downloads/debian/util-linux-2.36.1'
+this is the am__doit target
+configure:5059: $? = 0
+configure:5078: result: yes (GNU style)
+configure:5111: checking whether make supports nested variables
+configure:5128: result: yes
+configure:5207: checking how to create a pax tar archive
+configure:5218: tar --version
+tar (GNU tar) 1.30
+Copyright (C) 2017 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
+Written by John Gilmore and Jay Fenlason.
+configure:5221: $? = 0
+configure:5261: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
+configure:5264: $? = 0
+configure:5268: tar -xf - <conftest.tar
+configure:5271: $? = 0
+configure:5273: cat conftest.dir/file
+GrepMe
+configure:5276: $? = 0
+configure:5289: result: gnutar
+configure:5298: checking dependency style of gcc
+configure:5409: result: none
+configure:5479: checking whether make supports nested variables
+configure:5496: result: yes
+configure:5556: checking for ar
+configure:5572: found /usr/bin/ar
+configure:5583: result: ar
+configure:5609: checking the archiver (ar) interface
+configure:5625: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:5625: $? = 0
+configure:5627: ar cru libconftest.a conftest.o >&5
+ar: `u' modifier ignored since `D' is the default (see `U')
+configure:5630: $? = 0
+configure:5658: result: ar
+configure:5722: Default --exec-prefix detected.
+configure:5726:   --bindir defaults to /bin
+configure:5733:   --sbindir defaults to /sbin
+configure:5809: checking for gcc option to accept ISO C99
+configure:5958: gcc  -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:5958: $? = 0
+configure:5971: result: none needed
+configure:6079: checking for gcc option to accept ISO Standard C
+configure:6090: result: none needed
+configure:6101: checking for bison
+configure:6117: found /usr/bin/bison
+configure:6128: result: bison -y
+configure:6144: checking build system type
+configure:6158: result: x86_64-pc-linux-gnu
+configure:6178: checking host system type
+configure:6191: result: x86_64-pc-linux-gnu
+configure:6211: checking for an ANSI C-conforming const
+configure:6277: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:6277: $? = 0
+configure:6284: result: yes
+configure:6292: checking for working volatile
+configure:6311: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:6311: $? = 0
+configure:6318: result: yes
+configure:6326: checking whether byte ordering is bigendian
+configure:6341: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:27:9: error: unknown type name 'not'
+   27 |         not a universal capable compiler
+      |         ^~~
+conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
+   27 |         not a universal capable compiler
+      |               ^~~~~~~~~
+conftest.c:27:15: error: unknown type name 'universal'
+configure:6341: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| /* end confdefs.h.  */
+| #ifndef __APPLE_CC__
+| 	       not a universal capable compiler
+| 	     #endif
+| 	     typedef int dummy;
+| 
+configure:6386: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:6386: $? = 0
+configure:6404: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:33:4: error: unknown type name 'not'; did you mean 'ino_t'?
+   33 |    not big endian
+      |    ^~~
+      |    ino_t
+conftest.c:33:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
+   33 |    not big endian
+      |            ^~~~~~
+configure:6404: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+| 		#include <sys/param.h>
+| 
+| int
+| main ()
+| {
+| #if BYTE_ORDER != BIG_ENDIAN
+| 		 not big endian
+| 		#endif
+| 
+|   ;
+|   return 0;
+| }
+configure:6532: result: no
+configure:6553: checking whether compiler handles -fno-common
+configure:6577: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common conftest.c
+configure:6577: $? = 0
+configure:6589: result: yes
+configure:6597: checking whether compiler handles -Wall
+configure:6621: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wall conftest.c
+configure:6621: $? = 0
+configure:6633: result: yes
+configure:6641: checking whether compiler handles -Wextra
+configure:6665: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wextra conftest.c
+configure:6665: $? = 0
+configure:6677: result: yes
+configure:6685: checking whether compiler handles -Wextra-semi
+configure:6709: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wextra-semi conftest.c
+cc1: error: command-line option '-Wextra-semi' is valid for C++/ObjC++ but not for C [-Werror]
+cc1: all warnings being treated as errors
+configure:6709: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| /* end confdefs.h.  */
+| 
+| int
+| main ()
+| {
+| 
+|   ;
+|   return 0;
+| }
+configure:6721: result: no
+configure:6729: checking whether compiler handles -Wembedded-directive
+configure:6753: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wembedded-directive conftest.c
+gcc: error: unrecognized command-line option '-Wembedded-directive'
+configure:6753: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| /* end confdefs.h.  */
+| 
+| int
+| main ()
+| {
+| 
+|   ;
+|   return 0;
+| }
+configure:6765: result: no
+configure:6773: checking whether compiler handles -Wmissing-declarations
+configure:6797: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wmissing-declarations conftest.c
+configure:6797: $? = 0
+configure:6809: result: yes
+configure:6817: checking whether compiler handles -Wmissing-parameter-type
+configure:6841: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wmissing-parameter-type conftest.c
+configure:6841: $? = 0
+configure:6853: result: yes
+configure:6861: checking whether compiler handles -Wmissing-prototypes
+configure:6885: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wmissing-prototypes conftest.c
+configure:6885: $? = 0
+configure:6897: result: yes
+configure:6905: checking whether compiler handles -Wno-missing-field-initializers
+configure:6929: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-missing-field-initializers conftest.c
+configure:6929: $? = 0
+configure:6941: result: yes
+configure:6949: checking whether compiler handles -Wredundant-decls
+configure:6973: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wredundant-decls conftest.c
+configure:6973: $? = 0
+configure:6985: result: yes
+configure:6993: checking whether compiler handles -Wsign-compare
+configure:7017: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wsign-compare conftest.c
+configure:7017: $? = 0
+configure:7029: result: yes
+configure:7037: checking whether compiler handles -Wtype-limits
+configure:7061: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wtype-limits conftest.c
+configure:7061: $? = 0
+configure:7073: result: yes
+configure:7081: checking whether compiler handles -Wuninitialized
+configure:7105: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wuninitialized conftest.c
+configure:7105: $? = 0
+configure:7117: result: yes
+configure:7125: checking whether compiler handles -Wunused-but-set-parameter
+configure:7149: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-but-set-parameter conftest.c
+configure:7149: $? = 0
+configure:7161: result: yes
+configure:7169: checking whether compiler handles -Wunused-but-set-variable
+configure:7193: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-but-set-variable conftest.c
+configure:7193: $? = 0
+configure:7205: result: yes
+configure:7213: checking whether compiler handles -Wunused-parameter
+configure:7237: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-parameter conftest.c
+configure:7237: $? = 0
+configure:7249: result: yes
+configure:7257: checking whether compiler handles -Wunused-result
+configure:7281: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-result conftest.c
+configure:7281: $? = 0
+configure:7293: result: yes
+configure:7301: checking whether compiler handles -Wunused-variable
+configure:7325: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-variable conftest.c
+configure:7325: $? = 0
+configure:7337: result: yes
+configure:7345: checking whether compiler handles -Wnested-externs
+configure:7369: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wnested-externs conftest.c
+configure:7369: $? = 0
+configure:7381: result: yes
+configure:7389: checking whether compiler handles -Wpointer-arith
+configure:7413: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wpointer-arith conftest.c
+configure:7413: $? = 0
+configure:7425: result: yes
+configure:7433: checking whether compiler handles -Wstrict-prototypes
+configure:7457: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wstrict-prototypes conftest.c
+configure:7457: $? = 0
+configure:7469: result: yes
+configure:7477: checking whether compiler handles -Wformat-security
+configure:7501: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wformat-security conftest.c
+cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]
+cc1: all warnings being treated as errors
+configure:7501: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| /* end confdefs.h.  */
+| 
+| int
+| main ()
+| {
+| 
+|   ;
+|   return 0;
+| }
+configure:7513: result: no
+configure:7521: checking whether compiler handles -Wimplicit-function-declaration
+configure:7545: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wimplicit-function-declaration conftest.c
+configure:7545: $? = 0
+configure:7557: result: yes
+configure:7565: checking whether compiler handles -Wdiscarded-qualifiers
+configure:7589: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wdiscarded-qualifiers conftest.c
+configure:7589: $? = 0
+configure:7601: result: yes
+configure:7609: checking whether compiler handles -Waddress-of-packed-member
+configure:7633: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Waddress-of-packed-member conftest.c
+configure:7633: $? = 0
+configure:7645: result: yes
+configure:7711: checking whether compiler handles -Werror=sequence-point
+configure:7735: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Werror=sequence-point conftest.c
+configure:7735: $? = 0
+configure:7747: result: yes
+configure:7761: checking whether compiler handles -Wno-clobbered
+configure:7785: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-clobbered conftest.c
+configure:7785: $? = 0
+configure:7797: result: yes
+configure:7807: checking whether compiler handles -Wno-cast-function-type
+configure:7831: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-cast-function-type conftest.c
+configure:7831: $? = 0
+configure:7843: result: yes
+configure:7853: checking whether compiler handles -Wno-unused-parameter
+configure:7877: gcc -E -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-unused-parameter conftest.c
+configure:7877: $? = 0
+configure:7889: result: yes
+configure:8062: checking how to print strings
+configure:8089: result: printf
+configure:8110: checking for a sed that does not truncate output
+configure:8174: result: /usr/bin/sed
+configure:8192: checking for fgrep
+configure:8254: result: /usr/bin/grep -F
+configure:8289: checking for ld used by gcc
+configure:8356: result: /usr/bin/ld
+configure:8363: checking if the linker (/usr/bin/ld) is GNU ld
+configure:8378: result: yes
+configure:8390: checking for BSD- or MS-compatible name lister (nm)
+configure:8444: result: /usr/bin/nm -B
+configure:8574: checking the name lister (/usr/bin/nm -B) interface
+configure:8581: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:8584: /usr/bin/nm -B "conftest.o"
+configure:8587: output
+0000000000000000 B some_variable
+configure:8594: result: BSD nm
+configure:8597: checking whether ln -s works
+configure:8601: result: yes
+configure:8609: checking the maximum length of command line arguments
+configure:8740: result: 1572864
+configure:8788: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
+configure:8828: result: func_convert_file_noop
+configure:8835: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
+configure:8855: result: func_convert_file_noop
+configure:8862: checking for /usr/bin/ld option to reload object files
+configure:8869: result: -r
+configure:8943: checking for objdump
+configure:8959: found /usr/bin/objdump
+configure:8970: result: objdump
+configure:9002: checking how to recognize dependent libraries
+configure:9202: result: pass_all
+configure:9287: checking for dlltool
+configure:9317: result: no
+configure:9347: checking how to associate runtime and link libraries
+configure:9374: result: printf %s\n
+configure:9498: checking for archiver @FILE support
+configure:9515: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:9515: $? = 0
+configure:9518: ar cr libconftest.a @conftest.lst >&5
+configure:9521: $? = 0
+configure:9526: ar cr libconftest.a @conftest.lst >&5
+ar: conftest.o: No such file or directory
+configure:9529: $? = 1
+configure:9541: result: @
+configure:9599: checking for strip
+configure:9615: found /usr/bin/strip
+configure:9626: result: strip
+configure:9698: checking for ranlib
+configure:9714: found /usr/bin/ranlib
+configure:9725: result: ranlib
+configure:9827: checking command to parse /usr/bin/nm -B output from gcc object
+configure:9980: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:9983: $? = 0
+configure:9987: /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
+configure:10053: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c conftstm.o >&5
+configure:10056: $? = 0
+configure:10094: result: ok
+configure:10141: checking for sysroot
+configure:10171: result: no
+configure:10178: checking for a working dd
+configure:10216: result: /usr/bin/dd
+configure:10220: checking how to truncate binary pipes
+configure:10235: result: /usr/bin/dd bs=4096 count=1
+configure:10371: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:10374: $? = 0
+configure:10564: checking for mt
+configure:10580: found /bin/mt
+configure:10591: result: mt
+configure:10614: checking if mt is a manifest tool
+configure:10620: mt '-?'
+configure:10628: result: no
+configure:11302: checking for dlfcn.h
+configure:11302: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:11302: $? = 0
+configure:11302: result: yes
+configure:11558: checking for objdir
+configure:11573: result: .libs
+configure:11837: checking if gcc supports -fno-rtti -fno-exceptions
+configure:11855: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
+cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
+configure:11859: $? = 0
+configure:11872: result: no
+configure:12236: checking for gcc option to produce PIC
+configure:12243: result: -fPIC -DPIC
+configure:12251: checking if gcc PIC flag -fPIC -DPIC works
+configure:12269: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
+configure:12273: $? = 0
+configure:12286: result: yes
+configure:12315: checking if gcc static flag -static works
+configure:12343: result: yes
+configure:12358: checking if gcc supports -c -o file.o
+configure:12379: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
+configure:12383: $? = 0
+configure:12405: result: yes
+configure:12413: checking if gcc supports -c -o file.o
+configure:12460: result: yes
+configure:12493: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
+configure:13756: result: yes
+configure:13793: checking whether -lc should be explicitly linked in
+configure:13801: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:13804: $? = 0
+configure:13819: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
+configure:13822: $? = 0
+configure:13836: result: no
+configure:13996: checking dynamic linker characteristics
+configure:14577: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -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
+configure:14577: $? = 0
+configure:14826: result: GNU/Linux ld.so
+configure:14948: checking how to hardcode library paths into programs
+configure:14973: result: immediate
+configure:15521: checking whether stripping libraries is possible
+configure:15526: result: yes
+configure:15561: checking if libtool supports shared libraries
+configure:15563: result: yes
+configure:15566: checking whether to build shared libraries
+configure:15591: result: yes
+configure:15594: checking whether to build static libraries
+configure:15598: result: yes
+configure:15651: checking linker version script flag
+configure:15684: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--version-script,conftest.map conftest.c  >&5
+configure:15684: $? = 0
+configure:15774: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--version-script,conftest.map conftest.c  >&5
+/usr/bin/ld:conftest.map:0: syntax error in VERSION script
+collect2: error: ld returned 1 exit status
+configure:15774: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| /* end confdefs.h.  */
+| int show, hide;
+| int
+| main ()
+| {
+| 
+|   ;
+|   return 0;
+| }
+configure:15792: result: --version-script
+configure:15799: checking if version scripts can use complex wildcards
+configure:15832: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -Wl,--version-script,conftest.map conftest.c  >&5
+configure:15832: $? = 0
+configure:15849: result: yes
+configure:15953: checking for pkg-config
+configure:15971: found /usr/bin/pkg-config
+configure:15983: result: /usr/bin/pkg-config
+configure:16008: checking pkg-config is at least version 0.9.0
+configure:16011: result: yes
+configure:16068: checking whether to build gtk-doc documentation
+configure:16070: result: no
+configure:16077: checking for gtkdoc-check
+configure:16095: found /usr/bin/gtkdoc-check
+configure:16107: result: /usr/bin/gtkdoc-check
+configure:16138: checking for xsltproc
+configure:16156: found /usr/bin/xsltproc
+configure:16168: result: /usr/bin/xsltproc
+configure:16356: checking for special C compiler options needed for large files
+configure:16401: result: no
+configure:16407: checking for _FILE_OFFSET_BITS value needed for large files
+configure:16432: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:16432: $? = 0
+configure:16464: result: no
+configure:16550: checking whether to enable assertions
+configure:16568: result: yes
+configure:16571: checking whether struct tm is in sys/time.h or time.h
+configure:16591: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:16591: $? = 0
+configure:16598: result: time.h
+configure:16606: checking for struct tm.tm_zone
+configure:16606: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:16606: $? = 0
+configure:16606: result: yes
+configure:16676: checking whether NLS is requested
+configure:16685: result: yes
+configure:16725: checking for msgfmt
+configure: trying /usr/bin/msgfmt...
+0 translated messages.
+configure:16757: result: /usr/bin/msgfmt
+configure:16766: checking for gmsgfmt
+configure:16797: result: /usr/bin/msgfmt
+configure:16847: checking for xgettext
+configure: trying /usr/bin/xgettext...
+/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
+configure:16879: result: /usr/bin/xgettext
+configure:16924: checking for msgmerge
+configure: trying /usr/bin/msgmerge...
+configure:16955: result: /usr/bin/msgmerge
+configure:17013: checking for ld used by gcc
+configure:17080: result: /usr/bin/ld -m elf_x86_64
+configure:17087: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
+configure:17102: result: yes
+configure:17109: checking for shared library run path origin
+configure:17122: result: done
+configure:17694: checking for CFPreferencesCopyAppValue
+configure:17712: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
+conftest.c:30:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
+   30 | #include <CoreFoundation/CFPreferences.h>
+      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:17712: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| /* end confdefs.h.  */
+| #include <CoreFoundation/CFPreferences.h>
+| int
+| main ()
+| {
+| CFPreferencesCopyAppValue(NULL, NULL)
+|   ;
+|   return 0;
+| }
+configure:17721: result: no
+configure:17728: checking for CFLocaleCopyCurrent
+configure:17746: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
+conftest.c:30:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
+   30 | #include <CoreFoundation/CFLocale.h>
+      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:17746: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| /* end confdefs.h.  */
+| #include <CoreFoundation/CFLocale.h>
+| int
+| main ()
+| {
+| CFLocaleCopyCurrent();
+|   ;
+|   return 0;
+| }
+configure:17755: result: no
+configure:17804: checking for GNU gettext in libc
+configure:17828: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:17828: $? = 0
+configure:17837: result: yes
+configure:18665: checking whether to use NLS
+configure:18667: result: yes
+configure:18670: checking where the gettext function comes from
+configure:18681: result: libc
+configure:18752: checking for linux/compiler.h
+configure:18752: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:39:10: fatal error: linux/compiler.h: No such file or directory
+   39 | #include <linux/compiler.h>
+      |          ^~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:18752: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| /* end confdefs.h.  */
+| 
+| #ifdef HAVE_LINUX_COMPILER_H
+| #include <linux/compiler.h>
+| #endif
+| 
+| 
+| #include <linux/compiler.h>
+configure:18752: result: no
+configure:18752: checking for linux/blkpg.h
+configure:18752: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18752: $? = 0
+configure:18752: result: yes
+configure:18752: checking for linux/major.h
+configure:18752: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18752: $? = 0
+configure:18752: result: yes
+configure:18832: checking asm/io.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:68:10: fatal error: asm/io.h: No such file or directory
+   68 | #include <asm/io.h>
+      |          ^~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <asm/io.h>
+configure:18832: result: no
+configure:18832: checking asm/io.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:35:10: fatal error: asm/io.h: No such file or directory
+   35 | #include <asm/io.h>
+      |          ^~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| /* end confdefs.h.  */
+| #include <asm/io.h>
+configure:18832: result: no
+configure:18832: checking for asm/io.h
+configure:18832: result: no
+configure:18832: checking err.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking err.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for err.h
+configure:18832: result: yes
+configure:18832: checking errno.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking errno.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for errno.h
+configure:18832: result: yes
+configure:18832: checking fcntl.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking fcntl.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for fcntl.h
+configure:18832: result: yes
+configure:18832: checking getopt.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking getopt.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for getopt.h
+configure:18832: result: yes
+configure:18832: checking for inttypes.h
+configure:18832: result: yes
+configure:18832: checking lastlog.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking lastlog.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for lastlog.h
+configure:18832: result: yes
+configure:18832: checking libutil.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:74:10: fatal error: libutil.h: No such file or directory
+   74 | #include <libutil.h>
+      |          ^~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <libutil.h>
+configure:18832: result: no
+configure:18832: checking libutil.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:41:10: fatal error: libutil.h: No such file or directory
+   41 | #include <libutil.h>
+      |          ^~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| /* end confdefs.h.  */
+| #include <libutil.h>
+configure:18832: result: no
+configure:18832: checking for libutil.h
+configure:18832: result: no
+configure:18832: checking linux/btrfs.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/btrfs.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/btrfs.h
+configure:18832: result: yes
+configure:18832: checking linux/cdrom.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/cdrom.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/cdrom.h
+configure:18832: result: yes
+configure:18832: checking linux/falloc.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/falloc.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/falloc.h
+configure:18832: result: yes
+configure:18832: checking linux/watchdog.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/watchdog.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/watchdog.h
+configure:18832: result: yes
+configure:18832: checking linux/fd.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/fd.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/fd.h
+configure:18832: result: yes
+configure:18832: checking linux/raw.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/raw.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/raw.h
+configure:18832: result: yes
+configure:18832: checking linux/tiocl.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/tiocl.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/tiocl.h
+configure:18832: result: yes
+configure:18832: checking linux/version.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/version.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/version.h
+configure:18832: result: yes
+configure:18832: checking linux/securebits.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/securebits.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/securebits.h
+configure:18832: result: yes
+configure:18832: checking linux/net_namespace.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/net_namespace.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/net_namespace.h
+configure:18832: result: yes
+configure:18832: checking linux/capability.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking linux/capability.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for linux/capability.h
+configure:18832: result: yes
+configure:18832: checking locale.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking locale.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for locale.h
+configure:18832: result: yes
+configure:18832: checking mntent.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking mntent.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for mntent.h
+configure:18832: result: yes
+configure:18832: checking net/if.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking net/if.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for net/if.h
+configure:18832: result: yes
+configure:18832: checking net/if_dl.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:88:10: fatal error: net/if_dl.h: No such file or directory
+   88 | #include <net/if_dl.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <net/if_dl.h>
+configure:18832: result: no
+configure:18832: checking net/if_dl.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:55:10: fatal error: net/if_dl.h: No such file or directory
+   55 | #include <net/if_dl.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| /* end confdefs.h.  */
+| #include <net/if_dl.h>
+configure:18832: result: no
+configure:18832: checking for net/if_dl.h
+configure:18832: result: no
+configure:18832: checking netinet/in.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking netinet/in.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for netinet/in.h
+configure:18832: result: yes
+configure:18832: checking paths.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking paths.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for paths.h
+configure:18832: result: yes
+configure:18832: checking pty.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking pty.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for pty.h
+configure:18832: result: yes
+configure:18832: checking security/pam_appl.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking security/pam_appl.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for security/pam_appl.h
+configure:18832: result: yes
+configure:18832: checking for stdint.h
+configure:18832: result: yes
+configure:18832: checking stdio_ext.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking stdio_ext.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for stdio_ext.h
+configure:18832: result: yes
+configure:18832: checking for stdlib.h
+configure:18832: result: yes
+configure:18832: checking endian.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking endian.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for endian.h
+configure:18832: result: yes
+configure:18832: checking byteswap.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking byteswap.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for byteswap.h
+configure:18832: result: yes
+configure:18832: checking sys/endian.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:97:10: fatal error: sys/endian.h: No such file or directory
+   97 | #include <sys/endian.h>
+      |          ^~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/endian.h>
+configure:18832: result: no
+configure:18832: checking sys/endian.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:64:10: fatal error: sys/endian.h: No such file or directory
+   64 | #include <sys/endian.h>
+      |          ^~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| /* end confdefs.h.  */
+| #include <sys/endian.h>
+configure:18832: result: no
+configure:18832: checking for sys/endian.h
+configure:18832: result: no
+configure:18832: checking sys/disk.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:97:10: fatal error: sys/disk.h: No such file or directory
+   97 | #include <sys/disk.h>
+      |          ^~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/disk.h>
+configure:18832: result: no
+configure:18832: checking sys/disk.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:64:10: fatal error: sys/disk.h: No such file or directory
+   64 | #include <sys/disk.h>
+      |          ^~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| /* end confdefs.h.  */
+| #include <sys/disk.h>
+configure:18832: result: no
+configure:18832: checking for sys/disk.h
+configure:18832: result: no
+configure:18832: checking sys/disklabel.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:97:10: fatal error: sys/disklabel.h: No such file or directory
+   97 | #include <sys/disklabel.h>
+      |          ^~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/disklabel.h>
+configure:18832: result: no
+configure:18832: checking sys/disklabel.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:64:10: fatal error: sys/disklabel.h: No such file or directory
+   64 | #include <sys/disklabel.h>
+      |          ^~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| /* end confdefs.h.  */
+| #include <sys/disklabel.h>
+configure:18832: result: no
+configure:18832: checking for sys/disklabel.h
+configure:18832: result: no
+configure:18832: checking sys/file.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/file.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/file.h
+configure:18832: result: yes
+configure:18832: checking sys/io.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/io.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/io.h
+configure:18832: result: yes
+configure:18832: checking sys/ioccom.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:99:10: fatal error: sys/ioccom.h: No such file or directory
+   99 | #include <sys/ioccom.h>
+      |          ^~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/ioccom.h>
+configure:18832: result: no
+configure:18832: checking sys/ioccom.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:66:10: fatal error: sys/ioccom.h: No such file or directory
+   66 | #include <sys/ioccom.h>
+      |          ^~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| /* end confdefs.h.  */
+| #include <sys/ioccom.h>
+configure:18832: result: no
+configure:18832: checking for sys/ioccom.h
+configure:18832: result: no
+configure:18832: checking sys/ioctl.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/ioctl.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/ioctl.h
+configure:18832: result: yes
+configure:18832: checking sys/mkdev.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:100:10: fatal error: sys/mkdev.h: No such file or directory
+  100 | #include <sys/mkdev.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/mkdev.h>
+configure:18832: result: no
+configure:18832: checking sys/mkdev.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:67:10: fatal error: sys/mkdev.h: No such file or directory
+   67 | #include <sys/mkdev.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| /* end confdefs.h.  */
+| #include <sys/mkdev.h>
+configure:18832: result: no
+configure:18832: checking for sys/mkdev.h
+configure:18832: result: no
+configure:18832: checking sys/mount.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/mount.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/mount.h
+configure:18832: result: yes
+configure:18832: checking sys/param.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/param.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/param.h
+configure:18832: result: yes
+configure:18832: checking sys/prctl.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/prctl.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/prctl.h
+configure:18832: result: yes
+configure:18832: checking sys/resource.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/resource.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/resource.h
+configure:18832: result: yes
+configure:18832: checking sys/signalfd.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/signalfd.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/signalfd.h
+configure:18832: result: yes
+configure:18832: checking sys/socket.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/socket.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/socket.h
+configure:18832: result: yes
+configure:18832: checking sys/sockio.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:106:10: fatal error: sys/sockio.h: No such file or directory
+  106 | #include <sys/sockio.h>
+      |          ^~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/sockio.h>
+configure:18832: result: no
+configure:18832: checking sys/sockio.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:73:10: fatal error: sys/sockio.h: No such file or directory
+   73 | #include <sys/sockio.h>
+      |          ^~~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| /* end confdefs.h.  */
+| #include <sys/sockio.h>
+configure:18832: result: no
+configure:18832: checking for sys/sockio.h
+configure:18832: result: no
+configure:18832: checking for sys/stat.h
+configure:18832: result: yes
+configure:18832: checking sys/sysmacros.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/sysmacros.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/sysmacros.h
+configure:18832: result: yes
+configure:18832: checking sys/swap.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/swap.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/swap.h
+configure:18832: result: yes
+configure:18832: checking sys/syscall.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/syscall.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/syscall.h
+configure:18832: result: yes
+configure:18832: checking sys/time.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/time.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/time.h
+configure:18832: result: yes
+configure:18832: checking sys/timex.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/timex.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/timex.h
+configure:18832: result: yes
+configure:18832: checking sys/ttydefaults.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/ttydefaults.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/ttydefaults.h
+configure:18832: result: yes
+configure:18832: checking for sys/types.h
+configure:18832: result: yes
+configure:18832: checking sys/ucred.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:114:10: fatal error: sys/ucred.h: No such file or directory
+  114 | #include <sys/ucred.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <sys/ucred.h>
+configure:18832: result: no
+configure:18832: checking sys/ucred.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+conftest.c:81:10: fatal error: sys/ucred.h: No such file or directory
+   81 | #include <sys/ucred.h>
+      |          ^~~~~~~~~~~~~
+compilation terminated.
+configure:18832: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| /* end confdefs.h.  */
+| #include <sys/ucred.h>
+configure:18832: result: no
+configure:18832: checking for sys/ucred.h
+configure:18832: result: no
+configure:18832: checking sys/un.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking sys/un.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for sys/un.h
+configure:18832: result: yes
+configure:18832: checking for unistd.h
+configure:18832: result: yes
+configure:18832: checking shadow.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking shadow.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for shadow.h
+configure:18832: result: yes
+configure:18832: checking utmp.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking utmp.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for utmp.h
+configure:18832: result: yes
+configure:18832: checking utmpx.h usability
+configure:18832: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking utmpx.h presence
+configure:18832: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18832: $? = 0
+configure:18832: result: yes
+configure:18832: checking for utmpx.h
+configure:18832: result: yes
+configure:18849: checking for linux/fs.h
+configure:18849: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+In file included from /usr/include/linux/fs.h:19,
+                 from conftest.c:87:
+/usr/include/x86_64-linux-gnu/sys/mount.h:35:3: error: expected identifier before numeric constant
+   35 |   MS_RDONLY = 1,  /* Mount read-only.  */
+      |   ^~~~~~~~~
+configure:18849: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| /* end confdefs.h.  */
+| #ifdef HAVE_SYS_MOUNT_H
+|    # include <linux/fs.h>
+|    # include <sys/mount.h>
+|   #endif
+| 
+| 
+| #include <linux/fs.h>
+configure:18849: result: no
+configure:18868: checking for linux/gsmmux.h
+configure:18868: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18868: $? = 0
+configure:18868: result: yes
+configure:18885: checking for security/pam_misc.h
+configure:18885: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18885: $? = 0
+configure:18885: result: yes
+configure:18919: checking linux/blkzoned.h usability
+configure:18919: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18919: $? = 0
+configure:18919: result: yes
+configure:18919: checking linux/blkzoned.h presence
+configure:18919: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18919: $? = 0
+configure:18919: result: yes
+configure:18919: checking for linux/blkzoned.h
+configure:18919: result: yes
+configure:18932: checking for security/openpam.h
+configure:18932: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c:95:10: fatal error: security/openpam.h: No such file or directory
+   95 | #include <security/openpam.h>
+      |          ^~~~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:18932: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| /* end confdefs.h.  */
+| 
+| #ifdef HAVE_SECURITY_PAM_APPL_H
+| #include <security/pam_appl.h>
+| #endif
+| 
+| 
+| #include <security/openpam.h>
+configure:18932: result: no
+configure:18950: checking langinfo.h usability
+configure:18950: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:18950: $? = 0
+configure:18950: result: yes
+configure:18950: checking langinfo.h presence
+configure:18950: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:18950: $? = 0
+configure:18950: result: yes
+configure:18950: checking for langinfo.h
+configure:18950: result: yes
+configure:18977: checking whether langinfo.h defines ALTMON_x constants
+configure:19006: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19006: $? = 0
+configure:19008: result: yes
+configure:19023: checking whether langinfo.h defines _NL_ABALTMON_x constants
+configure:19052: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19052: $? = 0
+configure:19054: result: yes
+configure:19111: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19111: $? = 0
+configure:19119: checking for struct termios.c_line
+configure:19119: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19119: $? = 0
+configure:19119: result: yes
+configure:19131: checking for struct stat.st_mtim.tv_nsec
+configure:19131: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19131: $? = 0
+configure:19131: result: yes
+configure:19143: checking whether _NL_TIME_WEEK_1STDAY is declared
+configure:19143: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19143: $? = 0
+configure:19143: result: yes
+configure:19156: checking whether environ is declared
+configure:19156: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19156: $? = 0
+configure:19156: result: yes
+configure:19164: checking whether strsignal is declared
+configure:19164: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19164: $? = 0
+configure:19164: result: yes
+configure:19172: checking whether TIOCGLCKTRMIOS is declared
+configure:19172: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19172: $? = 0
+configure:19172: result: yes
+configure:19180: checking whether SOCK_CLOEXEC is declared
+configure:19180: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19180: $? = 0
+configure:19180: result: yes
+configure:19189: checking whether SOCK_NONBLOCK is declared
+configure:19189: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19189: $? = 0
+configure:19189: result: yes
+configure:19198: checking whether SO_PASSCRED is declared
+configure:19198: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19198: $? = 0
+configure:19198: result: yes
+configure:19265: checking for clearenv
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for __fpurge
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for fpurge
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccM8XITN.o: in function `main':
+./conftest.c:134: undefined reference to `fpurge'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| /* end confdefs.h.  */
+| /* Define fpurge to an innocuous variant, in case <limits.h> declares fpurge.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define fpurge innocuous_fpurge
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char fpurge (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef fpurge
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char fpurge ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_fpurge || defined __stub___fpurge
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return fpurge ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for __fpending
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for secure_getenv
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for __secure_getenv
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccrh2K0d.o: in function `main':
+./conftest.c:136: undefined reference to `__secure_getenv'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| /* end confdefs.h.  */
+| /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define __secure_getenv innocuous___secure_getenv
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char __secure_getenv (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef __secure_getenv
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char __secure_getenv ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub___secure_getenv || defined __stub_____secure_getenv
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return __secure_getenv ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for eaccess
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for err
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for errx
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for explicit_bzero
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for fmemopen
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for fsync
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for utimensat
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for getdomainname
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for getdtablesize
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for getexecname
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccMOogrz.o: in function `main':
+./conftest.c:145: undefined reference to `getexecname'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| /* end confdefs.h.  */
+| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define getexecname innocuous_getexecname
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char getexecname (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef getexecname
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char getexecname ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_getexecname || defined __stub___getexecname
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return getexecname ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for getmntinfo
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccDTeYTW.o: in function `main':
+./conftest.c:145: undefined reference to `getmntinfo'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| /* end confdefs.h.  */
+| /* Define getmntinfo to an innocuous variant, in case <limits.h> declares getmntinfo.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define getmntinfo innocuous_getmntinfo
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char getmntinfo (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef getmntinfo
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char getmntinfo ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_getmntinfo || defined __stub___getmntinfo
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return getmntinfo ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for getrandom
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for getrlimit
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for getsgnam
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for inotify_init
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for jrand48
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for lchown
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for llseek
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/cc1uGnE1.o: in function `main':
+./conftest.c:151: undefined reference to `llseek'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| /* end confdefs.h.  */
+| /* Define llseek to an innocuous variant, in case <limits.h> declares llseek.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define llseek innocuous_llseek
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char llseek (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef llseek
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char llseek ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_llseek || defined __stub___llseek
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return llseek ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for mempcpy
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+conftest.c:140:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
+  140 | char mempcpy ();
+      |      ^~~~~~~
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for mkostemp
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for nanosleep
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for ntp_gettime
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for personality
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for pidfd_open
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/cck18XuR.o: in function `main':
+./conftest.c:156: undefined reference to `pidfd_open'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| /* end confdefs.h.  */
+| /* Define pidfd_open to an innocuous variant, in case <limits.h> declares pidfd_open.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define pidfd_open innocuous_pidfd_open
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char pidfd_open (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef pidfd_open
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char pidfd_open ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_pidfd_open || defined __stub___pidfd_open
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return pidfd_open ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for pidfd_send_signal
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccfcxvab.o: in function `main':
+./conftest.c:156: undefined reference to `pidfd_send_signal'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| /* end confdefs.h.  */
+| /* Define pidfd_send_signal to an innocuous variant, in case <limits.h> declares pidfd_send_signal.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define pidfd_send_signal innocuous_pidfd_send_signal
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char pidfd_send_signal (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef pidfd_send_signal
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char pidfd_send_signal ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_pidfd_send_signal || defined __stub___pidfd_send_signal
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return pidfd_send_signal ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for posix_fadvise
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for prctl
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for qsort_r
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for rpmatch
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for scandirat
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for setprogname
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccY0np2R.o: in function `main':
+./conftest.c:161: undefined reference to `setprogname'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| /* end confdefs.h.  */
+| /* Define setprogname to an innocuous variant, in case <limits.h> declares setprogname.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define setprogname innocuous_setprogname
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char setprogname (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef setprogname
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char setprogname ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_setprogname || defined __stub___setprogname
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return setprogname ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for setresgid
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for setresuid
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for sched_setattr
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccyoNEH6.o: in function `main':
+./conftest.c:163: undefined reference to `sched_setattr'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| /* end confdefs.h.  */
+| /* Define sched_setattr to an innocuous variant, in case <limits.h> declares sched_setattr.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define sched_setattr innocuous_sched_setattr
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char sched_setattr (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef sched_setattr
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char sched_setattr ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_sched_setattr || defined __stub___sched_setattr
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return sched_setattr ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for sched_setscheduler
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for sigqueue
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for srandom
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for strnchr
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/cc3RXYTM.o: in function `main':
+./conftest.c:166: undefined reference to `strnchr'
+collect2: error: ld returned 1 exit status
+configure:19265: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| /* end confdefs.h.  */
+| /* Define strnchr to an innocuous variant, in case <limits.h> declares strnchr.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define strnchr innocuous_strnchr
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char strnchr (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef strnchr
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char strnchr ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_strnchr || defined __stub___strnchr
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return strnchr ();
+|   ;
+|   return 0;
+| }
+configure:19265: result: no
+configure:19265: checking for strndup
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+conftest.c:155:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
+  155 | char strndup ();
+      |      ^~~~~~~
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for strnlen
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+conftest.c:156:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
+  156 | char strnlen ();
+      |      ^~~~~~~
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for sysconf
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for sysinfo
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for timegm
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for usleep
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for vwarnx
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for warn
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19265: checking for warnx
+configure:19265: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19265: $? = 0
+configure:19265: result: yes
+configure:19274: checking for _LARGEFILE_SOURCE value needed for large files
+configure:19293: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19293: $? = 0
+configure:19321: result: no
+configure:19346: checking for openat
+configure:19346: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19346: $? = 0
+configure:19346: result: yes
+configure:19346: checking for fstatat
+configure:19346: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19346: $? = 0
+configure:19346: result: yes
+configure:19346: checking for unlinkat
+configure:19346: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19346: $? = 0
+configure:19346: result: yes
+configure:19360: checking for ioperm
+configure:19360: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19360: $? = 0
+configure:19360: result: yes
+configure:19360: checking for iopl
+configure:19360: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19360: $? = 0
+configure:19360: result: yes
+configure:19371: checking for futimens
+configure:19371: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19371: $? = 0
+configure:19371: result: yes
+configure:19382: checking for inotify_init1
+configure:19382: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19382: $? = 0
+configure:19382: result: yes
+configure:19393: checking for open_memstream
+configure:19393: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19393: $? = 0
+configure:19393: result: yes
+configure:19406: checking for reboot
+configure:19406: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19406: $? = 0
+configure:19406: result: yes
+configure:19420: checking for updwtmpx
+configure:19420: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19420: $? = 0
+configure:19420: result: yes
+configure:19420: checking for updwtmpx
+configure:19420: result: yes
+configure:19433: checking for getusershell
+configure:19433: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19433: $? = 0
+configure:19433: result: yes
+configure:19457: checking for syscall setns
+configure:19476: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19476: $? = 0
+configure:19514: result: SYS_setns
+configure:19535: checking for syscall pidfd_open
+configure:19554: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19554: $? = 0
+configure:19592: result: SYS_pidfd_open
+configure:19607: checking for syscall pidfd_send_signal
+configure:19626: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:19626: $? = 0
+configure:19664: result: SYS_pidfd_send_signal
+configure:19680: checking for isnan
+configure:19680: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+conftest.c:177:6: warning: conflicting types for built-in function 'isnan'; expected 'int()' [-Wbuiltin-declaration-mismatch]
+  177 | char isnan ();
+      |      ^~~~~
+conftest.c:165:1: note: 'isnan' is declared in header '<math.h>'
+  164 | # include <limits.h>
+  165 | #else
+configure:19680: $? = 0
+configure:19680: result: yes
+configure:19776: checking for clock_gettime
+configure:19776: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:19776: $? = 0
+configure:19776: result: yes
+configure:19831: checking for timer_create
+configure:19831: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccIMFaRf.o: in function `main':
+./conftest.c:190: undefined reference to `timer_create'
+collect2: error: ld returned 1 exit status
+configure:19831: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| /* end confdefs.h.  */
+| /* Define timer_create to an innocuous variant, in case <limits.h> declares timer_create.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define timer_create innocuous_timer_create
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char timer_create (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef timer_create
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char timer_create ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_timer_create || defined __stub___timer_create
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return timer_create ();
+|   ;
+|   return 0;
+| }
+configure:19831: result: no
+configure:19838: checking for timer_create in -lrt
+configure:19863: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lrt   >&5
+configure:19863: $? = 0
+configure:19872: result: yes
+configure:19982: checking for rtas_get_sysparm in -lrtas
+configure:20007: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lrtas   >&5
+/usr/bin/ld: cannot find -lrtas
+collect2: error: ld returned 1 exit status
+configure:20007: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| /* end confdefs.h.  */
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char rtas_get_sysparm ();
+| int
+| main ()
+| {
+| return rtas_get_sysparm ();
+|   ;
+|   return 0;
+| }
+configure:20016: result: no
+configure:20032: checking for struct sockaddr.sa_len
+configure:20032: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:164:12: error: 'struct sockaddr' has no member named 'sa_len'
+  164 | if (ac_aggr.sa_len)
+      |            ^
+configure:20032: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+| 	 #include <sys/socket.h>
+| 
+| int
+| main ()
+| {
+| static struct sockaddr ac_aggr;
+| if (ac_aggr.sa_len)
+| return 0;
+|   ;
+|   return 0;
+| }
+configure:20032: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:164:19: error: 'struct sockaddr' has no member named 'sa_len'
+  164 | if (sizeof ac_aggr.sa_len)
+      |                   ^
+configure:20032: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| /* end confdefs.h.  */
+| #include <sys/types.h>
+| 	 #include <sys/socket.h>
+| 
+| int
+| main ()
+| {
+| static struct sockaddr ac_aggr;
+| if (sizeof ac_aggr.sa_len)
+| return 0;
+|   ;
+|   return 0;
+| }
+configure:20032: result: no
+configure:20045: checking for library containing socket
+configure:20076: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20076: $? = 0
+configure:20093: result: none required
+configure:20110: checking for dirfd
+configure:20110: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20110: $? = 0
+configure:20110: result: yes
+configure:20174: checking whether program_invocation_short_name is defined
+configure:20191: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20191: $? = 0
+configure:20193: result: yes
+configure:20208: checking whether __progname is defined
+configure:20221: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20221: $? = 0
+configure:20225: result: yes
+configure:20321: enable static build: fdisk.
+configure:20341: enable static build: sfdisk.
+configure:20361: enable static build: blkid.
+configure:20451: checking whether the target supports thread-local storage
+configure:20506: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20506: $? = 0
+configure:20506: ./conftest
+configure:20506: $? = 0
+configure:20513: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -static -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20513: $? = 0
+configure:20524: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -static -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20524: $? = 0
+configure:20524: ./conftest
+configure:20524: $? = 0
+configure:20556: gcc -o conftest  -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+/usr/bin/ld: /tmp/ccK8kVF0.o: in function `main':
+./conftest.c:165: undefined reference to `pthread_create'
+collect2: error: ld returned 1 exit status
+configure:20556: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| /* end confdefs.h.  */
+| #include <pthread.h>
+| 		void *g(void *d) { return NULL; }
+| int
+| main ()
+| {
+| pthread_t t; pthread_create(&t,NULL,g,NULL);
+|   ;
+|   return 0;
+| }
+configure:20556: gcc -o conftest -pthread -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20556: $? = 0
+configure:20602: gcc -o conftest -pthread -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  >&5
+configure:20602: $? = 0
+configure:20602: ./conftest
+configure:20602: $? = 0
+configure:20622: result: yes
+configure:20659: checking for openpty in -lutil
+configure:20684: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lutil   >&5
+configure:20684: $? = 0
+configure:20693: result: yes
+configure:20746: checking for union semun
+configure:20746: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:170:13: error: invalid application of 'sizeof' to incomplete type 'union semun'
+  170 | if (sizeof (union semun))
+      |             ^~~~~
+configure:20746: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| /* end confdefs.h.  */
+| 
+| #include <sys/sem.h>
+| 
+| 
+| int
+| main ()
+| {
+| if (sizeof (union semun))
+| 	 return 0;
+|   ;
+|   return 0;
+| }
+configure:20746: result: no
+configure:20759: checking for loff_t
+configure:20759: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20759: $? = 0
+configure:20759: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:199:21: error: expected expression before ')' token
+  199 | if (sizeof ((loff_t)))
+      |                     ^
+configure:20759: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int
+| main ()
+| {
+| if (sizeof ((loff_t)))
+| 	    return 0;
+|   ;
+|   return 0;
+| }
+configure:20759: result: yes
+configure:20792: checking wchar_t support
+configure:20817: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20817: $? = 0
+configure:20818: result: yes
+configure:20854: checking for cpu_set_t
+configure:20854: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20854: $? = 0
+configure:20854: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:172:24: error: expected expression before ')' token
+  172 | if (sizeof ((cpu_set_t)))
+      |                        ^
+configure:20854: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| #define HAVE_LOFF_T 1
+| #define HAVE_WIDECHAR 1
+| /* end confdefs.h.  */
+| 
+| #include <sched.h>
+| 
+| 
+| int
+| main ()
+| {
+| if (sizeof ((cpu_set_t)))
+| 	    return 0;
+|   ;
+|   return 0;
+| }
+configure:20854: result: yes
+configure:20877: checking for sighandler_t
+configure:20877: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20877: $? = 0
+configure:20877: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:173:27: error: expected expression before ')' token
+  173 | if (sizeof ((sighandler_t)))
+      |                           ^
+configure:20877: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| #define HAVE_LOFF_T 1
+| #define HAVE_WIDECHAR 1
+| #define HAVE_CPU_SET_T 1
+| /* end confdefs.h.  */
+| 
+| #include <signal.h>
+| 
+| 
+| int
+| main ()
+| {
+| if (sizeof ((sighandler_t)))
+| 	    return 0;
+|   ;
+|   return 0;
+| }
+configure:20877: result: yes
+configure:20891: checking whether CPU_ALLOC is declared
+configure:20891: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20891: $? = 0
+configure:20891: result: yes
+configure:20912: checking crypt.h usability
+configure:20912: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20912: $? = 0
+configure:20912: result: yes
+configure:20912: checking crypt.h presence
+configure:20912: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:20912: $? = 0
+configure:20912: result: yes
+configure:20912: checking for crypt.h
+configure:20912: result: yes
+configure:20942: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lutil  >&5
+/usr/bin/ld: /tmp/ccEH8anb.o: in function `main':
+./conftest.c:181: undefined reference to `crypt'
+collect2: error: ld returned 1 exit status
+configure:20942: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| #define HAVE_LOFF_T 1
+| #define HAVE_WIDECHAR 1
+| #define HAVE_CPU_SET_T 1
+| #define HAVE_SIGHANDLER_T 1
+| #define HAVE_DECL_CPU_ALLOC 1
+| #define HAVE_CRYPT_H 1
+| /* end confdefs.h.  */
+| 
+| #ifdef HAVE_CRYPT_H
+| #include <crypt.h>
+| #else
+| #define _XOPEN_SOURCE
+| #include <unistd.h>
+| #endif
+| 
+| int
+| main ()
+| {
+| 
+| char *c = crypt("abc","pw");
+| 
+|   ;
+|   return 0;
+| }
+configure:20970: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:20970: $? = 0
+configure:21024: checking for libselinux >= 2.0
+configure:21031: $PKG_CONFIG --exists --print-errors "libselinux >= 2.0"
+configure:21034: $? = 0
+configure:21048: $PKG_CONFIG --exists --print-errors "libselinux >= 2.0"
+configure:21051: $? = 0
+configure:21089: result: yes
+configure:21095: $PKG_CONFIG --exists --print-errors "libselinux"
+configure:21098: $? = 0
+configure:21137: checking for security_get_initial_context
+configure:21137: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2  -Wl,-z,relro -Wl,-z,now -lselinux conftest.c -lutil  -lcrypt >&5
+/usr/bin/ld: /tmp/ccz696Go.o: in function `main':
+./conftest.c:205: undefined reference to `security_get_initial_context'
+collect2: error: ld returned 1 exit status
+configure:21137: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| #define HAVE_LOFF_T 1
+| #define HAVE_WIDECHAR 1
+| #define HAVE_CPU_SET_T 1
+| #define HAVE_SIGHANDLER_T 1
+| #define HAVE_DECL_CPU_ALLOC 1
+| #define HAVE_CRYPT_H 1
+| #define HAVE_LIBCRYPT 1
+| #define HAVE_LIBSELINUX 1
+| /* end confdefs.h.  */
+| /* Define security_get_initial_context to an innocuous variant, in case <limits.h> declares security_get_initial_context.
+|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+| #define security_get_initial_context innocuous_security_get_initial_context
+| 
+| /* System header to define __stub macros and hopefully few prototypes,
+|     which can conflict with char security_get_initial_context (); below.
+|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+|     <limits.h> exists even on freestanding compilers.  */
+| 
+| #ifdef __STDC__
+| # include <limits.h>
+| #else
+| # include <assert.h>
+| #endif
+| 
+| #undef security_get_initial_context
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char security_get_initial_context ();
+| /* The GNU C library defines this for functions which it implements
+|     to always fail with ENOSYS.  Some functions are actually named
+|     something starting with __ and the normal name is an alias.  */
+| #if defined __stub_security_get_initial_context || defined __stub___security_get_initial_context
+| choke me
+| #endif
+| 
+| int
+| main ()
+| {
+| return security_get_initial_context ();
+|   ;
+|   return 0;
+| }
+configure:21137: result: no
+configure:21185: checking for audit_log_user_message in -laudit
+configure:21210: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -laudit  -lutil  -lcrypt >&5
+configure:21210: $? = 0
+configure:21219: result: yes
+configure:21277: checking for udev_new in -ludev
+configure:21302: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -ludev  -laudit -lutil  -lcrypt >&5
+configure:21302: $? = 0
+configure:21311: result: yes
+configure:21408: checking for ncursesw6-config
+configure:21424: found /usr/bin/ncursesw6-config
+configure:21435: result: ncursesw6-config
+configure:21457: $NCURSESW6_CONFIG --version >/dev/null
+configure:21460: $? = 0
+configure:21719: checking ncursesw/ncurses.h usability
+configure:21719: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:21719: $? = 0
+configure:21719: result: yes
+configure:21719: checking ncursesw/ncurses.h presence
+configure:21719: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:21719: $? = 0
+configure:21719: result: yes
+configure:21719: checking for ncursesw/ncurses.h
+configure:21719: result: yes
+configure:21731: checking ncursesw/term.h usability
+configure:21731: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:21731: $? = 0
+configure:21731: result: yes
+configure:21731: checking ncursesw/term.h presence
+configure:21731: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
+configure:21731: $? = 0
+configure:21731: result: yes
+configure:21731: checking for ncursesw/term.h
+configure:21731: result: yes
+configure:22331: checking for use_default_colors in -lncursesw
+configure:22356: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lncursesw  -ludev -laudit -lutil  -lcrypt >&5
+configure:22356: $? = 0
+configure:22366: result: yes
+configure:22377: checking for resizeterm in -lncursesw
+configure:22402: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lncursesw  -ludev -laudit -lutil  -lcrypt >&5
+configure:22402: $? = 0
+configure:22412: result: yes
+configure:22447: checking for tinfow
+configure:22454: $PKG_CONFIG --exists --print-errors "tinfow"
+Package tinfow was not found in the pkg-config search path.
+Perhaps you should add the directory containing `tinfow.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'tinfow' found
+configure:22457: $? = 1
+configure:22471: $PKG_CONFIG --exists --print-errors "tinfow"
+Package tinfow was not found in the pkg-config search path.
+Perhaps you should add the directory containing `tinfow.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'tinfow' found
+configure:22474: $? = 1
+configure:22488: result: no
+No package 'tinfow' found
+configure:22505: checking for tgetent in -ltinfow
+configure:22530: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -ltinfow  -ludev -laudit -lutil  -lcrypt >&5
+/usr/bin/ld: cannot find -ltinfow
+collect2: error: ld returned 1 exit status
+configure:22530: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| #define HAVE_LOFF_T 1
+| #define HAVE_WIDECHAR 1
+| #define HAVE_CPU_SET_T 1
+| #define HAVE_SIGHANDLER_T 1
+| #define HAVE_DECL_CPU_ALLOC 1
+| #define HAVE_CRYPT_H 1
+| #define HAVE_LIBCRYPT 1
+| #define HAVE_LIBSELINUX 1
+| #define HAVE_LIBAUDIT 1
+| #define HAVE_LIBUDEV 1
+| #define HAVE_NCURSESW_NCURSES_H 1
+| #define HAVE_NCURSESW_TERM_H 1
+| #define HAVE_LIBNCURSESW 1
+| #define HAVE_USE_DEFAULT_COLORS 1
+| #define HAVE_RESIZETERM 1
+| /* end confdefs.h.  */
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char tgetent ();
+| int
+| main ()
+| {
+| return tgetent ();
+|   ;
+|   return 0;
+| }
+configure:22539: result: no
+configure:22632: checking for tinfo
+configure:22639: $PKG_CONFIG --exists --print-errors "tinfo"
+configure:22642: $? = 0
+configure:22656: $PKG_CONFIG --exists --print-errors "tinfo"
+configure:22659: $? = 0
+configure:22787: result: yes
+configure:22794: $PKG_CONFIG --exists --print-errors "tinfo"
+configure:22797: $? = 0
+configure:22857: checking for readline in -lreadline
+configure:22882: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lreadline  -ludev -laudit -lutil  -lcrypt >&5
+configure:22882: $? = 0
+configure:22891: result: yes
+configure:24755: checking for syscall fallocate
+configure:24774: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:24774: $? = 0
+configure:24812: result: SYS_fallocate
+configure:24851: checking for valid fallocate() function
+configure:24883: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:24883: $? = 0
+configure:24885: result: yes
+configure:24902: checking for valid posix_fallocate() function
+configure:24934: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:24934: $? = 0
+configure:24936: result: yes
+configure:25005: checking for syscall unshare
+configure:25024: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:25024: $? = 0
+configure:25062: result: SYS_unshare
+configure:25127: checking for unshare
+configure:25127: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:25127: $? = 0
+configure:25127: result: yes
+configure:25217: checking for setns
+configure:25217: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:25217: $? = 0
+configure:25217: result: yes
+configure:25254: checking for capng_apply in -lcap-ng
+configure:25279: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lcap-ng  -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:25279: $? = 0
+configure:25288: result: yes
+configure:25449: checking for libpcre2-8
+configure:25456: $PKG_CONFIG --exists --print-errors "libpcre2-8"
+configure:25459: $? = 0
+configure:25473: $PKG_CONFIG --exists --print-errors "libpcre2-8"
+configure:25476: $? = 0
+configure:25514: result: yes
+configure:25892: checking for crc32 in -lz
+configure:25917: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lz  -lcap-ng -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:25917: $? = 0
+configure:25926: result: yes
+configure:25950: checking for magic_open in -lmagic
+configure:25975: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lmagic  -lcap-ng -lreadline -ludev -laudit -lutil  -lcrypt >&5
+/usr/bin/ld: cannot find -lmagic
+collect2: error: ld returned 1 exit status
+configure:25975: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "util-linux"
+| #define PACKAGE_TARNAME "util-linux"
+| #define PACKAGE_VERSION "2.36.1"
+| #define PACKAGE_STRING "util-linux 2.36.1"
+| #define PACKAGE_BUGREPORT "kzak@redhat.com"
+| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define PACKAGE "util-linux"
+| #define VERSION "2.36.1"
+| #define HAVE_DLFCN_H 1
+| #define LT_OBJDIR ".libs/"
+| #define HAVE_STRUCT_TM_TM_ZONE 1
+| #define HAVE_TM_ZONE 1
+| #define ENABLE_NLS 1
+| #define HAVE_GETTEXT 1
+| #define HAVE_DCGETTEXT 1
+| #define HAVE_LINUX_BLKPG_H 1
+| #define HAVE_LINUX_MAJOR_H 1
+| #define HAVE_ERR_H 1
+| #define HAVE_ERRNO_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_GETOPT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LASTLOG_H 1
+| #define HAVE_LINUX_BTRFS_H 1
+| #define HAVE_LINUX_CDROM_H 1
+| #define HAVE_LINUX_FALLOC_H 1
+| #define HAVE_LINUX_WATCHDOG_H 1
+| #define HAVE_LINUX_FD_H 1
+| #define HAVE_LINUX_RAW_H 1
+| #define HAVE_LINUX_TIOCL_H 1
+| #define HAVE_LINUX_VERSION_H 1
+| #define HAVE_LINUX_SECUREBITS_H 1
+| #define HAVE_LINUX_NET_NAMESPACE_H 1
+| #define HAVE_LINUX_CAPABILITY_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MNTENT_H 1
+| #define HAVE_NET_IF_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_PATHS_H 1
+| #define HAVE_PTY_H 1
+| #define HAVE_SECURITY_PAM_APPL_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_ENDIAN_H 1
+| #define HAVE_BYTESWAP_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_IO_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_MOUNT_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_PRCTL_H 1
+| #define HAVE_SYS_RESOURCE_H 1
+| #define HAVE_SYS_SIGNALFD_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_SYS_SYSMACROS_H 1
+| #define HAVE_SYS_SWAP_H 1
+| #define HAVE_SYS_SYSCALL_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_TIMEX_H 1
+| #define HAVE_SYS_TTYDEFAULTS_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_UN_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SHADOW_H 1
+| #define HAVE_UTMP_H 1
+| #define HAVE_UTMPX_H 1
+| #define HAVE_LINUX_GSMMUX_H 1
+| #define HAVE_SECURITY_PAM_MISC_H 1
+| #define HAVE_LINUX_BLKZONED_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LANGINFO_ALTMON 1
+| #define HAVE_LANGINFO_NL_ABALTMON 1
+| #define HAVE_TM_GMTOFF 1
+| #define HAVE_STRUCT_TERMIOS_C_LINE 1
+| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+| #define HAVE_ENVIRON_DECL 1
+| #define HAVE_STRSIGNAL_DECL 1
+| #define HAVE_CLEARENV 1
+| #define HAVE___FPURGE 1
+| #define HAVE___FPENDING 1
+| #define HAVE_SECURE_GETENV 1
+| #define HAVE_EACCESS 1
+| #define HAVE_ERR 1
+| #define HAVE_ERRX 1
+| #define HAVE_EXPLICIT_BZERO 1
+| #define HAVE_FMEMOPEN 1
+| #define HAVE_FSYNC 1
+| #define HAVE_UTIMENSAT 1
+| #define HAVE_GETDOMAINNAME 1
+| #define HAVE_GETDTABLESIZE 1
+| #define HAVE_GETRANDOM 1
+| #define HAVE_GETRLIMIT 1
+| #define HAVE_GETSGNAM 1
+| #define HAVE_INOTIFY_INIT 1
+| #define HAVE_JRAND48 1
+| #define HAVE_LCHOWN 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MKOSTEMP 1
+| #define HAVE_NANOSLEEP 1
+| #define HAVE_NTP_GETTIME 1
+| #define HAVE_PERSONALITY 1
+| #define HAVE_POSIX_FADVISE 1
+| #define HAVE_PRCTL 1
+| #define HAVE_QSORT_R 1
+| #define HAVE_RPMATCH 1
+| #define HAVE_SCANDIRAT 1
+| #define HAVE_SETRESGID 1
+| #define HAVE_SETRESUID 1
+| #define HAVE_SCHED_SETSCHEDULER 1
+| #define HAVE_SIGQUEUE 1
+| #define HAVE_SRANDOM 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_SYSCONF 1
+| #define HAVE_SYSINFO 1
+| #define HAVE_TIMEGM 1
+| #define HAVE_USLEEP 1
+| #define HAVE_VWARNX 1
+| #define HAVE_WARN 1
+| #define HAVE_WARNX 1
+| #define HAVE_FSEEKO 1
+| #define HAVE_OPENAT 1
+| #define HAVE_FSTATAT 1
+| #define HAVE_UNLINKAT 1
+| #define HAVE_IOPERM 1
+| #define HAVE_IOPL 1
+| #define HAVE_FUTIMENS 1
+| #define HAVE_INOTIFY_INIT1 1
+| #define HAVE_OPEN_MEMSTREAM 1
+| #define HAVE_REBOOT 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_UPDWTMPX 1
+| #define HAVE_GETUSERSHELL 1
+| #define HAVE_ISNAN 1
+| #define HAVE_CLOCK_GETTIME 1
+| #define HAVE_TIMER_CREATE 1
+| #define HAVE_DIRFD 1
+| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+| #define HAVE___PROGNAME 1
+| #define HAVE_TLS 1
+| #define HAVE_LIBUTIL 1
+| #define HAVE_PTY 1
+| #define HAVE_LOFF_T 1
+| #define HAVE_WIDECHAR 1
+| #define HAVE_CPU_SET_T 1
+| #define HAVE_SIGHANDLER_T 1
+| #define HAVE_DECL_CPU_ALLOC 1
+| #define HAVE_CRYPT_H 1
+| #define HAVE_LIBCRYPT 1
+| #define HAVE_LIBSELINUX 1
+| #define HAVE_LIBAUDIT 1
+| #define HAVE_LIBUDEV 1
+| #define HAVE_NCURSESW_NCURSES_H 1
+| #define HAVE_NCURSESW_TERM_H 1
+| #define HAVE_LIBNCURSESW 1
+| #define HAVE_USE_DEFAULT_COLORS 1
+| #define HAVE_RESIZETERM 1
+| #define HAVE_LIBTINFO 1
+| #define HAVE_LIBREADLINE 1
+| #define HAVE_LIBUUID 1
+| #define LIBBLKID_VERSION "2.36.1"
+| #define LIBBLKID_DATE "16-Nov-2020"
+| #define HAVE_LIBBLKID 1
+| #define HAVE_LIBMOUNT 1
+| #define USE_LIBMOUNT_SUPPORT_NAMESPACES 1
+| #define LIBMOUNT_VERSION "2.36.1"
+| #define LIBSMARTCOLS_VERSION "2.36.1"
+| #define LIBFDISK_VERSION "2.36.1"
+| #define HAVE_UUIDD 1
+| #define HAVE_FALLOCATE 1
+| #define HAVE_POSIX_FALLOCATE 1
+| #define HAVE_UNSHARE 1
+| #define HAVE_SETNS 1
+| #define HAVE_LIBCAP_NG 1
+| #define HAVE_PCRE 1
+| #define AGETTY_RELOAD 1
+| #define USE_PLYMOUTH_SUPPORT 1
+| /* end confdefs.h.  */
+| 
+| /* Override any GCC internal prototype to avoid an error.
+|    Use char because int might match the return type of a GCC
+|    builtin and then its argument prototype would still apply.  */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char magic_open ();
+| int
+| main ()
+| {
+| return magic_open ();
+|   ;
+|   return 0;
+| }
+configure:25984: result: no
+configure:26507: checking for syscall swapon
+configure:26526: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:26526: $? = 0
+configure:26564: result: SYS_swapon
+configure:26602: checking for syscall swapoff
+configure:26621: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:26621: $? = 0
+configure:26659: result: SYS_swapoff
+configure:26757: checking for swapon
+configure:26757: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lcap-ng -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:26757: $? = 0
+configure:26757: result: yes
+configure:26768: checking for swapoff
+configure:26768: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lcap-ng -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:26768: $? = 0
+configure:26768: result: yes
+configure:27649: checking for syscall prlimit64
+configure:27668: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:27668: $? = 0
+configure:27706: result: SYS_prlimit64
+configure:27746: checking for prlimit
+configure:27746: gcc -o conftest -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c -lcap-ng -lreadline -ludev -laudit -lutil  -lcrypt >&5
+configure:27746: $? = 0
+configure:27746: result: yes
+configure:28007: checking for syscall pivot_root
+configure:28026: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:28026: $? = 0
+configure:28064: result: SYS_pivot_root
+configure:30262: checking for libuser >= 0.58
+configure:30269: $PKG_CONFIG --exists --print-errors "libuser >= 0.58"
+Package libuser was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libuser.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libuser' found
+configure:30272: $? = 1
+configure:30286: $PKG_CONFIG --exists --print-errors "libuser >= 0.58"
+Package libuser was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libuser.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libuser' found
+configure:30289: $? = 1
+configure:30303: result: no
+No package 'libuser' found
+configure:31381: checking for syscall ioprio_set
+configure:31400: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:31400: $? = 0
+configure:31446: result: SYS_ioprio_set
+configure:31485: checking for syscall ioprio_get
+configure:31504: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:31504: $? = 0
+configure:31550: result: SYS_ioprio_get
+configure:31640: checking for syscall sched_getaffinity
+configure:31659: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:31659: $? = 0
+configure:31697: result: SYS_sched_getaffinity
+configure:31796: checking for syscall sched_setattr
+configure:31815: gcc -c -g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5
+configure:31815: $? = 0
+configure:31853: result: SYS_sched_setattr
+configure:32072: checking for libsystemd
+configure:32079: $PKG_CONFIG --exists --print-errors "libsystemd"
+Package libsystemd was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libsystemd.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libsystemd' found
+configure:32082: $? = 1
+configure:32096: $PKG_CONFIG --exists --print-errors "libsystemd"
+Package libsystemd was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libsystemd.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libsystemd' found
+configure:32099: $? = 1
+configure:32113: result: no
+No package 'libsystemd' found
+configure:32146: checking for libsystemd-daemon
+configure:32153: $PKG_CONFIG --exists --print-errors "libsystemd-daemon"
+Package libsystemd-daemon was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libsystemd-daemon.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libsystemd-daemon' found
+configure:32156: $? = 1
+configure:32170: $PKG_CONFIG --exists --print-errors "libsystemd-daemon"
+Package libsystemd-daemon was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libsystemd-daemon.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libsystemd-daemon' found
+configure:32173: $? = 1
+configure:32187: result: no
+No package 'libsystemd-daemon' found
+configure:32217: checking for libsystemd-journal
+configure:32224: $PKG_CONFIG --exists --print-errors "libsystemd-journal"
+Package libsystemd-journal was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libsystemd-journal.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libsystemd-journal' found
+configure:32227: $? = 1
+configure:32241: $PKG_CONFIG --exists --print-errors "libsystemd-journal"
+Package libsystemd-journal was not found in the pkg-config search path.
+Perhaps you should add the directory containing `libsystemd-journal.pc'
+to the PKG_CONFIG_PATH environment variable
+No package 'libsystemd-journal' found
+configure:32244: $? = 1
+configure:32258: result: no
+No package 'libsystemd-journal' found
+configure:32294: error: systemd expected but libsystemd not found
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-pc-linux-gnu
+ac_cv_c_bigendian=no
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_const=yes
+ac_cv_c_volatile=yes
+ac_cv_env_ADJTIME_PATH_set=
+ac_cv_env_ADJTIME_PATH_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=set
+ac_cv_env_CFLAGS_value='-g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security'
+ac_cv_env_CPPFLAGS_set=set
+ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2'
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CRYPTSETUP_CFLAGS_set=
+ac_cv_env_CRYPTSETUP_CFLAGS_value=
+ac_cv_env_CRYPTSETUP_LIBS_set=
+ac_cv_env_CRYPTSETUP_LIBS_value=
+ac_cv_env_DAEMON_CFLAGS_set=
+ac_cv_env_DAEMON_CFLAGS_value=
+ac_cv_env_DAEMON_LDFLAGS_set=
+ac_cv_env_DAEMON_LDFLAGS_value=
+ac_cv_env_ECONF_CFLAGS_set=
+ac_cv_env_ECONF_CFLAGS_value=
+ac_cv_env_ECONF_LIBS_set=
+ac_cv_env_ECONF_LIBS_value=
+ac_cv_env_LDFLAGS_set=set
+ac_cv_env_LDFLAGS_value='-Wl,-z,relro -Wl,-z,now'
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_LIBUSER_CFLAGS_set=
+ac_cv_env_LIBUSER_CFLAGS_value=
+ac_cv_env_LIBUSER_LIBS_set=
+ac_cv_env_LIBUSER_LIBS_value=
+ac_cv_env_LT_SYS_LIBRARY_PATH_set=
+ac_cv_env_LT_SYS_LIBRARY_PATH_value=
+ac_cv_env_NCURSESW_CFLAGS_set=
+ac_cv_env_NCURSESW_CFLAGS_value=
+ac_cv_env_NCURSESW_LIBS_set=
+ac_cv_env_NCURSESW_LIBS_value=
+ac_cv_env_NCURSES_CFLAGS_set=
+ac_cv_env_NCURSES_CFLAGS_value=
+ac_cv_env_NCURSES_LIBS_set=
+ac_cv_env_NCURSES_LIBS_value=
+ac_cv_env_PCRE_CFLAGS_set=
+ac_cv_env_PCRE_CFLAGS_value=
+ac_cv_env_PCRE_LIBS_set=
+ac_cv_env_PCRE_LIBS_value=
+ac_cv_env_PKG_CONFIG_LIBDIR_set=
+ac_cv_env_PKG_CONFIG_LIBDIR_value=
+ac_cv_env_PKG_CONFIG_PATH_set=
+ac_cv_env_PKG_CONFIG_PATH_value=
+ac_cv_env_PKG_CONFIG_set=
+ac_cv_env_PKG_CONFIG_value=
+ac_cv_env_PYTHON_CFLAGS_set=
+ac_cv_env_PYTHON_CFLAGS_value=
+ac_cv_env_PYTHON_LIBS_set=
+ac_cv_env_PYTHON_LIBS_value=
+ac_cv_env_PYTHON_set=
+ac_cv_env_PYTHON_value=
+ac_cv_env_SELINUX_CFLAGS_set=
+ac_cv_env_SELINUX_CFLAGS_value=
+ac_cv_env_SELINUX_LIBS_set=
+ac_cv_env_SELINUX_LIBS_value=
+ac_cv_env_SOLIB_CFLAGS_set=
+ac_cv_env_SOLIB_CFLAGS_value=
+ac_cv_env_SOLIB_LDFLAGS_set=
+ac_cv_env_SOLIB_LDFLAGS_value=
+ac_cv_env_SUID_CFLAGS_set=
+ac_cv_env_SUID_CFLAGS_value=
+ac_cv_env_SUID_LDFLAGS_set=
+ac_cv_env_SUID_LDFLAGS_value=
+ac_cv_env_SYSCONFSTATICDIR_set=
+ac_cv_env_SYSCONFSTATICDIR_value=
+ac_cv_env_SYSTEMD_CFLAGS_set=
+ac_cv_env_SYSTEMD_CFLAGS_value=
+ac_cv_env_SYSTEMD_DAEMON_CFLAGS_set=
+ac_cv_env_SYSTEMD_DAEMON_CFLAGS_value=
+ac_cv_env_SYSTEMD_DAEMON_LIBS_set=
+ac_cv_env_SYSTEMD_DAEMON_LIBS_value=
+ac_cv_env_SYSTEMD_JOURNAL_CFLAGS_set=
+ac_cv_env_SYSTEMD_JOURNAL_CFLAGS_value=
+ac_cv_env_SYSTEMD_JOURNAL_LIBS_set=
+ac_cv_env_SYSTEMD_JOURNAL_LIBS_value=
+ac_cv_env_SYSTEMD_LIBS_set=
+ac_cv_env_SYSTEMD_LIBS_value=
+ac_cv_env_TINFOW_CFLAGS_set=
+ac_cv_env_TINFOW_CFLAGS_value=
+ac_cv_env_TINFOW_LIBS_set=
+ac_cv_env_TINFOW_LIBS_value=
+ac_cv_env_TINFO_CFLAGS_set=
+ac_cv_env_TINFO_CFLAGS_value=
+ac_cv_env_TINFO_LIBS_set=
+ac_cv_env_TINFO_LIBS_value=
+ac_cv_env_YACC_set=
+ac_cv_env_YACC_value=
+ac_cv_env_YFLAGS_set=
+ac_cv_env_YFLAGS_value=
+ac_cv_env_build_alias_set=set
+ac_cv_env_build_alias_value=x86_64-linux-gnu
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_func___fpending=yes
+ac_cv_func___fpurge=yes
+ac_cv_func___secure_getenv=no
+ac_cv_func_clearenv=yes
+ac_cv_func_clock_gettime=yes
+ac_cv_func_dirfd=yes
+ac_cv_func_eaccess=yes
+ac_cv_func_err=yes
+ac_cv_func_errx=yes
+ac_cv_func_explicit_bzero=yes
+ac_cv_func_fmemopen=yes
+ac_cv_func_fpurge=no
+ac_cv_func_fstatat=yes
+ac_cv_func_fsync=yes
+ac_cv_func_futimens=yes
+ac_cv_func_getdomainname=yes
+ac_cv_func_getdtablesize=yes
+ac_cv_func_getexecname=no
+ac_cv_func_getmntinfo=no
+ac_cv_func_getrandom=yes
+ac_cv_func_getrlimit=yes
+ac_cv_func_getsgnam=yes
+ac_cv_func_getusershell=yes
+ac_cv_func_inotify_init1=yes
+ac_cv_func_inotify_init=yes
+ac_cv_func_ioperm=yes
+ac_cv_func_iopl=yes
+ac_cv_func_isnan=yes
+ac_cv_func_jrand48=yes
+ac_cv_func_lchown=yes
+ac_cv_func_llseek=no
+ac_cv_func_mempcpy=yes
+ac_cv_func_mkostemp=yes
+ac_cv_func_nanosleep=yes
+ac_cv_func_ntp_gettime=yes
+ac_cv_func_open_memstream=yes
+ac_cv_func_openat=yes
+ac_cv_func_personality=yes
+ac_cv_func_pidfd_open=no
+ac_cv_func_pidfd_send_signal=no
+ac_cv_func_posix_fadvise=yes
+ac_cv_func_prctl=yes
+ac_cv_func_prlimit=yes
+ac_cv_func_qsort_r=yes
+ac_cv_func_reboot=yes
+ac_cv_func_rpmatch=yes
+ac_cv_func_scandirat=yes
+ac_cv_func_sched_setattr=no
+ac_cv_func_sched_setscheduler=yes
+ac_cv_func_secure_getenv=yes
+ac_cv_func_security_get_initial_context=no
+ac_cv_func_setns=yes
+ac_cv_func_setprogname=no
+ac_cv_func_setresgid=yes
+ac_cv_func_setresuid=yes
+ac_cv_func_sigqueue=yes
+ac_cv_func_srandom=yes
+ac_cv_func_strnchr=no
+ac_cv_func_strndup=yes
+ac_cv_func_strnlen=yes
+ac_cv_func_swapoff=yes
+ac_cv_func_swapon=yes
+ac_cv_func_sysconf=yes
+ac_cv_func_sysinfo=yes
+ac_cv_func_timegm=yes
+ac_cv_func_timer_create=no
+ac_cv_func_unlinkat=yes
+ac_cv_func_unshare=yes
+ac_cv_func_updwtmpx=yes
+ac_cv_func_usleep=yes
+ac_cv_func_utimensat=yes
+ac_cv_func_vwarnx=yes
+ac_cv_func_warn=yes
+ac_cv_func_warnx=yes
+ac_cv_have_decl_CPU_ALLOC=yes
+ac_cv_have_decl_SOCK_CLOEXEC=yes
+ac_cv_have_decl_SOCK_NONBLOCK=yes
+ac_cv_have_decl_SO_PASSCRED=yes
+ac_cv_have_decl_TIOCGLCKTRMIOS=yes
+ac_cv_have_decl__NL_TIME_WEEK_1STDAY=yes
+ac_cv_have_decl_environ=yes
+ac_cv_have_decl_strsignal=yes
+ac_cv_header_asm_io_h=no
+ac_cv_header_byteswap_h=yes
+ac_cv_header_crypt_h=yes
+ac_cv_header_dlfcn_h=yes
+ac_cv_header_endian_h=yes
+ac_cv_header_err_h=yes
+ac_cv_header_errno_h=yes
+ac_cv_header_fcntl_h=yes
+ac_cv_header_getopt_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_langinfo_h=yes
+ac_cv_header_lastlog_h=yes
+ac_cv_header_libutil_h=no
+ac_cv_header_linux_blkpg_h=yes
+ac_cv_header_linux_blkzoned_h=yes
+ac_cv_header_linux_btrfs_h=yes
+ac_cv_header_linux_capability_h=yes
+ac_cv_header_linux_cdrom_h=yes
+ac_cv_header_linux_compiler_h=no
+ac_cv_header_linux_falloc_h=yes
+ac_cv_header_linux_fd_h=yes
+ac_cv_header_linux_fs_h=no
+ac_cv_header_linux_gsmmux_h=yes
+ac_cv_header_linux_major_h=yes
+ac_cv_header_linux_net_namespace_h=yes
+ac_cv_header_linux_raw_h=yes
+ac_cv_header_linux_securebits_h=yes
+ac_cv_header_linux_tiocl_h=yes
+ac_cv_header_linux_version_h=yes
+ac_cv_header_linux_watchdog_h=yes
+ac_cv_header_locale_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_minix_config_h=no
+ac_cv_header_mntent_h=yes
+ac_cv_header_ncursesw_ncurses_h=yes
+ac_cv_header_ncursesw_term_h=yes
+ac_cv_header_net_if_dl_h=no
+ac_cv_header_net_if_h=yes
+ac_cv_header_netinet_in_h=yes
+ac_cv_header_paths_h=yes
+ac_cv_header_pty_h=yes
+ac_cv_header_security_openpam_h=no
+ac_cv_header_security_pam_appl_h=yes
+ac_cv_header_security_pam_misc_h=yes
+ac_cv_header_shadow_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdio_ext_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_disk_h=no
+ac_cv_header_sys_disklabel_h=no
+ac_cv_header_sys_endian_h=no
+ac_cv_header_sys_file_h=yes
+ac_cv_header_sys_io_h=yes
+ac_cv_header_sys_ioccom_h=no
+ac_cv_header_sys_ioctl_h=yes
+ac_cv_header_sys_mkdev_h=no
+ac_cv_header_sys_mount_h=yes
+ac_cv_header_sys_param_h=yes
+ac_cv_header_sys_prctl_h=yes
+ac_cv_header_sys_resource_h=yes
+ac_cv_header_sys_signalfd_h=yes
+ac_cv_header_sys_socket_h=yes
+ac_cv_header_sys_sockio_h=no
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_swap_h=yes
+ac_cv_header_sys_syscall_h=yes
+ac_cv_header_sys_sysmacros_h=yes
+ac_cv_header_sys_time_h=yes
+ac_cv_header_sys_timex_h=yes
+ac_cv_header_sys_ttydefaults_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_sys_ucred_h=no
+ac_cv_header_sys_un_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_header_utmp_h=yes
+ac_cv_header_utmpx_h=yes
+ac_cv_host=x86_64-pc-linux-gnu
+ac_cv_lib_audit_audit_log_user_message=yes
+ac_cv_lib_cap_ng_capng_apply=yes
+ac_cv_lib_magic_magic_open=no
+ac_cv_lib_ncursesw___resizeterm=yes
+ac_cv_lib_ncursesw___use_default_colors=yes
+ac_cv_lib_readline_readline=yes
+ac_cv_lib_rt_timer_create=yes
+ac_cv_lib_rtas_rtas_get_sysparm=no
+ac_cv_lib_tinfow_tgetent=no
+ac_cv_lib_udev_udev_new=yes
+ac_cv_lib_util_openpty=yes
+ac_cv_lib_z_crc32=yes
+ac_cv_member_struct_sockaddr_sa_len=no
+ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
+ac_cv_member_struct_termios_c_line=yes
+ac_cv_member_struct_tm_tm_zone=yes
+ac_cv_objext=o
+ac_cv_path_EGREP='/usr/bin/grep -E'
+ac_cv_path_FGREP='/usr/bin/grep -F'
+ac_cv_path_GMSGFMT=/usr/bin/msgfmt
+ac_cv_path_GREP=/usr/bin/grep
+ac_cv_path_GTKDOC_CHECK=/usr/bin/gtkdoc-check
+ac_cv_path_MSGFMT=/usr/bin/msgfmt
+ac_cv_path_MSGMERGE=/usr/bin/msgmerge
+ac_cv_path_SED=/usr/bin/sed
+ac_cv_path_XGETTEXT=/usr/bin/xgettext
+ac_cv_path_XSLTPROC=/usr/bin/xsltproc
+ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_path_lt_DD=/usr/bin/dd
+ac_cv_path_mkdir=/usr/bin/mkdir
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_YACC='bison -y'
+ac_cv_prog_ac_ct_AR=ar
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
+ac_cv_prog_ac_ct_NCURSESW6_CONFIG=ncursesw6-config
+ac_cv_prog_ac_ct_OBJDUMP=objdump
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_ac_ct_STRIP=strip
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_c99=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cc_stdc=
+ac_cv_prog_make_make_set=yes
+ac_cv_safe_to_define___extensions__=yes
+ac_cv_search_socket='none required'
+ac_cv_struct_tm=time.h
+ac_cv_sys_file_offset_bits=no
+ac_cv_sys_largefile_CC=no
+ac_cv_sys_largefile_source=no
+ac_cv_type_cpu_set_t=yes
+ac_cv_type_loff_t=yes
+ac_cv_type_sighandler_t=yes
+ac_cv_type_union_semun=no
+acl_cv_hardcode_direct=no
+acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+acl_cv_hardcode_libdir_separator=
+acl_cv_hardcode_minus_L=no
+acl_cv_libext=a
+acl_cv_libname_spec='lib$name'
+acl_cv_library_names_spec='$libname$shrext'
+acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
+acl_cv_prog_gnu_ld=yes
+acl_cv_rpath=done
+acl_cv_shlibext=so
+acl_cv_wl=-Wl,
+am_cv_CC_dependencies_compiler_type=none
+am_cv_ar_interface=ar
+am_cv_make_support_nested_variables=yes
+am_cv_prog_cc_c_o=yes
+am_cv_prog_tar_pax=gnutar
+ax_cv_check_vscript_complex_wildcards=yes
+ax_cv_check_vscript_flag=--version-script
+ax_cv_have_tls=yes
+gt_cv_func_CFLocaleCopyCurrent=no
+gt_cv_func_CFPreferencesCopyAppValue=no
+gt_cv_func_gnugettext1_libc=yes
+lt_cv_ar_at_file=@
+lt_cv_archive_cmds_need_lc=no
+lt_cv_deplibs_check_method=pass_all
+lt_cv_file_magic_cmd='$MAGIC_CMD'
+lt_cv_file_magic_test_file=
+lt_cv_ld_reload_flag=-r
+lt_cv_nm_interface='BSD nm'
+lt_cv_objdir=.libs
+lt_cv_path_LD=/usr/bin/ld
+lt_cv_path_NM='/usr/bin/nm -B'
+lt_cv_path_mainfest_tool=no
+lt_cv_prog_compiler_c_o=yes
+lt_cv_prog_compiler_pic='-fPIC -DPIC'
+lt_cv_prog_compiler_pic_works=yes
+lt_cv_prog_compiler_rtti_exceptions=no
+lt_cv_prog_compiler_static_works=yes
+lt_cv_prog_gnu_ld=yes
+lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
+lt_cv_shlibpath_overrides_runpath=yes
+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'\'''
+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'\'''
+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'\'''
+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
+lt_cv_sys_global_symbol_to_import=
+lt_cv_sys_max_cmd_len=1572864
+lt_cv_to_host_file_cmd=func_convert_file_noop
+lt_cv_to_tool_file_cmd=func_convert_file_noop
+lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
+pkg_cv_PCRE_CFLAGS=
+pkg_cv_PCRE_LIBS=-lpcre2-8
+pkg_cv_SELINUX_CFLAGS=
+pkg_cv_SELINUX_LIBS=-lselinux
+pkg_cv_TINFO_CFLAGS='-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600'
+pkg_cv_TINFO_LIBS=-ltinfo
+ul_cv_syscall_fallocate=SYS_fallocate
+ul_cv_syscall_ioprio_get=SYS_ioprio_get
+ul_cv_syscall_ioprio_set=SYS_ioprio_set
+ul_cv_syscall_pidfd_open=SYS_pidfd_open
+ul_cv_syscall_pidfd_send_signal=SYS_pidfd_send_signal
+ul_cv_syscall_pivot_root=SYS_pivot_root
+ul_cv_syscall_prlimit64=SYS_prlimit64
+ul_cv_syscall_sched_getaffinity=SYS_sched_getaffinity
+ul_cv_syscall_sched_setattr=SYS_sched_setattr
+ul_cv_syscall_setns=SYS_setns
+ul_cv_syscall_swapoff=SYS_swapoff
+ul_cv_syscall_swapon=SYS_swapon
+ul_cv_syscall_unshare=SYS_unshare
+ul_cv_warn__Waddress_of_packed_member=yes
+ul_cv_warn__Wall=yes
+ul_cv_warn__Wdiscarded_qualifiers=yes
+ul_cv_warn__Wembedded_directive=no
+ul_cv_warn__Werror_sequence_point=yes
+ul_cv_warn__Wextra=yes
+ul_cv_warn__Wextra_semi=no
+ul_cv_warn__Wformat_security=no
+ul_cv_warn__Wimplicit_function_declaration=yes
+ul_cv_warn__Wmissing_declarations=yes
+ul_cv_warn__Wmissing_parameter_type=yes
+ul_cv_warn__Wmissing_prototypes=yes
+ul_cv_warn__Wnested_externs=yes
+ul_cv_warn__Wno_cast_function_type=yes
+ul_cv_warn__Wno_clobbered=yes
+ul_cv_warn__Wno_missing_field_initializers=yes
+ul_cv_warn__Wno_unused_parameter=yes
+ul_cv_warn__Wpointer_arith=yes
+ul_cv_warn__Wredundant_decls=yes
+ul_cv_warn__Wsign_compare=yes
+ul_cv_warn__Wstrict_prototypes=yes
+ul_cv_warn__Wtype_limits=yes
+ul_cv_warn__Wuninitialized=yes
+ul_cv_warn__Wunused_but_set_parameter=yes
+ul_cv_warn__Wunused_but_set_variable=yes
+ul_cv_warn__Wunused_parameter=yes
+ul_cv_warn__Wunused_result=yes
+ul_cv_warn__Wunused_variable=yes
+ul_cv_warn__fno_common=yes
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} '\''/home/anticap/Downloads/debian/util-linux-2.36.1/config/missing'\'' aclocal-1.16'
+ADJTIME_PATH=''
+AMDEPBACKSLASH=''
+AMDEP_FALSE=''
+AMDEP_TRUE='#'
+AMTAR='$${TAR-tar}'
+AM_BACKSLASH='\'
+AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+AM_DEFAULT_VERBOSITY='1'
+AM_V='$(V)'
+AR='ar'
+ARCH_86_64_FALSE='#'
+ARCH_86_64_TRUE=''
+ARCH_HPPA_FALSE=''
+ARCH_HPPA_TRUE='#'
+ARCH_I86_FALSE=''
+ARCH_I86_TRUE='#'
+ARCH_IA64_FALSE=''
+ARCH_IA64_TRUE='#'
+ARCH_M68K_FALSE=''
+ARCH_M68K_TRUE='#'
+ARCH_MIPS_FALSE=''
+ARCH_MIPS_TRUE='#'
+ARCH_PPC_FALSE=''
+ARCH_PPC_TRUE='#'
+ARCH_S390_FALSE=''
+ARCH_S390_TRUE='#'
+ARCH_SPARC_FALSE=''
+ARCH_SPARC_TRUE='#'
+ASAN_LDFLAGS=''
+AUTOCONF='${SHELL} '\''/home/anticap/Downloads/debian/util-linux-2.36.1/config/missing'\'' autoconf'
+AUTOHEADER='${SHELL} '\''/home/anticap/Downloads/debian/util-linux-2.36.1/config/missing'\'' autoheader'
+AUTOMAKE='${SHELL} '\''/home/anticap/Downloads/debian/util-linux-2.36.1/config/missing'\'' automake-1.16'
+AWK='gawk'
+BSD_FALSE=''
+BSD_TRUE='#'
+BSD_WARN_CFLAGS=' -Wno-clobbered'
+BUILD_AGETTY_FALSE='#'
+BUILD_AGETTY_TRUE=''
+BUILD_BASH_COMPLETION_FALSE=''
+BUILD_BASH_COMPLETION_TRUE=''
+BUILD_BFS_FALSE='#'
+BUILD_BFS_TRUE=''
+BUILD_BLKDISCARD_FALSE='#'
+BUILD_BLKDISCARD_TRUE=''
+BUILD_BLKID_FALSE='#'
+BUILD_BLKID_TRUE=''
+BUILD_BLKZONE_FALSE='#'
+BUILD_BLKZONE_TRUE=''
+BUILD_BLOCKDEV_FALSE='#'
+BUILD_BLOCKDEV_TRUE=''
+BUILD_CAL_FALSE=''
+BUILD_CAL_TRUE='#'
+BUILD_CFDISK_FALSE='#'
+BUILD_CFDISK_TRUE=''
+BUILD_CHCPU_FALSE='#'
+BUILD_CHCPU_TRUE=''
+BUILD_CHFN_CHSH_FALSE=''
+BUILD_CHFN_CHSH_TRUE='#'
+BUILD_CHMEM_FALSE='#'
+BUILD_CHMEM_TRUE=''
+BUILD_CHOOM_FALSE='#'
+BUILD_CHOOM_TRUE=''
+BUILD_CHRT_FALSE='#'
+BUILD_CHRT_TRUE=''
+BUILD_COLCRT_FALSE='#'
+BUILD_COLCRT_TRUE=''
+BUILD_COLRM_FALSE='#'
+BUILD_COLRM_TRUE=''
+BUILD_COLUMN_FALSE='#'
+BUILD_COLUMN_TRUE=''
+BUILD_COL_FALSE='#'
+BUILD_COL_TRUE=''
+BUILD_CRAMFS_FALSE='#'
+BUILD_CRAMFS_TRUE=''
+BUILD_CTRLALTDEL_FALSE='#'
+BUILD_CTRLALTDEL_TRUE=''
+BUILD_DMESG_FALSE='#'
+BUILD_DMESG_TRUE=''
+BUILD_EJECT_FALSE='#'
+BUILD_EJECT_TRUE=''
+BUILD_FALLOCATE_FALSE='#'
+BUILD_FALLOCATE_TRUE=''
+BUILD_FDFORMAT_FALSE='#'
+BUILD_FDFORMAT_TRUE=''
+BUILD_FDISK_FALSE='#'
+BUILD_FDISK_TRUE=''
+BUILD_FINCORE_FALSE='#'
+BUILD_FINCORE_TRUE=''
+BUILD_FINDFS_FALSE='#'
+BUILD_FINDFS_TRUE=''
+BUILD_FINDMNT_FALSE='#'
+BUILD_FINDMNT_TRUE=''
+BUILD_FLOCK_FALSE='#'
+BUILD_FLOCK_TRUE=''
+BUILD_FSCK_FALSE='#'
+BUILD_FSCK_TRUE=''
+BUILD_FSFREEZE_FALSE='#'
+BUILD_FSFREEZE_TRUE=''
+BUILD_FSTRIM_FALSE='#'
+BUILD_FSTRIM_TRUE=''
+BUILD_GETOPT_FALSE='#'
+BUILD_GETOPT_TRUE=''
+BUILD_HARDLINK_FALSE=''
+BUILD_HARDLINK_TRUE='#'
+BUILD_HEXDUMP_FALSE='#'
+BUILD_HEXDUMP_TRUE=''
+BUILD_HWCLOCK_FALSE='#'
+BUILD_HWCLOCK_TRUE=''
+BUILD_IONICE_FALSE='#'
+BUILD_IONICE_TRUE=''
+BUILD_IPCMK_FALSE='#'
+BUILD_IPCMK_TRUE=''
+BUILD_IPCRM_FALSE='#'
+BUILD_IPCRM_TRUE=''
+BUILD_IPCS_FALSE='#'
+BUILD_IPCS_TRUE=''
+BUILD_IRQTOP_FALSE='#'
+BUILD_IRQTOP_TRUE=''
+BUILD_ISOSIZE_FALSE='#'
+BUILD_ISOSIZE_TRUE=''
+BUILD_KILL_FALSE=''
+BUILD_KILL_TRUE='#'
+BUILD_LAST_FALSE='#'
+BUILD_LAST_TRUE=''
+BUILD_LDATTACH_FALSE='#'
+BUILD_LDATTACH_TRUE=''
+BUILD_LIBBLKID_FALSE='#'
+BUILD_LIBBLKID_TESTS_FALSE='#'
+BUILD_LIBBLKID_TESTS_TRUE=''
+BUILD_LIBBLKID_TRUE=''
+BUILD_LIBFDISK_FALSE='#'
+BUILD_LIBFDISK_TESTS_FALSE='#'
+BUILD_LIBFDISK_TESTS_TRUE=''
+BUILD_LIBFDISK_TRUE=''
+BUILD_LIBMOUNT_FALSE='#'
+BUILD_LIBMOUNT_TESTS_FALSE='#'
+BUILD_LIBMOUNT_TESTS_TRUE=''
+BUILD_LIBMOUNT_TRUE=''
+BUILD_LIBSMARTCOLS_FALSE='#'
+BUILD_LIBSMARTCOLS_TRUE=''
+BUILD_LIBUUID_FALSE='#'
+BUILD_LIBUUID_TRUE=''
+BUILD_LINE_FALSE=''
+BUILD_LINE_TRUE='#'
+BUILD_LOGGER_FALSE='#'
+BUILD_LOGGER_TRUE=''
+BUILD_LOGIN_FALSE=''
+BUILD_LOGIN_TRUE='#'
+BUILD_LOOK_FALSE='#'
+BUILD_LOOK_TRUE=''
+BUILD_LOSETUP_FALSE='#'
+BUILD_LOSETUP_TRUE=''
+BUILD_LSBLK_FALSE='#'
+BUILD_LSBLK_TRUE=''
+BUILD_LSCPU_FALSE='#'
+BUILD_LSCPU_TRUE=''
+BUILD_LSIPC_FALSE='#'
+BUILD_LSIPC_TRUE=''
+BUILD_LSIRQ_FALSE='#'
+BUILD_LSIRQ_TRUE=''
+BUILD_LSLOCKS_FALSE='#'
+BUILD_LSLOCKS_TRUE=''
+BUILD_LSLOGINS_FALSE='#'
+BUILD_LSLOGINS_TRUE=''
+BUILD_LSMEM_FALSE='#'
+BUILD_LSMEM_TRUE=''
+BUILD_LSNS_FALSE='#'
+BUILD_LSNS_TRUE=''
+BUILD_MCOOKIE_FALSE='#'
+BUILD_MCOOKIE_TRUE=''
+BUILD_MESG_FALSE='#'
+BUILD_MESG_TRUE=''
+BUILD_MINIX_FALSE='#'
+BUILD_MINIX_TRUE=''
+BUILD_MKFS_FALSE='#'
+BUILD_MKFS_TRUE=''
+BUILD_MKSWAP_FALSE='#'
+BUILD_MKSWAP_TRUE=''
+BUILD_MORE_FALSE='#'
+BUILD_MORE_TRUE=''
+BUILD_MOUNTPOINT_FALSE='#'
+BUILD_MOUNTPOINT_TRUE=''
+BUILD_MOUNT_FALSE='#'
+BUILD_MOUNT_TRUE=''
+BUILD_NAMEI_FALSE='#'
+BUILD_NAMEI_TRUE=''
+BUILD_NEWGRP_FALSE=''
+BUILD_NEWGRP_TRUE='#'
+BUILD_NOLOGIN_FALSE=''
+BUILD_NOLOGIN_TRUE='#'
+BUILD_NSENTER_FALSE='#'
+BUILD_NSENTER_TRUE=''
+BUILD_PARTX_FALSE='#'
+BUILD_PARTX_TRUE=''
+BUILD_PG_FALSE=''
+BUILD_PG_TRUE='#'
+BUILD_PIVOT_ROOT_FALSE='#'
+BUILD_PIVOT_ROOT_TRUE=''
+BUILD_PRLIMIT_FALSE='#'
+BUILD_PRLIMIT_TRUE=''
+BUILD_PYLIBMOUNT_FALSE=''
+BUILD_PYLIBMOUNT_TRUE=''
+BUILD_RAW_FALSE='#'
+BUILD_RAW_TRUE=''
+BUILD_READPROFILE_FALSE='#'
+BUILD_READPROFILE_TRUE=''
+BUILD_RENAME_FALSE='#'
+BUILD_RENAME_TRUE=''
+BUILD_RENICE_FALSE='#'
+BUILD_RENICE_TRUE=''
+BUILD_REV_FALSE='#'
+BUILD_REV_TRUE=''
+BUILD_RFKILL_FALSE='#'
+BUILD_RFKILL_TRUE=''
+BUILD_RTCWAKE_FALSE='#'
+BUILD_RTCWAKE_TRUE=''
+BUILD_RUNUSER_FALSE='#'
+BUILD_RUNUSER_TRUE=''
+BUILD_SCRIPTLIVE_FALSE='#'
+BUILD_SCRIPTLIVE_TRUE=''
+BUILD_SCRIPTREPLAY_FALSE='#'
+BUILD_SCRIPTREPLAY_TRUE=''
+BUILD_SCRIPT_FALSE='#'
+BUILD_SCRIPT_TRUE=''
+BUILD_SETARCH_FALSE='#'
+BUILD_SETARCH_TRUE=''
+BUILD_SETPRIV_FALSE='#'
+BUILD_SETPRIV_TRUE=''
+BUILD_SETSID_FALSE='#'
+BUILD_SETSID_TRUE=''
+BUILD_SETTERM_FALSE='#'
+BUILD_SETTERM_TRUE=''
+BUILD_SFDISK_FALSE='#'
+BUILD_SFDISK_TRUE=''
+BUILD_SULOGIN_FALSE='#'
+BUILD_SULOGIN_TRUE=''
+BUILD_SU_FALSE='#'
+BUILD_SU_TRUE=''
+BUILD_SWAPLABEL_FALSE='#'
+BUILD_SWAPLABEL_TRUE=''
+BUILD_SWAPON_FALSE='#'
+BUILD_SWAPON_TRUE=''
+BUILD_SWITCH_ROOT_FALSE='#'
+BUILD_SWITCH_ROOT_TRUE=''
+BUILD_TASKSET_FALSE='#'
+BUILD_TASKSET_TRUE=''
+BUILD_TUNELP_FALSE=''
+BUILD_TUNELP_TRUE='#'
+BUILD_UL_FALSE='#'
+BUILD_UL_TRUE=''
+BUILD_UNSHARE_FALSE='#'
+BUILD_UNSHARE_TRUE=''
+BUILD_UTMPDUMP_FALSE='#'
+BUILD_UTMPDUMP_TRUE=''
+BUILD_UUIDD_FALSE='#'
+BUILD_UUIDD_TRUE=''
+BUILD_UUIDGEN_FALSE='#'
+BUILD_UUIDGEN_TRUE=''
+BUILD_UUIDPARSE_FALSE='#'
+BUILD_UUIDPARSE_TRUE=''
+BUILD_VIPW_FALSE=''
+BUILD_VIPW_TRUE='#'
+BUILD_WALL_FALSE='#'
+BUILD_WALL_TRUE=''
+BUILD_WDCTL_FALSE='#'
+BUILD_WDCTL_TRUE=''
+BUILD_WHEREIS_FALSE='#'
+BUILD_WHEREIS_TRUE=''
+BUILD_WIPEFS_FALSE='#'
+BUILD_WIPEFS_TRUE=''
+BUILD_WRITE_FALSE='#'
+BUILD_WRITE_TRUE=''
+BUILD_ZRAMCTL_FALSE='#'
+BUILD_ZRAMCTL_TRUE=''
+CC='gcc'
+CCDEPMODE='depmode=none'
+CFLAGS='-g -O2 -ffile-prefix-map=/home/anticap/Downloads/debian/util-linux-2.36.1=. -fstack-protector-strong -Wformat -Werror=format-security'
+CHFN_CHSH_PASSWORD_FALSE='#'
+CHFN_CHSH_PASSWORD_TRUE=''
+CPP='gcc -E'
+CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
+CRYPTSETUP_CFLAGS=''
+CRYPTSETUP_LIBS=''
+CRYPTSETUP_LIBS_STATIC=''
+CRYPTSETUP_VIA_DLOPEN_FALSE=''
+CRYPTSETUP_VIA_DLOPEN_TRUE=''
+CYGPATH_W='echo'
+DAEMON_CFLAGS=''
+DAEMON_LDFLAGS=''
+DARWIN_FALSE=''
+DARWIN_TRUE='#'
+DEFS=''
+DEPDIR='.deps'
+DLLTOOL='false'
+DSYMUTIL=''
+DUMPBIN=''
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+ECONF_CFLAGS=''
+ECONF_LIBS=''
+EGREP='/usr/bin/grep -E'
+ENABLE_GTK_DOC_FALSE=''
+ENABLE_GTK_DOC_TRUE='#'
+EXEEXT=''
+FGREP='/usr/bin/grep -F'
+GETTEXT_MACRO_VERSION='0.18'
+GMSGFMT='/usr/bin/msgfmt'
+GMSGFMT_015='/usr/bin/msgfmt'
+GREP='/usr/bin/grep'
+GTKDOC_CHECK='/usr/bin/gtkdoc-check'
+GTK_DOC_USE_LIBTOOL_FALSE='#'
+GTK_DOC_USE_LIBTOOL_TRUE=''
+HAVE_AUDIT_FALSE='#'
+HAVE_AUDIT_TRUE=''
+HAVE_BTRFS_FALSE='#'
+HAVE_BTRFS_TRUE=''
+HAVE_CAP_NG_FALSE='#'
+HAVE_CAP_NG_TRUE=''
+HAVE_CPU_SET_T_FALSE='#'
+HAVE_CPU_SET_T_TRUE=''
+HAVE_CRYPTSETUP_FALSE=''
+HAVE_CRYPTSETUP_TRUE=''
+HAVE_DIRFD_FALSE='#'
+HAVE_DIRFD_TRUE=''
+HAVE_ECONF_FALSE=''
+HAVE_ECONF_TRUE=''
+HAVE_LANGINFO_H_FALSE='#'
+HAVE_LANGINFO_H_TRUE=''
+HAVE_LIBCRYPT_FALSE='#'
+HAVE_LIBCRYPT_TRUE=''
+HAVE_LINUXPAM_FALSE='#'
+HAVE_LINUXPAM_TRUE=''
+HAVE_NCURSES_FALSE='#'
+HAVE_NCURSES_TRUE=''
+HAVE_OPENAT_FALSE='#'
+HAVE_OPENAT_TRUE=''
+HAVE_PCRE_FALSE='#'
+HAVE_PCRE_TRUE=''
+HAVE_PTY_FALSE='#'
+HAVE_PTY_TRUE=''
+HAVE_READLINE_FALSE='#'
+HAVE_READLINE_TRUE=''
+HAVE_SELINUX_FALSE='#'
+HAVE_SELINUX_TRUE=''
+HAVE_SLANG_FALSE=''
+HAVE_SLANG_TRUE='#'
+HAVE_STATIC_BLKID_FALSE='#'
+HAVE_STATIC_BLKID_TRUE=''
+HAVE_STATIC_FDISK_FALSE='#'
+HAVE_STATIC_FDISK_TRUE=''
+HAVE_STATIC_LOSETUP_FALSE=''
+HAVE_STATIC_LOSETUP_TRUE='#'
+HAVE_STATIC_MOUNT_FALSE=''
+HAVE_STATIC_MOUNT_TRUE='#'
+HAVE_STATIC_NSENTER_FALSE=''
+HAVE_STATIC_NSENTER_TRUE='#'
+HAVE_STATIC_SFDISK_FALSE='#'
+HAVE_STATIC_SFDISK_TRUE=''
+HAVE_STATIC_UMOUNT_FALSE=''
+HAVE_STATIC_UMOUNT_TRUE='#'
+HAVE_STATIC_UNSHARE_FALSE=''
+HAVE_STATIC_UNSHARE_TRUE='#'
+HAVE_SYSTEMD_FALSE=''
+HAVE_SYSTEMD_TRUE=''
+HAVE_TINFO_FALSE='#'
+HAVE_TINFO_TRUE=''
+HAVE_UDEV_FALSE='#'
+HAVE_UDEV_TRUE=''
+HAVE_USER_FALSE=''
+HAVE_USER_TRUE='#'
+HAVE_UTEMPTER_FALSE=''
+HAVE_UTEMPTER_TRUE='#'
+HAVE_UTIL_FALSE='#'
+HAVE_UTIL_TRUE=''
+HAVE_VSCRIPT_COMPLEX_FALSE='#'
+HAVE_VSCRIPT_COMPLEX_TRUE=''
+HAVE_VSCRIPT_FALSE='#'
+HAVE_VSCRIPT_TRUE=''
+HTML_DIR='${datadir}/gtk-doc/html'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+INTLLIBS=''
+INTL_MACOSX_LIBS=''
+LD='/usr/bin/ld -m elf_x86_64'
+LDFLAGS='-Wl,-z,relro -Wl,-z,now'
+LIBBLKID_DATE='16-Nov-2020'
+LIBBLKID_VERSION='2.36.1'
+LIBBLKID_VERSION_INFO='2:0:1'
+LIBFDISK_MAJOR_VERSION='2'
+LIBFDISK_MINOR_VERSION='36'
+LIBFDISK_PATCH_VERSION='1'
+LIBFDISK_PC_REQUIRES='uuid blkid'
+LIBFDISK_VERSION='2.36.1'
+LIBFDISK_VERSION_INFO='2:0:1'
+LIBICONV='-liconv'
+LIBINTL=''
+LIBMOUNT_MAJOR_VERSION='2'
+LIBMOUNT_MINOR_VERSION='36'
+LIBMOUNT_PATCH_VERSION='1'
+LIBMOUNT_VERSION='2.36.1'
+LIBMOUNT_VERSION_INFO='2:0:1'
+LIBOBJS=''
+LIBS='-lcap-ng -lreadline -ludev -laudit -lutil  -lcrypt'
+LIBSMARTCOLS_VERSION='2.36.1'
+LIBSMARTCOLS_VERSION_INFO='2:0:1'
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBUSER_CFLAGS=''
+LIBUSER_LIBS=''
+LIBUUID_VERSION='2.36.1'
+LIBUUID_VERSION_INFO='4:0:3'
+LINUX_FALSE='#'
+LINUX_TRUE=''
+LIPO=''
+LN_S='ln -s'
+LTLIBICONV='-liconv'
+LTLIBINTL=''
+LTLIBOBJS=''
+LT_SYS_LIBRARY_PATH=''
+MAGIC_LIBS=''
+MAKEINFO='${SHELL} '\''/home/anticap/Downloads/debian/util-linux-2.36.1/config/missing'\'' makeinfo'
+MAKEINSTALL_DO_CHOWN_FALSE=''
+MAKEINSTALL_DO_CHOWN_TRUE=''
+MAKEINSTALL_DO_SETUID_FALSE=''
+MAKEINSTALL_DO_SETUID_TRUE=''
+MANIFEST_TOOL=':'
+MATH_LIBS=''
+MKDIR_P='/usr/bin/mkdir -p'
+MSGFMT='/usr/bin/msgfmt'
+MSGFMT_015='/usr/bin/msgfmt'
+MSGMERGE='/usr/bin/msgmerge'
+NCURSES5_CONFIG=''
+NCURSES6_CONFIG=''
+NCURSESW5_CONFIG=''
+NCURSESW6_CONFIG='ncursesw6-config'
+NCURSESW_CFLAGS=''
+NCURSESW_LIBS=''
+NCURSES_CFLAGS='-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600'
+NCURSES_LIBS='-lncursesw -ltinfo'
+NM='/usr/bin/nm -B'
+NMEDIT=''
+NO_UNUSED_WARN_CFLAGS=' -Wno-unused-parameter'
+OBJDUMP='objdump'
+OBJEXT='o'
+OTOOL64=''
+OTOOL=''
+PACKAGE='util-linux'
+PACKAGE_BUGREPORT='kzak@redhat.com'
+PACKAGE_NAME='util-linux'
+PACKAGE_STRING='util-linux 2.36.1'
+PACKAGE_TARNAME='util-linux'
+PACKAGE_URL='http://www.kernel.org/pub/linux/utils/util-linux/'
+PACKAGE_VERSION='2.36.1'
+PATH_SEPARATOR=':'
+PCRE_CFLAGS=''
+PCRE_LIBS='-lpcre2-8'
+PKG_CONFIG='/usr/bin/pkg-config'
+PKG_CONFIG_LIBDIR=''
+PKG_CONFIG_PATH=''
+POSUB='po'
+PYTHON=''
+PYTHON_CFLAGS=''
+PYTHON_EXEC_PREFIX=''
+PYTHON_LIBS=''
+PYTHON_PLATFORM=''
+PYTHON_PREFIX=''
+PYTHON_VERSION=''
+PYTHON_WARN_CFLAGS=' -Wno-cast-function-type'
+RANLIB='ranlib'
+READLINE_LIBS='-lreadline'
+READLINE_LIBS_STATIC='-lreadline -ltinfo'
+REALTIME_LIBS='-lrt'
+RTAS_LIBS=''
+SED='/usr/bin/sed'
+SELINUX_CFLAGS=''
+SELINUX_LIBS='-lselinux'
+SELINUX_LIBS_STATIC='-lselinux -lsepol -lpcre2-8 -pthread'
+SET_MAKE=''
+SHELL='/bin/bash'
+SOCKET_LIBS=''
+SOLIB_CFLAGS=''
+SOLIB_LDFLAGS=''
+STRIP='strip'
+SUID_CFLAGS=''
+SUID_LDFLAGS=''
+SYSCONFSTATICDIR=''
+SYSTEMD_CFLAGS=''
+SYSTEMD_DAEMON_CFLAGS=''
+SYSTEMD_DAEMON_LIBS=''
+SYSTEMD_JOURNAL_CFLAGS=''
+SYSTEMD_JOURNAL_LIBS=''
+SYSTEMD_LIBS=''
+TINFOW_CFLAGS=''
+TINFOW_LIBS=''
+TINFO_CFLAGS='-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600'
+TINFO_LIBS='-ltinfo'
+TINFO_LIBS_STATIC='-ltinfo'
+UBSAN_LDFLAGS=''
+USE_HWCLOCK_CMOS_FALSE='#'
+USE_HWCLOCK_CMOS_TRUE=''
+USE_HWCLOCK_GPLv3_DATETIME_FALSE='#'
+USE_HWCLOCK_GPLv3_DATETIME_TRUE=''
+USE_NLS='yes'
+USE_PLYMOUTH_SUPPORT_FALSE='#'
+USE_PLYMOUTH_SUPPORT_TRUE=''
+USE_TTY_GROUP_FALSE=''
+USE_TTY_GROUP_TRUE=''
+USE_VENDORDIR_FALSE=''
+USE_VENDORDIR_TRUE=''
+VERSION='2.36.1'
+VSCRIPT_LDFLAGS='-Wl,--version-script'
+WARN_CFLAGS=' -fno-common -Wall -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration -Wdiscarded-qualifiers -Waddress-of-packed-member -Werror=sequence-point'
+XGETTEXT='/usr/bin/xgettext'
+XGETTEXT_015='/usr/bin/xgettext'
+XGETTEXT_EXTRA_OPTIONS=''
+XSLTPROC='/usr/bin/xsltproc'
+YACC='bison -y'
+YFLAGS=''
+ac_ct_AR='ar'
+ac_ct_CC='gcc'
+ac_ct_DUMPBIN=''
+am__EXEEXT_FALSE=''
+am__EXEEXT_TRUE=''
+am__fastdepCC_FALSE=''
+am__fastdepCC_TRUE='#'
+am__include='include'
+am__isrc=''
+am__leading_dot='.'
+am__nodep=''
+am__quote=''
+am__tar='tar --format=posix -chf - "$$tardir"'
+am__untar='tar -xf -'
+bashcompletiondir=''
+bindir='/bin'
+build='x86_64-pc-linux-gnu'
+build_alias='x86_64-linux-gnu'
+build_cpu='x86_64'
+build_os='linux-gnu'
+build_vendor='pc'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='NONE'
+host='x86_64-pc-linux-gnu'
+host_alias=''
+host_cpu='x86_64'
+host_os='linux-gnu'
+host_vendor='pc'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${prefix}/share/info'
+install_sh='${SHELL} /home/anticap/Downloads/debian/util-linux-2.36.1/config/install-sh'
+libdir='${prefix}/lib/x86_64-linux-gnu'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='/var'
+mandir='${prefix}/share/man'
+mkdir_p='$(MKDIR_P)'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+pkgconfigdir='${usrlib_execdir}/pkgconfig'
+pkgpyexecdir=''
+pkgpythondir=''
+prefix='/usr'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+pyexecdir=''
+pythondir=''
+runstatedir='/run'
+sbindir='/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='/etc'
+sysconfstaticdir='${prefix}/lib'
+systemdsystemunitdir=''
+target_alias=''
+usrbin_execdir='${exec_prefix}/bin'
+usrlib_execdir='${prefix}/lib/x86_64-linux-gnu'
+usrsbin_execdir='${exec_prefix}/sbin'
+vendordir=''
+verbatim_pylibmount_dependency=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME "util-linux"
+#define PACKAGE_TARNAME "util-linux"
+#define PACKAGE_VERSION "2.36.1"
+#define PACKAGE_STRING "util-linux 2.36.1"
+#define PACKAGE_BUGREPORT "kzak@redhat.com"
+#define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define __EXTENSIONS__ 1
+#define _ALL_SOURCE 1
+#define _GNU_SOURCE 1
+#define _POSIX_PTHREAD_SEMANTICS 1
+#define _TANDEM_SOURCE 1
+#define PACKAGE "util-linux"
+#define VERSION "2.36.1"
+#define HAVE_DLFCN_H 1
+#define LT_OBJDIR ".libs/"
+#define HAVE_STRUCT_TM_TM_ZONE 1
+#define HAVE_TM_ZONE 1
+#define ENABLE_NLS 1
+#define HAVE_GETTEXT 1
+#define HAVE_DCGETTEXT 1
+#define HAVE_LINUX_BLKPG_H 1
+#define HAVE_LINUX_MAJOR_H 1
+#define HAVE_ERR_H 1
+#define HAVE_ERRNO_H 1
+#define HAVE_FCNTL_H 1
+#define HAVE_GETOPT_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_LASTLOG_H 1
+#define HAVE_LINUX_BTRFS_H 1
+#define HAVE_LINUX_CDROM_H 1
+#define HAVE_LINUX_FALLOC_H 1
+#define HAVE_LINUX_WATCHDOG_H 1
+#define HAVE_LINUX_FD_H 1
+#define HAVE_LINUX_RAW_H 1
+#define HAVE_LINUX_TIOCL_H 1
+#define HAVE_LINUX_VERSION_H 1
+#define HAVE_LINUX_SECUREBITS_H 1
+#define HAVE_LINUX_NET_NAMESPACE_H 1
+#define HAVE_LINUX_CAPABILITY_H 1
+#define HAVE_LOCALE_H 1
+#define HAVE_MNTENT_H 1
+#define HAVE_NET_IF_H 1
+#define HAVE_NETINET_IN_H 1
+#define HAVE_PATHS_H 1
+#define HAVE_PTY_H 1
+#define HAVE_SECURITY_PAM_APPL_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDIO_EXT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_ENDIAN_H 1
+#define HAVE_BYTESWAP_H 1
+#define HAVE_SYS_FILE_H 1
+#define HAVE_SYS_IO_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_MOUNT_H 1
+#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_PRCTL_H 1
+#define HAVE_SYS_RESOURCE_H 1
+#define HAVE_SYS_SIGNALFD_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_SYSMACROS_H 1
+#define HAVE_SYS_SWAP_H 1
+#define HAVE_SYS_SYSCALL_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_TIMEX_H 1
+#define HAVE_SYS_TTYDEFAULTS_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_UN_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SHADOW_H 1
+#define HAVE_UTMP_H 1
+#define HAVE_UTMPX_H 1
+#define HAVE_LINUX_GSMMUX_H 1
+#define HAVE_SECURITY_PAM_MISC_H 1
+#define HAVE_LINUX_BLKZONED_H 1
+#define HAVE_LANGINFO_H 1
+#define HAVE_LANGINFO_ALTMON 1
+#define HAVE_LANGINFO_NL_ABALTMON 1
+#define HAVE_TM_GMTOFF 1
+#define HAVE_STRUCT_TERMIOS_C_LINE 1
+#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
+#define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
+#define HAVE_ENVIRON_DECL 1
+#define HAVE_STRSIGNAL_DECL 1
+#define HAVE_CLEARENV 1
+#define HAVE___FPURGE 1
+#define HAVE___FPENDING 1
+#define HAVE_SECURE_GETENV 1
+#define HAVE_EACCESS 1
+#define HAVE_ERR 1
+#define HAVE_ERRX 1
+#define HAVE_EXPLICIT_BZERO 1
+#define HAVE_FMEMOPEN 1
+#define HAVE_FSYNC 1
+#define HAVE_UTIMENSAT 1
+#define HAVE_GETDOMAINNAME 1
+#define HAVE_GETDTABLESIZE 1
+#define HAVE_GETRANDOM 1
+#define HAVE_GETRLIMIT 1
+#define HAVE_GETSGNAM 1
+#define HAVE_INOTIFY_INIT 1
+#define HAVE_JRAND48 1
+#define HAVE_LCHOWN 1
+#define HAVE_MEMPCPY 1
+#define HAVE_MKOSTEMP 1
+#define HAVE_NANOSLEEP 1
+#define HAVE_NTP_GETTIME 1
+#define HAVE_PERSONALITY 1
+#define HAVE_POSIX_FADVISE 1
+#define HAVE_PRCTL 1
+#define HAVE_QSORT_R 1
+#define HAVE_RPMATCH 1
+#define HAVE_SCANDIRAT 1
+#define HAVE_SETRESGID 1
+#define HAVE_SETRESUID 1
+#define HAVE_SCHED_SETSCHEDULER 1
+#define HAVE_SIGQUEUE 1
+#define HAVE_SRANDOM 1
+#define HAVE_STRNDUP 1
+#define HAVE_STRNLEN 1
+#define HAVE_SYSCONF 1
+#define HAVE_SYSINFO 1
+#define HAVE_TIMEGM 1
+#define HAVE_USLEEP 1
+#define HAVE_VWARNX 1
+#define HAVE_WARN 1
+#define HAVE_WARNX 1
+#define HAVE_FSEEKO 1
+#define HAVE_OPENAT 1
+#define HAVE_FSTATAT 1
+#define HAVE_UNLINKAT 1
+#define HAVE_IOPERM 1
+#define HAVE_IOPL 1
+#define HAVE_FUTIMENS 1
+#define HAVE_INOTIFY_INIT1 1
+#define HAVE_OPEN_MEMSTREAM 1
+#define HAVE_REBOOT 1
+#define HAVE_UPDWTMPX 1
+#define HAVE_UPDWTMPX 1
+#define HAVE_GETUSERSHELL 1
+#define HAVE_ISNAN 1
+#define HAVE_CLOCK_GETTIME 1
+#define HAVE_TIMER_CREATE 1
+#define HAVE_DIRFD 1
+#define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
+#define HAVE___PROGNAME 1
+#define HAVE_TLS 1
+#define HAVE_LIBUTIL 1
+#define HAVE_PTY 1
+#define HAVE_LOFF_T 1
+#define HAVE_WIDECHAR 1
+#define HAVE_CPU_SET_T 1
+#define HAVE_SIGHANDLER_T 1
+#define HAVE_DECL_CPU_ALLOC 1
+#define HAVE_CRYPT_H 1
+#define HAVE_LIBCRYPT 1
+#define HAVE_LIBSELINUX 1
+#define HAVE_LIBAUDIT 1
+#define HAVE_LIBUDEV 1
+#define HAVE_NCURSESW_NCURSES_H 1
+#define HAVE_NCURSESW_TERM_H 1
+#define HAVE_LIBNCURSESW 1
+#define HAVE_USE_DEFAULT_COLORS 1
+#define HAVE_RESIZETERM 1
+#define HAVE_LIBTINFO 1
+#define HAVE_LIBREADLINE 1
+#define HAVE_LIBUUID 1
+#define LIBBLKID_VERSION "2.36.1"
+#define LIBBLKID_DATE "16-Nov-2020"
+#define HAVE_LIBBLKID 1
+#define HAVE_LIBMOUNT 1
+#define USE_LIBMOUNT_SUPPORT_NAMESPACES 1
+#define LIBMOUNT_VERSION "2.36.1"
+#define LIBSMARTCOLS_VERSION "2.36.1"
+#define LIBFDISK_VERSION "2.36.1"
+#define HAVE_UUIDD 1
+#define HAVE_FALLOCATE 1
+#define HAVE_POSIX_FALLOCATE 1
+#define HAVE_UNSHARE 1
+#define HAVE_SETNS 1
+#define HAVE_LIBCAP_NG 1
+#define HAVE_PCRE 1
+#define AGETTY_RELOAD 1
+#define USE_PLYMOUTH_SUPPORT 1
+#define USE_HWCLOCK_CMOS 1
+#define USE_HWCLOCK_GPLv3_DATETIME 1
+#define HAVE_SWAPON 1
+#define HAVE_SWAPOFF 1
+#define MULTIARCHTRIPLET "x86_64-linux-gnu"
+#define HAVE_PRLIMIT 1
+#define CHFN_CHSH_PASSWORD 1
+#define ONLY_LISTED_SHELLS 1
+#define HAVE_BTRFS_SUPPORT 1
+
+configure: exit 1
