kszucs commented on pull request #11569:
URL: https://github.com/apache/arrow/pull/11569#issuecomment-976554326
After fixing the `vcpkg/ports.patch` I'm getting a vcpkg dependency problem
on windows:
```
✖ REPO=ghcr.io/ursacomputing/arrow PYTHON=3.10 archery docker build
--using-docker-cli python-wheel-windows-vs2017
Error response from daemon: manifest unknown
docker pull
ghcr.io/ursacomputing/arrow:python-3.10-wheel-windows-vs2017-vcpkg-9675ab15def74a0b96d954bddc7ddabb42c92452
exited with non-zero exit code 1
Sending build context to Docker daemon 453.1kB
Step 1/19 : FROM abrarov/msvc-2017:2.10.0
---> 48bb8164f545
Step 2/19 : RUN choco install --no-progress -r -y cmake --installargs
'ADD_CMAKE_TO_PATH=System' && choco install --no-progress -r -y gzip wget
ninja
---> Using cache
---> 84da6558371c
Step 3/19 : RUN setx path "%path%;C:\Program Files\Git\usr\bin"
---> Using cache
---> 744f355e6df4
Step 4/19 : ARG vcpkg
---> Using cache
---> 6fd7cae10c08
Step 5/19 : RUN git clone https://github.com/Microsoft/vcpkg &&
vcpkg\bootstrap-vcpkg.bat -disableMetrics && setx PATH "%PATH%;C:\vcpkg" &&
git -C vcpkg checkout %vcpkg%
---> Using cache
---> a85f4b3090f6
Step 6/19 : COPY ci/vcpkg/*.patch ci/vcpkg/*windows*.cmake
arrow/ci/vcpkg/
---> Using cache
---> cdc9fbfb7e6e
Step 7/19 : RUN cd vcpkg && git apply --ignore-whitespace
C:/arrow/ci/vcpkg/ports.patch
---> Using cache
---> c93972ad92dc
Step 8/19 : ARG build_type=release
---> Using cache
---> c130e80c70b8
Step 9/19 : ENV CMAKE_BUILD_TYPE=${build_type}
VCPKG_OVERLAY_TRIPLETS=C:\\arrow\\ci\\vcpkg
VCPKG_DEFAULT_TRIPLET=x64-windows-static-md-${build_type}
VCPKG_FEATURE_FLAGS=-manifests
---> Using cache
---> e7a18a9e6535
Step 10/19 : RUN vcpkg install --clean-after-build abseil
aws-sdk-cpp[config,cognito-identity,core,identity-management,s3,sts,transfer]
boost-filesystem boost-multiprecision boost-system
brotli bzip2 c-ares curl flatbuffers
gflags glog google-cloud-cpp[core,storage] grpc
lz4 openssl orc protobuf rapidjson re2
snappy thrift utf8proc zlib zstd
---> Running in 3c89420370c9
Computing installation plan...
Error: aws-checksums[core] is only supported on '!arm & !windows'
The command 'cmd /S /C vcpkg install --clean-after-build abseil
aws-sdk-cpp[config,cognito-identity,core,identity-management,s3,sts,transfer]
boost-filesystem boost-multiprecision boost-system
brotli bzip2 c-ares curl flatbuffers
gflags glog google-cloud-cpp[core,storage] grpc
lz4 openssl orc protobuf rapidjson re2
snappy thrift utf8proc zlib zstd'
returned a non-zero code: 1
Error: docker build --build-arg BUILDKIT_INLINE_CACHE=1 --build-arg
python=3.10 --build-arg vcpkg=9675ab15def74a0b96d954bddc7ddabb42c92452 -f
ci/docker/python-wheel-windows-vs2017.dockerfile -t
ghcr.io/ursacomputing/arrow:python-3.10-wheel-windows-vs2017-vcpkg-9675ab15def74a0b96d954bddc7ddabb42c92452
/Users/kszucs/Workspace/arrow exited with non-zero exit code 1
```
It has been already resolved upstream, so I pinned the HEAD commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]