Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri
@ 2021-09-01  8:57 datenwolf
  2021-09-01  9:42 ` q66
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: datenwolf @ 2021-09-01  8:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1982 bytes --]

New issue by datenwolf on void-packages repository

https://github.com/void-linux/void-packages/issues/32788

Description:

### System

* xuname:  Void 5.13.13_1 x86_64 GenuineIntel notuptodate rrrrrmmdnFFFFF
* package:  mesa-dri-dbg-21.2.1_1

### Expected behavior
mesa-dri-dbg should contain debug information for all shared objects shipped in mesa-dri

### Actual behavior
mesa-dri-dbg contains only a subset of debug files:

```
~/ %  xbps-query -f mesa-dri
/usr/lib/dri/crocus_dri.so
/usr/lib/dri/i830_dri.so
/usr/lib/dri/i915_dri.so
/usr/lib/dri/i965_dri.so
/usr/lib/dri/iris_dri.so
/usr/lib/dri/kms_swrast_dri.so
/usr/lib/dri/libgallium_dri.so
/usr/lib/dri/libmesa_dri_drivers.so
/usr/lib/dri/nouveau_dri.so
/usr/lib/dri/nouveau_vieux_dri.so
/usr/lib/dri/r200_dri.so
/usr/lib/dri/r300_dri.so
/usr/lib/dri/r600_dri.so
/usr/lib/dri/radeon_dri.so
/usr/lib/dri/radeonsi_dri.so
/usr/lib/dri/swrast_dri.so
/usr/lib/dri/virtio_gpu_dri.so
/usr/lib/dri/vmwgfx_dri.so
/usr/lib/dri/zink_dri.so
/usr/lib/gallium-pipe/pipe_crocus.so
/usr/lib/gallium-pipe/pipe_iris.so
/usr/lib/gallium-pipe/pipe_nouveau.so
/usr/lib/gallium-pipe/pipe_r300.so
/usr/lib/gallium-pipe/pipe_r600.so
/usr/lib/gallium-pipe/pipe_radeonsi.so
/usr/lib/gallium-pipe/pipe_swrast.so
/usr/lib/gallium-pipe/pipe_vmwgfx.so

~/ %  xbps-query -f mesa-dri-dbg
/usr/lib/debug/usr/lib/dri/libgallium_dri.so
/usr/lib/debug/usr/lib/dri/libmesa_dri_drivers.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_crocus.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_iris.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_nouveau.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_r300.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_r600.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_radeonsi.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_swrast.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_vmwgfx.so
```

### Steps to reproduce the behavior
Install mesa-dri and mesa-dri-dbg and compare their set of files.


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

* Re: mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
@ 2021-09-01  9:42 ` q66
  2021-09-01  9:54 ` datenwolf
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2021-09-01  9:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/32788#issuecomment-910116191

Comment:
not necessarily a problem, gallium drivers are all hardlinks to a single megadriver, so that is what you get debug files of 

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

* Re: mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
  2021-09-01  9:42 ` q66
@ 2021-09-01  9:54 ` datenwolf
  2021-09-01 11:09 ` st3r4g
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: datenwolf @ 2021-09-01  9:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

New comment by datenwolf on void-packages repository

https://github.com/void-linux/void-packages/issues/32788#issuecomment-910124544

Comment:
I think the debug packages should create matching hardlinks for the debug symbol files, so that debuggers have an easier time picking them up.

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

* Re: mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
  2021-09-01  9:42 ` q66
  2021-09-01  9:54 ` datenwolf
@ 2021-09-01 11:09 ` st3r4g
  2021-09-01 11:09 ` st3r4g
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: st3r4g @ 2021-09-01 11:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/32788#issuecomment-910178685

Comment:
iirc the debugger picked the right one automatically...

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

* Re: mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
                   ` (2 preceding siblings ...)
  2021-09-01 11:09 ` st3r4g
@ 2021-09-01 11:09 ` st3r4g
  2021-09-01 11:11 ` datenwolf
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: st3r4g @ 2021-09-01 11:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/32788#issuecomment-910178685

Comment:
iirc gdb picked the right one automatically...

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

* Re: mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
                   ` (3 preceding siblings ...)
  2021-09-01 11:09 ` st3r4g
