Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] RPATH set in qjackctl breaks pw-jack
@ 2020-12-28 11:20 st3r4g
  2020-12-29  0:21 ` sgn
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: st3r4g @ 2020-12-28 11:20 UTC (permalink / raw)
  To: ml

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

New issue by st3r4g on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.9.16_1 x86_64 AuthenticAMD notuptodate rFFFFFFFF
* package:  
  qjackctl-0.9.0_1

```
$ chrpath -l /usr/bin/qjackctl 
/usr/bin/qjackctl: RPATH=/usr/lib
```
This overrides the effect of adding `/usr/lib/pipewire-0.3/jack` to `LD_LIBRARY_PATH` done by `pw-jack`, so `qjackctl` still links to the `libjack` in `/usr/lib`.

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
@ 2020-12-29  0:21 ` sgn
  2021-02-13  9:13 ` st3r4g
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-12-29  0:21 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-751903643

Comment:
It looks like all qmake target suffers from this problem. `qtikz` is another one.

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
  2020-12-29  0:21 ` sgn
@ 2021-02-13  9:13 ` st3r4g
  2021-02-13  9:13 ` [ISSUE] [CLOSED] " st3r4g
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-02-13  9:13 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-778588205

Comment:
fixed by #28581

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

* Re: [ISSUE] [CLOSED] RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
  2020-12-29  0:21 ` sgn
  2021-02-13  9:13 ` st3r4g
@ 2021-02-13  9:13 ` st3r4g
  2021-04-05 15:55 ` sgn
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-02-13  9:13 UTC (permalink / raw)
  To: ml

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

Closed issue by st3r4g on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.9.16_1 x86_64 AuthenticAMD notuptodate rFFFFFFFF
* package:  
  qjackctl-0.9.0_1

```
$ chrpath -l /usr/bin/qjackctl 
/usr/bin/qjackctl: RPATH=/usr/lib
```
This overrides the effect of adding `/usr/lib/pipewire-0.3/jack` to `LD_LIBRARY_PATH` done by `pw-jack`, so `qjackctl` still links to the `libjack` in `/usr/lib`.

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
                   ` (2 preceding siblings ...)
  2021-02-13  9:13 ` [ISSUE] [CLOSED] " st3r4g
@ 2021-04-05 15:55 ` sgn
  2021-04-05 16:11 ` st3r4g
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2021-04-05 15:55 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-813468655

Comment:
@st3r4g Do you have old distfiles for qjackctl?

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
                   ` (3 preceding siblings ...)
  2021-04-05 15:55 ` sgn
@ 2021-04-05 16:11 ` st3r4g
  2021-04-05 16:11 ` st3r4g
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-04-05 16:11 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/issues/27494#issuecomment-813477194

Comment:
I have `qjactctl-0.9.1.tar.gz`

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
                   ` (4 preceding siblings ...)
  2021-04-05 16:11 ` st3r4g
@ 2021-04-05 16:11 ` st3r4g
  2021-04-05 16:20 ` st3r4g
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-04-05 16:11 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-813477194

Comment:
I have `qjactctl-0.9.1.tar.gz`. Is it ok?

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
                   ` (5 preceding siblings ...)
  2021-04-05 16:11 ` st3r4g
@ 2021-04-05 16:20 ` st3r4g
  2021-04-05 16:21 ` st3r4g
  2021-04-06  0:36 ` sgn
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-04-05 16:20 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-813477194

Comment:
I have [qjactctl-0.9.1.tar.gz](http://0x0.st/-c1E.gz)

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
                   ` (6 preceding siblings ...)
  2021-04-05 16:20 ` st3r4g
@ 2021-04-05 16:21 ` st3r4g
  2021-04-06  0:36 ` sgn
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-04-05 16:21 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-813477194

Comment:
I have [qjackctl-0.9.1.tar.gz](http://0x0.st/-c1E.gz)

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

* Re: RPATH set in qjackctl breaks pw-jack
  2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
                   ` (7 preceding siblings ...)
  2021-04-05 16:21 ` st3r4g
@ 2021-04-06  0:36 ` sgn
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2021-04-06  0:36 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/27494#issuecomment-813741726

Comment:
checksum for qjackctl 0.9.2 was changed. I'm trying to see what changed.

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

end of thread, other threads:[~2021-04-06  0:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 11:20 [ISSUE] RPATH set in qjackctl breaks pw-jack st3r4g
2020-12-29  0:21 ` sgn
2021-02-13  9:13 ` st3r4g
2021-02-13  9:13 ` [ISSUE] [CLOSED] " st3r4g
2021-04-05 15:55 ` sgn
2021-04-05 16:11 ` st3r4g
2021-04-05 16:11 ` st3r4g
2021-04-05 16:20 ` st3r4g
2021-04-05 16:21 ` st3r4g
2021-04-06  0:36 ` sgn

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