From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110963] Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Date: Sat, 22 Jun 2019 03:32:18 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1035005925==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 4FCD76E951 for ; Sat, 22 Jun 2019 03:32:18 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1035005925== Content-Type: multipart/alternative; boundary="15611743381.316ff.2715" Content-Transfer-Encoding: 7bit --15611743381.316ff.2715 Date: Sat, 22 Jun 2019 03:32:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110963 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=20 if [ -f ... ] && [ "str1" !=3D "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%%/*}" =3D ... ]; then there is extra percent symbol, you should remove it. Btw, in rpm release variant in scriptlet there is no such mistake. --=20 You are receiving this mail because: You are the assignee for the bug.= --15611743381.316ff.2715 Date: Sat, 22 Jun 2019 03:32:18 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 110963
Summary Wrong condition and wrong variable substitution in libgl1-amd= gpu-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=20
    if [ -f ... ] && [ "str1" !=3D "str2" ]; th=
en
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%%/*}" =3D ... ]; then
there is extra percent symbol, you should remove it. Btw, in rpm release
variant in scriptlet there is no such mistake.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15611743381.316ff.2715-- --===============1035005925== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1035005925==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110963] Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Date: Sat, 22 Jun 2019 15:41:45 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0362887496==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id A01826E267 for ; Sat, 22 Jun 2019 15:41:46 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0362887496== Content-Type: multipart/alternative; boundary="15612181068.d8d4C2CfF.14304" Content-Transfer-Encoding: 7bit --15612181068.d8d4C2CfF.14304 Date: Sat, 22 Jun 2019 15:41:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110963 Eric Engestrom changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |110956 Referenced Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=3D110956 [Bug 110956] List of 19.20-812932 release mistakes --=20 You are receiving this mail because: You are the assignee for the bug.= --15612181068.d8d4C2CfF.14304 Date: Sat, 22 Jun 2019 15:41:46 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Eric Engestrom changed bug 11096= 3
What Removed Added
Blocks   110956


Referenced Bugs:


You are receiving this mail because:
  • You are the assignee for the bug.
= --15612181068.d8d4C2CfF.14304-- --===============0362887496== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0362887496==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110963] Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Date: Sat, 22 Jun 2019 15:49:25 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1799841136==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 281546E222 for ; Sat, 22 Jun 2019 15:49:25 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1799841136== Content-Type: multipart/alternative; boundary="15612185650.8e7b220.15995" Content-Transfer-Encoding: 7bit --15612185650.8e7b220.15995 Date: Sat, 22 Jun 2019 15:49:25 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110963 Eric Engestrom changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Eric Engestrom --- Ubuntu packaging issue; this needs to be reported to Ubuntu instead. --=20 You are receiving this mail because: You are the assignee for the bug.= --15612185650.8e7b220.15995 Date: Sat, 22 Jun 2019 15:49:25 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Eric Engestrom changed bug 11096= 3
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID

Commen= t # 1 on bug 11096= 3 from Eric Engestrom
Ubuntu packaging issue; this needs to be reported to Ubuntu in=
stead.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15612185650.8e7b220.15995-- --===============1799841136== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1799841136==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110963] Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Date: Sat, 22 Jun 2019 17:57:20 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0529603758==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id E8E426E4C2 for ; Sat, 22 Jun 2019 17:57:19 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0529603758== Content-Type: multipart/alternative; boundary="15612262390.156Fc2e04.2019" Content-Transfer-Encoding: 7bit --15612262390.156Fc2e04.2019 Date: Sat, 22 Jun 2019 17:57:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110963 Eric Engestrom changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |--- Status|RESOLVED |REOPENED --- Comment #2 from Eric Engestrom --- TIL AMD does its support via our bugzilla... --=20 You are receiving this mail because: You are the assignee for the bug.= --15612262390.156Fc2e04.2019 Date: Sat, 22 Jun 2019 17:57:19 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Eric Engestrom changed bug 11096= 3
What Removed Added
Resolution INVALID ---
Status RESOLVED REOPENED

Commen= t # 2 on bug 11096= 3 from Eric Engestrom
TIL AMD does its support via our bugzilla...


You are receiving this mail because:
  • You are the assignee for the bug.
= --15612262390.156Fc2e04.2019-- --===============0529603758== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============0529603758==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110963] Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Date: Mon, 29 Jul 2019 20:32:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1613010358==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id A9ACD6E2AC for ; Mon, 29 Jul 2019 20:32:56 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1613010358== Content-Type: multipart/alternative; boundary="15644323761.DDf74.10566" Content-Transfer-Encoding: 7bit --15644323761.DDf74.10566 Date: Mon, 29 Jul 2019 20:32:56 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110963 Jeremy Newton changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #3 from Jeremy Newton --- This should be fixed. I back ported it internally, but I'm not sure what bu= ild it'll be in. --=20 You are receiving this mail because: You are the assignee for the bug.= --15644323761.DDf74.10566 Date: Mon, 29 Jul 2019 20:32:56 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Jeremy Newton changed bug 11096= 3
What Removed Added
Status REOPENED ASSIGNED

Commen= t # 3 on bug 11096= 3 from Jeremy Newton
This should be fixed. I back ported it internally, but I'm not=
 sure what build
it'll be in.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15644323761.DDf74.10566-- --===============1613010358== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1613010358==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 110963] Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script Date: Wed, 02 Oct 2019 18:43:22 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1353312159==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 012A56E17F for ; Wed, 2 Oct 2019 18:43:22 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1353312159== Content-Type: multipart/alternative; boundary="15700418012.b9E56f6.12635" Content-Transfer-Encoding: 7bit --15700418012.b9E56f6.12635 Date: Wed, 2 Oct 2019 18:43:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D110963 Jeremy Newton changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |Jeremy.Newton@amd.com |.org | --=20 You are receiving this mail because: You are the assignee for the bug.= --15700418012.b9E56f6.12635 Date: Wed, 2 Oct 2019 18:43:21 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Jeremy Newton changed bug 11096= 3
What Removed Added
Assignee dri-devel@lists.freedesktop.org Jeremy.Newton@amd.com


You are receiving this mail because:
  • You are the assignee for the bug.
= --15700418012.b9E56f6.12635-- --===============1353312159== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============1353312159==--