Skip to content

Commit

Permalink
GH-43245: [Packaging][deb] Add missing libabsl-dev dependency (#43246)
Browse files Browse the repository at this point in the history
### Rationale for this change

If `libabsl-dev` dependency is missed from `libarrow-dev`, `find_package(Arrow)` is failed.

### What changes are included in this PR?

* Add missing `libabsl-dev` dependency.
* Remove `mold` from debian-trixie because `mold` is removed from debian-trixie: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073168

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* GitHub Issue: #43245

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Jul 15, 2024
1 parent 0372617 commit 4e939f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ RUN \
llvm-dev \
lsb-release \
meson \
mold \
ninja-build \
nlohmann-json3-dev \
pkg-config \
Expand Down
1 change: 1 addition & 0 deletions dev/tasks/linux-packages/apache-arrow/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
libarrow1700 (= ${binary:Version}),
@USE_SYSTEM_GRPC@ libabsl-dev,
libbrotli-dev,
libbz2-dev,
libcurl4-openssl-dev,
Expand Down

0 comments on commit 4e939f5

Please sign in to comment.