sjperkins commented on PR #33805:
URL: https://github.com/apache/arrow/pull/33805#issuecomment-1408294469

   > I still see complaints re: missing `linux-headers` required for openssl 
unfortunately so it seems dnf didn't help in this case:
   > 
   > 
https://app.travis-ci.com/github/ursacomputing/crossbow/builds/260129759#L2059
   
   If I insert the following into the Dockerfile
   
   ```Dockerfile
   RUN vcpkg install \
           --clean-after-build \
           --x-install-root=${VCPKG_ROOT}/installed \
           openssl
   ```
   
   and run
   
   ```bash
   $ PYTHON=3.8 ARCH=arm64v8 archery docker run python-wheel-manylinux-2-28 
   ```
   
   it'll warn about missing `linux-headers` but the step will succeed. 
   
   I need to focus on other priorities for the next week. I'll try pick it up 
again after that. Note this error was reported on the vcpkg repo
   
   - https://github.com/microsoft/vcpkg/issues/25729
   
   where the reported solution was to install `perl-IPC-Cmd` (which is 
installed in the manylinux Dockerfile in any case).
   
   Would it be possible to run the ci once more to get around the typo in 
https://github.com/apache/arrow/pull/33805/commits/0cc575c2caa8905104352ff239727473af26708b?


-- 
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]

Reply via email to