Displaying 3 results from an estimated 3 matches for "samba_perl".
2016 Oct 26
6
samba-4.5.1 build problem
...e(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
...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 tried removing the line 52 on the file
perl_inc.remove('....
2016 Oct 26
0
samba-4.5.1 build problem
...> 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 patch when I get
back to Catalyst tomorrow.
It wasn't hard, ju...