Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libsndfile.so.1: undefined symbol
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
regox
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2021
Posts: 79

PostPosted: Thu Apr 07, 2022 7:56 pm    Post subject: libsndfile.so.1: undefined symbol Reply with quote

I use Video DownloadHelper browser extension on Firefox. This extension was not updated recently, but suddenly stopped working, this is why I assume this is related to a Gentoo update.

The error message reads:
Code:

symbol lookup error: /usr/lib64/libsndfile.so.1: undefined symbol: lame_encode_buffer_interleaved_int


I re-emerged libsndfile and lame, but no luck. What else could I try?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Fri Apr 08, 2022 5:13 am    Post subject: Reply with quote

Can you post emerge -pv media-libs/libsndfile output?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
regox
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2021
Posts: 79

PostPosted: Fri Apr 08, 2022 8:21 am    Post subject: Reply with quote

Thank you for your reply.
Quote:

Can you post emerge -pv media-libs/libsndfile output?

Code:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] media-libs/libsndfile-1.1.0-r1::gentoo  USE="-alsa -minimal -sqlite -test" ABI_X86="(64) -32 (-x32)" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Fri Apr 08, 2022 8:47 am    Post subject: Reply with quote

Can you provide also emerge -pv lame, ldd /usr/lib64/libsndfile.so.1 and nm -D /usr/lib64/libsndfile.so.1 | grep lame_encode_buffer_interleaved_int commands output?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
regox
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2021
Posts: 79

PostPosted: Fri Apr 08, 2022 5:38 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Can you provide also emerge -pv lame, ldd /usr/lib64/libsndfile.so.1 and nm -D /usr/lib64/libsndfile.so.1 | grep lame_encode_buffer_interleaved_int commands output?

Code:

[ebuild   R    ] media-sound/lame-3.100-r3::gentoo  USE="frontend -debug -mp3rtp -sndfile -static-libs" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(-mmx)" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

Code:

        linux-vdso.so.1 (0x00007ffe6bf3a000)
        libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007f50060a2000)
        libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007f5006074000)
        libvorbisenc.so.2 => /usr/lib64/libvorbisenc.so.2 (0x00007f5005fc9000)
        libopus.so.0 => /usr/lib64/libopus.so.0 (0x00007f5005f6b000)
        libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007f5005f60000)
        libmpg123.so.0 => /usr/lib64/libmpg123.so.0 (0x00007f5005f17000)
        libmp3lame.so.0 => /usr/lib64/libmp3lame.so.0 (0x00007f5005e9f000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f5005dca000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f5005bd4000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f500618a000)

Code:

nm -D /usr/lib64/libsndfile.so.1 | grep lame_encode_buffer_interleaved_int
                 U lame_encode_buffer_interleaved_int
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum