From 37334c1579a1f8cc0195c3bd53dc3961c46f3a22 Mon Sep 17 00:00:00 2001 From: Tadeja Kadunc Date: Fri, 29 May 2026 13:52:58 +0200 Subject: [PATCH] Remove libboost-system-dev --- ci/docker/debian-13-cpp.dockerfile | 1 - ci/docker/debian-experimental-cpp.dockerfile | 1 - ci/docker/ubuntu-22.04-cpp.dockerfile | 1 - ci/docker/ubuntu-24.04-cpp.dockerfile | 1 - cpp/examples/minimal_build/system_dependency.dockerfile | 1 - cpp/subprojects/boost.wrap | 1 - .../linux-packages/apache-arrow/apt/debian-bookworm/Dockerfile | 1 - .../linux-packages/apache-arrow/apt/debian-forky/Dockerfile | 1 - .../linux-packages/apache-arrow/apt/debian-trixie/Dockerfile | 1 - .../linux-packages/apache-arrow/apt/ubuntu-jammy/Dockerfile | 1 - .../linux-packages/apache-arrow/apt/ubuntu-noble/Dockerfile | 1 - .../linux-packages/apache-arrow/apt/ubuntu-resolute/Dockerfile | 1 - dev/tasks/linux-packages/apache-arrow/debian/control.in | 1 - 13 files changed, 13 deletions(-) diff --git a/ci/docker/debian-13-cpp.dockerfile b/ci/docker/debian-13-cpp.dockerfile index 542c0446c59b..951ee98e6a21 100644 --- a/ci/docker/debian-13-cpp.dockerfile +++ b/ci/docker/debian-13-cpp.dockerfile @@ -53,7 +53,6 @@ RUN apt-get update -y -q && \ git \ libbenchmark-dev \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc6-dbg \ diff --git a/ci/docker/debian-experimental-cpp.dockerfile b/ci/docker/debian-experimental-cpp.dockerfile index 3e3241d33a56..7e00378ea6b6 100644 --- a/ci/docker/debian-experimental-cpp.dockerfile +++ b/ci/docker/debian-experimental-cpp.dockerfile @@ -45,7 +45,6 @@ RUN if [ -n "${gcc}" ]; then \ git \ libbenchmark-dev \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/ci/docker/ubuntu-22.04-cpp.dockerfile b/ci/docker/ubuntu-22.04-cpp.dockerfile index 7b0182012e73..3572f156ba8c 100644 --- a/ci/docker/ubuntu-22.04-cpp.dockerfile +++ b/ci/docker/ubuntu-22.04-cpp.dockerfile @@ -73,7 +73,6 @@ RUN apt-get update -y -q && \ git \ libbenchmark-dev \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/ci/docker/ubuntu-24.04-cpp.dockerfile b/ci/docker/ubuntu-24.04-cpp.dockerfile index c5fc190917fc..3798e0817326 100644 --- a/ci/docker/ubuntu-24.04-cpp.dockerfile +++ b/ci/docker/ubuntu-24.04-cpp.dockerfile @@ -74,7 +74,6 @@ RUN apt-get update -y -q && \ git \ libbenchmark-dev \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/cpp/examples/minimal_build/system_dependency.dockerfile b/cpp/examples/minimal_build/system_dependency.dockerfile index 84a16c4902f3..773cd52baab4 100644 --- a/cpp/examples/minimal_build/system_dependency.dockerfile +++ b/cpp/examples/minimal_build/system_dependency.dockerfile @@ -25,7 +25,6 @@ RUN apt-get update -y -q && \ cmake \ libboost-filesystem-dev \ libboost-regex-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libgflags-dev \ diff --git a/cpp/subprojects/boost.wrap b/cpp/subprojects/boost.wrap index 8f94fe2ec958..c71539259d21 100644 --- a/cpp/subprojects/boost.wrap +++ b/cpp/subprojects/boost.wrap @@ -24,4 +24,3 @@ method = cmake [provide] boost_filesystem = boost_filesystem_dep -boost_system = boost_system_dep diff --git a/dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm/Dockerfile b/dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm/Dockerfile index 9a068b674a9c..ff4d31965abe 100644 --- a/dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm/Dockerfile +++ b/dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm/Dockerfile @@ -45,7 +45,6 @@ RUN \ gi-docgen \ git \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/dev/tasks/linux-packages/apache-arrow/apt/debian-forky/Dockerfile b/dev/tasks/linux-packages/apache-arrow/apt/debian-forky/Dockerfile index 1b1283895add..764940216796 100644 --- a/dev/tasks/linux-packages/apache-arrow/apt/debian-forky/Dockerfile +++ b/dev/tasks/linux-packages/apache-arrow/apt/debian-forky/Dockerfile @@ -46,7 +46,6 @@ RUN \ gi-docgen \ git \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/dev/tasks/linux-packages/apache-arrow/apt/debian-trixie/Dockerfile b/dev/tasks/linux-packages/apache-arrow/apt/debian-trixie/Dockerfile index 8f7c37f72502..662c307cdf72 100644 --- a/dev/tasks/linux-packages/apache-arrow/apt/debian-trixie/Dockerfile +++ b/dev/tasks/linux-packages/apache-arrow/apt/debian-trixie/Dockerfile @@ -47,7 +47,6 @@ RUN \ gi-docgen \ git \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-jammy/Dockerfile b/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-jammy/Dockerfile index 20f66ee32b93..72b31fd4ff8a 100644 --- a/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-jammy/Dockerfile +++ b/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-jammy/Dockerfile @@ -40,7 +40,6 @@ RUN \ gi-docgen \ git \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-noble/Dockerfile b/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-noble/Dockerfile index 5a9a55000cc4..a29bbf4d3533 100644 --- a/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-noble/Dockerfile +++ b/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-noble/Dockerfile @@ -40,7 +40,6 @@ RUN \ gi-docgen \ git \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-resolute/Dockerfile b/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-resolute/Dockerfile index ecee7c38e60d..7379d3d6be6e 100644 --- a/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-resolute/Dockerfile +++ b/dev/tasks/linux-packages/apache-arrow/apt/ubuntu-resolute/Dockerfile @@ -40,7 +40,6 @@ RUN \ gi-docgen \ git \ libboost-filesystem-dev \ - libboost-system-dev \ libbrotli-dev \ libbz2-dev \ libc-ares-dev \ diff --git a/dev/tasks/linux-packages/apache-arrow/debian/control.in b/dev/tasks/linux-packages/apache-arrow/debian/control.in index 0e7ff29b2cbf..21477c189981 100644 --- a/dev/tasks/linux-packages/apache-arrow/debian/control.in +++ b/dev/tasks/linux-packages/apache-arrow/debian/control.in @@ -9,7 +9,6 @@ Build-Depends: git, gobject-introspection, libboost-filesystem-dev, - libboost-system-dev, libbrotli-dev, libbz2-dev, libc-ares-dev,