Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error
@ 2020-04-03 19:06 mamins1376
  2020-04-03 19:09 ` xtraeme
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: mamins1376 @ 2020-04-03 19:06 UTC (permalink / raw)
  To: ml

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

New issue by mamins1376 on void-packages repository

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

Description:
I'm using Wayfire as display server. Trying to utilize any executable provided by `wf-shell` results in symbol lookup error. Maybe a linking error?

* xuname: Void 5.4.28_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFF
* package:  wf-shell-0.3.1

(_notuptodate_ because I use a tier 2 mirror.)

### Expected behavior
it should Just Work(TM).

### Actual behavior
```
$ wf-background
wf-background: symbol lookup error: wf-background: undefined symbol: _ZN12wf_animation6circleE
```

Same also happens with both `wf-panel` and `wf-dock`.

### Steps to reproduce the behavior

1. `# xbps-install wf-shell`
2. Use any binary provided by the package to see the results.

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
@ 2020-04-03 19:09 ` xtraeme
  2020-04-03 19:11 ` xtraeme
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:09 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608610738

Comment:
#20592 

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
  2020-04-03 19:09 ` xtraeme
@ 2020-04-03 19:11 ` xtraeme
  2020-04-03 19:12 ` mamins1376
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:11 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608611649

Comment:
wf-config-0.4.0 introduced an ABI break, well, if the developer is not responsible, we can't do much :-)

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
  2020-04-03 19:09 ` xtraeme
  2020-04-03 19:11 ` xtraeme
@ 2020-04-03 19:12 ` mamins1376
  2020-04-03 19:14 ` xtraeme
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mamins1376 @ 2020-04-03 19:12 UTC (permalink / raw)
  To: ml

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

New comment by mamins1376 on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608612167

Comment:
Is there any relevant issue on the original repo?

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (2 preceding siblings ...)
  2020-04-03 19:12 ` mamins1376
@ 2020-04-03 19:14 ` xtraeme
  2020-04-03 19:18 ` xtraeme
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:14 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608612637

Comment:
feel free to submit it yourself, mentioning this issue. The developer should have bumped soname due to the ABI break. That's why SONAMEs exist, to handle ABI breaks, like this case.

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (3 preceding siblings ...)
  2020-04-03 19:14 ` xtraeme
@ 2020-04-03 19:18 ` xtraeme
  2020-04-03 19:20 ` xtraeme
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:18 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608614290

Comment:
```
$ xbps-query -Rp shlib-provides wf-config
libwf-config.so.0
```
@mamins1376 try this in your system:

```
$ nm -D /usr/lib/libwf-config.so.0|grep wf_animation6circle
```

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (4 preceding siblings ...)
  2020-04-03 19:18 ` xtraeme
@ 2020-04-03 19:20 ` xtraeme
  2020-04-03 19:22 ` xtraeme
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:20 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608615279

Comment:
err, ignore my previous `nm` cmd, obviously this symbol was in the previous shlib from 0.3.x but not in 0.4.0.

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (5 preceding siblings ...)
  2020-04-03 19:20 ` xtraeme
@ 2020-04-03 19:22 ` xtraeme
  2020-04-03 19:22 ` xtraeme
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:22 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608616029

Comment:
Ok, found the breaking change


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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (6 preceding siblings ...)
  2020-04-03 19:22 ` xtraeme
@ 2020-04-03 19:22 ` xtraeme
  2020-04-03 19:23 ` xtraeme
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:22 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608616160

Comment:
https://github.com/WayfireWM/wf-config/compare/0.3...0.4.0#diff-6bad5f24ce4d828f1c5cc76bacc23461L14

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (7 preceding siblings ...)
  2020-04-03 19:22 ` xtraeme
@ 2020-04-03 19:23 ` xtraeme
  2020-04-03 19:24 ` mamins1376
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:23 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608616354

Comment:
feel free to inform the developers :-)

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (8 preceding siblings ...)
  2020-04-03 19:23 ` xtraeme
@ 2020-04-03 19:24 ` mamins1376
  2020-04-03 19:26 ` xtraeme
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mamins1376 @ 2020-04-03 19:24 UTC (permalink / raw)
  To: ml

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

New comment by mamins1376 on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608617020

