Page 1 of 1

How to fix missing dependencies[SOLVED]

PostPosted: Jan 25th, '20, 16:58
by pkoneil1
In a fight to build wine on my Mageia 7.1 system, I mass uninstalled all *devel libs and went from there. I got the wine 5.0 source rpms built from Cauldron but now find that some apps/functions do not work (Steam, System Settings). I am presuming that in removing all devel libs (which automatically removes anything dependent upon THOSE) must have removed dependencies for various apps (like Steam, System Settings, etc). How might I go about finding or fixing the missing libs other than manually hunting through the software manager and guessing?

Re: How to fix missing dependencies

PostPosted: Jan 26th, '20, 00:19
by doktor5000
If you have dnf installed, you could try starting with dnf check or otherwise try with
Code: Select all
rpm -Va --nodigest --nofiles --noscripts --nosignature --nolinkto --nofiledigest --nosize --nouser --nogroup --nomtime --nomode --nordev

The latter this is from our software management MAQeia

Re: How to fix missing dependencies

PostPosted: Jan 26th, '20, 00:40
by pkoneil1
Thank you. I believe I've got everything fixed up again and managed to get wine 5 built and installed.

Re: How to fix missing dependencies

PostPosted: Jan 26th, '20, 05:07
by doktor5000
Please don't forget to mark the thread solved by editing the subject of the first post and prefix it with [SOLVED], thanks in advance.