On 11/11/19 10:14 PM, Tim Tassonis via blfs-dev wrote:
Hi all

I just tried to build Talloc-2.3.0, using the mentioned


--extra-python=PYTHON

option. However, this does not seem to be supported anymore:


waf: error: no such option: --extra-python


Or am I missing something?

If nobody objects, I'll create a ticket and remove that option from the page.

Bye
Tim

Looking through the configure script using grep (and the whole tree), I can't find any references to it:

renodr [ /sources/talloc-2.3.0 ]$ grep -r extra-python *

It seems that it was last present in 2.1.16 as it wasn't present in 2.2.0 either:

renodr [ /sources/talloc-2.1.16 ]$ grep -r extra-python *
buildtools/wafsamba/wscript:    opt.add_option('--extra-python', type=str,
buildtools/wafsamba/wscript:                          "(example: --extra-python=/usr/bin/python3)"), buildtools/wafsamba/wscript:        Logs.error('ERROR: cannot specify both --disable-python and --extra-python.') buildtools/wafsamba/samba_python.py: Logs.warn('extra-python needs to be Python %s.%s.%s or later' % buildtools/wafsamba/samba_python.py:    When --extra-python is used, the body will additionaly be executed buildtools/wafsamba/samba_python.py:    with the extra-python environment active.


I'd say go for it

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to