Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Steam can't find libpulsecommon.so
@ 2020-12-18 18:05 chilledfrogs
  2020-12-18 18:26 ` Acetsetebos
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chilledfrogs @ 2020-12-18 18:05 UTC (permalink / raw)
  To: ml

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

New issue by chilledfrogs on void-packages repository

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

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.14_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFFF
* package:  `steam-1.0.0.68_1`

### Expected behavior
Steam launches

### Actual behavior
Fatal error on launch:
```
Error: You are missing the following 32-bit libraries, and Steam may not run:
libpulsecommon-14.0.so
```
Succeeded eventually by:
```
Failed to load steamui.so - dlerror(): libpulsecommon-14.0.so: wrong ELF class: ELFCLASS64
```
So it seems to somehow (only?) see the 64-bit shlib even though I have the 32-bit one as well in `/usr/lib32/pulseaudio/libpulsecommon-14.0.so`.

I can work around this in the meantime by prepending (well really just setting here since I don't have anything in this variable by default) `/usr/lib32/pulseaudio` to `LD_LIBRARY_PATH` when launching `steam` from the command line.

### Steps to reproduce the behavior
Just launch Steam
(Tried `steam --reset` just in case, no dice)


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

* Re: Steam can't find libpulsecommon.so
  2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
@ 2020-12-18 18:26 ` Acetsetebos
  2020-12-18 18:34 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Acetsetebos @ 2020-12-18 18:26 UTC (permalink / raw)
  To: ml

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

New comment by Acetsetebos on void-packages repository

https://github.com/void-linux/void-packages/issues/27260#issuecomment-748245604

Comment:
I'm having the same problem except the second error reads:
`Failed to load steamui.so - dlerror(): libpulsecommon-14.0.so: cannot open shared object file: No such file or directory`
I checked and `/usr/lib32/pulseaudio/libpulsecommon-14.0.so` does exist.

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

* Re: Steam can't find libpulsecommon.so
  2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
  2020-12-18 18:26 ` Acetsetebos
@ 2020-12-18 18:34 ` ericonr
  2020-12-18 21:49 ` sburris0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-18 18:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27260#issuecomment-748248982

Comment:
The package is being rebuilt and should be fixed soon.

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

* Re: Steam can't find libpulsecommon.so
  2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
  2020-12-18 18:26 ` Acetsetebos
  2020-12-18 18:34 ` ericonr
@ 2020-12-18 21:49 ` sburris0
  2020-12-18 21:52 ` Johnnynator
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sburris0 @ 2020-12-18 21:49 UTC (permalink / raw)
  To: ml

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

New comment by sburris0 on void-packages repository

https://github.com/void-linux/void-packages/issues/27260#issuecomment-748336003

Comment:
Just tested with `pulseaudio-14.0_2` and it works for me

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

* Re: Steam can't find libpulsecommon.so
  2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
                   ` (2 preceding siblings ...)
  2020-12-18 21:49 ` sburris0
@ 2020-12-18 21:52 ` Johnnynator
  2020-12-18 21:52 ` [ISSUE] [CLOSED] " Johnnynator
  2020-12-18 21:52 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2020-12-18 21:52 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/27260#issuecomment-748337307

Comment:
Closed with e496c5682cc9f157f07e99c1007f3c1c8cfa65db

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

* Re: [ISSUE] [CLOSED] Steam can't find libpulsecommon.so
  2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
                   ` (3 preceding siblings ...)
  2020-12-18 21:52 ` Johnnynator
@ 2020-12-18 21:52 ` Johnnynator
  2020-12-18 21:52 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2020-12-18 21:52 UTC (permalink / raw)
  To: ml

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

Closed issue by chilledfrogs on void-packages repository

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

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.14_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFFF
* package:  `steam-1.0.0.68_1`

### Expected behavior
Steam launches

### Actual behavior
Fatal error on launch:
```
Error: You are missing the following 32-bit libraries, and Steam may not run:
libpulsecommon-14.0.so
```
Succeeded eventually by:
```
Failed to load steamui.so - dlerror(): libpulsecommon-14.0.so: wrong ELF class: ELFCLASS64
```
So it seems to somehow (only?) see the 64-bit shlib even though I have the 32-bit one as well in `/usr/lib32/pulseaudio/libpulsecommon-14.0.so`.

I can work around this in the meantime by prepending (well really just setting here since I don't have anything in this variable by default) `/usr/lib32/pulseaudio` to `LD_LIBRARY_PATH` when launching `steam` from the command line.

### Steps to reproduce the behavior
Just launch Steam
(Tried `steam --reset` just in case, no dice)


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

* Re: Steam can't find libpulsecommon.so
  2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
                   ` (4 preceding siblings ...)
  2020-12-18 21:52 ` [ISSUE] [CLOSED] " Johnnynator
@ 2020-12-18 21:52 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2020-12-18 21:52 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/27260#issuecomment-748337307

Comment:
fixed with e496c5682cc9f157f07e99c1007f3c1c8cfa65db

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

end of thread, other threads:[~2020-12-18 21:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 18:05 [ISSUE] Steam can't find libpulsecommon.so chilledfrogs
2020-12-18 18:26 ` Acetsetebos
2020-12-18 18:34 ` ericonr
2020-12-18 21:49 ` sburris0
2020-12-18 21:52 ` Johnnynator
2020-12-18 21:52 ` [ISSUE] [CLOSED] " Johnnynator
2020-12-18 21:52 ` Johnnynator

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