Re: [PATCH] Support non-fPIC shared objects

2018-10-25 Thread Qixuan Wu
Good news, can we support NON-fPIC elf executable binary ? 在 2018年10月25日星期四 UTC+8上午6:10:09,Waldek Kozaczuk写道: > > This patch enhances ELF dynamic loader to support position > dependent shared libraries. It does it by detecting presence > of DT_TEXTREL marker and temporarilily making PT_LOAD

Re: [PATCH] Support Centos 7.4 and 7.5 in setup.py

2018-10-25 Thread Jose Manimala
Yes, agreed. I completely agree with you. On Thu, Oct 25, 2018 at 7:51 AM Nadav Har'El wrote: > > On Thu, Oct 25, 2018 at 1:50 PM Jose Mathew Manimala < > josemanim...@gmail.com> wrote: > >> Hello Nadav, >> >> >> >> Good day to you. >> >> The fundamental difference is that RHEL and Centos are

Re: [PATCH] Support Centos 7.4 and 7.5 in setup.py

2018-10-25 Thread Nadav Har'El
On Thu, Oct 25, 2018 at 1:50 PM Jose Mathew Manimala wrote: > Hello Nadav, > > > > Good day to you. > > The fundamental difference is that RHEL and Centos are Long Term Support > versions and usually run on a LTS build of yum. > > On recent builds of Fedora based distributions, dnf the new

RE: [PATCH] Support Centos 7.4 and 7.5 in setup.py

2018-10-25 Thread Jose Mathew Manimala
Apologies, the packages variable, has the versions of Fedora which are affected. I can override the install variable, but might be cleaner to have a newer install variable for RHEL and Centos, because of parameter deprication. Cheers, Jose From: Jose Mathew Manimala Sent: October 25, 2018 6:52

RE: [PATCH] Support Centos 7.4 and 7.5 in setup.py

2018-10-25 Thread Jose Mathew Manimala
Correction, *yum swap A B is the equivalent in the old world, compared to dnf install –allowearsing package in the new. From: Jose Mathew Manimala Sent: October 25, 2018 6:50 AM To: Nadav Har'El Cc: osv-dev@googlegroups.com Subject: RE: [PATCH] Support Centos 7.4 and 7.5 in setup.py Hello

RE: [PATCH] Support Centos 7.4 and 7.5 in setup.py

2018-10-25 Thread Jose Mathew Manimala
Hello Nadav, Good day to you. The fundamental difference is that RHEL and Centos are Long Term Support versions and usually run on a LTS build of yum. On recent builds of Fedora based distributions, dnf the new package manager is the norm. yum swap A B is the equivalent in the new world dnf

Re: [PATCH] Support Centos 7.4 and 7.5 in setup.py

2018-10-25 Thread Nadav Har'El
On Thu, Oct 25, 2018 at 4:42 AM Jose Mathew Manimala wrote: > - Update setup.py to support Centos 7.4 and 7.5 > - Override Fedora base class install param removing allowerasing > Signed-off-by: Jose Mathew Manimala > --- > scripts/setup.py | 17 - > 1 file changed, 16