[New-bugs-announce] [issue9558] build_ext fails on VS8.0

Hirokazu Yamamoto report at bugs.python.org
Tue Aug 10 16:35:35 CEST 2010


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

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

----------
assignee: tarek
components: Distutils, Windows
files: py3k_distutils_build_ext_on_VS8.patch
keywords: easy, patch
messages: 113541
nosy: ocean-city, tarek
priority: release blocker
severity: normal
stage: patch review
status: open
title: build_ext fails on VS8.0
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18467/py3k_distutils_build_ext_on_VS8.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9558>
_______________________________________


More information about the New-bugs-announce mailing list