Bug 111334 - amdgpu-pro-19.20-812932 fails to compile DKMS
Summary: amdgpu-pro-19.20-812932 fails to compile DKMS
Status: RESOLVED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/AMDgpu-pro (show other bugs)
Version: XOrg git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-08 18:53 UTC by Gustavo A. Díaz
Modified: 2019-11-19 08:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Logs files (163.89 KB, application/gzip)
2019-08-08 18:53 UTC, Gustavo A. Díaz
no flags Details

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.