azurelinux icon indicating copy to clipboard operation
azurelinux copied to clipboard

libdrm package is out of date for latest Mesa release

Open sirredbeard opened this issue 1 year ago • 0 comments

Describe the bug

The version of libdrm that ships currently in Azure Linux is 2.4.115-1, but >=2.4.119 is needed to build the latest Mesa, 24.0.3.

To Reproduce

  1. Follow steps to install Mesa and dependencies from LFS
  2. Run Mesa build

Expected behavior

Mesa can build with libdrm available in Azure Linux repositories.

Message: libdrm 2.4.119 needed because amdgpu has the highest requirement
Dependency libdrm_intel found: NO found 2.4.115 but need: '>=2.4.119'
Run-time dependency libdrm_intel found: NO (tried cmake)

../meson.build:1672:4: ERROR: Invalid version of dependency, need 'libdrm_intel' ['>=2.4.119'] found '2.4.115'.

sirredbeard avatar Mar 18 '24 19:03 sirredbeard