microsoft / vcpkg

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

[qt5-base] Build error on x64-linux #40965

Open khshmt opened 5 days ago

khshmt commented 5 days ago

Package: qt5-base:x64-linux@5.15.15

Host Environment

To Reproduce

vcpkg install qt5-base

Failure logs

CMake Warning at ports/qt5-base/portfile.cmake:4 (message):
  qt5-base currently requires some packages from the system package manager.
  They can be installed on Ubuntu systems via sudo apt-get install
  '^libxcb.*-dev' libx11-xcb-dev libgl1-mesa-dev libxrender-dev libxi-dev
  libxkbcommon-dev libxkbcommon-x11-dev.  For more information, see
  https://doc.qt.io/qt-5/linux.html and
  https://doc.qt.io/qt-5/linux-requirements.html
Call Stack (most recent call first):
  scripts/ports.cmake:192 (include)

-- Figuring out qt target mkspec. Target arch x64
-- Target mkspec set to: linux-g++
-- Host mkspec not set. Qt's own buildsystem will try to figure out the host system
-- Downloading https://download.qt.io/archive/qt/5.15/5.15.15/submodules/qtbase-everywhere-opensource-src-5.15.15.tar.xz;https://mirrors.ocf.berkeley.edu/qt/archive/qt/5.15/5.15.15/submodules/qtbase-everywhere-opensource-src-5.15.15.tar.xz -> qtbase-everywhere-opensource-src-5.15.15.tar.xz...
-- Extracting source /home/k-hshmt/vcpkg/vcpkg/downloads/qtbase-everywhere-opensource-src-5.15.15.tar.xz
-- Applying patch patches/CVE-2023-43114-5.15.patch
-- Applying patch patches/0001-CVE-2023-51714-qtbase-5.15.diff
-- Applying patch patches/0002-CVE-2023-51714-qtbase-5.15.diff
-- Applying patch patches/CVE-2024-25580-qtbase-5.15.diff
-- Applying patch patches/CVE-2024-39936-qtbase-5.15.patch
-- Applying patch patches/winmain_pro.patch
-- Applying patch patches/windows_prf.patch
-- Applying patch patches/qt_app.patch
-- Applying patch patches/gui_configure.patch
-- Applying patch patches/xlib.patch
-- Applying patch patches/egl.patch
-- Applying patch patches/qtbug_96392.patch
-- Applying patch patches/mysql_plugin_include.patch
-- Applying patch patches/mysql-configure.patch
-- Applying patch patches/cocoa.patch
-- Applying patch patches/xcode-15.patch
-- Applying patch patches/patch-qtbase-memory_resource.diff
-- Applying patch patches/Qt5BasicConfig.patch
-- Applying patch patches/Qt5PluginTarget.patch
-- Applying patch patches/create_cmake.patch
-- Applying patch patches/Qt5GuiConfigExtras.patch
-- Applying patch patches/fix_angle.patch
-- Applying patch patches/mingw9.patch
-- Applying patch patches/XKB_KEY_dead_lowline.patch
-- Using source at /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean
-- Getting CMake variables for x64-linux
-- Configuring x64-linux-dbg
-- Configuring x64-linux-dbg done
-- Configuring x64-linux-rel
-- Configuring x64-linux-rel done
-- Building x64-linux-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /usr/bin/make -j4
    Working Directory: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg
    See logs for more information:
      /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/build-x64-linux-dbg-out.log
      /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/build-x64-linux-dbg-err.log

Call Stack (most recent call first):
  ports/qt5-base/cmake/install_qt.cmake:86 (vcpkg_execute_build_process)
  ports/qt5-base/portfile.cmake:408 (install_qt)
  scripts/ports.cmake:192 (include)
