microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.84k stars 6.3k forks source link

[libsystemd] Build error on x64-linux #39735

Closed pozemka closed 2 months ago

pozemka commented 2 months ago

Package: libsystemd:x64-linux@255#2

Host Environment

To Reproduce

vcpkg install libsystemd

Failure logs

-- Downloading https://github.com/mesonbuild/meson/archive/614d436232d3a86518164cbe2b8af12db3bde009.tar.gz -> meson-614d436232d3a86518164cbe2b8af12db3bde009.tar.gz...
-- Applying patch /home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/vcpkg-tool-meson/meson-intl.patch
-- Applying patch /home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/vcpkg-tool-meson/adjust-python-dep.patch
-- Applying patch /home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/vcpkg-tool-meson/adjust-args.patch
-- Applying patch /home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/vcpkg-tool-meson/remove-freebsd-pcfile-specialization.patch
-- Applying patch /home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/vcpkg-tool-meson/meson-1.4-llvm-18.diff
-- Found Python version '3.11.9 at /usr/bin/python3'
-- Using meson: /home/user/projects/3rdparties/vcpkg/downloads/tools/meson-1.3.2-c18b6a/meson.py
-- Downloading https://github.com/systemd/systemd/archive/v255.tar.gz -> systemd-systemd-v255.tar.gz...
-- Extracting source /home/user/projects/3rdparties/vcpkg/downloads/systemd-systemd-v255.tar.gz
-- Applying patch disable-warning-nonnull.patch
-- Applying patch only-libsystemd.patch
-- Applying patch pkgconfig.patch
-- Using source at /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean
-- Found external ninja('1.12.1').
-- Configuring x64-linux-dbg
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: /usr/bin/python3 -I /home/user/projects/3rdparties/vcpkg/downloads/tools/meson-1.3.2-c18b6a/meson.py setup -Dmode=release -Dstatic-libsystemd=pic -Dtests=false -Ddns-over-tls=false -Dtranslations=false -Dacl=disabled -Dapparmor=disabled -Daudit=disabled -Dblkid=disabled -Dbpf-framework=disabled -Dbzip2=disabled -Ddbus=disabled -Delfutils=disabled -Dfdisk=disabled -Dgcrypt=disabled -Dglib=disabled -Dgnutls=disabled -Dkmod=disabled -Dlibcurl=disabled -Dlibcryptsetup=disabled -Dlibfido2=disabled -Dlibidn=disabled -Dlibidn2=disabled -Dlibiptc=disabled -Dmicrohttpd=disabled -Dopenssl=disabled -Dp11kit=disabled -Dpam=disabled -Dpcre2=disabled -Dpolkit=disabled -Dpwquality=disabled -Dpasswdqc=disabled -Dseccomp=disabled -Dselinux=disabled -Dtpm2=disabled -Dxenctrl=disabled -Dxkbcommon=disabled -Dzlib=disabled -Dlz4=enabled -Dxz=enabled -Dzstd=enabled --backend ninja --wrap-mode nodownload -Doptimization=plain --native /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/meson-x64-linux-dbg.log --libdir lib --pkgconfig.relocatable -Ddebug=true --prefix /home/user/projects/3rdparties/vcpkg/packages/libsystemd_x64-linux/debug --includedir ../include --pkg-config-path ['/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig','/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig'] -Dcmake_prefix_path=['/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug','/home/user/projects/3rdparties/vcpkg/installed/x64-linux'] /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean
    Working Directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg
    Error code: 1
    See logs for more information:
      /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/config-x64-linux-dbg-meson-log.txt.log
      /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/config-x64-linux-dbg-out.log

Call Stack (most recent call first):
  installed/x64-linux/share/vcpkg-tool-meson/vcpkg_configure_meson.cmake:467 (vcpkg_execute_required_process)
  ports/libsystemd/portfile.cmake:17 (vcpkg_configure_meson)
  scripts/ports.cmake:192 (include)
