Displaying 6 results from an estimated 6 matches for "samba_conftests".
2014 Apr 25
1
Samba 4.1.4 compilation error
...f(self)
File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
ret = function(*args)
File
"/home/samba/samba-4.1.4/lib/replace/../../buildtools/wafsamba/wscript",
line 289, in configure
conf.CHECK_UNAME()
File "./buildtools/wafsamba/samba_conftests.py", line 465, in CHECK_UNAME
msg="Checking uname %s type" % v):
File "./buildtools/wafsamba/samba_autoconf.py", line 421, in CHECK_CODE
define_ret=define_ret)
File "./buildtools/wafsamba/samba_conftests.py", line 52, in check
ret = self.run_c...
2017 Jun 03
3
Building from source on an ARM71 based router
...recurse
f(self)
File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Utils.py", line 743,
in wrap
ret = fun(k)
File "/opt/test/samba-4.6.4/lib/replace/../../buildtools/wafsamba/wscript",
line 308, in configure
conf.CHECK_UNAME()
File "./buildtools/wafsamba/samba_conftests.py", line 452, in CHECK_UNAME
msg="Checking uname %s type" % v):
File "./buildtools/wafsamba/samba_autoconf.py", line 436, in CHECK_CODE
define_ret=define_ret)
File "./buildtools/wafsamba/samba_conftests.py", line 52, in check
ret = self.run_c_code...
2017 Jun 03
2
Building from source on an ARM71 based router
...recurse
f(self)
File "/opt/test/samba-4.6.4/third_party/waf/wafadmin/Utils.py", line 743,
in wrap
ret = fun(k)
File
"/opt/test/samba-4.6.4/lib/replace/../../buildtools/wafsamba/wscript", line
308, in configure
conf.CHECK_UNAME()
File "./buildtools/wafsamba/samba_conftests.py", line 452, in CHECK_UNAME
msg="Checking uname %s type" % v):
File "./buildtools/wafsamba/samba_autoconf.py", line 436, in CHECK_CODE
define_ret=define_ret)
File "./buildtools/wafsamba/samba_conftests.py", line 52, in check
ret = self.run_c_code...
2018 Mar 26
0
talloc configure error for armv8be
...f(self)
File "./buildtools/wafsamba/samba_utils.py", line 48, in runonce_wrapper
ret = function(*args)
File ".../talloc/2.1.1-r0/talloc-2.1.1/lib/replace/../../buildtools/wafsamba/wscript", line 288, in configure
conf.CHECK_UNAME()
File "./buildtools/wafsamba/samba_conftests.py", line 465, in CHECK_UNAME
msg="Checking uname %s type" % v):
File "./buildtools/wafsamba/samba_autoconf.py", line 425, in CHECK_CODE
define_ret=define_ret)
File "./buildtools/wafsamba/samba_conftests.py", line 52, in check
ret = self.run_c_code...
2017 Jun 03
0
Building from source on an ARM71 based router
..."/opt/test/samba-4.6.4/third_party/waf/wafadmin/Utils.py",
> line 743, in wrap
> ret = fun(k)
> File
> "/opt/test/samba-4.6.4/lib/replace/../../buildtools/wafsamba/wscript",
> line 308, in configure conf.CHECK_UNAME()
> File "./buildtools/wafsamba/samba_conftests.py", line 452, in
> CHECK_UNAME msg="Checking uname %s type" % v):
> File "./buildtools/wafsamba/samba_autoconf.py", line 436, in
> CHECK_CODE define_ret=define_ret)
> File "./buildtools/wafsamba/samba_conftests.py", line 52, in check
> ret...
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree:
$ git remote -v
origin git://git.samba.org/samba.git (fetch)
origin git://git.samba.org/samba.git (push)
$ git pull
$ ./configure ...
$ make clean
WAF_MAKE=1 python ./buildtools/bin/waf build
./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead