This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pearu
Recipients pearu, tarek
Date 2009-02-08.20:05:55
SpamBayes Score 7.851107e-05
Marked as misclassified No
Message-id <1234123556.57.0.148046765653.issue1718574@psf.upfronthosting.co.za>
In-reply-to
Content
Consider a trivial setup file:

from distutils.core import setup
setup()

Here is an example traceback (the second command
illustrates the bug):

$ python setup.py build --build-temp=/tmp
running build
$ python setup.py build_clib --build-temp=/tmp
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --build-temp must not have an argument
History
Date User Action Args
2009-02-08 20:05:56pearusetrecipients: + pearu, tarek
2009-02-08 20:05:56pearusetmessageid: <1234123556.57.0.148046765653.issue1718574@psf.upfronthosting.co.za>
2009-02-08 20:05:55pearulinkissue1718574 messages
2009-02-08 20:05:55pearucreate