Update dependency mariadb error

Bugs in eFa 4
Post Reply
forhire
Posts: 30
Joined: 10 Jun 2021 16:54

Update dependency mariadb error

Post by forhire »

Clearly I'll need to replace my aging Centos7 install of Efa but until I have time I'm seeing this error on update.

Failed to check for updates with the following error message:
Failed to build transaction: 1:mariadb101u-devel-10.1.41-1.el7.ius.x86_64 requires mariadb101u-libs(x86-64) = 1:10.1.41-1.el7.ius

Error: Package: 1:mariadb101u-devel-10.1.41-1.el7.ius.x86_64 (@ius)
Requires: mariadb101u-libs(x86-64) = 1:10.1.41-1.el7.ius
Removing: 1:mariadb101u-libs-10.1.41-1.el7.ius.x86_64 (@ius)
mariadb101u-libs(x86-64) = 1:10.1.41-1.el7.ius
Obsoleted By: 1:eFa-4.0.4-32.eFa.el7.noarch (eFa4)
Not found
You could try using --skip-broken to work around the problem

Is there a way to fix this? Skip-broken didn't work. Any ideas?
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Update dependency mariadb error

Post by shawniverson »

Try manually removing mariadb101u-devel and update again.
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Update dependency mariadb error

Post by henk »

you did already try

Code: Select all

yum swap -- mariadb101u-config mariadb101u-server -- mariadb102-server
as mentioned in viewtopic.php?t=4788
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
forhire
Posts: 30
Joined: 10 Jun 2021 16:54

Re: Update dependency mariadb error

Post by forhire »

Thank you! Replacing mariadb did the trick.
forhire
Posts: 30
Joined: 10 Jun 2021 16:54

Re: Update dependency mariadb error

Post by forhire »

Thanks for the URL, it saved my bacon. After swapping mariadb the web gui broke this this error:

The following conf.php mandatory entries are missing, check and compare your conf.php with conf.php.example. - DB_PORT

I thought the package manager may have archived the config but after reading the thread I found all I had to do was "yum upgrade eFa" and I was back up and running without even losing my settings. :)
Post Reply