@ 2021-09-01 11:11 ` datenwolf
  2022-06-04  2:09 ` github-actions
  2022-06-04 10:33 ` [ISSUE] [CLOSED] " q66
  6 siblings, 0 replies; 8+ messages in thread
From: datenwolf @ 2021-09-01 11:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

New comment by datenwolf on void-packages repository

https://github.com/void-linux/void-packages/issues/32788#issuecomment-910180514

Comment:
For me it didn't. I had to place the correct hardlinks manually. With that done, things got picked up properly.

For your amusement: https://twitter.com/datenwolf/status/1433020708414689280 and https://twitter.com/datenwolf/status/1433020702274330630


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

* Re: mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
                   ` (4 preceding siblings ...)
  2021-09-01 11:11 ` datenwolf
@ 2022-06-04  2:09 ` github-actions
  2022-06-04 10:33 ` [ISSUE] [CLOSED] " q66
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-04  2:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/32788#issuecomment-1146498593

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] mesa-dri-dbg is inconsistent with mesa-dri
  2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
                   ` (5 preceding siblings ...)
  2022-06-04  2:09 ` github-actions
@ 2022-06-04 10:33 ` q66
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2022-06-04 10:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1985 bytes --]

Closed issue by datenwolf on void-packages repository

https://github.com/void-linux/void-packages/issues/32788

Description:

### System

* xuname:  Void 5.13.13_1 x86_64 GenuineIntel notuptodate rrrrrmmdnFFFFF
* package:  mesa-dri-dbg-21.2.1_1

### Expected behavior
mesa-dri-dbg should contain debug information for all shared objects shipped in mesa-dri

### Actual behavior
mesa-dri-dbg contains only a subset of debug files:

```
~/ %  xbps-query -f mesa-dri
/usr/lib/dri/crocus_dri.so
/usr/lib/dri/i830_dri.so
/usr/lib/dri/i915_dri.so
/usr/lib/dri/i965_dri.so
/usr/lib/dri/iris_dri.so
/usr/lib/dri/kms_swrast_dri.so
/usr/lib/dri/libgallium_dri.so
/usr/lib/dri/libmesa_dri_drivers.so
/usr/lib/dri/nouveau_dri.so
/usr/lib/dri/nouveau_vieux_dri.so
/usr/lib/dri/r200_dri.so
/usr/lib/dri/r300_dri.so
/usr/lib/dri/r600_dri.so
/usr/lib/dri/radeon_dri.so
/usr/lib/dri/radeonsi_dri.so
/usr/lib/dri/swrast_dri.so
/usr/lib/dri/virtio_gpu_dri.so
/usr/lib/dri/vmwgfx_dri.so
/usr/lib/dri/zink_dri.so
/usr/lib/gallium-pipe/pipe_crocus.so
/usr/lib/gallium-pipe/pipe_iris.so
/usr/lib/gallium-pipe/pipe_nouveau.so
/usr/lib/gallium-pipe/pipe_r300.so
/usr/lib/gallium-pipe/pipe_r600.so
/usr/lib/gallium-pipe/pipe_radeonsi.so
/usr/lib/gallium-pipe/pipe_swrast.so
/usr/lib/gallium-pipe/pipe_vmwgfx.so

~/ %  xbps-query -f mesa-dri-dbg
/usr/lib/debug/usr/lib/dri/libgallium_dri.so
/usr/lib/debug/usr/lib/dri/libmesa_dri_drivers.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_crocus.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_iris.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_nouveau.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_r300.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_r600.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_radeonsi.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_swrast.so
/usr/lib/debug/usr/lib/gallium-pipe/pipe_vmwgfx.so
```

### Steps to reproduce the behavior
Install mesa-dri and mesa-dri-dbg and compare their set of files.


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

end of thread, other threads:[~2022-06-04 10:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  8:57 [ISSUE] mesa-dri-dbg is inconsistent with mesa-dri datenwolf
2021-09-01  9:42 ` q66
2021-09-01  9:54 ` datenwolf
2021-09-01 11:09 ` st3r4g
2021-09-01 11:09 ` st3r4g
2021-09-01 11:11 ` datenwolf
2022-06-04  2:09 ` github-actions
2022-06-04 10:33 ` [ISSUE] [CLOSED] " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).