Bug 111334

Summary: amdgpu-pro-19.20-812932 fails to compile DKMS
Product: DRI Reporter: Gustavo A. Díaz <gustavo.diaz>
Component: DRM/AMDgpu-proAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED MOVED QA Contact:
Severity: normal    
Priority: medium    
Version: XOrg git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Logs files none

Description Gustavo A. Díaz 2019-08-08 18:53:20 UTC
Created attachment 144985 [details]
Logs files

Hi,

I have problems installing amdgpu-pro driver, which fails when compiling DKMS, no matter if use default kernel 4.15 or hwe, 5.0 in Ubuntu 18.04.2 (KDE Neon flavor).

I am attaching all the related info and the log from the installation process, including the DKMS compile log.

Thanks in advance
Comment 1 Gustavo A. Díaz 2019-08-08 20:00:21 UTC
Ok, fixed. The problem was that KDE neon modify the file /etc/os-release. The install script run fine since I've modified it (instead of os-releast) from:

case "$ID" in
        ubuntu|linuxmint|debian)

to:

case "$ID" in
        ubuntu|linuxmint|debian|neon)

and then I think DRM_VERSION is empty because of modified ID in os-release.

I think there must a way to support this, since KDE Neon is Ubuntu LTS based.
Comment 2 Martin Peres 2019-11-19 08:00:52 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/38.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.