https://bugs.freedesktop.org/show_bug.cgi?id=111334
Bug ID: 111334 Summary: amdgpu-pro-19.20-812932 fails to compile DKMS Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu-pro Assignee: dri-devel@lists.freedesktop.org Reporter: gustavo.diaz@gdnet.com.ar
Created attachment 144985 --> https://bugs.freedesktop.org/attachment.cgi?id=144985&action=edit 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
https://bugs.freedesktop.org/show_bug.cgi?id=111334
--- Comment #1 from Gustavo A. Díaz gustavo.diaz@gdnet.com.ar --- 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.
https://bugs.freedesktop.org/show_bug.cgi?id=111334
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED
--- Comment #2 from Martin Peres martin.peres@free.fr --- -- 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.
dri-devel@lists.freedesktop.org