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 2010-08-10.14:35:32
SpamBayes Score 0.008111808
Marked as misclassified No
Message-id <1281450935.69.0.209009694295.issue9558@psf.upfronthosting.co.za>
In-reply-to
Content
test_build_ext fails on VS8.0.
 
======================================================================
ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "e:\python-dev\release26-maint\lib\distutils\tests\test_build_ext.py", li
ne 58, in test_build_ext
    cmd.run()
  File "e:\python-dev\release26-maint\lib\distutils\command\build_ext.py", line
340, in run
    self.build_extensions()
  File "e:\python-dev\release26-maint\lib\distutils\command\build_ext.py", line
449, in build_extensions
    self.build_extension(ext)
  File "e:\python-dev\release26-maint\lib\distutils\command\build_ext.py", line
531, in build_extension
    target_lang=language)
  File "e:\python-dev\release26-maint\lib\distutils\ccompiler.py", line 769, in
link_shared_object
    extra_preargs, extra_postargs, build_temp, target_lang)
  File "e:\python-dev\release26-maint\lib\distutils\msvc9compiler.py", line 648,
 in link
    raise LinkError(msg)
LinkError: command '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"
' failed with exit status 1104
History
Date User Action Args
2010-08-10 14:35:36ocean-citysetrecipients: + ocean-city, tarek
2010-08-10 14:35:35ocean-citysetmessageid: <1281450935.69.0.209009694295.issue9558@psf.upfronthosting.co.za>
2010-08-10 14:35:33ocean-citylinkissue9558 messages
2010-08-10 14:35:32ocean-citycreate