Message119905
| Author |
David.Joy |
| Recipients |
DNS, David.Joy, amaury.forgeotdarc, lemburg, loewis, paxan |
| Date |
2010年10月29日.14:59:21 |
| SpamBayes Score |
7.265728e-05 |
| Marked as misclassified |
No |
| Message-id |
<1288364363.38.0.986573316518.issue4431@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Hi All,
I just built mysql-python against CPython2.7 MSVC2008 Express Edition and Server 2003 R2. All were freshly built on a clean Server 2003 install. This exact issue occurred building with pip 0.8.1 on top of distribute 0.6.14:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe -nologo -manifest build\temp.win32-2.7\Release\_mysql.pyd.manifest -outputresource:build\lib.win32-2.7\_mysql.pyd;2
build\temp.win32-2.7\Release\_mysql.pyd.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
error: command 'mt.exe' failed with exit status 31
----------------------------------------
Command C:\Python27\python.exe -c "import setuptools;__file__='C:\\Documents and Settings\\Administrator\\build\\mysql-python\\setup.py';execfile(__file__)" install --single-version-externally-managed --record c:\docume~1\admini~1\locals~1\temp\pip-qqb1ax-record\install-record.txt failed with error code 1
Storing complete log in C:\Documents and Settings\Administrator\Application Data\pip\pip.log
Pavel's patch fixes my build. Does this patch break something else? I can reproduce this on 2.7 and 2.6.6. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年10月29日 14:59:23 | David.Joy | set | recipients:
+ David.Joy, lemburg, loewis, amaury.forgeotdarc, DNS, paxan |
| 2010年10月29日 14:59:23 | David.Joy | set | messageid: <1288364363.38.0.986573316518.issue4431@psf.upfronthosting.co.za> |
| 2010年10月29日 14:59:21 | David.Joy | link | issue4431 messages |
| 2010年10月29日 14:59:21 | David.Joy | create |
|