search for: compareproviders

Displaying 7 results from an estimated 7 matches for "compareproviders".

2017 Jul 21
2
How does yum decide when 2 packages meet a dependency?
...:20PM +0100, Phil Perry wrote: >> Say a package has a dependency for libfoo.so.1, and 2 (or more) >> packages provide libfoo.so.1, how does yum decide which package to >> install to meet the dependency? > > It has a series of heuristics: > > http://yum.baseurl.org/wiki/CompareProviders That's fabulous. You mean Phil could have fixed my issue by renaming the package priiiiiimus so that the name was longer than mesa-libGL ;) jh
2017 Jul 21
2
How does yum decide when 2 packages meet a dependency?
Hi list, Say a package has a dependency for libfoo.so.1, and 2 (or more) packages provide libfoo.so.1, how does yum decide which package to install to meet the dependency?
2015 Oct 13
6
[PATCH 0/4] rpm: Choose providers better (RHBZ#1266918).
Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1266918
2015 Oct 13
0
[PATCH 4/4] rpm: Choose providers better (RHBZ#1266918).
...#39;, then both 'nss' and 'palemoon' are added to the package list. Yum used to handle this differently - it used to only pick the package with the shortest name. Later on, before yum was retired, it had a more complex decision algorithm described here: http://yum.baseurl.org/wiki/CompareProviders This change makes supermin use the shortest name algorithm, so in the case above, it always picks 'nss' over 'palemoon'. There is a second possible problem which is not fixed by the current patch set: If a package both provides and requires the same dependency, we should ignore th...
2015 Oct 13
1
[PATCH v2] rpm: Choose providers better (RHBZ#1266918).
This is v2 of the 4/4 patch from the original series. Changes: - memoize the function this time - check packages are installed using rpm_package_of_string However I didn't combine the two case together, because the code is a bit simpler with them separate. Rich.
2017 Jul 21
0
How does yum decide when 2 packages meet a dependency?
On Fri, Jul 21, 2017 at 04:19:20PM +0100, Phil Perry wrote: > Say a package has a dependency for libfoo.so.1, and 2 (or more) > packages provide libfoo.so.1, how does yum decide which package to > install to meet the dependency? It has a series of heuristics: http://yum.baseurl.org/wiki/CompareProviders -- Matthew Miller <mattdm at fedoraproject.org> Fedora Project Leader
2017 Jul 21
0
How does yum decide when 2 packages meet a dependency?
...John Hodrien wrote: > >>Say a package has a dependency for libfoo.so.1, and 2 (or more) > >>packages provide libfoo.so.1, how does yum decide which package to > >>install to meet the dependency? > >It has a series of heuristics: > >http://yum.baseurl.org/wiki/CompareProviders > That's fabulous. You mean Phil could have fixed my issue by renaming the > package priiiiiimus so that the name was longer than mesa-libGL ;) Tragically possible. :) -- Matthew Miller <mattdm at fedoraproject.org> Fedora Project Leader