[New-bugs-announce] [issue7020] regression in pywin32 build due to 2.6.3rc1

Sridhar Ratnakumar report at bugs.python.org
Wed Sep 30 04:20:34 CEST 2009


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

Today's 2.6.3rc1 introduced an regression in building pywin32. Peruse
the following error:

=========================================================
creating build\lib.win32-2.6\pywin32_system32
C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\link.exe /DLL
/nologo /INCREMENTAL:NO
/LIBPATH:E:\apy\py263\build\py2_6_3rc1-win32-x86-apy26-rrun\python\libs
/LIBPATH:E:\apy\py263\build\py2_6_3rc1-win32-x86-apy26-rrun\python\PCbuild
/LIBPATH:build\temp.win32-2.6\Release "/LIBPATH:C:\Program
Files\Microsoft SDKs\Windows\v6.0\lib" advapi32.lib user32.lib ole32.lib
oleaut32.lib /EXPORT:initpywintypes
build\temp.win32-2.6\Release\win32\src\PyACL.obj
build\temp.win32-2.6\Release\win32\src\PyDEVMODE.obj
build\temp.win32-2.6\Release\win32\src\PyHANDLE.obj
build\temp.win32-2.6\Release\win32\src\PyIID.obj
build\temp.win32-2.6\Release\win32\src\PyLARGE_INTEGER.obj
build\temp.win32-2.6\Release\win32\src\PyOVERLAPPED.obj
build\temp.win32-2.6\Release\win32\src\PySECURITY_ATTRIBUTES.obj
build\temp.win32-2.6\Release\win32\src\PySECURITY_DESCRIPTOR.obj
build\temp.win32-2.6\Release\win32\src\PySID.obj
build\temp.win32-2.6\Release\win32\src\PyTime.obj
build\temp.win32-2.6\Release\win32\src\PyUnicode.obj
build\temp.win32-2.6\Release\win32\src\PyWAVEFORMATEX.obj
build\temp.win32-2.6\Release\win32\src\PyWinTypesmodule.obj
/OUT:build\lib.win32-2.6\pywin32_system32\pywintypes.pyd
/IMPLIB:build\temp.win32-2.6\Release\win32\src\pywintypes.lib
/MANIFESTFILE:build\temp.win32-2.6\Release\win32\src\pywintypes.pyd.manifest
/MACHINE:x86 /BASE:0x1e7d0000 /DEBUG
/PDB:build\temp.win32-2.6\Release\pywintypes.pdb
   Creating library
build\temp.win32-2.6\Release\win32\src\pywintypes.lib and object
build\temp.win32-2.6\Release\win32\src\pywintypes.exp
C:\Program Files\Microsoft SDKs\Windows\v6.0\bin\mt.exe -nologo
-manifest build\temp.win32-2.6\Release\win32\src\pywintypes.pyd.manifest
-outputresource:build\lib.win32-2.6\pywin32_system32\pywintypes.pyd;2
Unable to import verstamp, no version info will be added
error: can't copy
'build\temp.win32-2.6\Release\win32\src\pywintypes26.lib': doesn't exist
or not a regular file
=========================================================

With 2.6.2 .. this error did not happen.

The file build\temp.win32-2.6\Release\win32\src\pywintypes.lib exists
(but without the version number). 

Was something substantial changed in distutils?

(I am currently investigating this issue; more details will follow)

----------
assignee: tarek
components: Distutils
messages: 93341
nosy: srid, tarek
severity: normal
status: open
title: regression in pywin32 build due to 2.6.3rc1
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list