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

Building qt5-base #322

Open
Ykmmj opened this issue Jan 14, 2025 · 1 comment
Open

Building qt5-base #322

Ykmmj opened this issue Jan 14, 2025 · 1 comment
Labels
self-building User created package

Comments

@Ykmmj
Copy link

Ykmmj commented Jan 14, 2025

Content

When using vcpkg to install qt5-base, the compilation process fails when reaching the qt module. The error message is as follows:

ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11' failed.

compile.sh

export VCPKG_DEFAULT_HOST_TRIPLET="arm64-linux"
export VCPKG_DEFAULT_TRIPLET="arm64-linux"
export VCPKG_FORCE_SYSTEM_BINARIES="arm"
export VCPKG_OVERLAY_PORTS="/data/data/com.termux/files/home/qt/overlay-ports"
export VCPKG_ROOT="/data/data/com.termux/files/home/vcpkg"
export VCPKG_TARGET_TRIPLET="arm64-linux"
export PATH=$VCPKG_ROOT:$PATH
vcpkg install --allow-unsupported

vcpkg.json

{
  "dependencies": [
    "qt5-base"
  ],
"overrides":[
    {
      "name":"qt5-base",
      "version":"5.15.16"
    }]
}

This issue prevents further progress in the build process.

How can I resolve this issue?
config-arm64-linux-dbg-err.log.txt

@Ykmmj
Copy link
Author

Ykmmj commented Jan 15, 2025

qt5-base build is complete.
qt.vcpkg.tar.gz

@Maxython Maxython added the self-building User created package label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
self-building User created package
Projects
None yet
Development

No branches or pull requests

2 participants