You are not logged in.
Hi all,
When trying to update using "pacman -Syu", I get the following error:
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: root: installing libmariadbclient (10.1.24-1) breaks dependency 'libmysqlclient'
I tried to uninstall libmysqlclient, but it is not installed ! Reproducing these steps https://www.archlinux.org/news/mariadb- … ositories/ lead to the same error (or maybe I'm doing something wrong ?
).
Also, I haven't updated in a while (3-4 weeks). I've searched for this issue, but cannot find anything on it.
I run Arch with KDE.
Thanks for any help !
Last edited by Madsub (2017-06-12 06:47:56)
Offline
"root" is the problem, whatever that is.
Online
Root is a C++ framework: https://aur.archlinux.org/packages/root/
Offline
you can't uninstall libmysqlclient, because it is not a package, it is a general dependency that libmariadbclient satisfies. you need to fix the root package in order to upgrade
according to the page you linked, they have fixed the dependency problem, you just need to rebuild and reinstall the package
Last edited by HiImTye (2017-06-09 06:13:09)
Offline
Hi,
I managed to resolve the issue, thanks to you guys ^^
Offline