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 ocean-city
Recipients ocean-city, tarek
Date 2009-05-17.08:50:05
SpamBayes Score 0.0057531903
Marked as misclassified No
Message-id <1242550207.81.0.872664321931.issue6046@psf.upfronthosting.co.za>
In-reply-to
Content
test_disutils(test_get_outputs) fails on VC6. I cannot know if this
happens on VC9 too because buildbot is down. :-(

/////////////////////////////////////////////////////////////

test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... foo.c
   ライブラリ
c:\docume~1\whiter~1\locals~1\temp\tmpzdhkyv\tempt\docume~1\whiter~1\l
ocals~1\temp\tmpkhvw2m\foo.lib とオブジェクト
c:\docume~1\whiter~1\locals~1\temp\tmp
zdhkyv\tempt\docume~1\whiter~1\locals~1\temp\tmpkhvw2m\foo.exp を作成中
CVPACK : 致命的なエラー CK1003: ファイル
c:\docume~1\whiter~1\locals~1\temp\tmpb4w8fe\f
oo.exe を開くことができません
LINK : warning LNK4027: CVPACK error

/////////////////////////////////////////////////////////////

I looked into the directory "tmpkhvw2m" before it would be deleted, but
I could not find "foo.exe". There was only "foo".
History
Date User Action Args
2009-05-17 08:50:07ocean-citysetrecipients: + ocean-city, tarek
2009-05-17 08:50:07ocean-citysetmessageid: <1242550207.81.0.872664321931.issue6046@psf.upfronthosting.co.za>
2009-05-17 08:50:06ocean-citylinkissue6046 messages
2009-05-17 08:50:05ocean-citycreate