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 icu fails on Windows 10 #20365

Closed
VolkerSchlegel opened this issue Sep 26, 2021 · 3 comments
Closed

Building icu fails on Windows 10 #20365

VolkerSchlegel opened this issue Sep 26, 2021 · 3 comments
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@VolkerSchlegel
Copy link

Output of vcpkg install qt5:

-- Configuring x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: "C:/Program Files/vcpkg/downloads/tools/msys2/8a1f6fda6ae3aa5c/usr/bin/bash.exe" --noprofile --norc --debug -c "V=1 CPP='cl.exe -E' CC='cl.exe' CC_FOR_BUILD='cl.exe' CXX='cl.exe' RC='rc.exe' WINDRES='rc.exe' AR='lib.exe' LD='link.exe -verbose' RANLIB=':' STRIP=':' NM='dumpbin.exe -symbols -headers' DLLTOOL='link.exe -verbose -dll' CCAS=':' AS=':' ./../src/c-69_1-src-86e71a956d.clean/source/configure --build=x86_64-pc-mingw32 --disable-samples --disable-tests --disable-layoutex ac_cv_prog_ac_ct_STRIP=: gl_cv_double_slash_root=yes ac_cv_func_memmove=yes --disable-silent-rules --verbose --enable-shared --disable-static --enable-debug --disable-release --prefix=/C/Program\\ Files/vcpkg/installed/x64-windows/debug --bindir='${prefix}'/../tools/icu/debug/bin --sbindir='${prefix}'/../tools/icu/debug/sbin --libdir='${prefix}'/lib --includedir='${prefix}'/../include --datarootdir='${prefix}'/share/icu"
    Working Directory: C:/Program Files/vcpkg/buildtrees/icu/x64-windows-dbg
    Error code: 1
    See logs for more information:
      C:\Program Files\vcpkg\buildtrees\icu\config-x64-windows-dbg-out.log
      C:\Program Files\vcpkg\buildtrees\icu\config-x64-windows-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_make.cmake:820 (vcpkg_execute_required_process)
  ports/icu/portfile.cmake:48 (vcpkg_configure_make)
  scripts/ports.cmake:140 (include)


Error: Building package icu:x64-windows failed with: BUILD_FAILED
  Package: icu:x64-windows
  Vcpkg version: 2021-09-10-2059ef11aa6067e6f59b0d939c5d17e3c5c47d3e

Log files:
config-x64-windows-dbg-err.log
config-x64-windows-dbg-out.log

@autoantwort
Copy link
Contributor

duplicate of #18992

@JackBoosY JackBoosY changed the title Building qt5 fails on Windows 10 Building icu fails on Windows 10 Sep 27, 2021
@JackBoosY
Copy link
Contributor

JackBoosY commented Sep 27, 2021

Duplicated to #18992.
This is because the nmake couldn't resolve the path with space.

@JackBoosY JackBoosY added the category:port-bug The issue is with a library, which is something the port should already support label Sep 27, 2021
@VolkerSchlegel
Copy link
Author

Ok, thanks

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
Projects
None yet
Development

No branches or pull requests

3 participants