Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDL2][Audio] Performance issues on Linux CI builds #9787

Closed
shikaan opened this issue May 14, 2024 · 5 comments
Closed

[SDL2][Audio] Performance issues on Linux CI builds #9787

shikaan opened this issue May 14, 2024 · 5 comments

Comments

@shikaan
Copy link

shikaan commented May 14, 2024

Hello all, I have been banging my head on this problem for a week and I need help.

I am building a game engine based on SDL2. It features a text-based audio format (think of C64 trackers) which I replaced all the WAV sounds with. The WAV implementation used SDL_Mixer, now I am using SDL audio feeding samples to a callback.

Problem: when I build my library for Linux in CI, the audio starts with a little delay that makes it unusable for SFX (e.g, you press a button and the sound comes when the action is over).

I don't have this problem if I build locally, nor on MacOS builds (local and CI) and WASM (local and CI). I did not have this problem with SDL_Mixer. It's only the Linux CI build being problematic.

I am using same CMake everywhere, same LLVM version, and vcpkg to keep all the dependencies in check. The builds are running with the exact same commands locally and in CI. My local system is the same Ubuntu 22.04 that is used by the CI.

I think it's related to some system dependencies like ibus, wayland, X11, or alsa, because - taking a dump of the compiled artifacts - in the local build I see a bunch of symbols coming from those that I don't see in the CI build.

Installing those dependencies with the commands recommended in the vcpkg port warning did not fix the issue and these symbols are still missing. These are the dependencies I installed

libx11-dev libxft-dev libxext-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev libibus-1.0-dev

Do I need to do anything else?

References:

@slouken
Copy link
Collaborator

slouken commented May 14, 2024

Can you compare the configure output between local builds and CI?

@shikaan
Copy link
Author

shikaan commented May 14, 2024

Thanks for the reply, @slouken!

I assume you are talking about the output of the configure command (e.g., cmake -B build)

