search for: with_python3

Displaying 3 results from an estimated 3 matches for "with_python3".

2019 May 20
0
self compiled 4.10.3 replication failure.
...it would be much simplier to just consume the python2 system default. This is what I'm doing on el7 to build without EPEL: http://nova.polymtl.ca/~coyote/dist/samba/samba-4.10.3/RHEL7/SPECS/samba-v410x.spec ----------------------------------------- %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %else %global with_python3 0 %endif ----------------------------------------- And 'samba-tool' dns seems to work fine (for me) on python2. To be honnest, the only major change I saw in the compile process for 4.10.x was that one of the required library updates depended on a more recent...
2019 May 20
4
self compiled 4.10.3 replication failure.
On Sat, 18 May 2019, Nico Kadel-Garcia wrote: > On Wed, May 15, 2019 at 4:32 PM Tom Diehl via samba > <samba at lists.samba.org> wrote: >> >> Hi, >> >> I have a new Centos 7.6 VM that I self compiled 4.10.3 and joined it to an >> existing samba AD domain that has 2 existing DCs. One of the existing DCs is >> running 4.8.7 and the other is running
2019 May 20
2
self compiled 4.10.3 replication failure.
...st > consume the python2 system default. This is what I'm doing on el7 to build > without EPEL: > http://nova.polymtl.ca/~coyote/dist/samba/samba-4.10.3/RHEL7/SPECS/samba-v410x.spec > ----------------------------------------- > % if 0%{?fedora} || 0%{?rhel} > 7 > % global with_python3 1 > % else > % global with_python3 0 > % endif > ----------------------------------------- So what happens when 4.11 is released? The release notes clearly state that 4.11 will not have python2 support. Doing as you suggest only kicks the can down the road. My gut feeling is if I am go...