assignUser commented on issue #38902: URL: https://github.com/apache/arrow/issues/38902#issuecomment-1829036364
I am pretty sure that I was able to reproduce the error on a gha mac runner by using the pkg-config binary from CRAN. ``` Package libcurl was not found in the pkg-config search path. Perhaps you should add the directory containing `libcurl.pc' to the PKG_CONFIG_PATH environment variable Package 'libcurl', required by 'arrow', not found Package libcurl was not found in the pkg-config search path. Perhaps you should add the directory containing `libcurl.pc' to the PKG_CONFIG_PATH environment variable Package 'libcurl', required by 'arrow', not found Package libcurl was not found in the pkg-config search path. Perhaps you should add the directory containing `libcurl.pc' to the PKG_CONFIG_PATH environment variable Package 'libcurl', required by 'arrow', not found ``` It seems the system curl stub is not in a default location or in `PKG_CONFIG_PATH` as downloading the r-macos/recipes libcurl.pc and adding it to the path var fixes the issue. If this is actually the same issue as on cran then it's imo a config issue of the builder... I am going to test a general workaround for "`PKG_LIBS` is empty after use of pc" by then re-running the w/o pc functions. -- 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]
