intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
251 stars 153 forks source link

Update stress-ng dependency on ubuntu jammy #354

Closed bssrikanth closed 6 months ago

bssrikanth commented 6 months ago

Update the JPEG runtime library name for ubuntu

bssrikanth commented 6 months ago

Before fix, stress-ng install failing on ubuntu 22.04.04 :

Reading state information... Done
Package libjpeg62-turbo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libjpeg62-turbo' has no installation candidate
Cannot install some packages of stress-ng depends

After fix:

Preparing to unpack stress-ng-lkp.deb ...
Unpacking stress-ng-lkp (2024-03-12) ...
Setting up stress-ng-lkp (2024-03-12) ...
Processing triggers for man-db (2.10.2-1) ...
install succeed
rli9 commented 6 months ago

thanks for the patch