/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/build-x64-linux-dbg-err.log ``` /usr/bin/ld: main.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE /usr/bin/ld: failed to set dynamic section sizes: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:197: ../qmake/qmake] Error 1 make[1]: *** [Makefile.qmake-aux:222: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/qmake/qmake] Error 2 make: *** [Makefile:126: sub-qmake-qmake-aux-pro-make_first] Error 2 make: *** Waiting for unfinished jobs.... WARNING: Failure to find: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/corelib/qt5core_metatypes.json /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/corelib/kernel/qobjectdefs.h:0: Note: No relevant classes found. No output generated. WARNING: Failure to find: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/gui/qt5gui_metatypes.json /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl.cpp: In member function ‘void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest&)’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations] 700 | else if (newHttpRequest.attribute(QNetworkRequest::FollowRedirectsAttribute).toBool()) | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl_p.h:55, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl.cpp:42: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkrequest.h:97:9: note: declared here 97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl.cpp:700:56: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations] 700 | else if (newHttpRequest.attribute(QNetworkRequest::FollowRedirectsAttribute).toBool()) | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl_p.h:55, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkreplyhttpimpl.cpp:42: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkrequest.h:97:9: note: declared here 97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessdebugpipebackend_p.h:0: Note: No relevant classes found. No output generated. /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.cpp: In member function ‘virtual QNetworkReply* QNetworkAccessManager::createRequest(QNetworkAccessManager::Operation, const QNetworkRequest&, QIODevice*)’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations] 1397 | && req.attribute(QNetworkRequest::FollowRedirectsAttribute).isNull()) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtNetwork/qnetworkrequest.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.h:44, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.cpp:42: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtNetwork/../../src/network/access/qnetworkrequest.h:97:9: note: declared here 97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.cpp:1397:43: warning: ‘QNetworkRequest::FollowRedirectsAttribute’ is deprecated: Use RedirectPolicyAttribute [-Wdeprecated-declarations] 1397 | && req.attribute(QNetworkRequest::FollowRedirectsAttribute).isNull()) { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtNetwork/qnetworkrequest.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.h:44, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/network/access/qnetworkaccessmanager.cpp:42: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtNetwork/../../src/network/access/qnetworkrequest.h:97:9: note: declared here 97 | FollowRedirectsAttribute Q_DECL_ENUMERATOR_DEPRECATED_X("Use RedirectPolicyAttribute"), | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qfontengine.cpp: In member function ‘bool QFontEngine::supportsScript(QChar::Script) const’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qfontengine.cpp:377:35: warning: ‘void hb_ot_tags_from_script(hb_script_t, hb_tag_t*, hb_tag_t*)’ is deprecated: Use 'hb_ot_tags_from_script_and_language' instead [-Wdeprecated-declarations] 377 | hb_ot_tags_from_script(hb_qt_script_to_script(script), &script_tag_1, &script_tag_2); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/harfbuzz/hb-ot.h:34, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qfontengine.cpp:58: /home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/harfbuzz/hb-ot-deprecated.h:88:1: note: declared here 88 | hb_ot_tags_from_script (hb_script_t script, | ^~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng.cpp: In constructor ‘_hb_unicode_funcs_t::_hb_unicode_funcs_t()’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng.cpp:432:50: warning: ‘void hb_unicode_funcs_set_eastasian_width_func(hb_unicode_funcs_t*, hb_unicode_eastasian_width_func_t, void*, hb_destroy_func_t)’ is deprecated [-Wdeprecated-declarations] 432 | hb_unicode_funcs_set_eastasian_width_func(funcs, _hb_qt_unicode_eastasian_width, NULL, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/harfbuzz/hb.h:34, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng_p.h:61, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng.cpp:41: /home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/harfbuzz/hb-deprecated.h:148:1: note: declared here 148 | hb_unicode_funcs_set_eastasian_width_func (hb_unicode_funcs_t *ufuncs, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng.cpp:438:58: warning: ‘void hb_unicode_funcs_set_decompose_compatibility_func(hb_unicode_funcs_t*, hb_unicode_decompose_compatibility_func_t, void*, hb_destroy_func_t)’ is deprecated [-Wdeprecated-declarations] 438 | hb_unicode_funcs_set_decompose_compatibility_func(funcs, _hb_qt_unicode_decompose_compatibility, NULL, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/harfbuzz/hb.h:34, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng_p.h:61, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/gui/text/qharfbuzzng.cpp:41: /home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/harfbuzz/hb-deprecated.h:216:1: note: declared here 216 | hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_merge_lines’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:890:73: warning: unused parameter ‘n_lines’ [-Wunused-parameter] 890 | md_merge_lines(MD_CTX* ctx, OFF beg, OFF end, const MD_LINE* lines, int n_lines, | ~~~~^~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_is_hex_entity_contents’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:1235:35: warning: unused parameter ‘ctx’ [-Wunused-parameter] 1235 | md_is_hex_entity_contents(MD_CTX* ctx, const CHAR* text, OFF beg, OFF max_end, OFF* p_end) | ~~~~~~~~^~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_is_dec_entity_contents’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:1251:35: warning: unused parameter ‘ctx’ [-Wunused-parameter] 1251 | md_is_dec_entity_contents(MD_CTX* ctx, const CHAR* text, OFF beg, OFF max_end, OFF* p_end) | ~~~~~~~~^~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_is_named_entity_contents’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:1267:37: warning: unused parameter ‘ctx’ [-Wunused-parameter] 1267 | md_is_named_entity_contents(MD_CTX* ctx, const CHAR* text, OFF beg, OFF max_end, OFF* p_end) | ~~~~~~~~^~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_free_attribute’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:1373:27: warning: unused parameter ‘ctx’ [-Wunused-parameter] 1373 | md_free_attribute(MD_CTX* ctx, MD_ATTRIBUTE_BUILD* build) | ~~~~~~~~^~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_link_label_cmp’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:1590:21: warning: comparison of integer expressions of different signedness: ‘MD_OFFSET’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 1590 | if(a_fi_off >= a_fi.n_codepoints) { | ^~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:1595:21: warning: comparison of integer expressions of different signedness: ‘MD_OFFSET’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] 1595 | if(b_fi_off >= b_fi.n_codepoints) { | ^~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_analyze_marks’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:3945:46: warning: unused parameter ‘lines’ [-Wunused-parameter] 3945 | md_analyze_marks(MD_CTX* ctx, const MD_LINE* lines, int n_lines, | ~~~~~~~~~~~~~~~^~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:3945:57: warning: unused parameter ‘n_lines’ [-Wunused-parameter] 3945 | md_analyze_marks(MD_CTX* ctx, const MD_LINE* lines, int n_lines, | ~~~~^~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: At top level: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:5686:1: warning: missing initializer for field ‘beg’ of ‘MD_LINE_ANALYSIS’ {aka ‘const struct MD_LINE_ANALYSIS_tag’} [-Wmissing-field-initializers] 5686 | static const MD_LINE_ANALYSIS md_dummy_blank_line = { MD_LINE_BLANK, 0 }; | ^~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:214:9: note: ‘beg’ declared here 214 | OFF beg; | ^~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_enter_child_containers’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:5534:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 5534 | is_ordered_list = TRUE; | ^ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:5537:13: note: here 5537 | case _T('-'): | ^~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_leave_child_containers’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:5580:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 5580 | is_ordered_list = TRUE; | ^ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:5583:13: note: here 5583 | case _T('-'): | ^~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_rollback’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:2668:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 2668 | if((mark_flags & MD_MARK_CLOSER) && mark->prev > opener_index) { | ^ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:2675:13: note: here 2675 | default: | ^~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c: In function ‘md_process_inlines’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:4153:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 4153 | if(ctx->parser.flags & MD_FLAG_UNDERLINE) { | ^ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:4169:17: note: here 4169 | case '*': /* Emphasis, strong emphasis. */ | ^~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:4257:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 4257 | if(!(mark->flags & MD_MARK_AUTOLINK)) { | ^ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/md4c/md4c.c:4267:17: note: here 4267 | case '@': /* Permissive e-mail autolink. */ | ^~~~ WARNING: Failure to find: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/widgets/qt5widgets_metatypes.json Warning: Failed to resolve include "/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/platformsupport/linuxaccessibility/.moc/moc_predefs.h" for moc file socket_interface.h Warning: Failed to resolve include "/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/platformsupport/linuxaccessibility/.moc/moc_predefs.h" for moc file bus_interface.h Warning: Failed to resolve include "/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/platformsupport/linuxaccessibility/.moc/moc_predefs.h" for moc file cache_adaptor.h Warning: Failed to resolve include "/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/platformsupport/linuxaccessibility/.moc/moc_predefs.h" for moc file deviceeventcontroller_adaptor.h In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/qdatastream.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/../../src/gui/painting/qregion.h:49, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/qregion.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/../../src/gui/painting/qmatrix.h:45, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/qmatrix.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/../../src/gui/painting/qtransform.h:43, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/qtransform.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/../../src/gui/image/qimage.h:48, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/qimage.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/../../src/gui/image/qpixmap.h:49, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/qpixmap.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/../../src/gui/image/qbitmap.h:44, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/qbitmap.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/widgets/kernel/../../gui/kernel/qt_gui_pch.h:53, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/widgets/kernel/qt_widgets_pch.h:48: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/../../src/corelib/serialization/qdatastream.h: In instantiation of ‘QDataStream& QtPrivate::writeAssociativeContainer(QDataStream&, const Container&) [with Container = QHash]’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/../../src/corelib/serialization/qdatastream.h:467:48: required from ‘QDataStream& operator<<(QDataStream&, const QHash&) [with Key = int; T = int]’ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/widgets/itemviews/qheaderview.cpp:3970:12: required from here /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/../../src/corelib/serialization/qdatastream.h:340:9: warning: ‘QHash::const_iterator& QHash::const_iterator::operator--() [with Key = int; T = int]’ is deprecated [-Wdeprecated-declarations] 340 | --it; | ^~~~ In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/qhash.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/../../src/corelib/kernel/qvariant.h:48, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/qvariant.h:1, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/widgets/kernel/../../gui/kernel/../../corelib/global/qt_pch.h:70, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/widgets/kernel/../../gui/kernel/qt_gui_pch.h:48, from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/widgets/kernel/qt_widgets_pch.h:48: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/../../src/corelib/tools/qhash.h:435:59: note: declared here 435 | inline QT_DEPRECATED_VERSION_5_15 const_iterator &operator--() | ^~~~~~~~ /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/printsupport/kernel/qprinter.cpp: In member function ‘QPrinter::PaperSize QPrinter::paperSize() const’: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/printsupport/kernel/qprinter.cpp:1077:20: warning: ‘QPagedPaintDevice::PageSize QPrinter::pageSize() const’ is deprecated: Use pageLayout().pageSize().id() instead. [-Wdeprecated-declarations] 1077 | return pageSize(); | ~~~~~~~~^~ In file included from /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/printsupport/kernel/qprinter.cpp:40: /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/printsupport/kernel/qprinter.h:179:14: note: declared here 179 | PageSize pageSize() const; | ^~~~~~~~ ```
/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/build-x64-linux-dbg-out.log ``` cd src/ && ( test -e Makefile || /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/bin/qmake -o Makefile /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/src.pro ) && /usr/bin/make -f Makefile cd qmake/ && ( test -e Makefile.qmake-aux || /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/bin/qmake -o Makefile.qmake-aux /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake/qmake-aux.pro ) && /usr/bin/make -f Makefile.qmake-aux cd doc/ && ( test -e Makefile || /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/bin/qmake -o Makefile /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/doc/doc.pro ) && /usr/bin/make -f Makefile make[1]: Entering directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/doc' make[1]: Nothing to be done for 'first'. make[1]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/doc' make[1]: Entering directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/qmake' /usr/bin/make binary make[2]: Entering directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/qmake' g++ -c -o qlibraryinfo_final.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake/library -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake/generators -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/tinycbor/src -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake/generators/unix -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake/generators/win32 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/qmake/generators/mac -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I../src/corelib/global -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.15.15\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=15 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/corelib/global/qlibraryinfo.cpp make[1]: Entering directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src' cd tools/bootstrap/ && ( test -e Makefile || /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/bin/qmake -o Makefile /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools/bootstrap/bootstrap.pro ) && /usr/bin/make -f Makefile make[2]: Entering directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/tools/bootstrap' g++-11 -c -pipe -O2 -g -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -D_REENTRANT -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_VERSION_STR='"5.15.15"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=15 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools/bootstrap -I. -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/tinycbor/src -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml/5.15.15/QtXml -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtXml -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/qt5 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -o .obj/qlatincodec.o /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/corelib/codecs/qlatincodec.cpp g++-11 -c -pipe -O2 -g -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -D_REENTRANT -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_VERSION_STR='"5.15.15"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=15 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools/bootstrap -I. -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/tinycbor/src -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml/5.15.15/QtXml -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtXml -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/qt5 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -o .obj/qtextcodec.o /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/corelib/codecs/qtextcodec.cpp g++-11 -c -pipe -O2 -g -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -D_REENTRANT -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_VERSION_STR='"5.15.15"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=15 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools/bootstrap -I. -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/tools -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/3rdparty/tinycbor/src -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXml/5.15.15/QtXml -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtXml -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/qt5 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -o .obj/qutfcodec.o /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/corelib/codecs/qutfcodec.cpp g++ -o "../qmake/qmake" main.o meta.o option.o project.o property.o ioutils.o proitems.o qmakebuiltins.o qmakeevaluator.o qmakeglobals.o qmakeparser.o qmakevfs.o pbuilder_pbx.o makefile.o makefiledeps.o metamakefile.o projectgenerator.o unixmake2.o unixmake.o mingw_make.o msbuild_objectmodel.o msvc_nmake.o msvc_objectmodel.o msvc_vcproj.o msvc_vcxproj.o winmakefile.o xmloutput.o qutfcodec.o qendian.o qglobal.o qlogging.o qmalloc.o qnumeric.o qoperatingsystemversion.o qrandom.o qabstractfileengine.o qbuffer.o qdatastream.o qdebug.o qdir.o qdiriterator.o qfile.o qfiledevice.o qfileinfo.o qfilesystemengine.o qfilesystementry.o qfsfileengine.o qfsfileengine_iterator.o qiodevice.o qsettings.o qtemporaryfile.o qtextstream.o qcborstreamwriter.o qcborvalue.o qjsoncbor.o qjsonarray.o qjsondocument.o qjsonobject.o qjsonparser.o qjsonvalue.o qmetatype.o qsystemerror.o qvariant.o quuid.o qarraydata.o qbitarray.o qbytearray.o qbytearraylist.o qbytearraymatcher.o qcalendar.o qgregoriancalendar.o qromancalendar.o qcryptographichash.o qdatetime.o qhash.o qlist.o qlocale.o qlocale_tools.o qmap.o qregexp.o qringbuffer.o qstringbuilder.o qstring.o qstringlist.o qversionnumber.o qvsnprintf.o qxmlstream.o qxmlutils.o qcore_unix.o qfilesystemengine_unix.o qfilesystemiterator_unix.o qfsfileengine_unix.o qlocale_unix.o qlibraryinfo_final.o -Wl,--gc-sections make[2]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/qmake' make[1]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/qmake' ... Skipped 2325 lines ... g++-11 -c -pipe -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_FOREACH -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_XCB_QPA_LIB_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_THEME_SUPPORT_LIB -DQT_FONTDATABASE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_LINUXACCESSIBILITY_SUPPORT_LIB -DQT_ACCESSIBILITY_SUPPORT_LIB -DQT_GLX_SUPPORT_LIB -DQT_GUI_LIB -DQT_EDID_SUPPORT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations/xcb_glx -I. -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport/5.15.15/QtServiceSupport -I../../../../../../include -I../../../../../../include/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport/5.15.15/QtThemeSupport -I../../../../../../include/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport/5.15.15/QtFontDatabaseSupport -I../../../../../../include/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport/5.15.15/QtXkbCommonSupport -I../../../../../../include/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport/5.15.15/QtLinuxAccessibilitySupport -I../../../../../../include/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport/5.15.15/QtAccessibilitySupport -I../../../../../../include/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGlxSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGlxSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGlxSupport/5.15.15/QtGlxSupport -I../../../../../../include/QtGlxSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/5.15.15/QtGui -I../../../../../../include/QtGui/5.15.15 -I../../../../../../include/QtGui/5.15.15/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui -I../../../../../../include/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport/5.15.15/QtEdidSupport -I../../../../../../include/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I../../../../../../include/QtCore/5.15.15 -I../../../../../../include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtDBus -I../../../../../../include/QtDBus -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I../../../../../../include/QtCore -I.moc -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/at-spi-2.0 -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/dbus-1.0 -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/debug/lib/dbus-1.0/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/glib-2.0 -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/debug/lib/glib-2.0/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/qt5 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -o .obj/qxcbglxmain.o /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations/xcb_glx/qxcbglxmain.cpp rm -f ../../../../../../plugins/xcbglintegrations/libqxcb-glx-integration.a ar qc ../../../../../../plugins/xcbglintegrations/libqxcb-glx-integration.a .obj/qxcbglxmain.o .obj/qxcbglxintegration.o .obj/qxcbglxwindow.o .obj/qglxintegration.o .obj/qxcbglxnativeinterfacehandler.o ranlib ../../../../../../plugins/xcbglintegrations/libqxcb-glx-integration.a make[6]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins/platforms/xcb/gl_integrations/xcb_glx' /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_FOREACH -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_XCB_QPA_LIB_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_THEME_SUPPORT_LIB -DQT_FONTDATABASE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_LINUXACCESSIBILITY_SUPPORT_LIB -DQT_ACCESSIBILITY_SUPPORT_LIB -DQT_EGL_SUPPORT_LIB -DQT_GUI_LIB -DQT_EDID_SUPPORT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB --include /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins/platforms/xcb/gl_integrations/xcb_egl/.moc/moc_predefs.h -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations/xcb_egl -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport/5.15.15/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport/5.15.15/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport/5.15.15/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport/5.15.15/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport/5.15.15/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport/5.15.15/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEglSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEglSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEglSupport/5.15.15/QtEglSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtEglSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/5.15.15/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtGui/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtGui/5.15.15/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport/5.15.15/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtDBus -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtDBus -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/include/QtCore -I. -I/usr/local/include/c++/13.2.0 -I/usr/local/include/c++/13.2.0/x86_64-pc-linux-gnu -I/usr/local/include/c++/13.2.0/backward -I/usr/local/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed/x86_64-linux-gnu -I/usr/local/lib/gcc/x86_64-pc-linux-gnu/13.2.0/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations/xcb_egl/qxcbeglmain.cpp -o .moc/qxcbeglmain.moc g++-11 -c -pipe -g -fPIC -g -Og -fPIC -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -Wno-format-overflow -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_FOREACH -DQT_DEPRECATED_WARNINGS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_XCB_QPA_LIB_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_THEME_SUPPORT_LIB -DQT_FONTDATABASE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_LINUXACCESSIBILITY_SUPPORT_LIB -DQT_ACCESSIBILITY_SUPPORT_LIB -DQT_EGL_SUPPORT_LIB -DQT_GUI_LIB -DQT_EDID_SUPPORT_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations/xcb_egl -I. -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtServiceSupport/5.15.15/QtServiceSupport -I../../../../../../include -I../../../../../../include/QtServiceSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtThemeSupport/5.15.15/QtThemeSupport -I../../../../../../include/QtThemeSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtFontDatabaseSupport/5.15.15/QtFontDatabaseSupport -I../../../../../../include/QtFontDatabaseSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtXkbCommonSupport/5.15.15/QtXkbCommonSupport -I../../../../../../include/QtXkbCommonSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtLinuxAccessibilitySupport/5.15.15/QtLinuxAccessibilitySupport -I../../../../../../include/QtLinuxAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtAccessibilitySupport/5.15.15/QtAccessibilitySupport -I../../../../../../include/QtAccessibilitySupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEglSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEglSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEglSupport/5.15.15/QtEglSupport -I../../../../../../include/QtEglSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui/5.15.15/QtGui -I../../../../../../include/QtGui/5.15.15 -I../../../../../../include/QtGui/5.15.15/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtGui -I../../../../../../include/QtGui -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtEdidSupport/5.15.15/QtEdidSupport -I../../../../../../include/QtEdidSupport -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore/5.15.15/QtCore -I../../../../../../include/QtCore/5.15.15 -I../../../../../../include/QtCore/5.15.15/QtCore -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtDBus -I../../../../../../include/QtDBus -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/include/QtCore -I../../../../../../include/QtCore -I.moc -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/at-spi-2.0 -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/dbus-1.0 -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/debug/lib/dbus-1.0/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/glib-2.0 -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/debug/lib/glib-2.0/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include -I/home/k-hshmt/vcpkg/vcpkg/installed/x64-linux/include/qt5 -I/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/mkspecs/linux-g++ -o .obj/qxcbeglmain.o /home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/src/5.15.15-73f6056035.clean/src/plugins/platforms/xcb/gl_integrations/xcb_egl/qxcbeglmain.cpp rm -f ../../../../../../plugins/xcbglintegrations/libqxcb-egl-integration.a ar qc ../../../../../../plugins/xcbglintegrations/libqxcb-egl-integration.a .obj/qxcbeglintegration.o .obj/qxcbeglwindow.o .obj/qxcbeglmain.o .obj/qxcbeglnativeinterfacehandler.o ranlib ../../../../../../plugins/xcbglintegrations/libqxcb-egl-integration.a make[6]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins/platforms/xcb/gl_integrations/xcb_egl' make[5]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins/platforms/xcb/gl_integrations' make[4]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins/platforms/xcb' make[3]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins/platforms' make[2]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src/plugins' make[1]: Leaving directory '/home/k-hshmt/vcpkg/vcpkg/buildtrees/qt5-base/x64-linux-dbg/src' ```
Osyotr commented 5 days ago

Does 5.15.14 builds successfully for you?

/usr/bin/ld: main.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: failed to set dynamic section sizes: bad value
khshmt commented 5 days ago

@Cheney-W , I did not try it, if there is a command line to install a specific version of qt(like 5.15.14) using vcpkg please tell me and I will try it.

Cheney-W commented 1 day ago

Please create a new file in your vcpkg folder with name vcpkg.json and below contents:

{
    "name": "test",
    "version": "1.0.0",
    "dependencies": [
        "qt5-base"
    ],
    "builtin-baseline": "dd3adcf020e69077e83e92a0a293ceca734f6288",
     "overrides": [
       { 
           "name": "qt5-base",
           "version": "5.15.14" 
       }
     ]
}

Then please run .\vcpkg install command.

khshmt commented 5 hours ago

@Cheney-W , also the same error occurred.