amoeba commented on code in PR #44685:
URL: https://github.com/apache/arrow/pull/44685#discussion_r1837042860
##########
cpp/thirdparty/versions.txt:
##########
@@ -141,7 +141,7 @@ DEPENDENCIES=(
"ARROW_AWS_CRT_CPP_URL aws-crt-cpp-${ARROW_AWS_CRT_CPP_BUILD_VERSION}.tar.gz
https://github.com/awslabs/aws-crt-cpp/archive/${ARROW_AWS_CRT_CPP_BUILD_VERSION}.tar.gz"
"ARROW_AWS_LC_URL aws-lc-${ARROW_AWS_LC_BUILD_VERSION}.tar.gz
https://github.com/awslabs/aws-lc/archive/${ARROW_AWS_LC_BUILD_VERSION}.tar.gz"
"ARROW_AWSSDK_URL aws-sdk-cpp-${ARROW_AWSSDK_BUILD_VERSION}.tar.gz
https://github.com/aws/aws-sdk-cpp/archive/${ARROW_AWSSDK_BUILD_VERSION}.tar.gz"
- "ARROW_BOOST_URL boost-${ARROW_BOOST_BUILD_VERSION}.tar.gz
https://apache.jfrog.io/artifactory/arrow/thirdparty/7.0.0/boost_${ARROW_BOOST_BUILD_VERSION//./_}.tar.gz"
+ "ARROW_BOOST_URL boost-${ARROW_BOOST_BUILD_VERSION}.tar.gz
https://archives.boost.io/release/1.86.0/source/boost_${ARROW_BOOST_BUILD_VERSION//./_}.tar.gz"
Review Comment:
I didn't have any luck and it appears to be caused by Boost 1.86.0 releasing
with a broken `bcp`. See comment and really the whole thread at
https://github.com/boostorg/bcp/pull/18#issuecomment-2311880441.
I think we could probably update the `trim-boost` script to work around this
but we could also just switch back to Thrift 0.20.0 and Boost 1.81.0 until
Boost 1.87.0.
--
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]