Skip to content

Commit b6cbdec

Browse files
committed
DLPX-93685 LTS 24.04: Upgrade fails due to libkdumpfile conflict with upstream libkdumpfile10 package
1 parent 3d1ac55 commit b6cbdec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/drgn/config.sh

Lines changed: 7 additions & 0 deletions
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)