You are not logged in.

#1 2017-10-30 20:47:10

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

mplayer & ffmpeg

Two bugs here:

ldd /usr/bin/mplayer  | grep  not
        libtinfo.so.6 => not found

I fear there is a ncurses messup somewhere with libinfo.

The other is playing FLACs:

Playing 10.Motion_Picture_Soundtrack.flac.
Audio only file format detected.
Load subtitles in ./
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
[flac @ 0xb68902c0]Got unexpected packet size after a partial decode
[flac @ 0xb68902c0]Got unexpected packet size after a partial decode
[flac @ 0xb68902c0]Got unexpected packet size after a partial decode
[flac @ 0xb68902c0]Got unexpected packet size after a partial decode
[flac @ 0xb68902c0]Got unexpected packet size after a partial decode
[flac @ 0xb68902c0]Got unexpected packet size after a partial decode
ADecoder init failed sad
ADecoder init failed sad
Cannot find codec for audio format 0x43614C66.
Audio: no sound
Video: no video

This looks to me like an internal ffmpeg library problem.

Offline

#2 2017-10-30 21:07:24

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: mplayer & ffmpeg

At least the ncurses problem I found the trouble:

mplayer is 37998-1

But i have a machine with ncurses 6.0+20170902-2 (testing) and a machine with
ncurses 6.0+20170902-1 (core/stable).

shell# pacman -Q | grep ncurs

ncurses 6.0+20170902-2

shell# pacman -Ql ncurses | grep tinfo

ncurses /usr/lib/libtinfo.so
ncurses /usr/lib/libtinfo.so.6
ncurses /usr/lib/libtinfo.so.6.0
ncurses /usr/lib/pkgconfig/tinfo.pc
ncurses /usr/share/man/man3/_nc_free_tinfo.3x.gz

and on the machine where mplayer is not working:

shell# pacman -Q | grep ncurs

ncurses 6.0+20170902-1

shell# pacman -Ql ncurses | grep tinfo

ncurses /usr/share/man/man3/_nc_free_tinfo.3x.gz

So I think 6.0+20170902-2 should be released to the wild. :-)

Offline

#3 2017-10-31 21:43:50

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: mplayer & ffmpeg

$ why-dont-you stabilize ncurses | grep -vF '(not tested yet)'
The following packages are dependent on "ncurses", but cannot be stabilized:
dbeaver-plugin-office.3b324d102d807e51a84d805fa5c0f2de0793d876.a7997345d383fd7a120eb998ea5d9c49b9df5475.community (not built yet)
dbeaver-plugin-svg-format.3b324d102d807e51a84d805fa5c0f2de0793d876.a7997345d383fd7a120eb998ea5d9c49b9df5475.community (not built yet)
gbrainy.b87a6f6d9296040fb9f9ddd9c00e86b364508be0.32f2798605199088411cca29f97a76fbde03dd69.community (not built yet)
gdm.d9b178d9a3a527e27cdae3ee7e9a292458c27567.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)
gitlab.476fac557fdbb053b94f49602bc92de10cf4cb78.2d201f9bf76c231271f312ed45eff2fe70bf80c1.community (not built yet)
gnome-desktop.d9b178d9a3a527e27cdae3ee7e9a292458c27567.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)
gnome-getting-started-docs.d9b178d9a3a527e27cdae3ee7e9a292458c27567.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)
gnome-user-docs.d9b178d9a3a527e27cdae3ee7e9a292458c27567.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)
itstool.d9b178d9a3a527e27cdae3ee7e9a292458c27567.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)
maxima.6e5f0f30cc2f2947a572d70144800870d882e35c.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)
sage-notebook.a14aa5b3438afa34d6ff78b708899ed20ac831a2.26554bb1081caabcf8158bd65264d781cc8301a3.community (not built yet)
sagemath.eeb3dd87ac585f9474230b022fd4514597a76954.a7628a85091f8fe2d311481062cdc4000d2afcd4.community (not built yet)
wxmaxima.5560bb8eb6f5f5b99deea7c255dcf23f482c6cbd.32f2798605199088411cca29f97a76fbde03dd69.extra (not built yet)

I would wait for gdm and colleagues to be finished and then stabilize all of the (very long list of) packages "not tested yet".

Offline

#4 2017-10-31 21:47:16

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: mplayer & ffmpeg

strange, mplayer does not depenend on ncurses :-/ How are we supposed to spot the dependency?

Offline

#5 2017-10-31 21:54:29

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 617

Re: mplayer & ffmpeg

gnaa, I found a bug in the build master's scripts (again) ...

Offline

Board footer

Powered by FluxBB