Skip to content

DLPX-93685 LTS 24.04: Upgrade fails due to libkdumpfile conflict with upstream libkdumpfile10 package #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/drgn/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@

# shellcheck disable=SC2034
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/drgn.git"
PACKAGE_DEPENDENCIES="libkdumpfile"

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

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

Expand Down
Loading