Displaying 20 results from an estimated 5000 matches similar to: "How does yum decide when 2 packages meet a dependency?"
2017 Jul 21
2
How does yum decide when 2 packages meet a dependency?
On Fri, 21 Jul 2017, Matthew Miller wrote:
> 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
2017 Jul 21
0
How does yum decide when 2 packages meet a dependency?
On Fri, Jul 21, 2017 at 05:00:35PM +0100, 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
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
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
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.
2014 Dec 08
5
[LLVMdev] [lld] Handling multiple -init/-fini command line options
Hi,
The LLD linker in gnu flavor mode accepts multiple -init/-fini command
line options. For _all_ symbols specified by these options the linker
creates appropriate entries in the .init_array/.fini_array sections.
But it looks like LD and Gold linkers do not support this feature and
take in account only the last -init/-fini options.
% cat foo.c
int a = 0;
void foo() { a += 1; }
void bar() { a +=
2001 Apr 25
1
Once more, with diffs... (configure.in aclocal.m4 patch against CVS)
The attached unified diff fixes configure so that all --with-libfoo options
are allowed to be --with-libfoo=PATH. If the option is specified with a
PATH, only that PATH is searched for the library. If it is specified as
=yes or with no argument, it tries without modifying anything, and then
tries looking in /usr/local. The SunOS5 targets no longer add /usr/local to
include or library paths
2016 May 27
3
Update CRAN submission process
The CRAN submission process seems in need of a massive overhaul. Why has this process not been automated yet?
?
Patrick Perry
Assistant Professor
NYU Stern School of Business
2010 Sep 16
1
[LLVMdev] Linking shared library
Hi,
I have conventional directory structure for a pass taken from project examples.
I want to build a tool which makes usage of a shared library which is included in the project.
This means that I have library here:
# lib/foo/*.cc
and after compilation the library is placed here
# Debug/lib/libfoo.so
My tool is located here:
# tool/test_foo
# cat tool/Makefile
LEVEL = ../
TOOLNAME=test_foo
2012 Jun 11
0
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hello
First of all, note the "llvm" in the mailing list title. Clang
questions should be asked in other ML.
> 3. Run cmake and let it figure out that its using Clang on Windows.
> 4. Build and realize that the link doesn't work because CMake pulls in the
> wrong libraries (per default it uses Microsoft naming conventions: foo.lib
> instead of libfoo.a).
It seems like
2012 Jun 11
3
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hi again,
I am regularly building my small STL-enabled C++ project using Mingw64 on
Windows x64 and the program runs fine (it builds and runs fine on x64 Linux
too).
Then I got brave and decided to try out Clang, because I'd eventually like
to take a look at the quality of the generated code, and then did the
following:
1. Set CC to clang.
2. Set CXX to clang++.
3. Run cmake and let it
2019 Sep 24
4
CentOS 8.0 1905 is now available for download
On 24/09/2019 18:46, Dennis Jacobfeuerborn wrote:
> Already bummed that the 4.18 kernel is too old for /proc/pressure :(
>
Mainline kernel packages are available from elrepo for el8. Current
version is kernel-ml-5.3.x:
https://elrepo.org/linux/kernel/el8/x86_64/RPMS/
Is that new enough for you?
Regards,
Phil
2019 Jan 15
2
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
On Mon, Jan 14, 2019 at 07:29:45AM +0000, Phil Perry (pperry at elrepo.org) wrote:
> On 14/01/2019 07:09, Jobst Schmalenbach wrote:
> > Hi
> I use ipdeny's aggregated country lists to do the same thing:
>
> http://www.ipdeny.com/ipblocks/data/aggregated/
>
> I just feed this data directly into ipset/iptables via a script running on
> my firewall (not a C6 box).
2018 Apr 28
1
Need help: I219-v driver issue in centos 7 installation
On 28/04/18 16:21, dibyendukoley1 wrote:
> Sir,
> This are the output.
> [root at localhost ~]# lspci -nn| grep -i Ethernet
> 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection
> (7) I219-V [8086:15bc] (rev 10)
>
Support for your device has been added to the el7.5 kernel.
grep -i 8086 /lib/modules/*/modules.alias | grep -i 15bc
2019 Jan 16
1
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
On Tue, Jan 15, 2019 at 07:43:02AM +0000, Phil Perry (pperry at elrepo.org) wrote:
> On 15/01/2019 01:29, Jobst Schmalenbach wrote:
> > On Mon, Jan 14, 2019 at 07:29:45AM +0000, Phil Perry (pperry at elrepo.org) wrote:
> > > On 14/01/2019 07:09, Jobst Schmalenbach wrote:
> Below is my script for creating/updating an ipset to block my top 10
> Hope that helps
Thanks, it
2018 Jan 22
2
as.character(list(NA))
On 01/20/2018 08:24 AM, William Dunlap via R-devel wrote:
> I believe that for a list as.character() applies deparse() to each element
> of the list. deparse() does not preserve NA-ness, as it is intended to
> make text that the parser can read.
>
>> str(as.character(list(Na=NA, LglVec=c(TRUE,NA),
> Function=function(x){x+1})))
> chr [1:3] "NA" "c(TRUE,
2006 Jun 02
2
[LLVMdev] Compiling natively vsftp with LLVM
Hi, I have tried another way:
ar rcs libsysdeputil.a sysdeputil.o
gccld seems to recognize the file type. However, it stills find unresoved symbols
which are actually the functions in sysdeputil.o (can be find out with `nm libsysdeputil.a`)
The problem disappears if native gcc/ld tool chain is used.
As another test, main.c:
-----------------
extern void foo();
int main()
{
foo();
return
2018 Apr 26
2
Need help: I219-v driver issue in centos 7 installation
On 26/04/18 21:49, Phil Perry wrote:
> On 26/04/18 17:03, dibyendukoley1 wrote:
>> Sir,
>> Can any one please help me to install I219-V driver.
>> The driver that is provided by intel that is for freebsd only. I have
>> tried
>> of installing e1000e driver but no luck.... Please help....
>> Looking forward to you.
>
>
> Please show the output
2019 Mar 26
2
RFC: ELF Autolinking
Thanks Saleem/James.
On Tue, Mar 26, 2019 at 5:15 AM Saleem Abdulrasool <compnerd at compnerd.org>
wrote:
> Yes, I don't think that supporting all options is entirely possible. But,
> there is certainly some allure to it, as it is a really powerful feature
> (which you can tell from the behaviour of link and `.drectve` section).
> The problem with all options is that
2019 Sep 24
1
CentOS 8.0 1905 is now available for download
On 24/09/2019 20:14, Rainer Duffner wrote:
>
>
>> Am 24.09.2019 um 21:11 schrieb Phil Perry <pperry at elrepo.org>:
>>
>> Mainline kernel packages are available from elrepo for el8. Current version is kernel-ml-5.3.x:
>>
>> https://elrepo.org/linux/kernel/el8/x86_64/RPMS/ <https://elrepo.org/linux/kernel/el8/x86_64/RPMS/>
>>
>> Is that