CI Cached
-- Running vcpkg install
Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)...
Detecting compiler hash for triplet x64-linux...
Compiler found: /usr/bin/clang++-15
The following packages will be built and installed:
  * alsa:x64-linux@1.2.11#1 -- /home/runner/.cache/vcpkg/registries/git-trees/78ad470e54eac71113219036519aa55ff3489294
  * dbus[core,systemd]:x64-linux@1.15.8#4 -- /home/runner/.cache/vcpkg/registries/git-trees/0d922ac71a87fc0b7ca31eb4820639b887cc2450
  * expat:x64-linux@2.6.2 -- /home/runner/.cache/vcpkg/registries/git-trees/e75ed0e0697a3049343ccfb52fd11eea6cebc30a
  * gperf:x64-linux@3.1#6 -- /home/runner/.cache/vcpkg/registries/git-trees/590e19515bff5b0abc6d9f73ba20a19a71555a32
  * libcap:x64-linux@2.69#5 -- /home/runner/.cache/vcpkg/registries/git-trees/3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1
  * liblzma:x64-linux@5.4.4 -- /home/runner/.cache/vcpkg/registries/git-trees/f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e
  * libmount:x64-linux@2.40 -- /home/runner/.cache/vcpkg/registries/git-trees/e78ea57cae347c42d9b7cdc4d65c521f229e0ed4
    libpng:x64-linux@1.6.43#1 -- /home/runner/.cache/vcpkg/registries/git-trees/1b0781214ef5a3497d0e7db2c0ed7f7fae74248b
  * libsystemd:x64-linux@255#2 -- /home/runner/.cache/vcpkg/registries/git-trees/4c173e2a6eaa6e20dae0122c0aee9ab9cfab82df
  * libxcrypt:x64-linux@4.4.36#1 -- /home/runner/.cache/vcpkg/registries/git-trees/89d7de97e87cb0eb10479d47ec43e1cc732b2734
  * lz4:x64-linux@1.9.4#1 -- /home/runner/.cache/vcpkg/registries/git-trees/d7704e3869f579ffdf927b5419579473e9d702d4
    sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1 -- /home/runner/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5
  * vcpkg-cmake:x64-linux@2024-04-[18](https://github.com/latebit/latebit-engine/actions/runs/9069557173/job/24919371184#step:8:19) -- /home/runner/.cache/vcpkg/registries/git-trees/a10a94e8d0071ed4804d40d0f0f0c5e4e7180afd
  * vcpkg-cmake-config:x64-linux@2022-02-06#1 -- /home/runner/.cache/vcpkg/registries/git-trees/8d54cc4f487d51b655abec5f9c9c3f86ca83311f
  * vcpkg-tool-meson:x64-linux@1.3.2#2 -- /home/runner/.cache/vcpkg/registries/git-trees/8408112396883b134bd25e2522f9a806ceaae3ea
  * zlib:x64-linux@1.3.1 -- /home/runner/.cache/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16[19](https://github.com/latebit/latebit-engine/actions/runs/9069557173/job/24919371184#step:8:20)3cdb711f0c9
  * zstd:x64-linux@1.5.6 -- /home/runner/.cache/vcpkg/registries/git-trees/796171d4d359b6786b8e1380fb6da8e677a9087b
Additional packages (*) will be modified to complete this operation.
Restored 17 package(s) from GitHub Actions Cache in 9.4 s. Use --debug to see more details.
Installing 1/17 vcpkg-cmake:x64-linux@[20](https://github.com/latebit/latebit-engine/actions/runs/9069557173/job/24919371184#step:8:21)24-04-18...
Elapsed time to handle vcpkg-cmake:x64-linux: 586 us
vcpkg-cmake:x64-linux package ABI: 202ea0c5907e97623c054d28e0a4ca8f741cc998ec637f2bd0241af2ef13afa3
Installing 2/17 zlib:x64-linux@1.3.1...
Elapsed time to handle zlib:x64-linux: 844 us
zlib:x64-linux package ABI: d6e7d228be9306d7f3af09b671f9f0fd124e74094bf17b764196893944031e91
Installing 3/17 vcpkg-cmake-config:x64-linux@2022-02-06#1...
Elapsed time to handle vcpkg-cmake-config:x64-linux: 495 us
vcpkg-cmake-config:x64-linux package ABI: 606732356afc5c747d4bb2f583754e227c379f99866c8e86eed782463c[21](https://github.com/latebit/latebit-engine/actions/runs/9069557173/job/24919371184#step:8:22)176a
    find_package(SDL2 CONFIG REQUIRED)
    target_link_libraries(main
        PRIVATE
        $
        $,SDL2::SDL2,SDL2::SDL2-static>
    )

-- Running vcpkg install - done
-- The C compiler identification is Clang 15.0.7
-- The CXX compiler identification is Clang 15.0.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-15 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-15 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ALSA: optimized;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/lib/libasound.a;debug;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libasound.a (found version "1.2.11")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: optimized;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/lib/libz.a;debug;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libz.a (found version "1.3.1")
-- Found PNG: optimized;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/lib/libpng16.a;debug;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libpng16d.a (found version "1.6.43")
-- Configuring done (27.3s)
-- Generating done (0.1s)
-- Build files have been written to: /home/runner/work/latebit-engine/latebit-engine/build

CI Uncached
-- Running vcpkg install
Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)...
Detecting compiler hash for triplet x64-linux...
Compiler found: /usr/bin/clang++-15
The following packages will be built and installed:
  * alsa:x64-linux@1.2.11#1 -- /home/runner/.cache/vcpkg/registries/git-trees/78ad470e54eac71113219036519aa55ff3489294
  * dbus[core,systemd]:x64-linux@1.15.8#4 -- /home/runner/.cache/vcpkg/registries/git-trees/0d922ac71a87fc0b7ca31eb4820639b887cc2450
  * expat:x64-linux@2.6.2 -- /home/runner/.cache/vcpkg/registries/git-trees/e75ed0e0697a3049343ccfb52fd11eea6cebc30a
  * gperf:x64-linux@3.1#6 -- /home/runner/.cache/vcpkg/registries/git-trees/590e19515bff5b0abc6d9f73ba20a19a71555a32
  * libcap:x64-linux@2.69#5 -- /home/runner/.cache/vcpkg/registries/git-trees/3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1
  * liblzma:x64-linux@5.4.4 -- /home/runner/.cache/vcpkg/registries/git-trees/f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e
  * libmount:x64-linux@2.40 -- /home/runner/.cache/vcpkg/registries/git-trees/e78ea57cae347c42d9b7cdc4d65c521f229e0ed4
    libpng:x64-linux@1.6.43#1 -- /home/runner/.cache/vcpkg/registries/git-trees/1b0781214ef5a3497d0e7db2c0ed7f7fae74248b
  * libsystemd:x64-linux@255#2 -- /home/runner/.cache/vcpkg/registries/git-trees/4c173e2a6eaa6e20dae0122c0aee9ab9cfab82df
  * libxcrypt:x64-linux@4.4.36#1 -- /home/runner/.cache/vcpkg/registries/git-trees/89d7de97e87cb0eb10479d47ec43e1cc732b2734
  * lz4:x64-linux@1.9.4#1 -- /home/runner/.cache/vcpkg/registries/git-trees/d7704e3869f579ffdf927b5419579473e9d702d4
    sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1 -- /home/runner/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5
  * vcpkg-cmake:x64-linux@2024-04-[18](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:19) -- /home/runner/.cache/vcpkg/registries/git-trees/a10a94e8d0071ed4804d40d0f0f0c5e4e7180afd
  * vcpkg-cmake-config:x64-linux@2022-02-06#1 -- /home/runner/.cache/vcpkg/registries/git-trees/8d54cc4f487d51b655abec5f9c9c3f86ca83311f
  * vcpkg-tool-meson:x64-linux@1.3.2#2 -- /home/runner/.cache/vcpkg/registries/git-trees/8408112396883b134bd25e2522f9a806ceaae3ea
  * zlib:x64-linux@1.3.1 -- /home/runner/.cache/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16[19](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:20)3cdb711f0c9
  * zstd:x64-linux@1.5.6 -- /home/runner/.cache/vcpkg/registries/git-trees/796171d4d359b6786b8e1380fb6da8e677a9087b
Additional packages (*) will be modified to complete this operation.
Restored 0 package(s) from GitHub Actions Cache in 1.5 s. Use --debug to see more details.
Installing 1/17 vcpkg-cmake:x64-linux@[20](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:21)24-04-18...
Building vcpkg-cmake:x64-linux@2024-04-18...
/home/runner/.cache/vcpkg/registries/git-trees/a10a94e8d0071ed4804d40d0f0f0c5e4e7180afd: info: installing overlay port from here
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 5.4 s.
Elapsed time to handle vcpkg-cmake:x64-linux: 5.4 s
vcpkg-cmake:x64-linux package ABI: 202ea0c5907e97623c054d28e0a4ca8f741cc998ec637f2bd0241af2ef13afa3
Installing 2/17 zlib:x64-linux@1.3.1...
Building zlib:x64-linux@1.3.1...
/home/runner/.cache/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9: info: installing overlay port from here
-- Downloading https://github.com/madler/zlib/archive/v1.3.1.tar.gz -> madler-zlib-v1.3.1.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/madler-zlib-v1.3.1.tar.gz
-- Applying patch 0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
-- Applying patch 0002-build-static-or-shared-not-both.patch
-- Applying patch 0003-android-and-mingw-fixes.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/zlib/src/v1.3.1-2e5db616bf.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zlib_x64-linux/share/zlib/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zlib_x64-linux/lib/pkgconfig/zlib.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zlib_x64-linux/debug/lib/pkgconfig/zlib.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zlib_x64-linux/share/zlib/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 418 ms.
Elapsed time to handle zlib:x64-linux: 3.2 s
zlib:x64-linux package ABI: d6e7d228be9306d7f3af09b671f9f0fd124e74094bf17b764196893944031e91
Installing 3/17 vcpkg-cmake-config:x64-linux@2022-02-06#1...
Building vcpkg-cmake-config:x64-linux@2022-02-06#1...
/home/runner/.cache/vcpkg/registries/git-trees/8d54cc4f487d51b655abec5f9c9c3f86ca83311f: info: installing overlay port from here
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/vcpkg-port-config.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 330 ms.
Elapsed time to handle vcpkg-cmake-config:x64-linux: 345 ms
vcpkg-cmake-config:x64-linux package ABI: 606732356afc5c747d4bb2f583754e227c379f99866c8e86eed782463c[21](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:22)176a
Installing 4/17 libpng:x64-linux@1.6.43#1...
Building libpng:x64-linux@1.6.43#1...
/home/runner/.cache/vcpkg/registries/git-trees/1b0781214ef5a3497d0e7db2c0ed7f7fae74248b: info: installing overlay port from here
-- Downloading https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz -> glennrp-libpng-v1.6.43.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/glennrp-libpng-v1.6.43.tar.gz
-- Applying patch cmake.patch
-- Applying patch fix-export-targets.patch
-- Applying patch libm.patch
-- Applying patch pkgconfig.patch
-- Applying patch fix-msa-support-for-mips.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/libpng/src/v1.6.43-e957a32120.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/share/png/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/lib/pkgconfig/libpng16.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/debug/lib/pkgconfig/libpng16.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/debug/lib/pkgconfig/libpng.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/lib/pkgconfig/libpng.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/share/libpng/usage
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libpng_x64-linux/share/libpng/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 476 ms.
Elapsed time to handle libpng:x64-linux: 4.4 s
libpng:x64-linux package ABI: 8e61e8869a6dcebafaf083d44ca766b95539687d57[22](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:23)0f0a58070813955932ef
Installing 5/17 zstd:x64-linux@1.5.6...
Building zstd:x64-linux@1.5.6...
/home/runner/.cache/vcpkg/registries/git-trees/796171d4d359b6786b8e1380fb6da8e677a9087b: info: installing overlay port from here
-- Downloading https://github.com/facebook/zstd/archive/v1.5.6.tar.gz -> facebook-zstd-v1.5.6.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/facebook-zstd-v1.5.6.tar.gz
-- Applying patch no-static-suffix.patch
-- Applying patch fix-emscripten-and-clang-cl.patch
-- Applying patch fix-windows-rc-compile.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/zstd/src/v1.5.6-6d2acef635.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zstd_x64-linux/lib/pkgconfig/libzstd.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zstd_x64-linux/debug/lib/pkgconfig/libzstd.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/zstd_x64-linux/share/zstd/usage
-- Performing post-build validation
Stored binaries in 1 destinations in 772 ms.
Elapsed time to handle zstd:x64-linux: 17 s
zstd:x64-linux package ABI: cdb5b315b3689d156ce3127ce5c4d69a4bcc8471947e3a1bb8d3125be0e2cca8
Installing 6/17 vcpkg-tool-meson:x64-linux@1.3.2#2...
Building vcpkg-tool-meson:x64-linux@1.3.2#2...
/home/runner/.cache/vcpkg/registries/git-trees/840811[23](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:24)96883b134bd25e2522f9a806ceaae3ea: info: installing overlay port from here
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/copyright
-- Downloading https://github.com/mesonbuild/meson/archive/614d436232d3a86518164cbe2b8af12db3bde009.tar.gz -> meson-614d436232d3a86518164cbe2b8af12db3bde009.tar.gz...
-- Applying patch /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/adjust-args.patch
-- Applying patch /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/meson-intl.patch
-- Applying patch /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/adjust-python-dep.patch
-- Applying patch /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/remove-freebsd-pcfile-specialization.patch
-- Found Python version '3.10.12 at /usr/bin/python3'
-- Using meson: /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/tools/meson-1.3.2-d646d3/meson.py
-- Performing post-build validation
Stored binaries in 1 destinations in 342 ms.
Elapsed time to handle vcpkg-tool-meson:x64-linux: 1.5 s
vcpkg-tool-meson:x64-linux package ABI: 93f39ba6c7b2fe3bee4090d7561edf199d0f309cf52969d684ce03efd6f5e563
Installing 7/17 lz4:x64-linux@1.9.4#1...
Building lz4:x64-linux@1.9.4#1...
/home/runner/.cache/vcpkg/registries/git-trees/d7704e3869f579ffdf927b5419579473e9d702d4: info: installing overlay port from here
-- Downloading https://github.com/lz4/lz4/archive/v1.9.4.tar.gz -> lz4-lz4-v1.9.4.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/lz4-lz4-v1.9.4.tar.gz
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/lz4/src/v1.9.4-9f4a1a30bd.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/lz4_x64-linux/lib/pkgconfig/liblz4.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/lz4_x64-linux/debug/lib/pkgconfig/liblz4.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/lz4_x64-linux/share/lz4/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 468 ms.
Elapsed time to handle lz4:x64-linux: 4.1 s
lz4:x64-linux package ABI: 9e22bb409298d7abc805e4f955b27c8279c63769acd8b0d9a0e4b9997534b6c8
Installing 8/17 libxcrypt:x64-linux@4.4.36#1...
Building libxcrypt:x64-linux@4.4.36#1...
/home/runner/.cache/vcpkg/registries/git-trees/89d7de97e87cb0eb10479d47ec43e1cc732b2734: info: installing overlay port from here
libxcrypt currently requires the following libraries from the system package manager:
    autoconf automake libtool pkg-config
These can be installed on Debian systems via sudo apt install autoconf automake libtool pkg-config
-- Downloading https://github.com/besser82/libxcrypt/archive/v4.4.36.tar.gz -> besser82-libxcrypt-v4.4.36.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/besser82-libxcrypt-v4.4.36.tar.gz
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/libxcrypt/src/v4.4.36-645fb55159.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libxcrypt_x64-linux/lib/pkgconfig/libcrypt.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libxcrypt_x64-linux/lib/pkgconfig/libxcrypt.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libxcrypt_x64-linux/debug/lib/pkgconfig/libcrypt.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libxcrypt_x64-linux/debug/lib/pkgconfig/libxcrypt.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 486 ms.
Elapsed time to handle libxcrypt:x64-linux: [24](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:25) s
libxcrypt:x64-linux package ABI: ce84d5446273759161a18eb5be45ed33fb8aa3e107bc0760f15bf44105713c22
Installing 9/17 libmount:x64-linux@2.40...
Building libmount:x64-linux@2.40...
/home/runner/.cache/vcpkg/registries/git-trees/e78ea57cae347c42d9b7cdc4d65c521f229e0ed4: info: installing overlay port from here
-- Downloading https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.tar.xz -> util-linux-2.40.tar.xz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/util-linux-2.40.tar.xz
-- Applying patch hide-private-symbols.diff
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/libmount/src/2.40-b5c733b07e.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libmount_x64-linux/lib/pkgconfig/blkid.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libmount_x64-linux/lib/pkgconfig/mount.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libmount_x64-linux/debug/lib/pkgconfig/blkid.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libmount_x64-linux/debug/lib/pkgconfig/mount.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 817 ms.
Elapsed time to handle libmount:x64-linux: 1.1 min
libmount:x64-linux package ABI: fc5a733034768c9b734cec15e33d844b1617ddd1d598c7bc5bfeb[25](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:26)639319917
Installing 10/17 liblzma:x64-linux@5.4.4...
Building liblzma:x64-linux@5.4.4...
/home/runner/.cache/vcpkg/registries/git-trees/f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e: info: installing overlay port from here
-- Downloading https://github.com/tukaani-project/xz/archive/v5.4.4.tar.gz -> tukaani-project-xz-v5.4.4.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/tukaani-project-xz-v5.4.4.tar.gz
-- Applying patch fix_config_include.patch
-- Applying patch win_output_name.patch
-- Applying patch add_support_ios.patch
-- Applying patch build-tools.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/liblzma/src/v5.4.4-6f848a7cca.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/liblzma_x64-linux/lib/pkgconfig/liblzma.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/liblzma_x64-linux/debug/lib/pkgconfig/liblzma.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/liblzma_x64-linux/share/liblzma/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 478 ms.
Elapsed time to handle liblzma:x64-linux: 8.9 s
liblzma:x64-linux package ABI: 4c461e3af0f56b76675fde4ad580ef5bfd76f[26](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:27)f10433a28573b5cd3fbc3675e
Installing 11/17 libcap:x64-linux@2.69#5...
Building libcap:x64-linux@2.69#5...
/home/runner/.cache/vcpkg/registries/git-trees/3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1: info: installing overlay port from here
-- Downloading https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.xz;https://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.xz -> libcap-2.69.tar.xz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/libcap-2.69.tar.xz
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/libcap/src/libcap-2-46d2f5c326.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libcap_x64-linux/lib/pkgconfig/libcap.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libcap_x64-linux/lib/pkgconfig/libpsx.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libcap_x64-linux/debug/lib/pkgconfig/libcap.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libcap_x64-linux/debug/lib/pkgconfig/libpsx.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libcap_x64-linux/share/libcap/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 323 ms.
Elapsed time to handle libcap:x64-linux: 3.6 s
libcap:x64-linux package ABI: bb8[27](https://github.com/latebit/latebit-engine/actions/runs/9045895510/job/24856124787#step:7:28)d1878f13858f8c4f567cdcbb602fb9b60f6cd8a9e65506d13227a32208c
Installing 12/17 gperf:x64-linux@3.1#6...
Building gperf:x64-linux@3.1#6...
/home/runner/.cache/vcpkg/registries/git-trees/590e19515bff5b0abc6d9f73ba20a19a71555a32: info: installing overlay port from here
-- Downloading http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz -> gperf-3.1.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/gperf-3.1.tar.gz
-- Applying patch remove_register_keyword_cpp17.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/gperf/src/gperf-3-7fd634e44a.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/gperf_x64-linux/share/gperf/copyright
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/gperf_x64-linux/tools/gperf/gperf' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 367 ms.
Elapsed time to handle gperf:x64-linux: 2.7 s
gperf:x64-linux package ABI: 30963bcea7d1c9c21a2b1dfc4c4eb892e4da115a464746aedfdaa156ee4b180e
Installing 13/17 libsystemd:x64-linux@255#2...
Building libsystemd:x64-linux@255#2...
/home/runner/.cache/vcpkg/registries/git-trees/4c173e2a6eaa6e20dae0122c0aee9ab9cfab82df: info: installing overlay port from here
-- Found Python version '3.10.12 at /usr/bin/python3'
-- Using meson: /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/tools/meson-1.3.2-d646d3/meson.py
-- Downloading https://github.com/systemd/systemd/archive/v255.tar.gz -> systemd-systemd-v255.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/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/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
-- Configuring x64-linux-dbg done
-- Configuring x64-linux-rel
-- Configuring x64-linux-rel done
-- Package x64-linux-dbg
-- Package x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libsystemd_x64-linux/lib/pkgconfig/libsystemd.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/libsystemd_x64-linux/debug/lib/pkgconfig/libsystemd.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 1.3 s.
Elapsed time to handle libsystemd:x64-linux: 46 s
libsystemd:x64-linux package ABI: 9e816a82ef6f6cd588350588b3b6a3493d874e181f529b2c9d83da327ff50599
Installing 14/17 expat:x64-linux@2.6.2...
Building expat:x64-linux@2.6.2...
/home/runner/.cache/vcpkg/registries/git-trees/e75ed0e0697a3049343ccfb52fd11eea6cebc30a: info: installing overlay port from here
-- Downloading https://github.com/libexpat/libexpat/archive/R_2_6_2.tar.gz -> libexpat-libexpat-R_2_6_2.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/libexpat-libexpat-R_2_6_2.tar.gz
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/expat/src/R_2_6_2-7c322c113f.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/expat_x64-linux/lib/pkgconfig/expat.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/expat_x64-linux/debug/lib/pkgconfig/expat.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/expat_x64-linux/share/expat/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 396 ms.
Elapsed time to handle expat:x64-linux: 6.7 s
expat:x64-linux package ABI: 4c53f0acd4c13d40b29967bc7724cf6936a24327889ace1c7776e2d1f3e57ed4
Installing 15/17 dbus[core,systemd]:x64-linux@1.15.8#4...
Building dbus[core,systemd]:x64-linux@1.15.8#4...
/home/runner/.cache/vcpkg/registries/git-trees/0d922ac71a87fc0b7ca31eb4820639b887cc2450: info: installing overlay port from here
-- Note: dbus only supports dynamic library linkage. Building dynamic library.
-- Downloading https://gitlab.freedesktop.org//dbus/dbus/-/archive/dbus-1.15.8/dbus-dbus-1.15.8.tar.gz -> dbus-dbus-dbus-1.15.8.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/dbus-dbus-dbus-1.15.8.tar.gz
-- Applying patch cmake.dep.patch
-- Applying patch pkgconfig.patch
-- Applying patch getpeereid.patch
-- Applying patch libsystemd.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/dbus/src/bus-1.15.8-13db4f5df7.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/lib/pkgconfig/dbus-1.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/lib/pkgconfig/dbus-1.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/share/dbus/copyright
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/lib/libdbus-1.so.3.38.0' (From '' -> To '$ORIGIN')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/libexec/dbus-daemon-launch-helper' (From '' -> To '$ORIGIN:$ORIGIN/../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-cleanup-sockets' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-daemon' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-launch' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-monitor' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-run-session' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-send' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-test-tool' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-update-activation-environment' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-uuidgen' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/lib/libdbus-1.so.3.38.0' (From '' -> To '$ORIGIN')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/libexec/dbus-daemon-launch-helper' (From '' -> To '$ORIGIN:$ORIGIN/../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-cleanup-sockets' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-daemon' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-launch' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-monitor' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-run-session' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-send' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-test-tool' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-update-activation-environment' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-uuidgen' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 1.4 s.
Elapsed time to handle dbus:x64-linux: 30 s
dbus:x64-linux package ABI: 3deb5cd3d0b973deb86b2c8c53809acffa99b782d0985ab95c59a961406ae1f1
Installing 16/17 alsa:x64-linux@1.2.11#1...
Building alsa:x64-linux@1.2.11#1...
/home/runner/.cache/vcpkg/registries/git-trees/78ad470e54eac71113219036519aa55ff3489294: info: installing overlay port from here
alsa currently requires the following programs from the system package manager:
    autoconf autoheader aclocal automake libtoolize
On Debian and Ubuntu derivatives:
    sudo apt install autoconf libtool
On recent Red Hat and Fedora derivatives:
    sudo dnf install autoconf libtool
On Arch Linux and derivatives:
    sudo pacman -S autoconf automake libtool
On Alpine:
    apk add autoconf automake libtool
-- Downloading https://github.com/alsa-project/alsa-lib/commit/2a736a0d2543f206fd2653aaae8a08a4c42eb917.diff?full_index=1 -> alsa-version-script-2a736a.patch...
-- Downloading https://github.com/alsa-project/alsa-lib/archive/v1.2.11.tar.gz -> alsa-project-alsa-lib-v1.2.11.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/alsa-project-alsa-lib-v1.2.11.tar.gz
-- Applying patch fix-plugin-dir.patch
-- Applying patch /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/alsa-version-script-2a736a.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/alsa/src/v1.2.11-cc06bc4709.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/lib/pkgconfig/alsa-topology.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/lib/pkgconfig/alsa.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/debug/lib/pkgconfig/alsa-topology.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/debug/lib/pkgconfig/alsa.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/share/alsa/vcpkg-cmake-wrapper.cmake
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/share/alsa/copyright
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/share/alsa/usage
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/tools/alsa/bin/aserver' (From '' -> To '$ORIGIN:$ORIGIN/../../../lib')
-- Adjusted RPATH of '/home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/alsa_x64-linux/tools/alsa/debug/bin/aserver' (From '' -> To '$ORIGIN:$ORIGIN/../../../../debug/lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 1.1 s.
Elapsed time to handle alsa:x64-linux: 39 s
alsa:x64-linux package ABI: 2e1eccd7a2bcd73e0677b1ff5052d9e892661943f82daa07fc6fba1ce6d0f38e
Installing 17/17 sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1...
Building sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1...
/home/runner/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5: info: installing overlay port from here
-- Downloading https://github.com/libsdl-org/SDL/archive/release-2.30.1.tar.gz -> libsdl-org-SDL-release-2.30.1.tar.gz...
-- Extracting source /home/runner/work/latebit-engine/latebit-engine/vcpkg/downloads/libsdl-org-SDL-release-2.30.1.tar.gz
-- Applying patch deps.patch
-- Applying patch alsa-dep-fix.patch
-- Using source at /home/runner/work/latebit-engine/latebit-engine/vcpkg/buildtrees/sdl2/src/ase-2.30.1-ba01639f2d.clean
CMake Warning at /home/runner/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5/portfile.cmake:30 (message):
Warning:   You will need to install Xorg dependencies to use feature x11:

sudo apt install libx11-dev libxft-dev libxext-dev

Call Stack (most recent call first):
scripts/ports.cmake:175 (include)

CMake Warning at /home/runner/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5/portfile.cmake:33 (message):
Warning: You will need to install Wayland dependencies to use feature wayland:

sudo apt install libwayland-dev libxkbcommon-dev libegl1-mesa-dev

Call Stack (most recent call first):
scripts/ports.cmake:175 (include)

CMake Warning at /home/runner/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5/portfile.cmake:36 (message):
Warning: You will need to install ibus dependencies to use feature ibus:

sudo apt install libibus-1.0-dev

Call Stack (most recent call first):
scripts/ports.cmake:175 (include)

-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/sdl2_x64-linux/lib/pkgconfig/sdl2.pc
-- Fixing pkgconfig file: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/sdl2_x64-linux/debug/lib/pkgconfig/sdl2.pc
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/sdl2_x64-linux/share/sdl2/usage
-- Installing: /home/runner/work/latebit-engine/latebit-engine/vcpkg/packages/sdl2_x64-linux/share/sdl2/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 1.2 s.
Elapsed time to handle sdl2:x64-linux: 58 s
sdl2:x64-linux package ABI: db9580d74b126bcb2ba2f7e3a2b81f9e655942640d3b6d28cd8caa3fcc22fa35
Total install time: 5.4 min
The package libpng is compatible with built-in CMake targets:

find_package(PNG REQUIRED)
target_link_libraries(main PRIVATE PNG::PNG)

sdl2 provides CMake targets:

find_package(SDL2 CONFIG REQUIRED)
target_link_libraries(main
    PRIVATE
    $<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>
    $<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>
)

-- Running vcpkg install - done
-- The C compiler identification is Clang 15.0.7
-- The CXX compiler identification is Clang 15.0.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-15 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-15 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ALSA: optimized;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/lib/libasound.a;debug;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libasound.a (found version "1.2.11")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: optimized;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/lib/libz.a;debug;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libz.a (found version "1.3.1")
-- Found PNG: optimized;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/lib/libpng16.a;debug;/home/runner/work/latebit-engine/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libpng16d.a (found version "1.6.43")
-- Configuring done (335.3s)
-- Generating done (0.2s)
-- Build files have been written to: /home/runner/work/latebit-engine/latebit-engine/build

Local Cached
-- Running vcpkg install
Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)...
Detecting compiler hash for triplet x64-linux...
The following packages will be built and installed:
  * alsa:x64-linux@1.2.11#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/78ad470e54eac71113219036519aa55ff3489294
  * dbus[core,systemd]:x64-linux@1.15.8#4 -- /home/manuel/.cache/vcpkg/registries/git-trees/0d922ac71a87fc0b7ca31eb4820639b887cc2450
  * expat:x64-linux@2.6.2 -- /home/manuel/.cache/vcpkg/registries/git-trees/e75ed0e0697a3049343ccfb52fd11eea6cebc30a
  * gperf:x64-linux@3.1#6 -- /home/manuel/.cache/vcpkg/registries/git-trees/590e19515bff5b0abc6d9f73ba20a19a71555a32
  * libcap:x64-linux@2.69#5 -- /home/manuel/.cache/vcpkg/registries/git-trees/3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1
  * liblzma:x64-linux@5.4.4 -- /home/manuel/.cache/vcpkg/registries/git-trees/f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e
  * libmount:x64-linux@2.40 -- /home/manuel/.cache/vcpkg/registries/git-trees/e78ea57cae347c42d9b7cdc4d65c521f229e0ed4
    libpng:x64-linux@1.6.43#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/1b0781214ef5a3497d0e7db2c0ed7f7fae74248b
  * libsystemd:x64-linux@255#2 -- /home/manuel/.cache/vcpkg/registries/git-trees/4c173e2a6eaa6e20dae0122c0aee9ab9cfab82df
  * libxcrypt:x64-linux@4.4.36#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/89d7de97e87cb0eb10479d47ec43e1cc732b2734
  * lz4:x64-linux@1.9.4#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/d7704e3869f579ffdf927b5419579473e9d702d4
    sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1 -- /home/manuel/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5
  * vcpkg-cmake:x64-linux@2024-04-18 -- /home/manuel/.cache/vcpkg/registries/git-trees/a10a94e8d0071ed4804d40d0f0f0c5e4e7180afd
  * vcpkg-cmake-config:x64-linux@2022-02-06#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/8d54cc4f487d51b655abec5f9c9c3f86ca83311f
  * vcpkg-tool-meson:x64-linux@1.3.2#2 -- /home/manuel/.cache/vcpkg/registries/git-trees/8408112396883b134bd25e2522f9a806ceaae3ea
  * zlib:x64-linux@1.3.1 -- /home/manuel/.cache/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9
  * zstd:x64-linux@1.5.6 -- /home/manuel/.cache/vcpkg/registries/git-trees/796171d4d359b6786b8e1380fb6da8e677a9087b
Additional packages (*) will be modified to complete this operation.
Restored 17 package(s) from /home/manuel/.cache/vcpkg/archives in 343 ms. Use --debug to see more details.
Installing 1/17 vcpkg-cmake:x64-linux@2024-04-18...
Elapsed time to handle vcpkg-cmake:x64-linux: 665 us
vcpkg-cmake:x64-linux package ABI: e7ce97577ddd952f81022f094657b5befa32c98b43f3e7dc9cd1684aaed13d13
Installing 2/17 zlib:x64-linux@1.3.1...
Elapsed time to handle zlib:x64-linux: 873 us
zlib:x64-linux package ABI: fb98eb5ac484db995058c9879ebb3d149cccbe11574efe649ba98f014417624e
Installing 3/17 vcpkg-cmake-config:x64-linux@2022-02-06#1...
Elapsed time to handle vcpkg-cmake-config:x64-linux: 544 us
vcpkg-cmake-config:x64-linux package ABI: d6361c1e332695b1c885be6d9803add04efe511f29d1b578de669e39c673a601
Installing 4/17 libpng:x64-linux@1.6.43#1...
Elapsed time to handle libpng:x64-linux: 1.05 ms
libpng:x64-linux package ABI: 6c618f42d13d1e33ee775292b865b9ea29ee8a53bbf0eec5c19545b40c2cdcd4
Installing 5/17 zstd:x64-linux@1.5.6...
Elapsed time to handle zstd:x64-linux: 901 us
zstd:x64-linux package ABI: 0396e0ce8bec246cc4c079a041a5055094548e05a551100a24699893d4e71ea3
Installing 6/17 vcpkg-tool-meson:x64-linux@1.3.2#2...
Elapsed time to handle vcpkg-tool-meson:x64-linux: 602 us
vcpkg-tool-meson:x64-linux package ABI: ca4bfc631472c1f2c1e4488a3287cc9555e88b4ebe4a5a8cdd1da33ccc198c44
Installing 7/17 lz4:x64-linux@1.9.4#1...
Elapsed time to handle lz4:x64-linux: 925 us
lz4:x64-linux package ABI: 95af0f6163877abb44182301db2e45a2ae4d9b7060f8104f094bd450f9fb3177
Installing 8/17 libxcrypt:x64-linux@4.4.36#1...
Elapsed time to handle libxcrypt:x64-linux: 1.15 ms
libxcrypt:x64-linux package ABI: dc34751589cd1a75b09ab8ab73875b72363ff31538f8d07e11d0b46374b097e5
Installing 9/17 libmount:x64-linux@2.40...
Elapsed time to handle libmount:x64-linux: 1.11 ms
libmount:x64-linux package ABI: 3c25e69f8ad4a5d51fd2922d044b165c9b94e3902bd14d1e3619e999f48629f9
Installing 10/17 liblzma:x64-linux@5.4.4...
Elapsed time to handle liblzma:x64-linux: 1.2 ms
liblzma:x64-linux package ABI: e404ad2cdb22bff69d9163d838d1f1f712aabfb877252956d89e0d6fb9247793
Installing 11/17 libcap:x64-linux@2.69#5...
Elapsed time to handle libcap:x64-linux: 1.08 ms
libcap:x64-linux package ABI: 451b76e13cc7bc9d648f9f4f0baa8d88a70c5757657e339d9581e78693b719f3
Installing 12/17 gperf:x64-linux@3.1#6...
Elapsed time to handle gperf:x64-linux: 732 us
gperf:x64-linux package ABI: 18fac5dd7b07942199c2c01f1a25e83479034c34c08175d6f89f7fade037d2b7
Installing 13/17 libsystemd:x64-linux@255#2...
Elapsed time to handle libsystemd:x64-linux: 1.14 ms
libsystemd:x64-linux package ABI: 03e9f25e32abe9875a6917da7bf854f7357a9e3d852e247571096b327bb35aef
Installing 14/17 expat:x64-linux@2.6.2...
Elapsed time to handle expat:x64-linux: 1.57 ms
expat:x64-linux package ABI: 3d435769b52ac27a75ef84a4262a1f36327e6fb332acd7c024ce26238683b93e
Installing 15/17 dbus[core,systemd]:x64-linux@1.15.8#4...
Elapsed time to handle dbus:x64-linux: 3.25 ms
dbus:x64-linux package ABI: f5a9478457cf87dc1ef9f40bbb92e06253e5e0fe9b4be20fb3b1cf194d8c0b2d
Installing 16/17 alsa:x64-linux@1.2.11#1...
Elapsed time to handle alsa:x64-linux: 3.11 ms
alsa:x64-linux package ABI: 62a4f173ffb204919dd09197927565d19829822d5ea5e428fdaae9df1de32876
Installing 17/17 sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1...
Elapsed time to handle sdl2:x64-linux: 3.77 ms
sdl2:x64-linux package ABI: b3dc822d3616ff99956dd2d96dcf46a1faa982138f71e260c17ac0c1686bc728
Total install time: 24 ms
The package libpng is compatible with built-in CMake targets:
find_package(PNG REQUIRED)
target_link_libraries(main PRIVATE PNG::PNG)

sdl2 provides CMake targets:

find_package(SDL2 CONFIG REQUIRED)
target_link_libraries(main
    PRIVATE
    $<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>
    $<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>
)

-- Running vcpkg install - done
-- The C compiler identification is Clang 15.0.7
-- The CXX compiler identification is Clang 15.0.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-15 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-15 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ALSA: optimized;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/lib/libasound.a;debug;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libasound.a (found version "1.2.11")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: optimized;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/lib/libz.a;debug;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libz.a (found version "1.3.1")
-- Found PNG: optimized;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/lib/libpng16.a;debug;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libpng16d.a (found version "1.6.43")
-- Configuring done (22.7s)
-- Generating done (0.1s)
-- Build files have been written to: /home/manuel/dev/manuel/latebit-engine/build

Local Unached
cmake --toolchain=~/vcpkg/scripts/buildsystems/vcpkg.cmake -B build -S .
-- Running vcpkg install
Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)...
Detecting compiler hash for triplet x64-linux...
The following packages will be built and installed:
  * alsa:x64-linux@1.2.11#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/78ad470e54eac71113219036519aa55ff3489294
  * dbus[core,systemd]:x64-linux@1.15.8#4 -- /home/manuel/.cache/vcpkg/registries/git-trees/0d922ac71a87fc0b7ca31eb4820639b887cc2450
  * expat:x64-linux@2.6.2 -- /home/manuel/.cache/vcpkg/registries/git-trees/e75ed0e0697a3049343ccfb52fd11eea6cebc30a
  * gperf:x64-linux@3.1#6 -- /home/manuel/.cache/vcpkg/registries/git-trees/590e19515bff5b0abc6d9f73ba20a19a71555a32
  * libcap:x64-linux@2.69#5 -- /home/manuel/.cache/vcpkg/registries/git-trees/3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1
  * liblzma:x64-linux@5.4.4 -- /home/manuel/.cache/vcpkg/registries/git-trees/f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e
  * libmount:x64-linux@2.40 -- /home/manuel/.cache/vcpkg/registries/git-trees/e78ea57cae347c42d9b7cdc4d65c521f229e0ed4
    libpng:x64-linux@1.6.43#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/1b0781214ef5a3497d0e7db2c0ed7f7fae74248b
  * libsystemd:x64-linux@255#2 -- /home/manuel/.cache/vcpkg/registries/git-trees/4c173e2a6eaa6e20dae0122c0aee9ab9cfab82df
  * libxcrypt:x64-linux@4.4.36#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/89d7de97e87cb0eb10479d47ec43e1cc732b2734
  * lz4:x64-linux@1.9.4#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/d7704e3869f579ffdf927b5419579473e9d702d4
    sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1 -- /home/manuel/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5
  * vcpkg-cmake:x64-linux@2024-04-18 -- /home/manuel/.cache/vcpkg/registries/git-trees/a10a94e8d0071ed4804d40d0f0f0c5e4e7180afd
  * vcpkg-cmake-config:x64-linux@2022-02-06#1 -- /home/manuel/.cache/vcpkg/registries/git-trees/8d54cc4f487d51b655abec5f9c9c3f86ca83311f
  * vcpkg-tool-meson:x64-linux@1.3.2#2 -- /home/manuel/.cache/vcpkg/registries/git-trees/8408112396883b134bd25e2522f9a806ceaae3ea
  * zlib:x64-linux@1.3.1 -- /home/manuel/.cache/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9
  * zstd:x64-linux@1.5.6 -- /home/manuel/.cache/vcpkg/registries/git-trees/796171d4d359b6786b8e1380fb6da8e677a9087b
Additional packages (*) will be modified to complete this operation.
Restored 0 package(s) from /home/manuel/.cache/vcpkg/archives in 31.6 us. Use --debug to see more details.
Installing 1/17 vcpkg-cmake:x64-linux@2024-04-18...
Building vcpkg-cmake:x64-linux@2024-04-18...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/a10a94e8d0071ed4804d40d0f0f0c5e4e7180afd
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 4.76 ms.
Elapsed time to handle vcpkg-cmake:x64-linux: 32.6 ms
vcpkg-cmake:x64-linux package ABI: 4a7fa022d56c2960a447a234e77efb4ce7ae70539f30bc58ca9795d090f69dc9
Installing 2/17 zlib:x64-linux@1.3.1...
Building zlib:x64-linux@1.3.1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/3f05e04b9aededb96786a911a16193cdb711f0c9
-- Downloading https://github.com/madler/zlib/archive/v1.3.1.tar.gz -> madler-zlib-v1.3.1.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/madler-zlib-v1.3.1.tar.gz
-- Applying patch 0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
-- Applying patch 0002-build-static-or-shared-not-both.patch
-- Applying patch 0003-android-and-mingw-fixes.patch
-- Using source at /home/manuel/vcpkg/buildtrees/zlib/src/v1.3.1-2e5db616bf.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/manuel/vcpkg/packages/zlib_x64-linux/share/zlib/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/zlib_x64-linux/lib/pkgconfig/zlib.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/zlib_x64-linux/debug/lib/pkgconfig/zlib.pc
-- Installing: /home/manuel/vcpkg/packages/zlib_x64-linux/share/zlib/copyright
-- Downloading https://github.com/NixOS/patchelf/releases/download/0.14.5/patchelf-0.14.5-x86_64.tar.gz -> patchelf-0.14.5-x86_64.tar.gz...
-- Performing post-build validation
Stored binaries in 1 destinations in 67.3 ms.
Elapsed time to handle zlib:x64-linux: 6.1 s
zlib:x64-linux package ABI: 4535fa1d2c25a3dcee12eb793fd356b0b563c183b231d6df3cd7e9fbb30f8993
Installing 3/17 vcpkg-cmake-config:x64-linux@2022-02-06#1...
Building vcpkg-cmake-config:x64-linux@2022-02-06#1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/8d54cc4f487d51b655abec5f9c9c3f86ca83311f
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/vcpkg-port-config.cmake
-- Installing: /home/manuel/vcpkg/packages/vcpkg-cmake-config_x64-linux/share/vcpkg-cmake-config/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 4.47 ms.
Elapsed time to handle vcpkg-cmake-config:x64-linux: 32.9 ms
vcpkg-cmake-config:x64-linux package ABI: 441d14ba5ec708a2874ad7674f8e1fb1a7aafbd59d3eefa416f4b1b4e4a938fa
Installing 4/17 libpng:x64-linux@1.6.43#1...
Building libpng:x64-linux@1.6.43#1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/1b0781214ef5a3497d0e7db2c0ed7f7fae74248b
-- Downloading https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz -> glennrp-libpng-v1.6.43.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/glennrp-libpng-v1.6.43.tar.gz
-- Applying patch cmake.patch
-- Applying patch fix-export-targets.patch
-- Applying patch libm.patch
-- Applying patch pkgconfig.patch
-- Applying patch fix-msa-support-for-mips.patch
-- Using source at /home/manuel/vcpkg/buildtrees/libpng/src/v1.6.43-e957a32120.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/manuel/vcpkg/packages/libpng_x64-linux/share/png/vcpkg-cmake-wrapper.cmake
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libpng_x64-linux/lib/pkgconfig/libpng16.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libpng_x64-linux/debug/lib/pkgconfig/libpng16.pc
-- Installing: /home/manuel/vcpkg/packages/libpng_x64-linux/debug/lib/pkgconfig/libpng.pc
-- Installing: /home/manuel/vcpkg/packages/libpng_x64-linux/lib/pkgconfig/libpng.pc
-- Installing: /home/manuel/vcpkg/packages/libpng_x64-linux/share/libpng/usage
-- Installing: /home/manuel/vcpkg/packages/libpng_x64-linux/share/libpng/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 174 ms.
Elapsed time to handle libpng:x64-linux: 6.5 s
libpng:x64-linux package ABI: 9151ebd9e6a5a1cd800d135a28981bf191f13b53ee91c4b916f9a50a37f501f4
Installing 5/17 zstd:x64-linux@1.5.6...
Building zstd:x64-linux@1.5.6...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/796171d4d359b6786b8e1380fb6da8e677a9087b
-- Downloading https://github.com/facebook/zstd/archive/v1.5.6.tar.gz -> facebook-zstd-v1.5.6.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/facebook-zstd-v1.5.6.tar.gz
-- Applying patch no-static-suffix.patch
-- Applying patch fix-emscripten-and-clang-cl.patch
-- Applying patch fix-windows-rc-compile.patch
-- Using source at /home/manuel/vcpkg/buildtrees/zstd/src/v1.5.6-6d2acef635.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/zstd_x64-linux/lib/pkgconfig/libzstd.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/zstd_x64-linux/debug/lib/pkgconfig/libzstd.pc
-- Installing: /home/manuel/vcpkg/packages/zstd_x64-linux/share/zstd/usage
-- Performing post-build validation
Stored binaries in 1 destinations in 592 ms.
Elapsed time to handle zstd:x64-linux: 26 s
zstd:x64-linux package ABI: 6d76566fed7bf01e0cbf8b907bf0032e2c1c80a850be2586fa0d8a7fd330ee7c
Installing 6/17 vcpkg-tool-meson:x64-linux@1.3.2#2...
Building vcpkg-tool-meson:x64-linux@1.3.2#2...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/8408112396883b134bd25e2522f9a806ceaae3ea
-- Installing: /home/manuel/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/copyright
-- Downloading https://github.com/mesonbuild/meson/archive/614d436232d3a86518164cbe2b8af12db3bde009.tar.gz -> meson-614d436232d3a86518164cbe2b8af12db3bde009.tar.gz...
-- Applying patch /home/manuel/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/adjust-args.patch
-- Applying patch /home/manuel/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/meson-intl.patch
-- Applying patch /home/manuel/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/adjust-python-dep.patch
-- Applying patch /home/manuel/vcpkg/packages/vcpkg-tool-meson_x64-linux/share/vcpkg-tool-meson/remove-freebsd-pcfile-specialization.patch
-- Found Python version '3.10.12 at /usr/bin/python3'
-- Using meson: /home/manuel/vcpkg/downloads/tools/meson-1.3.2-d646d3/meson.py
-- Performing post-build validation
Stored binaries in 1 destinations in 6.99 ms.
Elapsed time to handle vcpkg-tool-meson:x64-linux: 2.7 s
vcpkg-tool-meson:x64-linux package ABI: 2a0e6027130fb03541ab80c9b5a575fe14cb7b119eab00be2b0f5c778e10f5f2
Installing 7/17 lz4:x64-linux@1.9.4#1...
Building lz4:x64-linux@1.9.4#1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/d7704e3869f579ffdf927b5419579473e9d702d4
-- Downloading https://github.com/lz4/lz4/archive/v1.9.4.tar.gz -> lz4-lz4-v1.9.4.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/lz4-lz4-v1.9.4.tar.gz
-- Using source at /home/manuel/vcpkg/buildtrees/lz4/src/v1.9.4-9f4a1a30bd.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/lz4_x64-linux/lib/pkgconfig/liblz4.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/lz4_x64-linux/debug/lib/pkgconfig/liblz4.pc
-- Installing: /home/manuel/vcpkg/packages/lz4_x64-linux/share/lz4/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 144 ms.
Elapsed time to handle lz4:x64-linux: 7.9 s
lz4:x64-linux package ABI: 432dea7e257cebe417535bfa2b6ff1582e44ce27813e626be4f844713bc2c0e8
Installing 8/17 libxcrypt:x64-linux@4.4.36#1...
Building libxcrypt:x64-linux@4.4.36#1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/89d7de97e87cb0eb10479d47ec43e1cc732b2734
libxcrypt currently requires the following libraries from the system package manager:
    autoconf automake libtool pkg-config
These can be installed on Debian systems via sudo apt install autoconf automake libtool pkg-config
-- Downloading https://github.com/besser82/libxcrypt/archive/v4.4.36.tar.gz -> besser82-libxcrypt-v4.4.36.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/besser82-libxcrypt-v4.4.36.tar.gz
-- Using source at /home/manuel/vcpkg/buildtrees/libxcrypt/src/v4.4.36-645fb55159.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libxcrypt_x64-linux/lib/pkgconfig/libcrypt.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libxcrypt_x64-linux/lib/pkgconfig/libxcrypt.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libxcrypt_x64-linux/debug/lib/pkgconfig/libcrypt.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libxcrypt_x64-linux/debug/lib/pkgconfig/libxcrypt.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 81.4 ms.
Elapsed time to handle libxcrypt:x64-linux: 42 s
libxcrypt:x64-linux package ABI: 20870b315b6d93bcab0312c30fb2ad345d5d8ae5c851e33a8c626f9f8ad56e45
Installing 9/17 libmount:x64-linux@2.40...
Building libmount:x64-linux@2.40...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/e78ea57cae347c42d9b7cdc4d65c521f229e0ed4
-- Downloading https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.tar.xz -> util-linux-2.40.tar.xz...
-- Extracting source /home/manuel/vcpkg/downloads/util-linux-2.40.tar.xz
-- Applying patch hide-private-symbols.diff
-- Using source at /home/manuel/vcpkg/buildtrees/libmount/src/2.40-b5c733b07e.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libmount_x64-linux/lib/pkgconfig/blkid.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libmount_x64-linux/lib/pkgconfig/mount.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libmount_x64-linux/debug/lib/pkgconfig/blkid.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libmount_x64-linux/debug/lib/pkgconfig/mount.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 641 ms.
Elapsed time to handle libmount:x64-linux: 2 min
libmount:x64-linux package ABI: 7b681d205ba4c503f5a614b1a382d24179e57bd6dd1fb9e91cb5e7baf446086c
Installing 10/17 liblzma:x64-linux@5.4.4...
Building liblzma:x64-linux@5.4.4...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e
-- Downloading https://github.com/tukaani-project/xz/archive/v5.4.4.tar.gz -> tukaani-project-xz-v5.4.4.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/tukaani-project-xz-v5.4.4.tar.gz
-- Applying patch fix_config_include.patch
-- Applying patch win_output_name.patch
-- Applying patch add_support_ios.patch
-- Applying patch build-tools.patch
-- Using source at /home/manuel/vcpkg/buildtrees/liblzma/src/v5.4.4-6f848a7cca.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/liblzma_x64-linux/lib/pkgconfig/liblzma.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/liblzma_x64-linux/debug/lib/pkgconfig/liblzma.pc
-- Installing: /home/manuel/vcpkg/packages/liblzma_x64-linux/share/liblzma/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 182 ms.
Elapsed time to handle liblzma:x64-linux: 11 s
liblzma:x64-linux package ABI: b68ebbb79448e4c02b9f690c35e2640f11285209eeb9f1dc3d49744d509b14af
Installing 11/17 libcap:x64-linux@2.69#5...
Building libcap:x64-linux@2.69#5...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/3e58d4ec062b5e83ea7c7f6baf42ebd726af6bc1
-- Downloading https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.xz;https://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.xz -> libcap-2.69.tar.xz...
-- Extracting source /home/manuel/vcpkg/downloads/libcap-2.69.tar.xz
-- Using source at /home/manuel/vcpkg/buildtrees/libcap/src/libcap-2-46d2f5c326.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libcap_x64-linux/lib/pkgconfig/libcap.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libcap_x64-linux/lib/pkgconfig/libpsx.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libcap_x64-linux/debug/lib/pkgconfig/libcap.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libcap_x64-linux/debug/lib/pkgconfig/libpsx.pc
-- Installing: /home/manuel/vcpkg/packages/libcap_x64-linux/share/libcap/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 32.4 ms.
Elapsed time to handle libcap:x64-linux: 4.8 s
libcap:x64-linux package ABI: 0785a225a05d60cef9addd892165a55d1eac513eba893ba3f42c748409e96aeb
Installing 12/17 gperf:x64-linux@3.1#6...
Building gperf:x64-linux@3.1#6...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/590e19515bff5b0abc6d9f73ba20a19a71555a32
-- Downloading http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz -> gperf-3.1.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/gperf-3.1.tar.gz
-- Applying patch remove_register_keyword_cpp17.patch
-- Using source at /home/manuel/vcpkg/buildtrees/gperf/src/gperf-3-7fd634e44a.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/manuel/vcpkg/packages/gperf_x64-linux/share/gperf/copyright
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/gperf_x64-linux/tools/gperf/gperf' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 28.5 ms.
Elapsed time to handle gperf:x64-linux: 4.5 s
gperf:x64-linux package ABI: 8fe1ee3705bb368a2888f9b89a02c33a49c6d030d7e672f72d20238440430d12
Installing 13/17 libsystemd:x64-linux@255#2...
Building libsystemd:x64-linux@255#2...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/4c173e2a6eaa6e20dae0122c0aee9ab9cfab82df
-- Found Python version '3.10.12 at /usr/bin/python3'
-- Using meson: /home/manuel/vcpkg/downloads/tools/meson-1.3.2-d646d3/meson.py
-- Downloading https://github.com/systemd/systemd/archive/v255.tar.gz -> systemd-systemd-v255.tar.gz...
-- Extracting source /home/manuel/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/manuel/vcpkg/buildtrees/libsystemd/src/v255-948a7f2e81.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Configuring x64-linux-dbg
-- Configuring x64-linux-dbg done
-- Configuring x64-linux-rel
-- Configuring x64-linux-rel done
-- Package x64-linux-dbg
-- Package x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libsystemd_x64-linux/lib/pkgconfig/libsystemd.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/libsystemd_x64-linux/debug/lib/pkgconfig/libsystemd.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 1.3 s.
Elapsed time to handle libsystemd:x64-linux: 1.1 min
libsystemd:x64-linux package ABI: f68ea9f3f5ffe1a88d0a6412d6dccc93e106603d1b757ba407766966d02ee23b
Installing 14/17 expat:x64-linux@2.6.2...
Building expat:x64-linux@2.6.2...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/e75ed0e0697a3049343ccfb52fd11eea6cebc30a
-- Downloading https://github.com/libexpat/libexpat/archive/R_2_6_2.tar.gz -> libexpat-libexpat-R_2_6_2.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/libexpat-libexpat-R_2_6_2.tar.gz
-- Using source at /home/manuel/vcpkg/buildtrees/expat/src/R_2_6_2-7c322c113f.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/expat_x64-linux/lib/pkgconfig/expat.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/expat_x64-linux/debug/lib/pkgconfig/expat.pc
-- Installing: /home/manuel/vcpkg/packages/expat_x64-linux/share/expat/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 94.1 ms.
Elapsed time to handle expat:x64-linux: 16 s
expat:x64-linux package ABI: 3b32fe62a94221c48f3c0d3ad9f768217bdaa9af23411b24b52f875e68275e9e
Installing 15/17 dbus[core,systemd]:x64-linux@1.15.8#4...
Building dbus[core,systemd]:x64-linux@1.15.8#4...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/0d922ac71a87fc0b7ca31eb4820639b887cc2450
-- Note: dbus only supports dynamic library linkage. Building dynamic library.
-- Downloading https://gitlab.freedesktop.org//dbus/dbus/-/archive/dbus-1.15.8/dbus-dbus-1.15.8.tar.gz -> dbus-dbus-dbus-1.15.8.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/dbus-dbus-dbus-1.15.8.tar.gz
-- Applying patch cmake.dep.patch
-- Applying patch pkgconfig.patch
-- Applying patch getpeereid.patch
-- Applying patch libsystemd.patch
-- Using source at /home/manuel/vcpkg/buildtrees/dbus/src/bus-1.15.8-13db4f5df7.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/dbus_x64-linux/lib/pkgconfig/dbus-1.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/dbus_x64-linux/debug/lib/pkgconfig/dbus-1.pc
-- Installing: /home/manuel/vcpkg/packages/dbus_x64-linux/share/dbus/copyright
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/lib/libdbus-1.so.3.38.0' (From '' -> To '$ORIGIN')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/libexec/dbus-daemon-launch-helper' (From '' -> To '$ORIGIN:$ORIGIN/../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-cleanup-sockets' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-daemon' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-launch' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-monitor' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-run-session' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-send' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-test-tool' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-update-activation-environment' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/debug/tools/dbus/dbus-uuidgen' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/lib/libdbus-1.so.3.38.0' (From '' -> To '$ORIGIN')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/libexec/dbus-daemon-launch-helper' (From '' -> To '$ORIGIN:$ORIGIN/../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-cleanup-sockets' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-daemon' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-launch' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-monitor' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-run-session' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-send' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-test-tool' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-update-activation-environment' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/dbus_x64-linux/tools/dbus/dbus-uuidgen' (From '' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 1.7 s.
Elapsed time to handle dbus:x64-linux: 45 s
dbus:x64-linux package ABI: e9bf990093379330c2c2ddf57eee5bac6207c2741d44310bf217d0724a3b39d6
Installing 16/17 alsa:x64-linux@1.2.11#1...
Building alsa:x64-linux@1.2.11#1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/78ad470e54eac71113219036519aa55ff3489294
alsa currently requires the following programs from the system package manager:
    autoconf autoheader aclocal automake libtoolize
On Debian and Ubuntu derivatives:
    sudo apt install autoconf libtool
On recent Red Hat and Fedora derivatives:
    sudo dnf install autoconf libtool
On Arch Linux and derivatives:
    sudo pacman -S autoconf automake libtool
On Alpine:
    apk add autoconf automake libtool
-- Downloading https://github.com/alsa-project/alsa-lib/commit/2a736a0d2543f206fd2653aaae8a08a4c42eb917.diff?full_index=1 -> alsa-version-script-2a736a.patch...
-- Downloading https://github.com/alsa-project/alsa-lib/archive/v1.2.11.tar.gz -> alsa-project-alsa-lib-v1.2.11.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/alsa-project-alsa-lib-v1.2.11.tar.gz
-- Applying patch fix-plugin-dir.patch
-- Applying patch /home/manuel/vcpkg/downloads/alsa-version-script-2a736a.patch
-- Using source at /home/manuel/vcpkg/buildtrees/alsa/src/v1.2.11-cc06bc4709.clean
-- Getting CMake variables for x64-linux-dbg
-- Getting CMake variables for x64-linux-rel
-- Generating configure for x64-linux
-- Finished generating configure for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Installing x64-linux-dbg
-- Building x64-linux-rel
-- Installing x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/alsa_x64-linux/lib/pkgconfig/alsa-topology.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/alsa_x64-linux/lib/pkgconfig/alsa.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/alsa_x64-linux/debug/lib/pkgconfig/alsa-topology.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/alsa_x64-linux/debug/lib/pkgconfig/alsa.pc
-- Installing: /home/manuel/vcpkg/packages/alsa_x64-linux/share/alsa/vcpkg-cmake-wrapper.cmake
-- Installing: /home/manuel/vcpkg/packages/alsa_x64-linux/share/alsa/copyright
-- Installing: /home/manuel/vcpkg/packages/alsa_x64-linux/share/alsa/usage
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/alsa_x64-linux/tools/alsa/bin/aserver' (From '' -> To '$ORIGIN:$ORIGIN/../../../lib')
-- Adjusted RPATH of '/home/manuel/vcpkg/packages/alsa_x64-linux/tools/alsa/debug/bin/aserver' (From '' -> To '$ORIGIN:$ORIGIN/../../../../debug/lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 1.1 s.
Elapsed time to handle alsa:x64-linux: 57 s
alsa:x64-linux package ABI: af12e27d4c93ae6c0f3e7b30cca1bd63dc646869141a9c2d5f414e784bbb70b9
Installing 17/17 sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1...
Building sdl2[alsa,core,ibus,wayland,x11]:x64-linux@2.30.1...
-- Installing port from location: /home/manuel/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5
-- Downloading https://github.com/libsdl-org/SDL/archive/release-2.30.1.tar.gz -> libsdl-org-SDL-release-2.30.1.tar.gz...
-- Extracting source /home/manuel/vcpkg/downloads/libsdl-org-SDL-release-2.30.1.tar.gz
-- Applying patch deps.patch
-- Applying patch alsa-dep-fix.patch
-- Using source at /home/manuel/vcpkg/buildtrees/sdl2/src/ase-2.30.1-ba01639f2d.clean
CMake Warning at /home/manuel/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5/portfile.cmake:30 (message):
  You will need to install Xorg dependencies to use feature x11:

sudo apt install libx11-dev libxft-dev libxext-dev

Call Stack (most recent call first):
scripts/ports.cmake:175 (include)

CMake Warning at /home/manuel/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5/portfile.cmake:33 (message):
You will need to install Wayland dependencies to use feature wayland:

sudo apt install libwayland-dev libxkbcommon-dev libegl1-mesa-dev

Call Stack (most recent call first):
scripts/ports.cmake:175 (include)

CMake Warning at /home/manuel/.cache/vcpkg/registries/git-trees/71b609d356d21c9479ddeb27f4737ab70982f4a5/portfile.cmake:36 (message):
You will need to install ibus dependencies to use feature ibus:

sudo apt install libibus-1.0-dev

Call Stack (most recent call first):
scripts/ports.cmake:175 (include)

-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/sdl2_x64-linux/lib/pkgconfig/sdl2.pc
-- Fixing pkgconfig file: /home/manuel/vcpkg/packages/sdl2_x64-linux/debug/lib/pkgconfig/sdl2.pc
-- Installing: /home/manuel/vcpkg/packages/sdl2_x64-linux/share/sdl2/usage
-- Installing: /home/manuel/vcpkg/packages/sdl2_x64-linux/share/sdl2/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 1.6 s.
Elapsed time to handle sdl2:x64-linux: 54 s
sdl2:x64-linux package ABI: 743268bc0d3ab38a6a4d433d55307439b2883b066727bbc98b0fa8a8f8b01843
Total install time: 7.8 min
The package libpng is compatible with built-in CMake targets:

find_package(PNG REQUIRED)
target_link_libraries(main PRIVATE PNG::PNG)

sdl2 provides CMake targets:

find_package(SDL2 CONFIG REQUIRED)
target_link_libraries(main
    PRIVATE
    $<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>
    $<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>
)

-- Running vcpkg install - done
-- The C compiler identification is Clang 15.0.7
-- The CXX compiler identification is Clang 15.0.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-15 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-15 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ALSA: optimized;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/lib/libasound.a;debug;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libasound.a (found version "1.2.11")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found ZLIB: optimized;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/lib/libz.a;debug;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libz.a (found version "1.3.1")
-- Found PNG: optimized;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/lib/libpng16.a;debug;/home/manuel/dev/manuel/latebit-engine/build/vcpkg_installed/x64-linux/debug/lib/libpng16d.a (found version "1.6.43")
-- Configuring done (489.7s)
-- Generating done (0.1s)
-- Build files have been written to: /home/manuel/dev/manuel/latebit-engine/build

@shikaan
Copy link
Author

shikaan commented May 14, 2024

Not sure if it helps, but these are the logs I get when running the game with the verbose logging switched on

With local build
DEBUG: Failed loading XMissingExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XMissingExtension
DEBUG: Failed loading XFixesCreatePointerBarrier: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XFixesCreatePointerBarrier
DEBUG: Failed loading XFixesCreatePointerBarrier: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XFixesCreatePointerBarrier
DEBUG: Failed loading XFixesDestroyPointerBarrier: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XFixesDestroyPointerBarrier
DEBUG: Failed loading XFixesDestroyPointerBarrier: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XFixesDestroyPointerBarrier
DEBUG: Failed loading XIBarrierReleasePointer: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIBarrierReleasePointer
DEBUG: Failed loading XIBarrierReleasePointer: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIBarrierReleasePointer
DEBUG: Failed loading XIBarrierReleasePointer: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIBarrierReleasePointer
DEBUG: Failed loading XFixesQueryVersion: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XFixesQueryVersion
DEBUG: Failed loading XFixesQueryVersion: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XFixesQueryVersion
DEBUG: Failed loading XFixesSelectSelectionInput: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XFixesSelectSelectionInput
DEBUG: Failed loading XFixesSelectSelectionInput: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XFixesSelectSelectionInput
DEBUG: Failed loading XShmAttach: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmAttach
DEBUG: Failed loading XShmDetach: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmDetach
DEBUG: Failed loading XShmPutImage: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmPutImage
DEBUG: Failed loading XShmCreateImage: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmCreateImage
DEBUG: Failed loading XShmCreatePixmap: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmCreatePixmap
DEBUG: Failed loading XShmQueryExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmQueryExtension
DEBUG: Failed loading XcursorImageCreate: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XcursorImageCreate
DEBUG: Failed loading XcursorImageCreate: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XcursorImageCreate
DEBUG: Failed loading XcursorImageDestroy: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XcursorImageDestroy
DEBUG: Failed loading XcursorImageDestroy: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XcursorImageDestroy
DEBUG: Failed loading XcursorImageLoadCursor: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XcursorImageLoadCursor
DEBUG: Failed loading XcursorImageLoadCursor: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XcursorImageLoadCursor
DEBUG: Failed loading XcursorLibraryLoadCursor: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XcursorLibraryLoadCursor
DEBUG: Failed loading XcursorLibraryLoadCursor: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XcursorLibraryLoadCursor
DEBUG: Failed loading XdbeQueryExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeQueryExtension
DEBUG: Failed loading XdbeAllocateBackBufferName: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeAllocateBackBufferName
DEBUG: Failed loading XdbeDeallocateBackBufferName: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeDeallocateBackBufferName
DEBUG: Failed loading XdbeSwapBuffers: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeSwapBuffers
DEBUG: Failed loading XdbeBeginIdiom: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeBeginIdiom
DEBUG: Failed loading XdbeEndIdiom: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeEndIdiom
DEBUG: Failed loading XdbeGetVisualInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeGetVisualInfo
DEBUG: Failed loading XdbeFreeVisualInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeFreeVisualInfo
DEBUG: Failed loading XdbeGetBackBufferAttributes: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeGetBackBufferAttributes
DEBUG: Failed loading XIQueryDevice: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIQueryDevice
DEBUG: Failed loading XIQueryDevice: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIQueryDevice
DEBUG: Failed loading XIQueryDevice: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIQueryDevice
DEBUG: Failed loading XIFreeDeviceInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIFreeDeviceInfo
DEBUG: Failed loading XIFreeDeviceInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIFreeDeviceInfo
DEBUG: Failed loading XIFreeDeviceInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIFreeDeviceInfo
DEBUG: Failed loading XISelectEvents: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XISelectEvents
DEBUG: Failed loading XISelectEvents: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XISelectEvents
DEBUG: Failed loading XISelectEvents: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XISelectEvents
DEBUG: Failed loading XIGrabTouchBegin: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIGrabTouchBegin
DEBUG: Failed loading XIGrabTouchBegin: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIGrabTouchBegin
DEBUG: Failed loading XIGrabTouchBegin: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIGrabTouchBegin
DEBUG: Failed loading XIUngrabTouchBegin: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIUngrabTouchBegin
DEBUG: Failed loading XIUngrabTouchBegin: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIUngrabTouchBegin
DEBUG: Failed loading XIUngrabTouchBegin: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIUngrabTouchBegin
DEBUG: Failed loading XIQueryVersion: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIQueryVersion
DEBUG: Failed loading XIQueryVersion: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIQueryVersion
DEBUG: Failed loading XIQueryVersion: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIQueryVersion
DEBUG: Failed loading XIGetSelectedEvents: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIGetSelectedEvents
DEBUG: Failed loading XIGetSelectedEvents: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIGetSelectedEvents
DEBUG: Failed loading XIGetSelectedEvents: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIGetSelectedEvents
DEBUG: Failed loading XIGetClientPointer: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIGetClientPointer
DEBUG: Failed loading XIGetClientPointer: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIGetClientPointer
DEBUG: Failed loading XIGetClientPointer: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIGetClientPointer
DEBUG: Failed loading XIWarpPointer: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XIWarpPointer
DEBUG: Failed loading XIWarpPointer: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XIWarpPointer
DEBUG: Failed loading XIWarpPointer: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XIWarpPointer
DEBUG: Failed loading XRRQueryVersion: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRQueryVersion
DEBUG: Failed loading XRRQueryVersion: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRQueryVersion
DEBUG: Failed loading XRRQueryVersion: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRQueryVersion
DEBUG: Failed loading XRRQueryVersion: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRQueryVersion
DEBUG: Failed loading XRRQueryVersion: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRQueryVersion
DEBUG: Failed loading XRRQueryExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRQueryExtension
DEBUG: Failed loading XRRQueryExtension: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRQueryExtension
DEBUG: Failed loading XRRQueryExtension: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRQueryExtension
DEBUG: Failed loading XRRQueryExtension: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRQueryExtension
DEBUG: Failed loading XRRQueryExtension: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRQueryExtension
DEBUG: Failed loading XRRGetScreenInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetScreenInfo
DEBUG: Failed loading XRRGetScreenInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetScreenInfo
DEBUG: Failed loading XRRGetScreenInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetScreenInfo
DEBUG: Failed loading XRRGetScreenInfo: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetScreenInfo
DEBUG: Failed loading XRRGetScreenInfo: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetScreenInfo
DEBUG: Failed loading XRRConfigCurrentConfiguration: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRConfigCurrentConfiguration
DEBUG: Failed loading XRRConfigCurrentConfiguration: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRConfigCurrentConfiguration
DEBUG: Failed loading XRRConfigCurrentConfiguration: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRConfigCurrentConfiguration
DEBUG: Failed loading XRRConfigCurrentConfiguration: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRConfigCurrentConfiguration
DEBUG: Failed loading XRRConfigCurrentConfiguration: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRConfigCurrentConfiguration
DEBUG: Failed loading XRRConfigCurrentRate: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRConfigCurrentRate
DEBUG: Failed loading XRRConfigCurrentRate: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRConfigCurrentRate
DEBUG: Failed loading XRRConfigCurrentRate: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRConfigCurrentRate
DEBUG: Failed loading XRRConfigCurrentRate: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRConfigCurrentRate
DEBUG: Failed loading XRRConfigCurrentRate: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRConfigCurrentRate
DEBUG: Failed loading XRRConfigRates: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRConfigRates
DEBUG: Failed loading XRRConfigRates: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRConfigRates
DEBUG: Failed loading XRRConfigRates: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRConfigRates
DEBUG: Failed loading XRRConfigRates: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRConfigRates
DEBUG: Failed loading XRRConfigRates: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRConfigRates
DEBUG: Failed loading XRRConfigSizes: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRConfigSizes
DEBUG: Failed loading XRRConfigSizes: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRConfigSizes
DEBUG: Failed loading XRRConfigSizes: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRConfigSizes
DEBUG: Failed loading XRRConfigSizes: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRConfigSizes
DEBUG: Failed loading XRRConfigSizes: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRConfigSizes
DEBUG: Failed loading XRRSetScreenConfigAndRate: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRSetScreenConfigAndRate
DEBUG: Failed loading XRRSetScreenConfigAndRate: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRSetScreenConfigAndRate
DEBUG: Failed loading XRRSetScreenConfigAndRate: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRSetScreenConfigAndRate
DEBUG: Failed loading XRRSetScreenConfigAndRate: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRSetScreenConfigAndRate
DEBUG: Failed loading XRRSetScreenConfigAndRate: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRSetScreenConfigAndRate
DEBUG: Failed loading XRRFreeScreenConfigInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRFreeScreenConfigInfo
DEBUG: Failed loading XRRFreeScreenConfigInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRFreeScreenConfigInfo
DEBUG: Failed loading XRRFreeScreenConfigInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRFreeScreenConfigInfo
DEBUG: Failed loading XRRFreeScreenConfigInfo: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRFreeScreenConfigInfo
DEBUG: Failed loading XRRFreeScreenConfigInfo: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRFreeScreenConfigInfo
DEBUG: Failed loading XRRSetScreenSize: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRSetScreenSize
DEBUG: Failed loading XRRSetScreenSize: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRSetScreenSize
DEBUG: Failed loading XRRSetScreenSize: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRSetScreenSize
DEBUG: Failed loading XRRSetScreenSize: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRSetScreenSize
DEBUG: Failed loading XRRSetScreenSize: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRSetScreenSize
DEBUG: Failed loading XRRGetScreenSizeRange: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetScreenSizeRange
DEBUG: Failed loading XRRGetScreenSizeRange: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetScreenSizeRange
DEBUG: Failed loading XRRGetScreenSizeRange: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetScreenSizeRange
DEBUG: Failed loading XRRGetScreenSizeRange: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetScreenSizeRange
DEBUG: Failed loading XRRGetScreenSizeRange: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetScreenSizeRange
DEBUG: Failed loading XRRGetScreenResources: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetScreenResources
DEBUG: Failed loading XRRGetScreenResources: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetScreenResources
DEBUG: Failed loading XRRGetScreenResources: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetScreenResources
DEBUG: Failed loading XRRGetScreenResources: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetScreenResources
DEBUG: Failed loading XRRGetScreenResources: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetScreenResources
DEBUG: Failed loading XRRGetScreenResourcesCurrent: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetScreenResourcesCurrent
DEBUG: Failed loading XRRGetScreenResourcesCurrent: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetScreenResourcesCurrent
DEBUG: Failed loading XRRGetScreenResourcesCurrent: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetScreenResourcesCurrent
DEBUG: Failed loading XRRGetScreenResourcesCurrent: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetScreenResourcesCurrent
DEBUG: Failed loading XRRGetScreenResourcesCurrent: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetScreenResourcesCurrent
DEBUG: Failed loading XRRFreeScreenResources: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRFreeScreenResources
DEBUG: Failed loading XRRFreeScreenResources: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRFreeScreenResources
DEBUG: Failed loading XRRFreeScreenResources: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRFreeScreenResources
DEBUG: Failed loading XRRFreeScreenResources: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRFreeScreenResources
DEBUG: Failed loading XRRFreeScreenResources: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRFreeScreenResources
DEBUG: Failed loading XRRGetOutputInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetOutputInfo
DEBUG: Failed loading XRRGetOutputInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetOutputInfo
DEBUG: Failed loading XRRGetOutputInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetOutputInfo
DEBUG: Failed loading XRRGetOutputInfo: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetOutputInfo
DEBUG: Failed loading XRRGetOutputInfo: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetOutputInfo
DEBUG: Failed loading XRRFreeOutputInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRFreeOutputInfo
DEBUG: Failed loading XRRFreeOutputInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRFreeOutputInfo
DEBUG: Failed loading XRRFreeOutputInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRFreeOutputInfo
DEBUG: Failed loading XRRFreeOutputInfo: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRFreeOutputInfo
DEBUG: Failed loading XRRFreeOutputInfo: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRFreeOutputInfo
DEBUG: Failed loading XRRGetCrtcInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetCrtcInfo
DEBUG: Failed loading XRRGetCrtcInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetCrtcInfo
DEBUG: Failed loading XRRGetCrtcInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetCrtcInfo
DEBUG: Failed loading XRRGetCrtcInfo: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetCrtcInfo
DEBUG: Failed loading XRRGetCrtcInfo: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetCrtcInfo
DEBUG: Failed loading XRRFreeCrtcInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRFreeCrtcInfo
DEBUG: Failed loading XRRFreeCrtcInfo: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRFreeCrtcInfo
DEBUG: Failed loading XRRFreeCrtcInfo: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRFreeCrtcInfo
DEBUG: Failed loading XRRFreeCrtcInfo: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRFreeCrtcInfo
DEBUG: Failed loading XRRFreeCrtcInfo: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRFreeCrtcInfo
DEBUG: Failed loading XRRSetCrtcConfig: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRSetCrtcConfig
DEBUG: Failed loading XRRSetCrtcConfig: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRSetCrtcConfig
DEBUG: Failed loading XRRSetCrtcConfig: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRSetCrtcConfig
DEBUG: Failed loading XRRSetCrtcConfig: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRSetCrtcConfig
DEBUG: Failed loading XRRSetCrtcConfig: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRSetCrtcConfig
DEBUG: Failed loading XRRListOutputProperties: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRListOutputProperties
DEBUG: Failed loading XRRListOutputProperties: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRListOutputProperties
DEBUG: Failed loading XRRListOutputProperties: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRListOutputProperties
DEBUG: Failed loading XRRListOutputProperties: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRListOutputProperties
DEBUG: Failed loading XRRListOutputProperties: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRListOutputProperties
DEBUG: Failed loading XRRQueryOutputProperty: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRQueryOutputProperty
DEBUG: Failed loading XRRQueryOutputProperty: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRQueryOutputProperty
DEBUG: Failed loading XRRQueryOutputProperty: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRQueryOutputProperty
DEBUG: Failed loading XRRQueryOutputProperty: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRQueryOutputProperty
DEBUG: Failed loading XRRQueryOutputProperty: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRQueryOutputProperty
DEBUG: Failed loading XRRGetOutputProperty: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetOutputProperty
DEBUG: Failed loading XRRGetOutputProperty: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetOutputProperty
DEBUG: Failed loading XRRGetOutputProperty: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetOutputProperty
DEBUG: Failed loading XRRGetOutputProperty: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetOutputProperty
DEBUG: Failed loading XRRGetOutputProperty: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetOutputProperty
DEBUG: Failed loading XRRGetOutputPrimary: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRGetOutputPrimary
DEBUG: Failed loading XRRGetOutputPrimary: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRGetOutputPrimary
DEBUG: Failed loading XRRGetOutputPrimary: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRGetOutputPrimary
DEBUG: Failed loading XRRGetOutputPrimary: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRGetOutputPrimary
DEBUG: Failed loading XRRGetOutputPrimary: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRGetOutputPrimary
DEBUG: Failed loading XRRSelectInput: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XRRSelectInput
DEBUG: Failed loading XRRSelectInput: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XRRSelectInput
DEBUG: Failed loading XRRSelectInput: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XRRSelectInput
DEBUG: Failed loading XRRSelectInput: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XRRSelectInput
DEBUG: Failed loading XRRSelectInput: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XRRSelectInput
DEBUG: Failed loading XScreenSaverQueryExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XScreenSaverQueryExtension
DEBUG: Failed loading XScreenSaverQueryExtension: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XScreenSaverQueryExtension
DEBUG: Failed loading XScreenSaverQueryExtension: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XScreenSaverQueryExtension
DEBUG: Failed loading XScreenSaverQueryExtension: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XScreenSaverQueryExtension
DEBUG: Failed loading XScreenSaverQueryExtension: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XScreenSaverQueryExtension
DEBUG: Failed loading XScreenSaverQueryExtension: /lib/x86_64-linux-gnu/libXrandr.so.2: undefined symbol: _XScreenSaverQueryExtension
DEBUG: Failed loading XScreenSaverQueryVersion: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XScreenSaverQueryVersion
DEBUG: Failed loading XScreenSaverQueryVersion: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XScreenSaverQueryVersion
DEBUG: Failed loading XScreenSaverQueryVersion: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XScreenSaverQueryVersion
DEBUG: Failed loading XScreenSaverQueryVersion: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XScreenSaverQueryVersion
DEBUG: Failed loading XScreenSaverQueryVersion: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XScreenSaverQueryVersion
DEBUG: Failed loading XScreenSaverQueryVersion: /lib/x86_64-linux-gnu/libXrandr.so.2: undefined symbol: _XScreenSaverQueryVersion
DEBUG: Failed loading XScreenSaverSuspend: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XScreenSaverSuspend
DEBUG: Failed loading XScreenSaverSuspend: /lib/x86_64-linux-gnu/libXext.so.6: undefined symbol: _XScreenSaverSuspend
DEBUG: Failed loading XScreenSaverSuspend: /lib/x86_64-linux-gnu/libXcursor.so.1: undefined symbol: _XScreenSaverSuspend
DEBUG: Failed loading XScreenSaverSuspend: /lib/x86_64-linux-gnu/libXi.so.6: undefined symbol: _XScreenSaverSuspend
DEBUG: Failed loading XScreenSaverSuspend: /lib/x86_64-linux-gnu/libXfixes.so.3: undefined symbol: _XScreenSaverSuspend
DEBUG: Failed loading XScreenSaverSuspend: /lib/x86_64-linux-gnu/libXrandr.so.2: undefined symbol: _XScreenSaverSuspend
DEBUG: Failed loading XShapeCombineMask: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShapeCombineMask
INFO: OpenGL shaders: ENABLED
INFO: Created renderer: opengl
With CI build
DEBUG: Failed loading XMissingExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XMissingExtension
DEBUG: Failed loading XShmAttach: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmAttach
DEBUG: Failed loading XShmDetach: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmDetach
DEBUG: Failed loading XShmPutImage: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmPutImage
DEBUG: Failed loading XShmCreateImage: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmCreateImage
DEBUG: Failed loading XShmCreatePixmap: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmCreatePixmap
DEBUG: Failed loading XShmQueryExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShmQueryExtension
DEBUG: Failed loading XdbeQueryExtension: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeQueryExtension
DEBUG: Failed loading XdbeAllocateBackBufferName: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeAllocateBackBufferName
DEBUG: Failed loading XdbeDeallocateBackBufferName: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeDeallocateBackBufferName
DEBUG: Failed loading XdbeSwapBuffers: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeSwapBuffers
DEBUG: Failed loading XdbeBeginIdiom: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeBeginIdiom
DEBUG: Failed loading XdbeEndIdiom: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeEndIdiom
DEBUG: Failed loading XdbeGetVisualInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeGetVisualInfo
DEBUG: Failed loading XdbeFreeVisualInfo: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeFreeVisualInfo
DEBUG: Failed loading XdbeGetBackBufferAttributes: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XdbeGetBackBufferAttributes
DEBUG: Failed loading XShapeCombineMask: /lib/x86_64-linux-gnu/libX11.so.6: undefined symbol: _XShapeCombineMask
INFO: OpenGL shaders: ENABLED
INFO: Created renderer: opengl

@shikaan
Copy link
Author

shikaan commented May 14, 2024

I think I solved it. I cannot believe it took me a week 🤦

Installing only the dependencies in the warnings was not enough, I had to install everything that is documented here.

Now the local and the remote build are the same 🎉 (actually the CI builds includes more symbol for things that I do not have installed locally, but that's expected).

Thanks a ton for the help and sorry for the noise - I swear this was driving me nuts 🙃

@shikaan shikaan closed this as completed May 14, 2024
@slouken
Copy link
Collaborator

slouken commented May 14, 2024

I'm glad you figured it out. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants