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

[qt5-base:x64-windows] build failure #12341

Closed
cenit opened this issue Jul 9, 2020 · 17 comments
Closed

[qt5-base:x64-windows] build failure #12341

cenit opened this issue Jul 9, 2020 · 17 comments
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support requires:repro The issue is not currently repro-able

Comments

@cenit
Copy link
Contributor

cenit commented Jul 9, 2020

Host Environment

  • OS: Windows
  • Compiler: VS 2019 16.6.3 (latest version)

To Reproduce
Steps to reproduce the behavior:
./vcpkg upgrade --no-dry-run

Failure logs

cl : Command line warning D9025 : overriding '/Fo./' with '/Foqlibraryinfo_final.obj'
WARNING: Failure to find: C:/src/vcpkg/buildtrees/qt5-base/x64-windows-dbg/src/corelib/qt5cored_metatypes.json
WARNING: Failure to find: C:/src/vcpkg/buildtrees/qt5-base/x64-windows-dbg/src/corelib/qt5core_metatypes.json
Error: dependent 'C:\src\vcpkg\buildtrees\qt5-base\x64-windows-dbg\src\corelib\qt5cored_metatypes.json' does not exist.
jom: C:\src\vcpkg\buildtrees\qt5-base\x64-windows-dbg\src\corelib\Makefile [debug] Error 2
jom: C:\src\vcpkg\buildtrees\qt5-base\x64-windows-dbg\src\Makefile [sub-corelib-make_first] Error 2
jom: C:\src\vcpkg\buildtrees\qt5-base\x64-windows-dbg\Makefile [sub-src-make_first] Error 2

Additional context
Upgrading my vcpkg install folder today, with the QT5 port updated to 5.15 #11596 , lead to failure.
Re-launching the installation gives the same failure.
Other issues regarding latest qt5 update are also emerging from ci #12229 #11130

@Neumann-A
Copy link
Contributor

Other issues regarding latest qt5 update are also emerging from ci #12229 #11130

Nothing to see here. qt5-imageformats is sometimes a bit flaky and just need to be rerun and the qt5-base regression is a download failure of winflexbison.

I also get the warnings:

cl : Command line warning D9025 : overriding '/Fo./' with '/Foqlibraryinfo_final.obj'
WARNING: Failure to find: E:/qt/buildtrees/qt5-base/x64-windows-static-dbg/src/corelib/qt5cored_metatypes.json
WARNING: Failure to find: E:/qt/buildtrees/qt5-base/x64-windows-static-dbg/src/corelib/qt5core_metatypes.json
E:\qt\buildtrees\qt5-base\src\5.15.0-f256990b37.clean\src\corelib\kernel\qobjectdefs.h(0): Note: No relevant classes found. No output generated.
WARNING: Failure to find: E:/qt/buildtrees/qt5-base/x64-windows-static-dbg/src/gui/qt5guid_metatypes.json
WARNING: Failure to find: E:/qt/buildtrees/qt5-base/x64-windows-static-dbg/src/gui/qt5gui_metatypes.json
E:\qt\buildtrees\qt5-base\src\5.15.0-f256990b37.clean\src\network\access\qnetworkaccessdebugpipebackend_p.h(0): Note: No relevant classes found. No output generated.
WARNING: Failure to find: E:/qt/buildtrees/qt5-base/x64-windows-static-dbg/src/widgets/qt5widgetsd_metatypes.json
WARNING: Failure to find: E:/qt/buildtrees/qt5-base/x64-windows-static-dbg/src/widgets/qt5widgets_metatypes.json

but the build succeeds. I also see the *.json files in the buildtree being generated. hmm...

@Neumann-A
Copy link
Contributor

Neumann-A commented Jul 9, 2020

>CMake Error at /Users/vagrant/Data/installed/x64-osx/share/cmake/Qt5Core/Qt5CoreConfig.cmake:95 (message):
  Library not found: zstd
Call Stack (most recent call first):
  /Users/vagrant/Data/installed/x64-osx/share/cmake/Qt5Core/Qt5CoreConfig.cmake:285 (_qt5_Core_process_prl_file)
  /Volumes/data/work/1/s/scripts/buildsystems/vcpkg.cmake:415 (_find_package)
  /Users/vagrant/Data/installed/x64-osx/share/cmake/Qt5Gui/Qt5GuiConfig.cmake:231 (find_package)
  /Volumes/data/work/1/s/scripts/buildsystems/vcpkg.cmake:415 (_find_package)
  /Users/vagrant/Data/installed/x64-osx/share/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:231 (find_package)
  /Volumes/data/work/1/s/scripts/buildsystems/vcpkg.cmake:415 (_find_package)
  software/VO/AlternativeVO/CMakeLists.txt:7 (find_package)

From #12229 (comment): Update qt5-base build-depends to include zstd. (Currently trying to find the place actually introducing zstd; actually it is a hidden dependency. Qt tests if it is available and if it is it will just use it without any way to deactivate/toggle it.....)

@JackBoosY JackBoosY added the requires:repro The issue is not currently repro-able label Jul 10, 2020
@cenit
Copy link
Contributor Author

cenit commented Jul 12, 2020

@JackBoosY why requires:repro?

@JackBoosY
Copy link
Contributor

JackBoosY commented Jul 13, 2020

@cenit Because I can't reproduce this issue on my machine:

PS F:\vcpkg> .\vcpkg.exe install qt5-base:x64-windows
Computing installation plan...
The following packages will be built and installed:
    qt5-base[core]:x64-windows
Starting package 1/1: qt5-base:x64-windows
Building package qt5-base[core]:x64-windows...
-- Figuring out qt target mkspec. Target arch x64
-- Target mkspec set to: win32-msvc
-- Host mkspec not set. Qt's own buildsystem will try to figure out the host system
-- Downloading http://download.qt.io/official_releases/qt/5.15/5.15.0/submodules/qtbase-everywhere-src-5.15.0.tar.xz...
-- Extracting source F:/vcpkg/downloads/qtbase-everywhere-src-5.15.0.tar.xz
cmd: F:/vcpkg/downloads/tools/cmake-3.17.2-windows/cmake-3.17.2-win32-x86/bin/cmake.exe;-E;tar;xjf;F:/vcpkg/downloads/qtbase-everywhere-src-5.15.0.tar.xz
-- 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/icu.patch
-- Applying patch patches/xlib.patch
-- Applying patch patches/egl.patch
-- Applying patch patches/8c44d70.diff
-- Applying patch patches/Qt5BasicConfig.patch
-- Applying patch patches/Qt5PluginTarget.patch
-- Applying patch patches/create_cmake.patch
-- Applying patch patches/Qt5GuiConfigExtras.patch
-- Using source at F:/vcpkg/buildtrees/qt5-base/src/5.15.0-f256990b37.clean
-- Configuring x64-windows-dbg
cmd: F:/vcpkg/buildtrees/qt5-base/src/5.15.0-f256990b37.clean/configure.bat;-confirm-license;-opensource;-verbose;-system-zlib;-system-libjpeg;-system-libpng;-system-freetype;-system-pcre;-system-doubleconversion;-system-sqlite;-system-harfbuzz;-icu;-no-angle;-opengl;dynamic;-nomake;examples;-nomake;tests;LIBJPEG_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/jpegd.lib;ZLIB_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/zlibd.lib;LIBPNG_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib F:/vcpkg/installed/x64-windows/debug/lib/zlibd.lib;PCRE2_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/pcre2-16d.lib;FREETYPE_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/freetyped.lib F:/vcpkg/installed/x64-windows/debug/lib/bz2d.lib F:/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib F:/vcpkg/installed/x64-windows/debug/lib/zlibd.lib;ICU_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/icuind.lib F:/vcpkg/installed/x64-windows/debug/lib/icutud.lib  F:/vcpkg/installed/x64-windows/debug/lib/icuucd.lib F:/vcpkg/installed/x64-windows/debug/lib/icuiod.lib F:/vcpkg/installed/x64-windows/debug/lib/icudtd.lib Advapi32.lib;QMAKE_LIBS_PRIVATE+=F:/vcpkg/installed/x64-windows/debug/lib/bz2d.lib;QMAKE_LIBS_PRIVATE+=F:/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib;PSQL_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/libpq.lib F:/vcpkg/installed/x64-windows/debug/lib/libssl.lib F:/vcpkg/installed/x64-windows/debug/lib/libcrypto.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib;SQLITE_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/sqlite3.lib;HARFBUZZ_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/harfbuzz.lib F:/vcpkg/installed/x64-windows/debug/lib/freetyped.lib F:/vcpkg/installed/x64-windows/debug/lib/bz2d.lib F:/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib F:/vcpkg/installed/x64-windows/debug/lib/zlibd.lib;OPENSSL_LIBS=F:/vcpkg/installed/x64-windows/debug/lib/libssl.lib F:/vcpkg/installed/x64-windows/debug/lib/libcrypto.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib;-debug;-prefix;F:/vcpkg/installed/x64-windows;-extprefix;F:/vcpkg/installed/x64-windows;-hostprefix;F:/vcpkg/installed/x64-windows/tools/qt5/debug;-hostlibdir;F:/vcpkg/installed/x64-windows/tools/qt5/debug/lib;-hostbindir;F:/vcpkg/installed/x64-windows/tools/qt5/debug/bin;-archdatadir;F:/vcpkg/installed/x64-windows/tools/qt5/debug;-datadir;F:/vcpkg/installed/x64-windows/share/qt5/debug;-plugindir;F:/vcpkg/installed/x64-windows/debug/plugins;-qmldir;F:/vcpkg/installed/x64-windows/debug/qml;-headerdir;F:/vcpkg/installed/x64-windows/include;-libexecdir;F:/vcpkg/installed/x64-windows/tools/qt5/debug;-bindir;F:/vcpkg/installed/x64-windows/debug/bin;-libdir;F:/vcpkg/installed/x64-windows/debug/lib;-I;F:/vcpkg/installed/x64-windows/include;-L;F:/vcpkg/installed/x64-windows/debug/lib;-L;F:/vcpkg/installed/x64-windows/debug/lib/manual-link;-xplatform;win32-msvc
-- Configuring x64-windows-dbg done
-- Configuring x64-windows-rel
cmd: F:/vcpkg/buildtrees/qt5-base/src/5.15.0-f256990b37.clean/configure.bat;-confirm-license;-opensource;-verbose;-system-zlib;-system-libjpeg;-system-libpng;-system-freetype;-system-pcre;-system-doubleconversion;-system-sqlite;-system-harfbuzz;-icu;-no-angle;-opengl;dynamic;-nomake;examples;-nomake;tests;LIBJPEG_LIBS=F:/vcpkg/installed/x64-windows/lib/jpeg.lib;ZLIB_LIBS=F:/vcpkg/installed/x64-windows/lib/zlib.lib;LIBPNG_LIBS=F:/vcpkg/installed/x64-windows/lib/libpng16.lib F:/vcpkg/installed/x64-windows/lib/zlib.lib;PCRE2_LIBS=F:/vcpkg/installed/x64-windows/lib/pcre2-16.lib;FREETYPE_LIBS=F:/vcpkg/installed/x64-windows/lib/freetype.lib F:/vcpkg/installed/x64-windows/lib/bz2.lib F:/vcpkg/installed/x64-windows/lib/libpng16.lib F:/vcpkg/installed/x64-windows/lib/zlib.lib;ICU_LIBS=F:/vcpkg/installed/x64-windows/lib/icuin.lib F:/vcpkg/installed/x64-windows/lib/icutu.lib  F:/vcpkg/installed/x64-windows/lib/icuuc.lib F:/vcpkg/installed/x64-windows/lib/icuio.lib F:/vcpkg/installed/x64-windows/lib/icudt.lib Advapi32.lib;QMAKE_LIBS_PRIVATE+=F:/vcpkg/installed/x64-windows/lib/bz2.lib;QMAKE_LIBS_PRIVATE+=F:/vcpkg/installed/x64-windows/lib/libpng16.lib;PSQL_LIBS=F:/vcpkg/installed/x64-windows/lib/libpq.lib F:/vcpkg/installed/x64-windows/lib/libssl.lib F:/vcpkg/installed/x64-windows/lib/libcrypto.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib;SQLITE_LIBS=F:/vcpkg/installed/x64-windows/lib/sqlite3.lib;HARFBUZZ_LIBS=F:/vcpkg/installed/x64-windows/lib/harfbuzz.lib F:/vcpkg/installed/x64-windows/lib/freetype.lib F:/vcpkg/installed/x64-windows/lib/bz2.lib F:/vcpkg/installed/x64-windows/lib/libpng16.lib F:/vcpkg/installed/x64-windows/lib/zlib.lib;OPENSSL_LIBS=F:/vcpkg/installed/x64-windows/lib/libssl.lib F:/vcpkg/installed/x64-windows/lib/libcrypto.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib;-release;-prefix;F:/vcpkg/installed/x64-windows;-extprefix;F:/vcpkg/installed/x64-windows;-hostprefix;F:/vcpkg/installed/x64-windows/tools/qt5;-hostlibdir;F:/vcpkg/installed/x64-windows/tools/qt5/lib;-hostbindir;F:/vcpkg/installed/x64-windows/tools/qt5/bin;-archdatadir;F:/vcpkg/installed/x64-windows/tools/qt5;-datadir;F:/vcpkg/installed/x64-windows/share/qt5;-plugindir;F:/vcpkg/installed/x64-windows/plugins;-qmldir;F:/vcpkg/installed/x64-windows/qml;-headerdir;F:/vcpkg/installed/x64-windows/include;-libexecdir;F:/vcpkg/installed/x64-windows/tools/qt5;-bindir;F:/vcpkg/installed/x64-windows/bin;-libdir;F:/vcpkg/installed/x64-windows/lib;-I;F:/vcpkg/installed/x64-windows/include;-L;F:/vcpkg/installed/x64-windows/lib;-L;F:/vcpkg/installed/x64-windows/lib/manual-link;-xplatform;win32-msvc
-- Configuring x64-windows-rel done
-- Building x64-windows-dbg
cmd: F:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe;/J;9
-- Fixing makefile installation path x64-windows-dbg
-- Installing x64-windows-dbg
cmd: F:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe;/J;9;install
-- Package x64-windows-dbg done
-- Building x64-windows-rel
cmd: F:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe;/J;9
-- Fixing makefile installation path x64-windows-rel
-- Installing x64-windows-rel
cmd: F:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe;/J;9;install
-- Package x64-windows-rel done
-- Installing: F:/vcpkg/packages/qt5-base_x64-windows/share/qt5-base/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-base[core]:x64-windows... done
Installing package qt5-base[core]:x64-windows...
Installing package qt5-base[core]:x64-windows... done
Elapsed time for package qt5-base:x64-windows: 33.11 min

Total elapsed time: 33.11 min

The package qt5-base:x64-windows provides CMake targets:

    find_package(Qt5AccessibilitySupport CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt::AccessibilitySupport Qt5::AccessibilitySupport Qt::AccessibilitySupportPrivate Qt5::AccessibilitySupportPrivate)

    find_package(Qt5Bootstrap CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt::Bootstrap Qt5::Bootstrap Qt::BootstrapPrivate Qt5::BootstrapPrivate)

...

PS F:\vcpkg>

@JackBoosY JackBoosY added the category:port-bug The issue is with a library, which is something the port should already support label Jul 13, 2020
@talregev
Copy link
Contributor

yes. I delete it.

@Neumann-A
Copy link
Contributor

@cenit is this still an issue? If yes could you attach both logs (err and out) ?

@cenit
Copy link
Contributor Author

cenit commented Jul 28, 2020

@Neumann-A
Copy link
Contributor

Have you tried without the symlink?

I see
IC:\Users\ssinigar\Codice\vcpkg_openmvg\buildtrees\qt5-base\src\5.15.0-f256990b37.clean\include\QtCore
And
IC:\src\vcpkg_openmvg\buildtrees\qt5-base\src\5.15.0-f256990b37.clean/include\QtCore

The first path is also very long.

@cenit
Copy link
Contributor Author

cenit commented Jul 28, 2020

I launched the build from C:\src, which is a subst of C:\Users\ssinigar\Codice, I don't know how it also expanded it to the full path. Also, no problem with any other port which has the infamous maximum path length
This also was a supported way, and it's very difficult also to propagate any change to it

@Neumann-A
Copy link
Contributor

How did you subst that? I always get a "invalid paramter error C:\src" if i try to subst C:\src <pathtosubst>

@Neumann-A
Copy link
Contributor

after testing your mklink is the reason it fails. If you directly use the base path it works. If you truly use a subst it also works. If you use mklink as a junction /J instead of a normal symlink it also works. So the symbolic link is the issue.

@cenit
Copy link
Contributor Author

cenit commented Jul 28, 2020

Let me investigate my own setup then. Thanks for taking time to already test many configs

@Neumann-A
Copy link
Contributor

@cenit: I assume you found a solution? (switching to nmake can also solve the problem but I only tested that manually outside the portfile which than run into other problems since the env was not correctly setup.)

@cenit
Copy link
Contributor Author

cenit commented Aug 6, 2020

Yes it was a symlink and not a junction. Strangely enough it fails mixing the two paths. I was able to complete the build from the original (even if longer) folder

@cenit cenit closed this as completed Aug 6, 2020
@introspection3
Copy link

the problem is still here ,please open it @cenit

@introspection3
Copy link

introspection3 commented Jan 27, 2022

jom 1.1.3 - empower your cores

