Re: [PR] GH-48172: [Python] Add cp315 to build [arrow]
paultiq commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-3564485198 Looking more closely, and considering the history of 3.13 and 3.14: This (nightlys) needs to wait manylinux adds cp315. The alternative is to add a cpython build step or use one of the other pre-built images, but this seems like more work than other projects are investing at this stage. Based on history of 3.13/3.14, this would be after b1 / 2026-05-05. -- 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]
Re: [PR] GH-48172: [Python] Add cp315 to build [arrow]
paultiq commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-3563454535 The build was destined for failure, because cp315 is not yet in the manylinux build. I'll reproduce locally and see if there's a graceful way to resolve, along with a clearer failure when PYTHON_ROOT is not found. The build failed oddly, but the earlier issue was that the detection of PYTHON_ROOT failed quietly: >2025-11-21T08:07:23.9363828Z #20 [stage-0 13/16] RUN PYTHON_ROOT=$(find /opt/python -name cp315-cp315) && echo "export PATH=$PYTHON_ROOT/bin:$PATH" >> /etc/profile.d/python.sh ... >2025-11-21T08:08:01.3779653Z -- Found Python3: /bin/python3.11 (found version "3.11.11") found components: Interpreter A test should be added to verify PYTHON_ROOT is set / not empty and fail fast: https://github.com/apache/arrow/blob/2fb2f79a18962875d7f6adc5115666fc0bfea342/ci/docker/python-wheel-manylinux.dockerfile#L110-L111 ### Build Failure Crossbow failed due to > lto1: fatal error: bytecode stream in file ‘src/arrow/CMakeFiles/arrow_vendored.dir/Unity/unity_1_c.c.o’ generated with GCC compiler older than 10.0 caused by > 2025-11-21T08:08:00.9596950Z -- The C compiler identification is GNU 8.5.0 . 2025-11-21T08:08:01.0402969Z -- The CXX compiler identification is GNU 14.2.1 -- 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]
Re: [PR] GH-48172: [Python] Add cp315 to build [arrow]
github-actions[bot] commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-3561878924 Revision: 2d2a557e066505e911c02615911799644d2b70cd Submitted crossbow builds: [ursacomputing/crossbow @ actions-c8d038a747](https://github.com/ursacomputing/crossbow/branches/all?query=actions-c8d038a747) |Task|Status| ||--| |wheel-manylinux-2-28-cp315-cp315-amd64|[](https://github.com/ursacomputing/crossbow/actions/runs/19563994170/job/56021748634)| -- 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]
Re: [PR] GH-48172: [Python] Add cp315 to build [arrow]
raulcd commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-3561872403 @github-actions crossbow submit wheel-manylinux-2-28-cp315-cp315-amd64 -- 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]
Re: [PR] GH-48172: [Python] Add cp315 to build [arrow]
github-actions[bot] commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-3558357985 :warning: GitHub issue #48172 **has been automatically assigned in GitHub** to PR creator. -- 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]
