[issue23390] make profile-opt: test_distutils failure

2015-02-04 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue23390] make profile-opt: test_distutils failure

2015-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8957ff9776bd by Gregory P. Smith in branch '3.4': Fixes issue23390: make profile-opt causes -fprofile-generate and related flags https://hg.python.org/cpython/rev/8957ff9776bd New changeset 9c46707e5526 by Gregory P. Smith in branch 'default': Fixes

[issue23390] make profile-opt: test_distutils failure

2015-02-04 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- assignee: -> gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23390] make profile-opt: test_distutils failure

2015-02-03 Thread Gregory P. Smith
Gregory P. Smith added the comment: Likely a dupe of http://bugs.python.org/issue22904 which is why i set the buildbot up. :) I like your patch here better than my non-fixing poor hack in the other issue. I hadn't noticed CFLAGS_NODIST before. --

[issue23390] make profile-opt: test_distutils failure

2015-02-03 Thread Stefan Krah
New submission from Stefan Krah: Currently -fprofile-use etc. appear in the distutils CFLAGS, which causes test_distutils to fail. -- keywords: +patch nosy: +gregory.p.smith Added file: http://bugs.python.org/file38009/issue23390.diff ___ Python track

[issue23390] make profile-opt: test_distutils failure

2015-02-03 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: skrah priority: normal severity: normal status: open title: make profile-opt: test_distutils failure type: behavior ___ Python tracker ___ _