From 98eb212b1b6b1882b0776d16b081f72b04980326 Mon Sep 17 00:00:00 2001 From: James Beal Date: Tue, 21 Sep 2021 15:24:39 +0100 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 Signed-off-by: James Beal Change-Id: I53a2f143dd2154a2d0b598db8c60fd8ff1421860 Reviewed-on: https://review.whamcloud.com/44999 Reviewed-by: James Simmons Tested-by: jenkins Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Oleg Drokin --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 83a3d0e..1042cc4 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 83a3d0e..1042cc4 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