All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 110956] List of 19.20-812932 release mistakes
@ 2019-06-21 19:41 bugzilla-daemon
  2019-06-21 23:19 ` bugzilla-daemon
                   ` (40 more replies)
  0 siblings, 41 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-21 19:41 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 3267 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

            Bug ID: 110956
           Summary: List of 19.20-812932 release mistakes
           Product: DRI
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu-pro
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: ashark@linuxcomp.ru

I was repacking amdgpu-pro (ubuntu archive) for Arch linux, and while doing
this, I have noticed many probable mistakes. Here is my list.

- wsa-amdgpu package has empty copyright file
- Release page says that it supports ubuntu x86_64, but actually it can be
installed on ubuntu x86. Is this an error?
- In clinfo package description Homepage link is broken (404 page)
- In alternative dependencies there are such occurances: libva1-amdgpu,
libva2-amdgpu, libvdpau-1-amdgpu. But these are not provided neither by ubuntu
repos, nor in bundled archive. So is it an error?
- Provided libdrm packages have MIT licence. But are they built completely from
open source? In the changelog I can see that it is some
amd-mainline-hybrid-master20190125. And actually if I omit these packages, then
proprietay libgl driver and clinfo utility crashes. I want to avoid needing of
installation of these libdrm packages (libdrm-amdgpu-amdgpu1,
libdrm-amdgpu-common, libdrm2-amdgpu). Is that possible?
- amdgpu-pro(-hwe) and amdgpu-pro-lib32 depend on amdgpu(-hwe), but actually
they should depend on amdgpu-lib(-hwe) (just like open variant packages).
Because of that even when running installer with --no-dkms, it still is in
packages list (because amdgpu(-hwe) depends on it). Is it intensional ar just a
mistake?
- In libgl1-amdgpu-mesa-dri in postinst script in Support I+A hybrid graphics
there is such condition:
if [ -f ... ] && [ "str1" != "str2" ]; then
You just compare two different strings? I guess you wanted to compare folder
contents. But now that condition will always be false.
in if [ "${f%%/*}"... there is extra percent symbol, you should remove it. Btw,
in rpm variants scriptlets, it is already fixed.
- In the documentation at readthedocs there is missing information about Open
Vulkan component
- There is actually no PX package in bundled archive, so maybe remove it
completely from installer script and from the documentation?
- Release page says that you need to install lunar_sdk for vulkan to work. Is
it really true? And even then, it says that you need version 1.1.106.0, but in
vulkan-amdgpu-pro inside json file we have 1.1.108. The documentation is
outdated?
- roct-amdgpu-pro and roct-amdgpu-pro-dev have MIT licence. Are they actually
open souce components? If yes, then why do they called with -pro suffix?
- Can you remove hardcoded declining of installation on unsupported ubuntu
release? Just leave a warning (as you let it for non-ubuntu systems), but let
the users to decide. Otherwise, they need to edit release version or modify
debian packages internals (I even did a special script for this and published
in this bugtracking system).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4590 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
@ 2019-06-21 23:19 ` bugzilla-daemon
  2019-06-22  4:53 ` bugzilla-daemon
                   ` (39 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-21 23:19 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 458 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #1 from Andre Klapper <a9016009@gmx.de> ---
Please split this ticket into separate issues - one issue per ticket.

Currently it is impossible to track progress via the ticket status, and
discussing any item from the list is cumbersome with lots of noise inbetween
when discussing other items from the list.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1214 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
  2019-06-21 23:19 ` bugzilla-daemon
@ 2019-06-22  4:53 ` bugzilla-daemon
  2019-06-22 15:41 ` bugzilla-daemon
                   ` (38 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22  4:53 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1035 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #2 from Andrew Shark <ashark@linuxcomp.ru> ---
Bug 110957 - wsa-amdgpu package has empty copyright file
Bug 110958 - Mentioning 32 bit OS support in Release page
Bug 110959 - Broken link to Homepage of some packages
Bug 110960 - Non-existent alternative dependencies in some deb packages
Bug 110961 - Are provoded libdrm packages completely open source?
Bug 110962 - Wrong dependencies cause force dependency on amdgpu-dkms
Bug 110963 - Wrong condition and wrong variable substitution in
libgl1-amdgpu-mesa-dri in postinst script
Bug 110964 - Documentation update about provided Open Vulkan implementation
Bug 110965 - Documentation update about not provided PX package
Bug 110966 - Documentation update about required lunar sdk
Bug 110967 - Naming packages with pro suffix depending if open or close source
Bug 110968 - Allow ubuntu users to install on other ubuntu versions

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3739 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
  2019-06-21 23:19 ` bugzilla-daemon
  2019-06-22  4:53 ` bugzilla-daemon
@ 2019-06-22 15:41 ` bugzilla-daemon
  2019-06-22 15:42 ` bugzilla-daemon
                   ` (37 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:41 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2909 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

Eric Engestrom <fdo-bugs@engestrom.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |110957, 110958, 110959,
                   |                            |110960, 110961, 110962,
                   |                            |110963, 110964, 110965,
                   |                            |110966, 110967, 110968

--- Comment #3 from Eric Engestrom <fdo-bugs@engestrom.ch> ---
I added the bugs you created in the dependency list for this one so that it
tracks the overall progress.

That said, from a quick overview those are all Ubuntu packaging issues, which
means you need to talk to Ubuntu about these, we can't do anything about it.

I'll close the ones that are clearly something the Ubuntu packager needs to do
as INVALID; I hope you don't take it badly, this was just the wrong bug tracker
;)

BTW, when possible you should try to make a proper Arch package instead of
taking what someone built for Ubuntu and extracting it on Arch.
There are things like file paths that change depending on the distro and might
get built into the file, so your method might lead to spurious failures.


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=110957
[Bug 110957] wsa-amdgpu package has empty copyright file
https://bugs.freedesktop.org/show_bug.cgi?id=110958
[Bug 110958] Mentioning 32 bit OS support in Release page
https://bugs.freedesktop.org/show_bug.cgi?id=110959
[Bug 110959] Broken link to Homepage of some packages
https://bugs.freedesktop.org/show_bug.cgi?id=110960
[Bug 110960] Non-existent alternative dependencies in some deb packages
https://bugs.freedesktop.org/show_bug.cgi?id=110961
[Bug 110961] Are provoded libdrm packages completely open source?
https://bugs.freedesktop.org/show_bug.cgi?id=110962
[Bug 110962] Wrong dependencies cause force dependency on amdgpu-dkms
https://bugs.freedesktop.org/show_bug.cgi?id=110963
[Bug 110963] Wrong condition and wrong variable substitution in
libgl1-amdgpu-mesa-dri in postinst script
https://bugs.freedesktop.org/show_bug.cgi?id=110964
[Bug 110964] Documentation update about provided Open Vulkan implementation
https://bugs.freedesktop.org/show_bug.cgi?id=110965
[Bug 110965] Documentation update about not provided PX package
https://bugs.freedesktop.org/show_bug.cgi?id=110966
[Bug 110966] Documentation update about required lunar sdk
https://bugs.freedesktop.org/show_bug.cgi?id=110967
[Bug 110967] Naming packages with pro suffix depending if open or close source
https://bugs.freedesktop.org/show_bug.cgi?id=110968
[Bug 110968] Allow ubuntu users to install on other ubuntu versions
-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 6562 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-06-22 15:41 ` bugzilla-daemon
@ 2019-06-22 15:42 ` bugzilla-daemon
  2019-06-22 15:45 ` bugzilla-daemon
                   ` (36 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 560 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110957, which changed state.

Bug 110957 Summary: wsa-amdgpu package has empty copyright file
https://bugs.freedesktop.org/show_bug.cgi?id=110957

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1306 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-06-22 15:42 ` bugzilla-daemon
@ 2019-06-22 15:45 ` bugzilla-daemon
  2019-06-22 15:46 ` bugzilla-daemon
                   ` (35 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 557 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110959, which changed state.

Bug 110959 Summary: Broken link to Homepage of some packages
https://bugs.freedesktop.org/show_bug.cgi?id=110959

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1303 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-06-22 15:45 ` bugzilla-daemon
@ 2019-06-22 15:46 ` bugzilla-daemon
  2019-06-22 15:48 ` bugzilla-daemon
                   ` (34 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:46 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 575 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110960, which changed state.

Bug 110960 Summary: Non-existent alternative dependencies in some deb packages
https://bugs.freedesktop.org/show_bug.cgi?id=110960

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1321 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-06-22 15:46 ` bugzilla-daemon
@ 2019-06-22 15:48 ` bugzilla-daemon
  2019-06-22 15:49 ` bugzilla-daemon
                   ` (33 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 569 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110961, which changed state.

Bug 110961 Summary: Are provoded libdrm packages completely open source?
https://bugs.freedesktop.org/show_bug.cgi?id=110961

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1315 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-06-22 15:48 ` bugzilla-daemon
@ 2019-06-22 15:49 ` bugzilla-daemon
  2019-06-22 15:49 ` bugzilla-daemon
                   ` (32 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 573 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110962, which changed state.

Bug 110962 Summary: Wrong dependencies cause force dependency on amdgpu-dkms
https://bugs.freedesktop.org/show_bug.cgi?id=110962

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1319 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-06-22 15:49 ` bugzilla-daemon
@ 2019-06-22 15:49 ` bugzilla-daemon
  2019-06-22 15:52 ` bugzilla-daemon
                   ` (31 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 609 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110963, which changed state.

Bug 110963 Summary: Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script
https://bugs.freedesktop.org/show_bug.cgi?id=110963

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1355 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (8 preceding siblings ...)
  2019-06-22 15:49 ` bugzilla-daemon
@ 2019-06-22 15:52 ` bugzilla-daemon
  2019-06-22 15:54 ` bugzilla-daemon
                   ` (30 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:52 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 582 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110967, which changed state.

Bug 110967 Summary: Naming packages with pro suffix depending if open or close source
https://bugs.freedesktop.org/show_bug.cgi?id=110967

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1328 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-06-22 15:52 ` bugzilla-daemon
@ 2019-06-22 15:54 ` bugzilla-daemon
  2019-06-22 16:11 ` bugzilla-daemon
                   ` (29 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 15:54 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110968, which changed state.

Bug 110968 Summary: Allow ubuntu users to install on other ubuntu versions
https://bugs.freedesktop.org/show_bug.cgi?id=110968

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1317 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (10 preceding siblings ...)
  2019-06-22 15:54 ` bugzilla-daemon
@ 2019-06-22 16:11 ` bugzilla-daemon
  2019-06-22 16:13 ` bugzilla-daemon
                   ` (28 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 16:11 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1121 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #4 from Eric Engestrom <fdo-bugs@engestrom.ch> ---
OK, there are 4 issues left:

110965 & 110964 are about the docs on https://amdgpu-install.readthedocs.io/; a
quick look at the repo shows only one member, Tim Writer
(https://gitlab.com/amdgpu/docs/amdgpu-install/-/project_members).
You should try to contact him about these, or maybe simply send him an MR with
your updates.
I'll close these two now.

110958 is about the docs on the AMD.com website, which we have no control over,
but there are some AMD devs that read the bug tracker; maybe they'll see this
bug and know how to update the docs.

Lastly, 110966 is about the Vulkan SDK from LunarG; I don't know much about it
other than the fact it is used on Windows to distribute the vulkan loader (the
thing that manages the various vendors' vulkan drivers).
As for the api version numbers, 1.1.x should be all compatible with one
another, aside from missing features from newer releases, obviously.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2019 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (11 preceding siblings ...)
  2019-06-22 16:11 ` bugzilla-daemon
@ 2019-06-22 16:13 ` bugzilla-daemon
  2019-06-22 16:13 ` bugzilla-daemon
                   ` (27 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 16:13 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 579 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110964, which changed state.

Bug 110964 Summary: Documentation update about provided Open Vulkan implementation
https://bugs.freedesktop.org/show_bug.cgi?id=110964

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1325 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (12 preceding siblings ...)
  2019-06-22 16:13 ` bugzilla-daemon
@ 2019-06-22 16:13 ` bugzilla-daemon
  2019-06-22 16:37 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 16:13 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 567 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110965, which changed state.

Bug 110965 Summary: Documentation update about not provided PX package
https://bugs.freedesktop.org/show_bug.cgi?id=110965

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1313 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (13 preceding siblings ...)
  2019-06-22 16:13 ` bugzilla-daemon
@ 2019-06-22 16:37 ` bugzilla-daemon
  2019-06-22 16:48 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 16:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 589 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #5 from Ilia Mirkin <imirkin@alum.mit.edu> ---
(In reply to Eric Engestrom from comment #3)
> I'll close the ones that are clearly something the Ubuntu packager needs to
> do as INVALID; I hope you don't take it badly, this was just the wrong bug
> tracker ;)

I think it's the right bugracker. Note that DRM/AMDgpu-pro component. It's
meant for the AMD developers who very much have control (or at least influence)
over these things.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1425 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (14 preceding siblings ...)
  2019-06-22 16:37 ` bugzilla-daemon
@ 2019-06-22 16:48 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 16:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 676 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #6 from Eric Engestrom <fdo-bugs@engestrom.ch> ---
(In reply to Ilia Mirkin from comment #5)
> I think it's the right bugracker. Note that DRM/AMDgpu-pro component. It's
> meant for the AMD developers who very much have control (or at least
> influence) over these things.

Something just dawned on me: as amdgpu-pro is closed source, is it only ever
distributed as ubuntu packages, and therefore AMD are the ones making these
packages?

If so, I think I need to apologize, and all your bugs can be re-opened, sorry
:/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1516 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (15 preceding siblings ...)
  2019-06-22 16:48 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 553 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110959, which changed state.

Bug 110959 Summary: Broken link to Homepage of some packages
https://bugs.freedesktop.org/show_bug.cgi?id=110959

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1290 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (16 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 556 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110957, which changed state.

Bug 110957 Summary: wsa-amdgpu package has empty copyright file
https://bugs.freedesktop.org/show_bug.cgi?id=110957

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1293 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (17 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110960, which changed state.

Bug 110960 Summary: Non-existent alternative dependencies in some deb packages
https://bugs.freedesktop.org/show_bug.cgi?id=110960

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1308 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (18 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 565 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110961, which changed state.

Bug 110961 Summary: Are provided libdrm packages completely open source?
https://bugs.freedesktop.org/show_bug.cgi?id=110961

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1302 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (19 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 569 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110962, which changed state.

Bug 110962 Summary: Wrong dependencies cause force dependency on amdgpu-dkms
https://bugs.freedesktop.org/show_bug.cgi?id=110962

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1306 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (20 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 605 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110963, which changed state.

Bug 110963 Summary: Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script
https://bugs.freedesktop.org/show_bug.cgi?id=110963

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1342 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (21 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 575 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110964, which changed state.

Bug 110964 Summary: Documentation update about provided Open Vulkan implementation
https://bugs.freedesktop.org/show_bug.cgi?id=110964

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1312 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (22 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 563 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110965, which changed state.

Bug 110965 Summary: Documentation update about not provided PX package
https://bugs.freedesktop.org/show_bug.cgi?id=110965

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1300 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (24 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-24  8:59 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 567 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110968, which changed state.

Bug 110968 Summary: Allow ubuntu users to install on other ubuntu versions
https://bugs.freedesktop.org/show_bug.cgi?id=110968

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1304 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (23 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-22 17:57 ` bugzilla-daemon
  2019-06-22 17:57 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-22 17:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 578 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110967, which changed state.

Bug 110967 Summary: Naming packages with pro suffix depending if open or close source
https://bugs.freedesktop.org/show_bug.cgi?id=110967

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1315 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (25 preceding siblings ...)
  2019-06-22 17:57 ` bugzilla-daemon
@ 2019-06-24  8:59 ` bugzilla-daemon
  2019-07-29 20:05 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-06-24  8:59 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 561 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110958, which changed state.

Bug 110958 Summary: Mentioning 32 bit OS support in Release page
https://bugs.freedesktop.org/show_bug.cgi?id=110958

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1307 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (26 preceding siblings ...)
  2019-06-24  8:59 ` bugzilla-daemon
@ 2019-07-29 20:05 ` bugzilla-daemon
  2019-07-29 20:08 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-07-29 20:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 575 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110960, which changed state.

Bug 110960 Summary: Non-existent alternative dependencies in some deb packages
https://bugs.freedesktop.org/show_bug.cgi?id=110960

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1326 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (27 preceding siblings ...)
  2019-07-29 20:05 ` bugzilla-daemon
@ 2019-07-29 20:08 ` bugzilla-daemon
  2019-07-29 20:15 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-07-29 20:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 560 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110957, which changed state.

Bug 110957 Summary: wsa-amdgpu package has empty copyright file
https://bugs.freedesktop.org/show_bug.cgi?id=110957

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1311 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (28 preceding siblings ...)
  2019-07-29 20:08 ` bugzilla-daemon
@ 2019-07-29 20:15 ` bugzilla-daemon
  2019-07-29 20:24 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-07-29 20:15 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 582 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110967, which changed state.

Bug 110967 Summary: Naming packages with pro suffix depending if open or close source
https://bugs.freedesktop.org/show_bug.cgi?id=110967

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1333 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (29 preceding siblings ...)
  2019-07-29 20:15 ` bugzilla-daemon
@ 2019-07-29 20:24 ` bugzilla-daemon
  2019-07-29 20:28 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-07-29 20:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 843 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #7 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to Eric Engestrom from comment #6)
> (In reply to Ilia Mirkin from comment #5)
> > I think it's the right bugracker. Note that DRM/AMDgpu-pro component. It's
> > meant for the AMD developers who very much have control (or at least
> > influence) over these things.
> 
> Something just dawned on me: as amdgpu-pro is closed source, is it only ever
> distributed as ubuntu packages, and therefore AMD are the ones making these
> packages?

They are just packaged drivers.  Most of it is open source.  There are a few
closed source components you can optionally install for workstation parts but
everything else is open source.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1745 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (30 preceding siblings ...)
  2019-07-29 20:24 ` bugzilla-daemon
@ 2019-07-29 20:28 ` bugzilla-daemon
  2019-07-31 15:24 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-07-29 20:28 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 878 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

--- Comment #8 from Jeremy Newton <Jeremy.Newton@amd.com> ---
A few notes:
- Installing on 32bit is unsupported, but you could in theory still do it as I
don't thing we block this. This configuration is not advised.
- I am looking into a better way of providing source packages for open
components. I might just make a PPA but design is pending.
- We do not support --no-dkms with --pro, granted this should be documented but
is likely not.
- PX should be marked as deprecated in the installer, this is likely not yet
documented correctly.
- I'm aware of the mesa dri post install script issues. I pushed some fixes,
but I'm not sure which build it landed in.

Will try to address the individual bugs if I haven't done so already.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1640 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (31 preceding siblings ...)
  2019-07-29 20:28 ` bugzilla-daemon
@ 2019-07-31 15:24 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-07-31 15:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 572 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110961, which changed state.

Bug 110961 Summary: Are provided libdrm packages completely open source?
https://bugs.freedesktop.org/show_bug.cgi?id=110961

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1326 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (32 preceding siblings ...)
  2019-07-31 15:24 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 804 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #9 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/27.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2333 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (33 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 555 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110959, which changed state.

Bug 110959 Summary: Broken link to Homepage of some packages
https://bugs.freedesktop.org/show_bug.cgi?id=110959

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1330 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (34 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110962, which changed state.

Bug 110962 Summary: Wrong dependencies cause force dependency on amdgpu-dkms
https://bugs.freedesktop.org/show_bug.cgi?id=110962

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1346 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (35 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 607 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110963, which changed state.

Bug 110963 Summary: Wrong condition and wrong variable substitution in libgl1-amdgpu-mesa-dri in postinst script
https://bugs.freedesktop.org/show_bug.cgi?id=110963

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1382 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (36 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110964, which changed state.

Bug 110964 Summary: Documentation update about provided Open Vulkan implementation
https://bugs.freedesktop.org/show_bug.cgi?id=110964

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1352 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (37 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 565 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110965, which changed state.

Bug 110965 Summary: Documentation update about not provided PX package
https://bugs.freedesktop.org/show_bug.cgi?id=110965

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1340 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (38 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  2019-11-19  8:00 ` bugzilla-daemon
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 560 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110966, which changed state.

Bug 110966 Summary: Documentation update about required lunar sdk
https://bugs.freedesktop.org/show_bug.cgi?id=110966

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1330 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

* [Bug 110956] List of 19.20-812932 release mistakes
  2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
                   ` (39 preceding siblings ...)
  2019-11-19  8:00 ` bugzilla-daemon
@ 2019-11-19  8:00 ` bugzilla-daemon
  40 siblings, 0 replies; 42+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:00 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 569 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110956
Bug 110956 depends on bug 110968, which changed state.

Bug 110968 Summary: Allow ubuntu users to install on other ubuntu versions
https://bugs.freedesktop.org/show_bug.cgi?id=110968

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |MOVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1344 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2019-11-19  8:00 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 19:41 [Bug 110956] List of 19.20-812932 release mistakes bugzilla-daemon
2019-06-21 23:19 ` bugzilla-daemon
2019-06-22  4:53 ` bugzilla-daemon
2019-06-22 15:41 ` bugzilla-daemon
2019-06-22 15:42 ` bugzilla-daemon
2019-06-22 15:45 ` bugzilla-daemon
2019-06-22 15:46 ` bugzilla-daemon
2019-06-22 15:48 ` bugzilla-daemon
2019-06-22 15:49 ` bugzilla-daemon
2019-06-22 15:49 ` bugzilla-daemon
2019-06-22 15:52 ` bugzilla-daemon
2019-06-22 15:54 ` bugzilla-daemon
2019-06-22 16:11 ` bugzilla-daemon
2019-06-22 16:13 ` bugzilla-daemon
2019-06-22 16:13 ` bugzilla-daemon
2019-06-22 16:37 ` bugzilla-daemon
2019-06-22 16:48 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-22 17:57 ` bugzilla-daemon
2019-06-24  8:59 ` bugzilla-daemon
2019-07-29 20:05 ` bugzilla-daemon
2019-07-29 20:08 ` bugzilla-daemon
2019-07-29 20:15 ` bugzilla-daemon
2019-07-29 20:24 ` bugzilla-daemon
2019-07-29 20:28 ` bugzilla-daemon
2019-07-31 15:24 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon
2019-11-19  8:00 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.