microsoft / vcpkg

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

[libclocale] Initial Port #38489

Open eyalgolan1337 opened 2 weeks ago

eyalgolan1337 commented 2 weeks ago
LilyWangLL commented 5 hours ago

Pinging @eyalgolan1337 for response. Is work still being done for this PR? There are conflicts error on CI pipeline as below.

Installing 9/9 libclocale:x86-windows@20240414...
Building libclocale:x86-windows@20240414...
-- Downloading https://github.com/libyal/libclocale/releases/download/20240414/libclocale-alpha-20240414.tar.gz -> libclocale-alpha-20240414.tar.gz...
-- Extracting source D:/downloads/libclocale-alpha-20240414.tar.gz
-- Using source at D:/b/libclocale/src/a-20240414-f70f96bd93.clean
-- Using cached libyal-vstools-f412b5f4347839c31a6f7ff2a631990f84d81b40.tar.gz.
-- Extracting source D:/downloads/libyal-vstools-f412b5f4347839c31a6f7ff2a631990f84d81b40.tar.gz
-- Using source at D:/b/libclocale/src/0f84d81b40-78707ee12a.clean
-- Found external ninja('1.11.0').
-- Getting CMake variables for x86-windows
-- Building vs2022/libclocale.sln for Release
-- Building vs2022/libclocale.sln for Debug
-- Installing: D:/p/libclocale_x86-windows/include/libclocale/definitions.h
-- Installing: D:/p/libclocale_x86-windows/include/libclocale/error.h
-- Installing: D:/p/libclocale_x86-windows/include/libclocale/extern.h
-- Installing: D:/p/libclocale_x86-windows/include/libclocale/features.h
-- Installing: D:/p/libclocale_x86-windows/include/libclocale/types.h
-- Installing: D:/p/libclocale_x86-windows/include/libclocale.h
-- Installing: D:/p/libclocale_x86-windows/share/unofficial-libclocale/unofficial-libclocale-config.cmake
-- Installing: D:/p/libclocale_x86-windows/share/libclocale/copyright
-- Performing post-build validation
error: The following files are already installed in D:/installed/x86-windows and are in conflict with libclocale:x86-windows
Installed by libcerror:x86-windows  
debug/lib/libcerror.lib
    lib/libcerror.lib

You can get the more logs from https://dev.azure.com/vcpkg/public/_build/results?buildId=102483&view=logs&jobId=878666d5-db33-5b27-9e7d-b0c7ee352005&j=878666d5-db33-5b27-9e7d-b0c7ee352005&t=dc897974-8f7e-5107-e5db-0a01be8e9d4f, could you please resolve this error?