Displaying 3 results from an estimated 3 matches for "samba_check_perl".
2016 Oct 26
6
samba-4.5.1 build problem
...wafadmin/Configure.py", line 237, in sub_config
self.recurse(k, name='configure')
File "/usr/src/samba/samba-4.5.1/third_party/waf/wafadmin/Utils.py", line 656, in recurse
f(self)
File "/usr/src/samba/samba-4.5.1/wscript", line 103, in configure
conf.SAMBA_CHECK_PERL(mandatory=True)
File "./buildtools/wafsamba/samba_perl.py", line 52, in SAMBA_CHECK_PERL
perl_inc.remove('.')
ValueError: list.remove(x): x not in list
What should I do to overcome this?
Best regards
Peter
2016 Oct 05
0
samba v4-5-stable build fails
...dmin/Configure.py", line 237, in sub_config
self.recurse(k, name='configure')
File "/home/israelm/Projects/samba/third_party/waf/wafadmin/Utils.py", line 656, in recurse
f(self)
File "/home/israelm/Projects/samba/wscript", line 103, in configure
conf.SAMBA_CHECK_PERL(mandatory=True)
File "./buildtools/wafsamba/samba_perl.py", line 52, in SAMBA_CHECK_PERL
perl_inc.remove('.')
ValueError: list.remove(x): x not in list
Seems like it is trying to remove a value which is not in the list ?
This happened during PERL environment setup.
So I tri...
2016 Oct 26
0
samba-4.5.1 build problem
...ne 237, in sub_config
> self.recurse(k, name='configure')
> File "/usr/src/samba/samba-
> 4.5.1/third_party/waf/wafadmin/Utils.py", line 656, in recurse
> f(self)
> File "/usr/src/samba/samba-4.5.1/wscript", line 103, in configure
> conf.SAMBA_CHECK_PERL(mandatory=True)
> File "./buildtools/wafsamba/samba_perl.py", line 52, in
> SAMBA_CHECK_PERL
> perl_inc.remove('.')
> ValueError: list.remove(x): x not in list
>
> What should I do to overcome this?
I patched this at work yesterday. I'll get you the...