Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
@ 2020-02-25 12:27 LinArcX
  2020-02-25 13:39 ` xtraeme
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: LinArcX @ 2020-02-25 12:27 UTC (permalink / raw)
  To: ml

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

New issue by LinArcX on void-packages repository

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

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.4.15_1 x86_64 GenuineIntel notuptodate hold rrDDDFFF`

### Expected behavior
Working without any issue.

### Actual behavior
It throws an error.

### Steps to reproduce the behavior
1. Install spotify-adblock-linux package.
2. Run it from terminal: (with LD_PRELOAD)
```
╰ env LD_PRELOAD=/usr/lib/spotify-adblock.so spotify
/bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
```



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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
@ 2020-02-25 13:39 ` xtraeme
  2020-02-25 13:46 ` LinArcX
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: xtraeme @ 2020-02-25 13:39 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-590871451

Comment:
you are the maintainer of this pkg, how come that you don't fix this yourself?

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
  2020-02-25 13:39 ` xtraeme
@ 2020-02-25 13:46 ` LinArcX
  2020-02-25 13:47 ` LinArcX
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-25 13:46 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-590874498

Comment:
I don't know how fix it.


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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
  2020-02-25 13:39 ` xtraeme
  2020-02-25 13:46 ` LinArcX
@ 2020-02-25 13:47 ` LinArcX
  2020-02-25 14:30 ` dmilith
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-25 13:47 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-590874498

Comment:
I don't know how to fix it.


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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (2 preceding siblings ...)
  2020-02-25 13:47 ` LinArcX
@ 2020-02-25 14:30 ` dmilith
  2020-02-25 14:30 ` dmilith
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dmilith @ 2020-02-25 14:30 UTC (permalink / raw)
  To: ml

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

New comment by dmilith on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-590894238

Comment:
Ripgrep /usr/lib, likely you need to add libdl.so to LD_PRELOAD or sth like that

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (3 preceding siblings ...)
  2020-02-25 14:30 ` dmilith
@ 2020-02-25 14:30 ` dmilith
  2020-02-25 23:12 ` NeelChotai
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dmilith @ 2020-02-25 14:30 UTC (permalink / raw)
  To: ml

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

New comment by dmilith on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-590894238

Comment:
Ripgrep /usr/lib, likely you need to add libdl.so to LD_PRELOAD or try LD_LIBRARY_PATH instead

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (4 preceding siblings ...)
  2020-02-25 14:30 ` dmilith
@ 2020-02-25 23:12 ` NeelChotai
  2020-02-26  9:56 ` LinArcX
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: NeelChotai @ 2020-02-25 23:12 UTC (permalink / raw)
  To: ml

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

New comment by NeelChotai on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-591125715

Comment:
Does `$ LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify` work?

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (5 preceding siblings ...)
  2020-02-25 23:12 ` NeelChotai
@ 2020-02-26  9:56 ` LinArcX
  2020-02-26  9:58 ` LinArcX
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-26  9:56 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-591340002

Comment:
@dmilith i added /usr/lib to LD_LIBRARY_PATH:
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib`
And run the command again. But still get same error.

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (6 preceding siblings ...)
  2020-02-26  9:56 ` LinArcX
@ 2020-02-26  9:58 ` LinArcX
  2020-02-26  9:59 ` LinArcX
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-26  9:58 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-591340002

Comment:
@dmilith i added /usr/lib to LD_LIBRARY_PATH:
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib`
And run the command again. But still get same error.

@NeelChotai  surprisingly yes.

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (7 preceding siblings ...)
  2020-02-26  9:58 ` LinArcX
@ 2020-02-26  9:59 ` LinArcX
  2020-02-26 10:14 ` LinArcX
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-26  9:59 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-591340002

Comment:
@dmilith i added /usr/lib to LD_LIBRARY_PATH:
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib`
And run the command again. But still get same error.

@NeelChotai  surprisingly yes. I can't understand the reason though.

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (8 preceding siblings ...)
  2020-02-26  9:59 ` LinArcX
@ 2020-02-26 10:14 ` LinArcX
  2020-02-26 10:14 ` LinArcX
  2020-02-26 10:14 ` [ISSUE] [CLOSED] " LinArcX
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-26 10:14 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-591340002

Comment:
@dmilith I added `/usr/lib` to __LD_LIBRARY_PATH__:
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib`

And run the command again. But still get same error.

@NeelChotai  surprisingly yes. I can't understand the reason though.

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

* Re: /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (9 preceding siblings ...)
  2020-02-26 10:14 ` LinArcX
@ 2020-02-26 10:14 ` LinArcX
  2020-02-26 10:14 ` [ISSUE] [CLOSED] " LinArcX
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-26 10:14 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/19494#issuecomment-591340002

Comment:
@dmilith
I added `/usr/lib` to __LD_LIBRARY_PATH__:
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib`

And run the command again. But still get same error.

@NeelChotai  surprisingly yes. I can't understand the reason though.

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

* Re: [ISSUE] [CLOSED] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
  2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
                   ` (10 preceding siblings ...)
  2020-02-26 10:14 ` LinArcX
@ 2020-02-26 10:14 ` LinArcX
  11 siblings, 0 replies; 13+ messages in thread
From: LinArcX @ 2020-02-26 10:14 UTC (permalink / raw)
  To: ml

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

Closed issue by LinArcX on void-packages repository

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

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.4.15_1 x86_64 GenuineIntel notuptodate hold rrDDDFFF`

### Expected behavior
Working without any issue.(Actually it worked before, about two month ago)

### Actual behavior
It throws an error.

### Steps to reproduce the behavior
1. Install [spotify-adblock-linux](https://github.com/void-linux/void-packages/blob/3a5299491cbd739943d756951ff0757eb667e445/srcpkgs/spotify-adblock-linux/template) package.
2. Run it from terminal: (with LD_PRELOAD)
```
╰ env LD_PRELOAD=/usr/lib/spotify-adblock.so spotify
/bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror
```



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

end of thread, other threads:[~2020-02-26 10:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 12:27 [ISSUE] /bin/sh: symbol lookup error: /usr/lib/spotify-adblock.so: undefined symbol: dlerror LinArcX
2020-02-25 13:39 ` xtraeme
2020-02-25 13:46 ` LinArcX
2020-02-25 13:47 ` LinArcX
2020-02-25 14:30 ` dmilith
2020-02-25 14:30 ` dmilith
2020-02-25 23:12 ` NeelChotai
2020-02-26  9:56 ` LinArcX
2020-02-26  9:58 ` LinArcX
2020-02-26  9:59 ` LinArcX
2020-02-26 10:14 ` LinArcX
2020-02-26 10:14 ` LinArcX
2020-02-26 10:14 ` [ISSUE] [CLOSED] " LinArcX

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