Issue 15195: test_distutils fails when ARCHFLAGS is set on a Mac (original) (raw)
Issue15195
Created on 2012-06-26 15:26 by Marc.Abramowitz, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg164081 - (view) | Author: Marc Abramowitz (Marc.Abramowitz) * | Date: 2012-06-26 15:26 |
$ export ARCHFLAGS="-arch i386 -arch x86_64" $ ./python.exe -m test -v test_distutils [last: 0] marca@scml-marca:~/dev/hg-repos/cpython$ ./python.exe Python 3.3.0a4+ (default:6af0535b5e3a, Jun 25 2012, 16:59:49) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import sysconfig [59901 refs] >>> sysconfig.get_config_var('LDSHARED') 'gcc -bundle -undefined dynamic_lookup' [59906 refs] >>> import distutils.sysconfig [61596 refs] >>> distutils.sysconfig.get_config_var('LDSHARED') 'gcc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64' [77979 refs] | ||
msg166022 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2012-07-21 13:15 |
This problem has been fixed in changeset d76b83803e7e for Issue15184 which, among other things, tries to make the handling of ARCHFLAGS more consistent. | ||
msg166256 - (view) | Author: Marc Abramowitz (Marc.Abramowitz) * | Date: 2012-07-24 00:19 |
I just verified -- the issue seems to be fixed for me on OS X 10.6.8 with revision 00db71b3c5bd. Thanks! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:32 | admin | set | github: 59400 |
2012-07-24 00:19:10 | Marc.Abramowitz | set | messages: + |
2012-07-21 13:15:12 | ned.deily | set | status: open -> closedsuperseder: Test failure in test_sysconfig_modulemessages: + resolution: fixedstage: resolved |
2012-06-27 02:49:25 | ned.deily | set | assignee: ned.deilynosy: + ned.deily |
2012-06-26 15:33:49 | Marc.Abramowitz | set | type: behavior |
2012-06-26 15:26:07 | Marc.Abramowitz | create |