https://bugs.freedesktop.org/show_bug.cgi?id=110963
Bug ID: 110963 Summary: Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Product: DRI Version: unspecified Hardware: Other OS: All Status: NEW Severity: major Priority: medium Component: DRM/AMDgpu-pro Assignee: dri-devel@lists.freedesktop.org Reporter: ashark@linuxcomp.ru
19.20-812932 release for Ubuntu
In libgl1-amdgpu-mesa-dri in postinst script there is such condition: # Support I+A hybrid graphics if [ -f ... ] && [ "str1" != "str2" ]; then You just compare two different strings? I guess you wanted to compare folder contents. But now that second condition will always be true.
Further there is: if [ "${f%%/*}" = ... ]; then there is extra percent symbol, you should remove it. Btw, in rpm release variant in scriptlet there is no such mistake.
https://bugs.freedesktop.org/show_bug.cgi?id=110963
Eric Engestrom fdo-bugs@engestrom.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |110956
Referenced Bugs:
https://bugs.freedesktop.org/show_bug.cgi?id=110956 [Bug 110956] List of 19.20-812932 release mistakes
https://bugs.freedesktop.org/show_bug.cgi?id=110963
Eric Engestrom fdo-bugs@engestrom.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Eric Engestrom fdo-bugs@engestrom.ch --- Ubuntu packaging issue; this needs to be reported to Ubuntu instead.
https://bugs.freedesktop.org/show_bug.cgi?id=110963
Eric Engestrom fdo-bugs@engestrom.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |REOPENED
--- Comment #2 from Eric Engestrom fdo-bugs@engestrom.ch --- TIL AMD does its support via our bugzilla...
https://bugs.freedesktop.org/show_bug.cgi?id=110963
Jeremy Newton Jeremy.Newton@amd.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED
--- Comment #3 from Jeremy Newton Jeremy.Newton@amd.com --- This should be fixed. I back ported it internally, but I'm not sure what build it'll be in.
https://bugs.freedesktop.org/show_bug.cgi?id=110963
Jeremy Newton Jeremy.Newton@amd.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |Jeremy.Newton@amd.com |.org |
dri-devel@lists.freedesktop.org