Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libglvnd: Add missing shlib
@ 2020-05-07 13:18 toluschr
  2020-05-07 16:18 ` st3r4g
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: toluschr @ 2020-05-07 13:18 UTC (permalink / raw)
  To: ml

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

There is a new pull request by toluschr against master on the void-packages repository

https://github.com/toluschr/void-packages libglvnd-add-missing-shlib
https://github.com/void-linux/void-packages/pull/21720

libglvnd: Add missing shlib
`xlocate` reports that `libglvnd` provides `/usr/lib/libGLdispatch.so.0`.
There might also be others missing, but the package I was building required this one.

A patch file from https://github.com/void-linux/void-packages/pull/21720.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libglvnd-add-missing-shlib-21720.patch --]
[-- Type: text/x-diff, Size: 683 bytes --]

From d296bdcdecaa538ce69a2cbc727f8e4f18ccf4db Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Thu, 7 May 2020 15:15:10 +0200
Subject: [PATCH] libglvnd: Add missing shlib

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index eaf2724d234..753a5bb1ad8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -153,6 +153,7 @@ libnvidia-fatbinaryloader.so.430.40 nvidia-libs-430.40_1 ignore
 libglapi.so.0 libglapi-7.11_1
 libgbm.so.1 libgbm-9.0_1
 libOpenGL.so.0 libglvnd-1.3.0_1
+libGLdispatch.so.0 libglvnd-1.3.1_1
 libGLX.so.0 libglvnd-1.3.0_1
 librsvg-2.so.2 librsvg-2.26.0_1
 libdbus-1.so.3 dbus-libs-1.2.10_1

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

* Re: libglvnd: Add missing shlib
  2020-05-07 13:18 [PR PATCH] libglvnd: Add missing shlib toluschr
@ 2020-05-07 16:18 ` st3r4g
  2020-05-07 16:32 ` toluschr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: st3r4g @ 2020-05-07 16:18 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21720#issuecomment-625354859

Comment:
libGLdispatch.so.0 should be an internal detail of libglvnd. Applications shouldn't try to link to it directly, so it shouldn't be on shlibs. So why this change? Is there a particular app that doesn't honor this and tries to link to it?

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

* Re: libglvnd: Add missing shlib
  2020-05-07 13:18 [PR PATCH] libglvnd: Add missing shlib toluschr
  2020-05-07 16:18 ` st3r4g
@ 2020-05-07 16:32 ` toluschr
  2020-05-07 17:05 ` st3r4g
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: toluschr @ 2020-05-07 16:32 UTC (permalink / raw)
  To: ml

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

New comment by toluschr on void-packages repository

https://github.com/void-linux/void-packages/pull/21720#issuecomment-625362213

Comment:
@st3r4g From what you told me, it seems that it was me that did a mistake by not honoring this. Should the PR be closed?

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

* Re: libglvnd: Add missing shlib
  2020-05-07 13:18 [PR PATCH] libglvnd: Add missing shlib toluschr
  2020-05-07 16:18 ` st3r4g
  2020-05-07 16:32 ` toluschr
@ 2020-05-07 17:05 ` st3r4g
  2020-05-07 17:07 ` toluschr
  2020-05-07 17:07 ` [PR PATCH] [Closed]: " toluschr
  4 siblings, 0 replies; 6+ messages in thread
From: st3r4g @ 2020-05-07 17:05 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/21720#issuecomment-625380433

Comment:
yes, there's no reason to add it

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

* Re: libglvnd: Add missing shlib
  2020-05-07 13:18 [PR PATCH] libglvnd: Add missing shlib toluschr
                   ` (2 preceding siblings ...)
  2020-05-07 17:05 ` st3r4g
@ 2020-05-07 17:07 ` toluschr
  2020-05-07 17:07 ` [PR PATCH] [Closed]: " toluschr
  4 siblings, 0 replies; 6+ messages in thread
From: toluschr @ 2020-05-07 17:07 UTC (permalink / raw)
  To: ml

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

New comment by toluschr on void-packages repository

https://github.com/void-linux/void-packages/pull/21720#issuecomment-625381396

Comment:
I thought that there might be no reason to not add it either

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

* Re: [PR PATCH] [Closed]: libglvnd: Add missing shlib
  2020-05-07 13:18 [PR PATCH] libglvnd: Add missing shlib toluschr
                   ` (3 preceding siblings ...)
  2020-05-07 17:07 ` toluschr
@ 2020-05-07 17:07 ` toluschr
  4 siblings, 0 replies; 6+ messages in thread
From: toluschr @ 2020-05-07 17:07 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

libglvnd: Add missing shlib
https://github.com/void-linux/void-packages/pull/21720

Description:
`xlocate` reports that `libglvnd` provides `/usr/lib/libGLdispatch.so.0`.
There might also be others missing, but the package I was building required this one.

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

end of thread, other threads:[~2020-05-07 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 13:18 [PR PATCH] libglvnd: Add missing shlib toluschr
2020-05-07 16:18 ` st3r4g
2020-05-07 16:32 ` toluschr
2020-05-07 17:05 ` st3r4g
2020-05-07 17:07 ` toluschr
2020-05-07 17:07 ` [PR PATCH] [Closed]: " toluschr

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).