[issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS

2015-03-24 Thread Ned Deily
Ned Deily added the comment: Slavek, this issue and its superseder are both closed so comments here will likely not be acted on. -- nosy: +ned.deily stage: needs patch -> resolved ___ Python tracker __

[issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS

2015-03-24 Thread Bohuslav "Slavek" Kabrda
Bohuslav "Slavek" Kabrda added the comment: I'm also hitting an issue with test_sysconfig_module, but for a different reason: While building Python, I used "make EXTRA_CFLAGS='some flags'" and this makes test_sysconfig_module fail when I run "make test" or "python -m test.regrtest". The probl

[issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS

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

[issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS

2015-02-03 Thread Gregory P. Smith
Gregory P. Smith added the comment: see also issue23390 -- superseder: -> make profile-opt: test_distutils failure ___ Python tracker ___ ___

[issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS

2014-11-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: attaching a proposed workaround in the unittest. -- keywords: +patch Added file: http://bugs.python.org/file37231/issue22904-test-workaround-gps01.diff ___ Python tracker __

[issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS

2014-11-19 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- title: make profile-opt fails to update _sysconfigdata.py during the rebuild -> make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS ___ Python tracker _