Comment:
> [WayfireWM/wf-config@0.3...0.4.0diff-6bad5f24ce4d828f1c5cc76bacc23461L14](https://github.com/WayfireWM/wf-config/compare/0.3...0.4.0diff-6bad5f24ce4d828f1c5cc76bacc23461L14)

Thanks! but seem like this link is broken

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (9 preceding siblings ...)
  2020-04-03 19:24 ` mamins1376
@ 2020-04-03 19:26 ` xtraeme
  2020-04-03 19:28 ` xtraeme
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:26 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608617815

Comment:
https://github.com/WayfireWM/wf-config/commit/211a86c35419871ca8d47c3d50d128a326e9d084

This one introduced the break

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (10 preceding siblings ...)
  2020-04-03 19:26 ` xtraeme
@ 2020-04-03 19:28 ` xtraeme
  2020-04-03 19:30 ` xtraeme
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:28 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608618620

Comment:
And this is the affected symbol: https://github.com/WayfireWM/wf-config/commit/211a86c35419871ca8d47c3d50d128a326e9d084#diff-dec55d1344f62aea304c7e727402c2e8L7

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (11 preceding siblings ...)
  2020-04-03 19:28 ` xtraeme
@ 2020-04-03 19:30 ` xtraeme
  2020-04-03 19:33 ` mamins1376
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:30 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608619301

Comment:
so unless the developer introduces it again, the only way to fix this in void is update the pkg and link against wf-config-0.4.0.

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (12 preceding siblings ...)
  2020-04-03 19:30 ` xtraeme
@ 2020-04-03 19:33 ` mamins1376
  2020-04-03 19:34 ` xtraeme
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mamins1376 @ 2020-04-03 19:33 UTC (permalink / raw)
  To: ml

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

New comment by mamins1376 on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608620486

Comment:
Would a simple patch version bump fix trigger that? Maybe landing the fix by upstream repo takes place after an actual release

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (13 preceding siblings ...)
  2020-04-03 19:33 ` mamins1376
@ 2020-04-03 19:34 ` xtraeme
  2020-04-03 19:35 ` xtraeme
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:34 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608621264

Comment:
try to rebuild it with xbps-src, but I'm not sure if current wf-shell will be API compatible against wf-config-0.4.0. Otherwise apply the wf-shell-0.4 PR and build it.

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (14 preceding siblings ...)
  2020-04-03 19:34 ` xtraeme
@ 2020-04-03 19:35 ` xtraeme
  2020-04-03 19:48 ` xtraeme
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:35 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608621494

Comment:
our buildbot builder has died due to qt5! 

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (15 preceding siblings ...)
  2020-04-03 19:35 ` xtraeme
@ 2020-04-03 19:48 ` xtraeme
  2020-04-03 20:04 ` mamins1376
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 19:48 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608626737

Comment:
@mamins1376 you should open the issue in wf-config not wf-shell :-)

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (16 preceding siblings ...)
  2020-04-03 19:48 ` xtraeme
@ 2020-04-03 20:04 ` mamins1376
  2020-04-03 20:13 ` xtraeme
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mamins1376 @ 2020-04-03 20:04 UTC (permalink / raw)
  To: ml

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

New comment by mamins1376 on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608633474

Comment:
@xtraeme yea realized it a little bit late :) I'm confused, now `wf-config` should be bumped to 0.4.0._3 right?

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (17 preceding siblings ...)
  2020-04-03 20:04 ` mamins1376
@ 2020-04-03 20:13 ` xtraeme
  2020-04-06  7:59 ` xtraeme
  2020-04-06  7:59 ` [ISSUE] [CLOSED] " xtraeme
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-03 20:13 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-608636883

Comment:
No, apply the wf-shell-0.4 PR and build it locally. 

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

* Re: wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (18 preceding siblings ...)
  2020-04-03 20:13 ` xtraeme
@ 2020-04-06  7:59 ` xtraeme
  2020-04-06  7:59 ` [ISSUE] [CLOSED] " xtraeme
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-06  7:59 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/20618#issuecomment-609637627

Comment:
fixed by #20592 

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

* Re: [ISSUE] [CLOSED] wf-shell-0.3.1: wf-background: symbol lookup error
  2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
                   ` (19 preceding siblings ...)
  2020-04-06  7:59 ` xtraeme
@ 2020-04-06  7:59 ` xtraeme
  20 siblings, 0 replies; 22+ messages in thread
From: xtraeme @ 2020-04-06  7:59 UTC (permalink / raw)
  To: ml

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

Closed issue by mamins1376 on void-packages repository

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

Description:
I'm using Wayfire as display server. Trying to utilize any executable provided by `wf-shell` results in symbol lookup error. Maybe a linking error?

* xuname: Void 5.4.28_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFF
* package:  wf-shell-0.3.1

(_notuptodate_ because I use a tier 2 mirror.)

### Expected behavior
it should Just Work(TM).

### Actual behavior
```
$ wf-background
wf-background: symbol lookup error: wf-background: undefined symbol: _ZN12wf_animation6circleE
```

Same also happens with both `wf-panel` and `wf-dock`.

### Steps to reproduce the behavior

1. `# xbps-install wf-shell`
2. Use any binary provided by the package to see the results.

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

end of thread, other threads:[~2020-04-06  7:59 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 19:06 [ISSUE] wf-shell-0.3.1: wf-background: symbol lookup error mamins1376
2020-04-03 19:09 ` xtraeme
2020-04-03 19:11 ` xtraeme
2020-04-03 19:12 ` mamins1376
2020-04-03 19:14 ` xtraeme
2020-04-03 19:18 ` xtraeme
2020-04-03 19:20 ` xtraeme
2020-04-03 19:22 ` xtraeme
2020-04-03 19:22 ` xtraeme
2020-04-03 19:23 ` xtraeme
2020-04-03 19:24 ` mamins1376
2020-04-03 19:26 ` xtraeme
2020-04-03 19:28 ` xtraeme
2020-04-03 19:30 ` xtraeme
2020-04-03 19:33 ` mamins1376
2020-04-03 19:34 ` xtraeme
2020-04-03 19:35 ` xtraeme
2020-04-03 19:48 ` xtraeme
2020-04-03 20:04 ` mamins1376
2020-04-03 20:13 ` xtraeme
2020-04-06  7:59 ` xtraeme
2020-04-06  7:59 ` [ISSUE] [CLOSED] " xtraeme

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