Displaying 5 results from an estimated 5 matches for "post_recurse".
2023 Jun 06
5
Trying to build Samba from source on RHEL 8
.../wafsamba/samba_utils.py", line 66, in fun
return f(*k, **kw)
File "./buildtools/wafsamba/samba_utils.py", line 469, in RECURSE
return ctx.recurse(relpath)
File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Context.py", line 298, in recurse
self.post_recurse(node)
File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 285, in post_recurse
self.hash = Utils.h_list((self.hash, node.read('rb')))
File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 608, in h_list...
2023 Jun 06
1
Trying to build Samba from source on RHEL 8
...s.py", line 66, in fun
> return f(*k, **kw)
> File "./buildtools/wafsamba/samba_utils.py", line 469, in RECURSE
> return ctx.recurse(relpath)
> File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Context.py", line 298, in recurse
> self.post_recurse(node)
> File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 285, in post_recurse
> self.hash = Utils.h_list((self.hash, node.read('rb')))
> File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 608,...
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
On 18/01/2023 14:20, Greg Dickie via samba wrote:
> Hi,
>
> I used to build samba regularly but it's been a couple of years. I'm trying
> to fix an issue with samba stock 4.10.16 on Cent7 by building latest and
> seeing if it behaves the same but it looks like waf is not doing what's
> expected. Simple question: should this work or is cent7 now too old and
>
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
...elf).execute()
File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Context.py", line 204, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Context.py", line 288, in recurse
self.post_recurse(node)
File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Configure.py", line 285, in post_recurse
self.hash = Utils.h_list((self.hash, node.read('rb')))
File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Utils.py", line 609, in h_list_py...
2023 Jun 07
1
Trying to build Samba from source on RHEL 8
...quot;, line 66, in fun
> return f(*k, **kw)
> File "./buildtools/wafsamba/samba_utils.py", line 469, in RECURSE
> return ctx.recurse(relpath)
> File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Context.py", line 298, in recurse
> self.post_recurse(node)
> File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 285, in post_recurse
> self.hash = Utils.h_list((self.hash, node.read('rb')))
> File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 60...