Your message dated Wed, 12 Oct 2016 03:51:52 +0200
with message-id <20161012015152.s2tjvparr4fnr...@harbard.iaik.tugraz.at>
and subject line Re: Bug#840242: mpv fails to load libmp3lame.so.0
has caused the Debian Bug report #840242,
regarding mpv fails to load libmp3lame.so.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
840242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840242
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mpv
Version: 0.20.0-1+b1
Severity: important

Dear Maintainer,

This is the error that occured while trying to run mpv:

> % mpv 'https://elevate-live.spreadspace.org/av-orig-webm-medium.webm'
> mpv: error while loading shared libraries: libmp3lame.so.0: ELF load command 
> address/offset not properly aligned
> 
> % mpv ~/Downloads/big_buck_bunny_1080p_stereo.ogg
> mpv: error while loading shared libraries: libmp3lame.so.0: ELF load command 
> address/offset not properly aligned

The error might belong to libmp3lame,
but I'm not entirely sure how to check this.


Best,

  nicoo


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mpv depends on:
ii  libasound2                              1.1.2-1
ii  libass5                                 0.13.4-1
ii  libavcodec57                            7:3.1.3-1+b3
ii  libavdevice57                           7:3.1.3-1+b3
ii  libavfilter6                            7:3.1.3-1+b3
ii  libavformat57                           7:3.1.3-1+b3
ii  libavutil55                             7:3.1.3-1+b3
ii  libbluray1                              1:0.9.3-2
ii  libc6                                   2.24-3
ii  libcdio-cdda1                           0.83-4.2+b1
ii  libcdio-paranoia1                       0.83-4.2+b1
ii  libcdio13                               0.83-4.2+b1
ii  libdrm2                                 2.4.70-1
ii  libdvdnav4                              5.0.3-1
ii  libdvdread4                             5.0.3-1
ii  libegl1-mesa [libegl1-x11]              12.0.3-1
ii  libenca0                                1.19-1
ii  libgl1-mesa-glx [libgl1]                12.0.3-1
ii  libguess1                               1.2-1.1
ii  libjack-jackd2-0 [libjack-0.116]        1.9.10+20150825git1ed50c92~dfsg-2
ii  libjpeg62-turbo                         1:1.5.0-1
ii  liblcms2-2                              2.7-1
ii  liblua5.2-0                             5.2.4-1.1
ii  libpulse0                               9.0-3
ii  librubberband2                          1.8.1-6+b1
ii  libsdl2-2.0-0                           2.0.4+dfsg2-1
ii  libsmbclient                            2:4.4.5+dfsg-3
ii  libsndio6.1                             1.1.0-2
ii  libswresample2                          7:3.1.3-1+b3
ii  libswscale4                             7:3.1.3-1+b3
ii  libva-wayland1                          1.7.2-1
ii  libva-x11-1                             1.7.2-1
ii  libva1                                  1.7.2-1
ii  libvdpau1                               1.1.1-4
ii  libwayland-client0                      1.11.0-2
ii  libwayland-cursor0                      1.11.0-2
ii  libwayland-egl1-mesa [libwayland-egl1]  12.0.3-1
ii  libx11-6                                2:1.6.3-1
ii  libxext6                                2:1.3.3-1
ii  libxinerama1                            2:1.1.3-1+b1
ii  libxkbcommon0                           0.6.1-1
ii  libxrandr2                              2:1.5.0-1
ii  libxss1                                 1:1.2.2-1
ii  libxv1                                  2:1.0.10-1+b1
ii  zlib1g                                  1:1.2.8.dfsg-2+b1

Versions of packages mpv recommends:
ii  xdg-utils   1.1.1-1
ii  youtube-dl  2016.06.25-2

mpv suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Hi,

On Mon, Oct 10, 2016 at 10:46:04AM +0200, Fabian Greffrath wrote:
> 
> Please report your libmp3lame0 package version
> 
> $ dpkg -l libmp3lame\*
>
> and the library path chosen by the dynamic linker
> 
> $ ldd /usr/bin/mpv | grep mp3lame

> % dpkg -l 'libmp3lame*'
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name                   Version          Architecture     Description
> +++-======================-================-================-=================================================
> ii  libmp3lame0:amd64      3.99.5+repack1-9 amd64            MP3 encoding 
> library
> 
> % ldd =mpv
> /usr/bin/mpv: error while loading shared libraries: libmp3lame.so.0: ELF load 
> command address/offset not properly aligned

However, further investigating (read: judicious use of strace)
revealed that the copy of libmp3lame.so.0 that was being looked
up was a local install from OPAM (the OCaml package manager),
and not from a Debian package.


Sorry for the noise, and thanks for the debug help.


Best,

  nicoo

Attachment: signature.asc
Description: PGP signature


--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to