Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: dimgel on 08 February 2022, 04:07:01

Title: libspeechd version conflict after installing speech-dispatcher
Post by: dimgel on 08 February 2022, 04:07:01
Package `libspeechd` is both in world and galaxy repos; outdated `world/libspeechd 0.10.2-1`, current `galaxy/libspeechd 0.11.1-2`. After installing package `galaxy/speech-dispatcher 0.11.1-2` (optional dependency of firefox), `pacman -Suu` always fails because it tries to downgrade `libspeechd`:

# pacman -Suu
:: Starting full system upgrade...
warning: libspeechd: downgrading from version 0.11.1-2 to version 0.10.2-1
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libspeechd (0.10.2-1) breaks dependency 'libspeechd=0.11.1-2' required by speech-dispatcher

I suggest removing `libspeechd` from `world` because `speech-dispatcher` is in `galaxy` only.
Title: Re: libspeechd version conflict after installing speech-dispatcher
Post by: Dudemanguy on 08 February 2022, 15:47:01
Should be fixed now. Thanks for reporting.
Title: Re: libspeechd version conflict after installing speech-dispatcher
Post by: dimgel on 09 February 2022, 03:54:05
Thank you. :)