From 2edb800bc2ac14ebb34ae38d7b57fffe4078ff7c Mon Sep 17 00:00:00 2001 From: James Beal Date: Thu, 20 Jan 2022 17:24:36 -0800 Subject: [PATCH] LU-15005 build: Ubuntu dkms packages missing dependancies It was noted that on astandard ubuntu install the dkms package would fail to install as libnl-genl-3-dev was missing. As a test we tried installing the dkms package on an upstream cloud image for 18.04 and 20.04. We noted that a number of packages were needed before dkms would install cleanly. Test-Parameters: trivial testgroup=review-ldiskfs-ubuntu Lustre-change: https://review.whamcloud.com/44999 Lustre-commit: 98eb212b1b6b1882b0776d16b081f72b04980326 Signed-off-by: James Beal Change-Id: I53a2f143dd2154a2d0b598db8c60fd8ff1421860 Reviewed-on: https://review.whamcloud.com/46241 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index fa9b7fe..21d9d05 100644 --- a/debian/control +++ b/debian/control @@ -108,7 +108,7 @@ Package: lustre-client-modules-dkms Section: admin Architecture: i386 armhf powerpc ppc64el amd64 ia64 Priority: optional -Depends: dkms, automake, libtool, libyaml-dev, linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g +Depends: dkms, automake, libtool, libyaml-dev, linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g, python3-distutils, python3-dev, libnl-genl-3-dev, zlib1g-dev, pkg-config Recommends: linux-image, lustre-client-utils Provides: lustre-client-modules Description: Lustre Linux kernel module (DKMS) diff --git a/debian/control.main b/debian/control.main index fa9b7fe..21d9d05 100644 --- a/debian/control.main +++ b/debian/control.main @@ -108,7 +108,7 @@ Package: lustre-client-modules-dkms Section: admin Architecture: i386 armhf powerpc ppc64el amd64 ia64 Priority: optional -Depends: dkms, automake, libtool, libyaml-dev, linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g +Depends: dkms, automake, libtool, libyaml-dev, linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g, python3-distutils, python3-dev, libnl-genl-3-dev, zlib1g-dev, pkg-config Recommends: linux-image, lustre-client-utils Provides: lustre-client-modules Description: Lustre Linux kernel module (DKMS) -- 1.8.3.1