[issue10558] non-standard processing of several configure options ignores "=no"

2019-03-15 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10558] non-standard processing of several configure options ignores =no

2014-06-26 Thread Mark Lawrence

Mark Lawrence added the comment:

Does the patch here or an updated version still need incorporating into the 
build system?

--
nosy: +BreamoreBoy
type:  - behavior
versions: +Python 3.4, Python 3.5 -Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10558] non-standard processing of several configure options ignores =no

2010-11-27 Thread Ned Deily

New submission from Ned Deily n...@acm.org:

[From Issue10268]

The configure to Makefile option processing for a few options is non-standard.  
For example, --enable-loadable-sqlite-extensions=no is treated the same as 
--enable-loadable-sqlite-extensions or --enable-loadable-sqlite-extensions=yes, 
contrary to standard Autoconf behavior. Reportedly, this behavior also occurs 
with --with-system-expat=no and --with-system-ffi=no options.

--
components: Build
messages: 122613
nosy: Arfrever, ned.deily
priority: normal
severity: normal
stage: needs patch
status: open
title: non-standard processing of several configure options ignores =no
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10558
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10558] non-standard processing of several configure options ignores =no

2010-11-27 Thread Arfrever Frehtes Taifersar Arahesis

Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment:

I'm attaching the patch for py3k branch. A part of this patch could be applied 
also in 2.7 and 3.1 branches.

--
keywords: +patch
Added file: http://bugs.python.org/file19851/python-3.2-issue10558.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10558
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10558] non-standard processing of several configure options ignores =no

2010-11-27 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
stage: needs patch - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10558
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10558] non-standard processing of several configure options ignores =no

2010-11-27 Thread Arfrever Frehtes Taifersar Arahesis

Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment:

2.7 branch: --with-system-expat and --with-system-ffi
3.1 branch: --with-system-ffi

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10558
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com