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

[arm-windows] build failure #32714

Closed
kd-boss opened this issue Jul 24, 2023 · 2 comments
Closed

[arm-windows] build failure #32714

kd-boss opened this issue Jul 24, 2023 · 2 comments
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.

Comments

@kd-boss
Copy link

kd-boss commented Jul 24, 2023

Operating system

Windows

Compiler

MingGW

Steps to reproduce the behavior

./vcpkg --triplet arm-windows install Qt5

Failure logs

Bootstrapping qmake ...
cl -c -Fo./ -Fdqmake.pdb -W2 -nologo -O2 /MP /wd4577 -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\library -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators\unix -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators\win32 -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators\mac -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/src/3rdparty/tinycbor/src -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include\QtCore -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include\QtCore\5.15.10 -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include\QtCore\5.15.10\QtCore -I..\src\corelib\global -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\mkspecs\win32-msvc -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -DQT_VERSION_STR="5.15.10" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=10 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH -DUNICODE -D_ENABLE_EXTENDED_ALIGNED_STORAGE -c -Yc -Fpqmake_pch.pch -TP C:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\qmake_pch.h
qmake_pch.h
C:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\include\QtCore../../src/corelib/global/qprocessordetection.h(364): fatal error C1189: #error: "Unable to determine byte order!"

Additional context

Microsoft (R) Program Maintenance Utility Version 14.36.32537.0
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1077: 'cl -c -Fo./ -Fdqmake.pdb -W2 -nologo -O2 /MP /wd4577 -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\library -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators\unix -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators\win32 -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\generators\mac -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/src/3rdparty/tinycbor/src -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include\QtCore -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include\QtCore\5.15.10 -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean/include\QtCore\5.15.10\QtCore -I..\src\corelib\global -IC:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\mkspecs\win32-msvc -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS -DQT_VERSION_STR="5.15.10" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=15 -DQT_VERSION_PATCH=10 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH -DUNICODE -D_ENABLE_EXTENDED_ALIGNED_STORAGE -c -Yc -Fpqmake_pch.pch -TP C:\srcvcpkg\vcpkg\buildtrees\qt5-base\src\5.15.10-6bae14788b.clean\qmake\qmake_pch.h' : return code '0x2'
Stop.

@kd-boss kd-boss added the category:port-bug The issue is with a library, which is something the port should already support label Jul 24, 2023
@kd-boss kd-boss changed the title [<port name>] build failure [arm-windows] build failure Jul 24, 2023
@jimwang118 jimwang118 added category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team. and removed category:port-bug The issue is with a library, which is something the port should already support labels Jul 24, 2023
@dg0yt
Copy link
Contributor

dg0yt commented Jul 24, 2023

Compiler

MingGW

arm-windows, cl: not "MinGW".

But this error is in bootstrapping of host tools. Maybe it is x64-windows, the default host triplet... The bug report doesn't provide enough information.

@JonLiu1993
Copy link
Member

This issue hasn’t been updated in 3 month, if it is still an issue, please reopen this issue.

@JonLiu1993 JonLiu1993 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.
Projects
None yet
Development

No branches or pull requests

4 participants