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.
Created on 2016年08月19日 09:54 by vstinner, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg273104 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2016年08月19日 09:54 | |
http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.x/builds/879/steps/test/logs/stdio ====================================================================== FAIL: test_srcdir (test.test_sysconfig.TestSysConfig) ---------------------------------------------------------------------- Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/test/test_sysconfig.py", line 346, in test_srcdir self.assertTrue(os.path.isdir(srcdir), srcdir) AssertionError: False is not true : /buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/config-3.6m ====================================================================== FAIL: test_get_makefile_filename (test.test_sysconfig.MakefileTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/test/test_sysconfig.py", line 414, in test_get_makefile_filename self.assertTrue(os.path.isfile(makefile), makefile) AssertionError: False is not true : /buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/config-3.6m/Makefile ---------------------------------------------------------------------- |
|||
| msg273138 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2016年08月19日 15:52 | |
This appears to be a duplicate of #23968. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:35 | admin | set | github: 71985 |
| 2016年08月19日 15:52:55 | zach.ware | set | status: open -> closed superseder: rename the platform directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET) nosy: + zach.ware messages: + msg273138 type: behavior resolution: duplicate stage: resolved |
| 2016年08月19日 09:54:06 | vstinner | create | |