kou commented on PR #47615:
URL: https://github.com/apache/arrow/pull/47615#issuecomment-3318920036

   
https://github.com/ursacomputing/crossbow/actions/runs/17913130574/job/50929051988#step:10:722
   
   ```text
   clang -isysroot -mmacosx-version-min=12.0 -DNDEBUG -fPIC -O3  -I. -Iinclude 
-Iproviders/common/include -Iproviders/implementations/include 
-I../src/nssl-3.3.1-6a4778eae7.clean 
-I../src/nssl-3.3.1-6a4778eae7.clean/include 
-I../src/nssl-3.3.1-6a4778eae7.clean/providers/common/include 
-I../src/nssl-3.3.1-6a4778eae7.clean/providers/implementations/include  
-DAES_ASM -DBSAES_ASM -DCMLL_ASM -DECP_NISTZ256_ASM -DGHASH_ASM 
-DKECCAK1600_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT 
-DOPENSSL_BN_ASM_MONT5 -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DPADLOCK_ASM 
-DPOLY1305_ASM -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSTATIC_LEGACY 
-DVPAES_ASM -DWHIRLPOOL_ASM -DX25519_ASM -fPIC -arch x86_64 -fPIC -O3 
-DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/etc/ssl\"" 
-DENGINESDIR="\"/Users/runner/work/crossbow/crossbow/vcpkg/installed/amd64-osx-static-release/lib/engines-3\""
 
-DMODULESDIR="\"/Users/runner/work/crossbow/crossbow/vcpkg/installed/amd64-osx-static-release/lib/ossl-modules\""
 -D
 _REENTRANT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -isysroot 
-mmacosx-version-min=12.0 -DNDEBUG  -c -o crypto/aes/libcrypto-lib-aes_misc.o 
../src/nssl-3.3.1-6a4778eae7.clean/crypto/aes/aes_misc.c
   ```
   
   It seems that `-isysroot` argument value is missing.
   
   https://github.com/microsoft/vcpkg/issues/44229 may be related.


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