[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unable to install ffmpegfs from bullseye-backports



On Fri, 2022-05-06 at 19:35 +0200, Patrick ZAJDA wrote:
> Hello,
> 
> When I try to install ffmpegfs, I have the following errors:
> 
> > # LANG=c apt -t bullseye-backports install ffmpegfs 
> > Reading package lists... Done
> > Building dependency tree... Done
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >  ffmpegfs : Depends: libavcodec58 (>= 7:4.2)
> >             Depends: libavfilter7 (>= 7:4.0)
> >  libavformat58 : Depends: libavcodec58 (>= 10:4.4)
> >  libchromaprint1 : Depends: libavcodec58 (>= 10:4.2.2)
> > E: Unable to correct problems, you have held broken packages.
>  
> It looks like there are some broken dependencies for ffmpegfs in
> Bullseye Backports.
> 

That looks more like you have a mixture of APT sources on your system
which are incompatible.

The versions of libavcodec58 and libavfilter7 that are quoted in the
first part of the message are satisfiable in bullseye alone, so that's
fine. The libavcodec58 version specified in the latter two messages is
higher than that even in unstable, and I'm not spotting anything in
either bullseye or bullseye-backports with such a dependency.

What does "apt-cache policy libavformat58" say? (and "apt-cache policy
libavcodec58" for extra detail.)

Regards,

Adam


Reply to: