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.

classification
Title: test_sysconfig: test_srcdir() fails on "x86 Gentoo Installed with X 3.x" buildbot
Type: behavior Stage: resolved
Components: Distutils, Tests Versions: Python 3.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: rename the platform directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET)
View: 23968
Assigned To: Nosy List: dstufft, eric.araujo, vstinner, zach.ware
Priority: normal Keywords: buildbot

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:35adminsetgithub: 71985
2016-08-19 15:52:55zach.waresetstatus: 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:06vstinnercreate