[Bug 111334] amdgpu-pro-19.20-812932 fails to compile DKMS
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 8 20:00:21 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111334
--- Comment #1 from Gustavo A. Díaz <gustavo.diaz at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190808/b63490b4/attachment.html>
More information about the dri-devel
mailing list