Kai Pastor

Results 952 comments of Kai Pastor

> Do you know why this suddenly fails? Maybe an update of GHA runner images. (Note: Microsoft uses custom images in vcpkg CI.)

> Actually the gnutls was updated to solve the debug / release issue: [microsoft/vcpkg#40473](https://github.com/microsoft/vcpkg/pull/40473) https://github.com/microsoft/vcpkg/pull/40473 fixes downstream debug usage of shiftmedia-libgnutls with single-config generators. It does not fix failures to...

+1. Needed for packaging in vcpkg (and similar).

AFAIU debug executables are not installed by intention. ~It is the same for CMake.~ It is the same decision which is built into `vcpkg_copy_tools` (usually used with CMake ports).

`ports/vcpkg-msbuild/vcpkg_msbuild_install.cmake` has whitespace-only changes now. I suggest to restore the original file.

python3 and pybind11, this wasn't obvious. I don't know if this is reason enough to change the general behavior of `vcpkg-msbuild`. You may want to study previous PRs and issues...

@olizit To bring this back into review, please update the version database as suggested in https://github.com/microsoft/vcpkg/pull/44288#issuecomment-2756908843.

Resolves #45707. Resolves #38762. Closes https://github.com/microsoft/vcpkg/pull/45515.

qtbase[gles2]:arm64-android, qtbase[harfbuzz]:arm64-android, qtbase[widgets]:arm64-android show a dependency on freetype: ~~~ In file included from /mnt/vcpkg-ci/b/qtbase/src/here-src-6-6209bdfe44.clean/src/plugins/platforms/android/qandroidplatformfontdatabase.cpp:7: /mnt/vcpkg-ci/b/qtbase/src/here-src-6-6209bdfe44.clean/src/plugins/platforms/android/qandroidplatformfontdatabase.h:7:10: fatal error: 'QtGui/private/qfreetypefontdatabase_p.h' file not found 7 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ Maybe freetype is...

> looks like something is missing on the link line? The symbol should be available. Especially glReadBuffer. The NDK has `toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/28/libGLESv3.so`. But I see really no effort Qt's side to...