[log4cxx] Update to 0.12.0#19963
Conversation
|
Hi @SergeiDelov, does this update fix your issue? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@strega-nil-ms Do you know why the gz file extract failed? |
|
@JackBoosY I have no idea... I guess it's because the tarball has a non-ASCII pathname, but that should be supported... |
|
If the problem is with files under src/test/resources/output, those can be ignored - that folder was incorrectly added to the distribution. Those files are output data from the unit tests. |
see the errors in microsoft#19963
|
Use command |
|
Maybe related to these file: |
|
@JackBoosY yeah, the issue is that the locale is set to |
|
/azp run |
|
Pull request contains merge conflicts. |
There was a problem hiding this comment.
You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/log4cxx/portfile.cmake
Update to 0.12.0 and re-generate patches.
Fixes #19914 maybe fix #19730.