/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/config-x64-linux-dbg-out.log ``` The Meson build system Version: 1.3.2 Source dir: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean Build dir: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg Build type: native build Project name: systemd Project version: 255 C compiler for the host machine: /usr/bin/cc -fPIC -g (gcc 13.3.0 "cc (SUSE Linux) 13.3.0") C linker for the host machine: /usr/bin/cc -fPIC -g ld.bfd 2.42.0.20240130-4 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program tools/add-git-hook.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/add-git-hook.sh) Program tools/meson-build.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/meson-build.sh) C++ compiler for the host machine: /usr/bin/c++ -fPIC -g (gcc 13.3.0 "c++ (SUSE Linux) 13.3.0") C++ linker for the host machine: /usr/bin/c++ -fPIC -g ld.bfd 2.42.0.20240130-4 Compiler for C supports arguments -Wno-missing-field-initializers: YES ... ... ... Program check-filesystems.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/check-filesystems.sh) ../src/v255-948a7f2e81.clean/src/basic/meson.build:238:8: ERROR: Problem encountered: Unknown filesystems defined in kernel headers: Filesystem found in kernel header but not in filesystems-gperf.gperf: PID_FS_MAGIC A full log can be found at /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-logs/meson-log.txt ```
/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/config-x64-linux-dbg-meson-log.txt.log ``` Build started at 2024-07-06T19:30:50.756156 Main binary: /usr/bin/python3 Build Options: -Dmode=release -Dstatic-libsystemd=pic -Dtests=false -Ddns-over-tls=false -Dtranslations=false -Dacl=disabled -Dapparmor=disabled -Daudit=disabled -Dblkid=disabled -Dbpf-framework=disabled -Dbzip2=disabled -Ddbus=disabled -Delfutils=disabled -Dfdisk=disabled -Dgcrypt=disabled -Dglib=disabled -Dgnutls=disabled -Dkmod=disabled -Dlibcurl=disabled -Dlibcryptsetup=disabled -Dlibfido2=disabled -Dlibidn=disabled -Dlibidn2=disabled -Dlibiptc=disabled -Dmicrohttpd=disabled -Dopenssl=disabled -Dp11kit=disabled -Dpam=disabled -Dpcre2=disabled -Dpolkit=disabled -Dpwquality=disabled -Dpasswdqc=disabled -Dseccomp=disabled -Dselinux=disabled -Dtpm2=disabled -Dxenctrl=disabled -Dxkbcommon=disabled -Dzlib=disabled -Dlz4=enabled -Dxz=enabled -Dzstd=enabled -Doptimization=plain -Ddebug=true '-Dcmake_prefix_path=['"'"'/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug'"'"','"'"'/home/user/projects/3rdparties/vcpkg/installed/x64-linux'"'"']' -Dprefix=/home/user/projects/3rdparties/vcpkg/packages/libsystemd_x64-linux/debug -Dincludedir=../include -Dlibdir=lib -Dbackend=ninja -Dwrap_mode=nodownload -Dpkgconfig.relocatable=True '-Dpkg_config_path=['"'"'/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig'"'"','"'"'/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig'"'"']' --native-file=/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/meson-x64-linux-dbg.log Python system: Linux The Meson build system Version: 1.3.2 Source dir: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean Build dir: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg Build type: native build Project name: systemd Project version: 255 ----------- Detecting compiler via: `/usr/bin/cc -fPIC -g --version` -> 0 stdout: cc (SUSE Linux) 13.3.0 Copyright (C) 2023 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. ----------- Running command: /usr/bin/cc -fPIC -g -E -dM - ----- ----------- Detecting linker via: `/usr/bin/cc -fPIC -g -Wl,--version -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib` -> 0 stdout: GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.42.0.20240130-4 Copyright (C) 2024 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. ----------- stderr: collect2 version 13.3.0 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld -plugin /usr/lib64/gcc/x86_64-suse-linux/13/liblto_plugin.so -plugin-opt=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgZrSqM.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/13/crtbegin.o -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -L/usr/lib64/gcc/x86_64-suse-linux/13 -L/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/13/../../.. --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib64/gcc/x86_64-suse-linux/13/crtend.o /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crtn.o ----------- Sanity testing C compiler: /usr/bin/cc -fPIC -g Is cross compiler: False. Sanity check compiler command line: /usr/bin/cc -fPIC -g sanitycheckc.c -o sanitycheckc.exe -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include -D_FILE_OFFSET_BITS=64 -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib Sanity check compile stdout: ----- Sanity check compile stderr: ----- Running test binary command: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/sanitycheckc.exe C compiler for the host machine: /usr/bin/cc -fPIC -g (gcc 13.3.0 "cc (SUSE Linux) 13.3.0") C linker for the host machine: /usr/bin/cc -fPIC -g ld.bfd 2.42.0.20240130-4 ----------- Detecting archiver via: `/usr/bin/ar --version` -> 0 stdout: GNU ar (GNU Binutils; openSUSE Tumbleweed) 2.42.0.20240130-4 Copyright (C) 2024 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. ----------- ----------- Detecting compiler via: `/usr/bin/cc -fPIC -g --version` -> 0 stdout: cc (SUSE Linux) 13.3.0 Copyright (C) 2023 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. ----------- Running command: /usr/bin/cc -fPIC -g -E -dM - ----- ----------- Detecting linker via: `/usr/bin/cc -fPIC -g -Wl,--version` -> 0 stdout: GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.42.0.20240130-4 Copyright (C) 2024 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. ----------- stderr: collect2 version 13.3.0 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld -plugin /usr/lib64/gcc/x86_64-suse-linux/13/liblto_plugin.so -plugin-opt=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZUdTxV.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/13/crtbegin.o -L/usr/lib64/gcc/x86_64-suse-linux/13 -L/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/13/../../.. --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib64/gcc/x86_64-suse-linux/13/crtend.o /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crtn.o ----------- Sanity testing C compiler: /usr/bin/cc -fPIC -g Is cross compiler: False. Sanity check compiler command line: /usr/bin/cc -fPIC -g sanitycheckc.c -o sanitycheckc.exe -D_FILE_OFFSET_BITS=64 Sanity check compile stdout: ----- Sanity check compile stderr: ----- Running test binary command: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/sanitycheckc.exe C compiler for the build machine: /usr/bin/cc -fPIC -g (gcc 13.3.0 "cc (SUSE Linux) 13.3.0") C linker for the build machine: /usr/bin/cc -fPIC -g ld.bfd 2.42.0.20240130-4 ----------- Detecting archiver via: `/usr/bin/ar --version` -> 0 stdout: GNU ar (GNU Binutils; openSUSE Tumbleweed) 2.42.0.20240130-4 Copyright (C) 2024 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. ----------- Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: x86_64 Host machine cpu: x86_64 Target machine cpu family: x86_64 Target machine cpu: x86_64 Running command: /usr/bin/realpath --relative-to=/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean --- stdout --- ../src/v255-948a7f2e81.clean --- stderr --- Program tools/add-git-hook.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/add-git-hook.sh) Running command: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/add-git-hook.sh --- stdout --- --- stderr --- Program tools/meson-build.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/meson-build.sh) ----------- Detecting compiler via: `/usr/bin/c++ -fPIC -g --version` -> 0 stdout: c++ (SUSE Linux) 13.3.0 Copyright (C) 2023 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. ----------- Running command: /usr/bin/c++ -fPIC -g -E -dM - ----- ----------- Detecting linker via: `/usr/bin/c++ -fPIC -g -Wl,--version -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib` -> 0 stdout: GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.42.0.20240130-4 Copyright (C) 2024 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. ----------- stderr: collect2 version 13.3.0 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld -plugin /usr/lib64/gcc/x86_64-suse-linux/13/liblto_plugin.so -plugin-opt=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cctmbw1T.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/13/crtbegin.o -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -L/usr/lib64/gcc/x86_64-suse-linux/13 -L/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/13/../../.. --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib64/gcc/x86_64-suse-linux/13/crtend.o /usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/crtn.o ----------- Sanity testing C++ compiler: /usr/bin/c++ -fPIC -g Is cross compiler: False. Sanity check compiler command line: /usr/bin/c++ -fPIC -g sanitycheckcpp.cc -o sanitycheckcpp.exe -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include -D_FILE_OFFSET_BITS=64 -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib Sanity check compile stdout: ----- Sanity check compile stderr: ----- Running test binary command: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/sanitycheckcpp.exe C++ compiler for the host machine: /usr/bin/c++ -fPIC -g (gcc 13.3.0 "c++ (SUSE Linux) 13.3.0") C++ linker for the host machine: /usr/bin/c++ -fPIC -g ld.bfd 2.42.0.20240130-4 Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpdi94frjf Code: extern int i; int i; ----------- Command line: `/usr/bin/cc -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpdi94frjf/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpdi94frjf/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0 Compiler for C supports arguments -Wno-missing-field-initializers: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpep7k6z0b Code: extern int i; int i; ----------- Command line: `/usr/bin/cc -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpep7k6z0b/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpep7k6z0b/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter` -> 0 Compiler for C supports arguments -Wno-unused-parameter: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpbbp_iyqa Code: extern int i; int i; ----------- Command line: `/usr/bin/cc -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpbbp_iyqa/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpbbp_iyqa/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -Warray-bounds` -> 0 Compiler for C supports arguments -Warray-bounds: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpanuoxlqu Code: extern int i; int i; ----------- Command line: `/usr/bin/cc -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpanuoxlqu/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpanuoxlqu/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -Warray-bounds=2` -> 0 Compiler for C supports arguments -Warray-bounds=2: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpfdn7ehuo Code: extern int i; int i; ----------- Command line: `/usr/bin/cc -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpfdn7ehuo/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpfdn7ehuo/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -Wdate-time` -> 0 Compiler for C supports arguments -Wdate-time: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpkbiinz7s Code: extern int i; int i; ----------- Command line: `/usr/bin/cc -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpkbiinz7s/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpkbiinz7s/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -Wendif-labels` -> 0 Compiler for C supports arguments -Wendif-labels: YES Running compile: ... Skipped 2542 lines ... Library dl found: YES Pkg-config binary for host machine specified from cross file, native file, or env var as ['/bin/pkg-config'] Found pkg-config: YES (/bin/pkg-config) 2.2.0 Determining dependency 'libcrypt' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion libcrypt` -> 0 stdout: 4.4.36 ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --cflags libcrypt` -> 0 stdout: -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs libcrypt` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lcrypt ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs libcrypt` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lcrypt ----------- Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpycqtbdgp Code: #include #include int main(void) { printf("%ld\n", (long)(sizeof(void *))); return 0; } ----------- Command line: `/usr/bin/c++ -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpycqtbdgp/testfile.cpp -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpycqtbdgp/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 0 Program stdout: 8 Program stderr: Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpawuruzpx Code: ----------- Command line: `/usr/bin/c++ -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpawuruzpx/testfile.cpp -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpawuruzpx/output.obj -c -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs` -> 0 stdout: install: /usr/lib64/gcc/x86_64-suse-linux/13/ programs: =/usr/lib64/gcc/x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/:/usr/lib64/gcc/x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ libraries: =/usr/lib64/gcc/x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/lib/x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/lib/../lib64/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../x86_64-suse-linux/13/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64/:/lib/x86_64-suse-linux/13/:/lib/../lib64/:/usr/lib/x86_64-suse-linux/13/:/usr/lib/../lib64/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/lib/:/usr/lib64/gcc/x86_64-suse-linux/13/../../../:/lib/:/usr/lib/ ----------- Run-time dependency libcrypt found: YES 4.4.36 Determining dependency 'libcap' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion libcap` -> 0 stdout: 2.69 ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --cflags libcap` -> 0 stdout: -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs libcap` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lcap ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs libcap` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lcap ----------- Run-time dependency libcap found: YES 2.69 Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpe6b3vvby Code: int main(int argc, char **argv) { return 0; } ----------- Command line: `/usr/bin/cc -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpe6b3vvby/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpe6b3vvby/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11 -Wl,--start-group -latomic -Wl,--end-group` -> 0 Checking if "libatomic" : links: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpntfkyvpa Code: #include #include #if defined __stub_crypt_ra || defined __stub___crypt_ra fail fail fail this function is not going to work #endif int main(void) { void *a = (void*) &crypt_ra; long long b = (long long) a; return (int) b; } ----------- Command line: `/usr/bin/cc -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpntfkyvpa/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpntfkyvpa/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11 -D_GNU_SOURCE -Wl,--start-group /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libcrypt.a -Wl,--end-group` -> 0 Checking for function "crypt_ra" with dependency libcrypt: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpfsioo7se Code: #include #include #if defined __stub_crypt_preferred_method || defined __stub___crypt_preferred_method fail fail fail this function is not going to work #endif int main(void) { void *a = (void*) &crypt_preferred_method; long long b = (long long) a; return (int) b; } ----------- Command line: `/usr/bin/cc -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpfsioo7se/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpfsioo7se/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11 -D_GNU_SOURCE -Wl,--start-group /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libcrypt.a -Wl,--end-group` -> 0 Checking for function "crypt_preferred_method" with dependency libcrypt: YES Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp0j7wfit8 Code: #include #include #if defined __stub_crypt_gensalt_ra || defined __stub___crypt_gensalt_ra fail fail fail this function is not going to work #endif int main(void) { void *a = (void*) &crypt_gensalt_ra; long long b = (long long) a; return (int) b; } ----------- Command line: `/usr/bin/cc -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp0j7wfit8/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp0j7wfit8/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11 -D_GNU_SOURCE -Wl,--start-group /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib/libcrypt.a -Wl,--end-group` -> 0 Checking for function "crypt_gensalt_ra" with dependency libcrypt: YES Dependency libbpf skipped: feature bpf-framework disabled Determining dependency 'mount' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion mount` -> 0 stdout: 2.40.0 ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --cflags mount` -> 0 stdout: -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/libmount -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include/blkid ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs mount` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lmount -lblkid ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs mount` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lmount -lblkid ----------- Run-time dependency mount found: YES 2.40.0 Dependency fdisk skipped: feature fdisk disabled Dependency pwquality skipped: feature pwquality disabled Dependency passwdqc skipped: feature passwdqc disabled Dependency libseccomp skipped: feature seccomp disabled Dependency libselinux skipped: feature selinux disabled Dependency libapparmor skipped: feature apparmor disabled Dependency polkit-gobject-1 skipped: feature polkit disabled Dependency libacl skipped: feature acl disabled Dependency audit skipped: feature audit disabled Dependency blkid skipped: feature blkid disabled Dependency libkmod skipped: feature kmod disabled Dependency xencontrol skipped: feature xenctrl disabled Dependency pam skipped: feature pam disabled Library pam skipped: feature pam disabled Dependency pam_misc skipped: feature pam disabled Library pam_misc skipped: feature pam disabled Dependency libmicrohttpd skipped: feature microhttpd disabled Dependency libcryptsetup skipped: feature libcryptsetup disabled Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpruebd_vb Code: #include #include #if defined __stub_crypt_activate_by_token_pin || defined __stub___crypt_activate_by_token_pin fail fail fail this function is not going to work #endif int main(void) { void *a = (void*) &crypt_activate_by_token_pin; long long b = (long long) a; return (int) b; } ----------- Command line: `/usr/bin/cc -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpruebd_vb/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpruebd_vb/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11` -> 1 stderr: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmpruebd_vb/testfile.c:1:10: fatal error: libcryptsetup.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. ----------- Running compile: Working directory: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp9y4zr7kl Code: #include int main(void) { /* With some toolchains (MSYS2/mingw for example) the compiler * provides various builtins which are not really implemented and * fall back to the stdlib where they aren't provided and fail at * build/link time. In case the user provides a header, including * the header didn't lead to the function being defined, and the * function we are checking isn't a builtin itself we assume the * builtin is not functional and we just error out. */ #if !0 && !defined(crypt_activate_by_token_pin) && !0 #error "No definition for __builtin_crypt_activate_by_token_pin found in the prefix" #endif #ifdef __has_builtin #if !__has_builtin(__builtin_crypt_activate_by_token_pin) #error "__builtin_crypt_activate_by_token_pin not found" #endif #elif ! defined(crypt_activate_by_token_pin) __builtin_crypt_activate_by_token_pin; #endif return 0; } ----------- Command line: `/usr/bin/cc -fPIC -g -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp9y4zr7kl/testfile.c -o /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp9y4zr7kl/output.exe -fPIC -g -D_FILE_OFFSET_BITS=64 -O0 -std=gnu11` -> 1 stderr: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/tmp9y4zr7kl/testfile.c:1:10: fatal error: libcryptsetup.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. ----------- Checking for function "crypt_activate_by_token_pin" with dependency libcryptsetup: NO Dependency libcurl skipped: feature libcurl disabled Dependency libidn2 skipped: feature libidn2 disabled Dependency libidn skipped: feature libidn disabled Dependency libiptc skipped: feature libiptc disabled Determining dependency 'libqrencode' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion libqrencode` -> 1 stderr: Package libqrencode was not found in the pkg-config search path. Perhaps you should add the directory containing `libqrencode.pc' to the PKG_CONFIG_PATH environment variable Package 'libqrencode' not found ----------- CMake binary for host machine is not cached CMake binary for host machine specified from cross file, native file, or env var as ['/usr/bin/cmake'] Found CMake: /usr/bin/cmake (3.29.6) Extracting basic cmake information CMake Toolchain: Calling CMake once to generate the compiler state Calling CMake (['/usr/bin/cmake']) in /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/__CMake_compiler_info__ with: - "--trace-expand" - "--trace-format=json-v1" - "--no-warn-unused-cli" - "--trace-redirect=cmake_trace.txt" - "-G" - "Ninja" - "-DCMAKE_TOOLCHAIN_FILE=/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" - "." - "-DCMAKE_PREFIX_PATH=/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug;/home/user/projects/3rdparties/vcpkg/installed/x64-linux" CMake trace warning: add_executable() non imported executables are not supported CMake TRACE: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-Aud0nl/CMakeLists.txt:22 add_executable(['cmTC_9feaf']) CMake trace warning: target_link_options() TARGET cmTC_9feaf not found CMake TRACE: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-Aud0nl/CMakeLists.txt:28 target_link_libraries(['cmTC_9feaf', '']) CMake trace warning: add_executable() non imported executables are not supported CMake TRACE: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-lLMNO4/CMakeLists.txt:22 add_executable(['cmTC_75467']) CMake trace warning: target_link_options() TARGET cmTC_75467 not found CMake TRACE: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-lLMNO4/CMakeLists.txt:28 target_link_libraries(['cmTC_75467', '']) Try CMake generator: auto Calling CMake (['/usr/bin/cmake']) in /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/cmake_libqrencode with: - "--trace-expand" - "--trace-format=json-v1" - "--no-warn-unused-cli" - "--trace-redirect=cmake_trace.txt" - "-DCMAKE_TOOLCHAIN_FILE=/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/x64-linux-dbg/meson-private/cmake_libqrencode/CMakeMesonToolchainFile.cmake" - "." - "-DCMAKE_PREFIX_PATH=/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug;/home/user/projects/3rdparties/vcpkg/installed/x64-linux" -- Module search paths: ['/', '/home/user/projects/3rdparties/vcpkg/installed/x64-linux', '/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug', '/opt', '/usr', '/usr/local'] -- CMake root: /usr/share/cmake -- CMake architectures: [] -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] Preliminary CMake check failed. Aborting. Run-time dependency libqrencode found: NO (tried pkgconfig and cmake) Dependency libgcrypt skipped: feature gcrypt disabled Dependency gpg-error skipped: feature gcrypt disabled Library gpg-error skipped: feature gcrypt disabled Dependency gnutls skipped: feature gnutls disabled Dependency openssl skipped: feature openssl disabled Dependency p11-kit-1 skipped: feature p11kit disabled Dependency libfido2 skipped: feature libfido2 disabled Dependency tss2-esys tss2-rc tss2-mu tss2-tcti-device skipped: feature tpm2 disabled Dependency libdw skipped: feature elfutils disabled Dependency zlib skipped: feature zlib disabled Dependency bzip2 skipped: feature bzip2 disabled Library bz2 skipped: feature bzip2 disabled Determining dependency 'liblzma' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion liblzma` -> 0 stdout: 5.6.2 ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --cflags liblzma` -> 0 stdout: -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include -DLZMA_API_STATIC ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs liblzma` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -llzma -pthread ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs liblzma` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -llzma -pthread ----------- Run-time dependency liblzma found: YES 5.6.2 Determining dependency 'liblz4' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion liblz4` -> 0 stdout: 1.9.4 ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --cflags liblz4` -> 0 stdout: -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs liblz4` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -llz4d ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs liblz4` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -llz4d ----------- Run-time dependency liblz4 found: YES 1.9.4 Determining dependency 'libzstd' with pkg-config executable '/bin/pkg-config' env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --modversion libzstd` -> 0 stdout: 1.5.6 ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --cflags libzstd` -> 0 stdout: -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../../include ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs libzstd` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lzstd ----------- env[PKG_CONFIG]: /bin/pkg-config env[PKG_CONFIG_PATH]: /home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig:/home/user/projects/3rdparties/vcpkg/installed/x64-linux/share/pkgconfig ----------- Called: `/bin/pkg-config --libs libzstd` -> 0 stdout: -L/home/user/projects/3rdparties/vcpkg/installed/x64-linux/debug/lib/pkgconfig/../../lib -lzstd ----------- Run-time dependency libzstd found: YES 1.5.6 Dependency xkbcommon skipped: feature xkbcommon disabled Dependency libpcre2-8 skipped: feature pcre2 disabled Dependency glib-2.0 skipped: feature glib disabled Dependency gobject-2.0 skipped: feature glib disabled Dependency gio-2.0 skipped: feature glib disabled Dependency dbus-1 skipped: feature dbus disabled Message: default-dnssec cannot be set to yes or allow-downgrade openssl and gcrypt are disabled. Setting default-dnssec to no. Program python3 (jinja2) found: YES (/usr/bin/python3) modules: jinja2 Program python3 (elftools) found: NO Program tools/check-version-history.py found: YES (/usr/bin/python3 /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/check-version-history.py) Program tools/elf2efi.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/elf2efi.py) Program tools/dbus_exporter.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/dbus_exporter.py) Program tools/generate-gperfs.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/generate-gperfs.py) Program tools/make-autosuspend-rules.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/make-autosuspend-rules.py) Program tools/make-directive-index.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/make-directive-index.py) Program tools/sync-docs.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/sync-docs.py) Program tools/make-man-index.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/make-man-index.py) Program tools/meson-render-jinja2.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/meson-render-jinja2.py) Program tools/update-dbus-docs.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/update-dbus-docs.py) Program tools/update-hwdb-autosuspend.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/update-hwdb-autosuspend.sh) Program tools/update-hwdb.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/update-hwdb.sh) Program tools/update-man-rules.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/update-man-rules.py) Program tools/update-syscall-tables.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/update-syscall-tables.sh) Program tools/xml_helper.py found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/tools/xml_helper.py) Configuring config.h using configuration Program generate-af-list.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/generate-af-list.sh) Program generate-arphrd-list.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/generate-arphrd-list.sh) Program generate-cap-list.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/generate-cap-list.sh) Program generate-errno-list.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/generate-errno-list.sh) Program missing_syscalls.py found: YES (/usr/bin/python3 /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/missing_syscalls.py) Program check-filesystems.sh found: YES (/home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/check-filesystems.sh) Running command: /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/check-filesystems.sh '/usr/bin/cc -fPIC -g -fPIC -g -I/home/user/projects/3rdparties/vcpkg/installed/x64-linux/include -E' /home/user/projects/3rdparties/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean/src/basic/filesystems-gperf.gperf linux/magic.h linux/gfs2_ondisk.h --- stdout --- Filesystem found in kernel header but not in filesystems-gperf.gperf: PID_FS_MAGIC --- stderr --- ../src/v255-948a7f2e81.clean/src/basic/meson.build:238:8: ERROR: Problem encountered: Unknown filesystems defined in kernel headers: Filesystem found in kernel header but not in filesystems-gperf.gperf: PID_FS_MAGIC ```

This seems related: https://lore.kernel.org/all/20240515144432.3152351-1-bruce.ashfield@gmail.com/

dg0yt commented 2 months ago

Duplicates #39365.

pozemka commented 2 months ago

Oh! indeed. Closing.