tadeja opened a new issue, #50065: URL: https://github.com/apache/arrow/issues/50065
### Describe the bug, including details regarding any error messages, version, and platform. Noticed `debian-forky-arm64` and `debian-forky-amd64` Packaging Build jobs failing with `Error: Unable to locate package libboost-system-dev`. Debian forky dropped `libboost-system-dev` ([Debian bug #1127191](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127191)). Upstream Boost removed `System` in [version 1.89](https://www.boost.org/releases/1.89.0/), but the library has been empty since [Boost 1.69](https://www.boost.org/releases/1.69.0/) ('*Boost.System is now header-only. A stub library is still built for compatibility, but linking to it is no longer necessary.*'). Last success: https://github.com/apache/arrow/actions/runs/25979968740/job/76366822034#step:12:128 First failure: https://github.com/apache/arrow/actions/runs/26011565454/job/76453128884#step:12:128 Should be safe to remove, Arrow doesn't link boost_system ([PARQUET-1105](https://github.com/apache/parquet-java/issues/2084), #45440). ### Component(s) Packaging -- 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]
