[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-26 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com added the comment:

When I made this change I checked it under VC9, so it should work on
this version.

I'll have to create a VM with VC6 to track it down.
Until then I'll deactivate this test when it's VC6

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-26 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com added the comment:

Ok done. can you check on your side ? 

Don't we have a win32+MVCS6 buildslave somewhere ?

That would be nice to have.

I am running 3 differents VMs already when I work on these files. It
would be great to have buildbot making regression tests over all
compiler flavors.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-26 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com added the comment:

Thanks Roumen,that was it. I've commited the change and added a test to
verify the produced file has the right extension.

Thanks for the feedback Hirokazu

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-18 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

 It would be great to have buildbot making regression tests
 over all compiler flavors.

Yes, I hope snakebite.org will enable us to access to several MSVC
compilers.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Hirokazu Yamamoto

New submission from Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:

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.

--
assignee: tarek
components: Distutils
messages: 87970
nosy: ocean-city, tarek
severity: normal
status: open
title: test_distutils.py fails on VC6(Windows)
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

Here is translated version.

test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... foo.c
   Library
c:\docume~1\whiter~1\locals~1\temp\tmpzdhkyv\tempt\docume~1\whiter~1\l
ocals~1\temp\tmpkhvw2m\foo.lib and object
c:\docume~1\whiter~1\locals~1\temp\tmp
zdhkyv\tempt\docume~1\whiter~1\locals~1\temp\tmpkhvw2m\foo.exp を作成中
CVPACK : fatal error CK1003: File
c:\docume~1\whiter~1\locals~1\temp\tmpb4w8fe\f
oo.exe cannot be opened
LINK : warning LNK4027: CVPACK error

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

Here is translated version.

test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... foo.c
   Library
c:\docume~1\whiter~1\locals~1\temp\tmpzdhkyv\tempt\docume~1\whiter~1\l
ocals~1\temp\tmpkhvw2m\foo.lib and object
c:\docume~1\whiter~1\locals~1\temp\tmp
zdhkyv\tempt\docume~1\whiter~1\locals~1\temp\tmpkhvw2m\foo.exp is being
created
CVPACK : fatal error CK1003: File
c:\docume~1\whiter~1\locals~1\temp\tmpb4w8fe\f
oo.exe cannot be opened
LINK : warning LNK4027: CVPACK error

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Hirokazu Yamamoto

Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:


--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

Ah, well, if this runs on VC9, I think you don't have to worry about
VC6. (VC6 is too old) Of course, I'm happy if this runs on VC6 too.

Anyway, there is msvc9compiler.py, so maybe does different code run on
between VC9 and VC8(or elder)?

I don't know about buildbot slave.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info added the comment:

The patch issue5977-w32.patch from issue 5977 has to fix this.
The patch just add suffix for target binary, i.e. on linux target will
become foo.so and on w32 foo.pyd. Note .pyd is correct sugfxi for w32.

--
nosy: +rpetrov

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6046] test_distutils.py fails on VC6(Windows)

2009-05-17 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

Roumen, your patch worked fine.

--
Ran 115 tests in 53.207s

OK

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6046
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com