Skip to content

Commit 44530c9

Browse files
authored
DLPX-93685 LTS 24.04: Upgrade fails due to libkdumpfile conflict with upstream libkdumpfile10 package (#341)
PR URL: https://www.github.com/delphix/linux-pkg/pull/341
1 parent 3d1ac55 commit 44530c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/drgn/config.sh

+7
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@
1717

1818
# shellcheck disable=SC2034
1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/drgn.git"
20+
PACKAGE_DEPENDENCIES="libkdumpfile"
2021

2122
UPSTREAM_GIT_URL="https://github.com/osandov/drgn.git"
2223
UPSTREAM_GIT_BRANCH="main"
2324

2425
function prepare() {
26+
#
27+
# Strictly speaking libkdumpfile is not a hard prerequisite for
28+
# drgn itself, but it is a hard requirement in our use-case as
29+
# we do want to use drgn for kdump-compressed crash dumps.
30+
#
31+
logmust install_pkgs "$DEPDIR"/libkdumpfile/*.deb
2532
logmust install_build_deps_from_control_file
2633
}
2734

0 commit comments

Comments
 (0)