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.

Author vstinner
Recipients dstufft, eric.araujo, vstinner
Date 2016-08-19.09:54:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471600446.77.0.0232561146513.issue27798@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2016-08-19 09:54:06vstinnersetrecipients: + vstinner, eric.araujo, dstufft
2016-08-19 09:54:06vstinnersetmessageid: <1471600446.77.0.0232561146513.issue27798@psf.upfronthosting.co.za>
2016-08-19 09:54:06vstinnerlinkissue27798 messages
2016-08-19 09:54:05vstinnercreate