WARNING: Failure to find: qt5qml_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/src/5.15.2-30e50540ea.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/src/5.15.2-30e50540ea.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qml/qt5qml_metatypes.json
WARNING: Failure to find: qt5qmld_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/src/5.15.2-30e50540ea.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/src/5.15.2-30e50540ea.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qml/qt5qmld_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: qt5qmlmodels_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qmlmodels/qt5qmlmodels_metatypes.json
WARNING: Failure to find: qt5qmlmodelsd_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qmlmodels/qt5qmlmodelsd_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: qt5qmlworkerscript_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qmlworkerscript/qt5qmlworkerscript_metatypes.json
WARNING: Failure to find: qt5qmlworkerscriptd_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qmlworkerscript/qt5qmlworkerscriptd_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: qt5quick_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/quick/qt5quick_metatypes.json
WARNING: Failure to find: qt5quickd_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/quick/qt5quickd_metatypes.json
G:\src\vcpkg\buildtrees\qt5-declarative\src\5.15.2-30e50540ea.clean\src\quick\scenegraph\qsgrenderloop.cpp(0): Note: No relevant classes found. No output generated.
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: qt5quickshapes_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/quickshapes/qt5quickshapes_metatypes.json
WARNING: Failure to find: qt5quickshapesd_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/quickshapes/qt5quickshapesd_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: qt5quicktest_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qmltest/qt5quicktest_metatypes.json
WARNING: Failure to find: qt5quicktestd_metatypes.json
WARNING: Failure to find: G:/src/vcpkg/buildtrees/qt5-declarative/x86-windows-static-rel/src/qmltest/qt5quicktestd_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5test_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: labsmodelsplugin_metatypes.json
WARNING: Failure to find: qmlfolderlistmodelplugin_metatypes.json
WARNING: Failure to find: qmllocalstorageplugin_metatypes.json
WARNING: Failure to find: qmlsettingsplugin_metatypes.json
WARNING: Failure to find: qtqmlstatemachine_metatypes.json
WARNING: Failure to find: qmlsettingsplugind_metatypes.json
WARNING: Failure to find: qmlfolderlistmodelplugind_metatypes.json
WARNING: Failure to find: labsmodelsplugind_metatypes.json
WARNING: Failure to find: qmllocalstorageplugind_metatypes.json
WARNING: Failure to find: qtqmlstatemachined_metatypes.json
WARNING: Failure to find: labsanimationplugin_metatypes.json
WARNING: Failure to find: labsanimationplugind_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: qquicklayoutsplugin_metatypes.json
WARNING: Failure to find: qquicklayoutsplugind_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5sql_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: windowplugin_metatypes.json
WARNING: Failure to find: windowplugind_metatypes.json
WARNING: Failure to find: qmlwavefrontmeshplugin_metatypes.json
WARNING: Failure to find: qmlwavefrontmeshplugind_metatypes.json
WARNING: Failure to find: qmltestplugin_metatypes.json
WARNING: Failure to find: qmltestplugind_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
WARNING: Failure to find: sharedimageplugin_metatypes.json
WARNING: Failure to find: sharedimageplugind_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5network_metatypes.json
Cannot open foreign types file G:/src/vcpkg/installed/x86-windows-static/lib/metatypes/qt5test_metatypes.json
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlpreview\Makefile.Release [.obj\release\moc_qmlpreviewapplication.obj] Error 1
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlpreview\Makefile.Release [.obj\release\moc_qmlpreviewfilesystemwatcher.obj] Error 1
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlpreview\Makefile [release] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlmin\Makefile.Release [..\..\bin\qmlmin.exe] Error 1180
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlmin\Makefile [release] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlprofiler\Makefile.Release [.obj\release\commandlistener.obj] Error 1
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlprofiler\Makefile.Release [.obj\release\qmlprofilerdata.obj] Error 1
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlprofiler\Makefile.Release [.obj\release\qmlprofilerclient.obj] Error 1
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlprofiler\Makefile [release] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmllint\Makefile.Release [..\..\bin\qmllint.exe] Error 1180
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmllint\Makefile [release] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\Makefile [sub-qmllint-make_first] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlcachegen\Makefile.Release [..\..\bin\qmlcachegen.exe] Error 1106
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmlcachegen\Makefile [release] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\Makefile [sub-qmlcachegen-make_first] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmltestrunner\Makefile.Release [..\..\bin\qmltestrunner.exe] Error 1180
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\qmltestrunner\Makefile [release] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\Makefile [sub-qmltestrunner-make_first] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\Makefile [sub-qmlmin-make_first] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\Makefile [sub-qmlprofiler-make_first] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\tools\Makefile [sub-qmlpreview-make_first] Error 2
jom: G:\src\vcpkg\buildtrees\qt5-declarative\x86-windows-static-rel\Makefile [sub-tools-make_first] Error 2

@JackBoosY
Copy link
Contributor

@introspection3 This is an unofficial issue, please open a new issue to report that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support requires:repro The issue is not currently repro-able
Projects
None yet
Development

No branches or pull requests

5 participants