raulcd commented on PR #43137:
URL: https://github.com/apache/arrow/pull/43137#issuecomment-2312956488

   If I change the macos runner to use 12 (monterey) matching the 
`MACOSX_DEPLOYMENT_TARGET` it is able to build.
   The initial issue is probably related to an issue between `Xcode_15.2` and 
`-mmacosx-version-min=12.0`. The job is still failing because it can't import 
`pyarrow.flight` due to missing `_OPENSSL_ia32cap_P` symbol:
   ```
   python -c 'import pyarrow.flight'
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
     File 
"/Users/runner/work/crossbow/crossbow/test-env/lib/python3.10/site-packages/pyarrow/flight.py",
 line 67, in <module>
       raise ImportError(
   ImportError: The pyarrow installation is not built with support for 'flight' 
(dlopen(/Users/runner/work/crossbow/crossbow/test-env/lib/python3.10/site-packages/pyarrow/_flight.cpython-310-darwin.so,
 0x0002): symbol not found in flat namespace (_OPENSSL_ia32cap_P))
   ```
   


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