You are not logged in.

#1 2018-06-28 17:53:55

vafe
Member
Registered: 2017-11-23
Posts: 7

Can't update system due x265 and ffmpeg (SOLVED)

sudo pacman -Syyu
:: Sincronizando las bases de datos de los paquetes...
 core                                                        176,3 KiB   608K/s 00:00 [#################################################] 100%
 extra                                                         2,3 MiB   808K/s 00:03 [#################################################] 100%
 community                                                     5,1 MiB   877K/s 00:06 [#################################################] 100%
:: Iniciando actualización completa del sistema...
resolviendo dependencias...
buscando conflictos entre paquetes...
error: no se pudo preparar la operación (no se pudieron satisfacer las dependencias)
:: instalando x265 (2.8-1.0) se rompe la dependencia con «libx265.so=151-32», necesaria para el paquete ffmpeg2.8

Does anyone have the same trouble? Thanks

Last edited by vafe (2018-06-28 22:21:42)

Offline

#2 2018-06-28 21:24:09

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

remove ffmpeg2.8 - it was dropped upstream and so did we smile

Offline

#3 2018-06-28 22:20:40

vafe
Member
Registered: 2017-11-23
Posts: 7

Re: Can't update system due x265 and ffmpeg (SOLVED)

deep42thought wrote:

remove ffmpeg2.8 - it was dropped upstream and so did we smile

Thank you. It's solved.

Offline

#4 2018-11-25 14:20:08

arch32yes
Member
Registered: 2017-09-30
Posts: 116

Re: Can't update system due x265 and ffmpeg (SOLVED)

Hello, i get the same error message.

How can i solved the problem at this time?

sudo pacman -Rs ffmpeg

will not solved the problem, i use the Chromium.Webbrowser.

Last edited by arch32yes (2018-11-25 14:25:11)

Offline

#5 2018-11-25 15:22:18

andav
Member
Registered: 2017-11-14
Posts: 22

Re: Can't update system due x265 and ffmpeg (SOLVED)

i get somewhat different error message (it's ffmpeg now):

error: failed to prepare transaction (could not satisfy dependencies)
:: installing x265 (2.9-1.0) breaks dependency 'libx265.so=160-32' required by ffmpeg

Offline

#6 2018-11-25 16:53:27

arch32yes
Member
Registered: 2017-09-30
Posts: 116

Re: Can't update system due x265 and ffmpeg (SOLVED)

Hello, now the problem is solve.

sudo pacman -Syu

ca-certificates-20181109-1.0  ca-certificates-mozilla-3.40-2.0
            ca-certificates-utils-20181109-1.0  ffmpeg-1:4.1-1.6
            hunspell-1.7.0-1.0  iso-codes-4.1-1.0  media-player-info-24-1.0
            nss-3.40-2.0  v4l-utils-1.16.1-1.0  x265-2.9-1.0



I have not changed anything, why does it work all at once?

Greetz

arch32yes

Last edited by arch32yes (2018-11-25 16:56:55)

Offline

#7 2018-11-25 17:03:41

andav
Member
Registered: 2017-11-14
Posts: 22

Re: Can't update system due x265 and ffmpeg (SOLVED)

arch32yes wrote:

Hello, now the problem is solve.

sudo pacman -Syu

ca-certificates-20181109-1.0  ca-certificates-mozilla-3.40-2.0
            ca-certificates-utils-20181109-1.0  ffmpeg-1:4.1-1.6
            hunspell-1.7.0-1.0  iso-codes-4.1-1.0  media-player-info-24-1.0
            nss-3.40-2.0  v4l-utils-1.16.1-1.0  x265-2.9-1.0



I have not changed anything, why does it work all at once?

Greetz

arch32yes


can confirm.
and it works because someone has changed something :-)

Offline

#8 2018-11-25 17:10:53

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

yeah, sorry. There was a cycle between ffmpeg, x265 and older version of the same libraries. So they refused to build
against the right versions or be pushed into stable.

Offline

#9 2018-11-25 19:41:31

andav
Member
Registered: 2017-11-14
Posts: 22

Re: Can't update system due x265 and ffmpeg (SOLVED)

andreas_baumann wrote:

yeah, sorry. There was a cycle between ffmpeg, x265 and older version of the same libraries. So they refused to build
against the right versions or be pushed into stable.

No Problem!
and thanks :-)

Offline

#10 2018-11-26 09:02:22

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

Andreas, thanks for fixing this. What exactly was the cycle? Maybe we should report it to upstream? (only if it will prevent us from building it "in the normal way" next time)

cheers,
deep42thought

Offline

#11 2018-11-26 09:51:18

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

There was an ffmpeg can not be installed because x265 is needed in version 160. So I'm afraid, ffmpeg can only
be updated by keeping the new and the old version of x265 around.

Offline

#12 2018-11-26 10:29:08

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

ah, ok. It probably just means, that we need to compile ffmpeg first and x264 later, right?

Offline

#13 2018-11-26 10:35:18

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

x265. yes.

Offline

#14 2018-11-26 10:36:22

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

ah, right smile - but probably also true for x264 and other stuff providing any .so's

Offline

#15 2018-11-26 11:08:43

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

Re: Can't update system due x265 and ffmpeg (SOLVED)

could be. maybe I was lucky this time regarding x264. :-)

Offline

Board footer

Powered by FluxBB