[issue12678] test_packaging and test_distutils failures under Windows

2011-09-17 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Distutils and packaging tests now pass on the three builbots. -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue12678] test_packaging and test_distutils failures under Windows

2011-09-14 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: test_packaging is still failing on Windows, example: == ERROR: test_uses (packaging.tests.test_database.TestDistribution)

[issue12678] test_packaging and test_distutils failures under Windows

2011-09-14 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Issue 12785 has a patch for the test_database failures. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-09-04 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 6fe19f421a16 by Nadeem Vawda in branch '3.2': Issue #12678: Fix distutils sdist test on Windows. http://hg.python.org/cpython/rev/6fe19f421a16 New changeset b173cfbf49a0 by Éric Araujo in branch '3.2': Fix distutils

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 8ad1670c0f1f by Éric Araujo in branch '2.7': Try to fix test_distutils on Windows (#12678) http://hg.python.org/cpython/rev/8ad1670c0f1f -- ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-25 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 262e03bbe7a9 by Éric Araujo in branch 'default': Another (hopefully last) fix for test_packaging on Windws (#12678) http://hg.python.org/cpython/rev/262e03bbe7a9 -- ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: I’ll commit the tmp-debug patch so that we can get info from the buildbot, unless Jeremy or someone can investigate. If you can wait until this evening (CEST), I'll run the tests with that patch applied locally. It might be easier to get

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I’m in CEST too (France), but I’m not sure I’ll have Internet access this evening. Would tomorrow afternoon work for you? I don’t want you to have to dive in distutils more than you should :) --

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: higery: Would you have a bit of free time to help use here? -- nosy: +higery ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread higery
higery shoulderhig...@gmail.com added the comment: higery: Would you have a bit of free time to help use here? Certainly yes. I have run the test_packaging.py, the main error message is about ValueError: path is on mount 'c:', start on mount 'D:'. One sample is: ERROR: test_uses

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread higery
higery shoulderhig...@gmail.com added the comment: For test_distutils.py, there is not an 'os.link()' function on Windows platform, so all the tests using this function will report error. -- ___ Python tracker rep...@bugs.python.org

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks! There’s a patch on #12785 that may fix the test_database bug. Here we try to see the distutils test_sdist problem on 2.7. -- ___ Python tracker rep...@bugs.python.org

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread higery
higery shoulderhig...@gmail.com added the comment: Here we try to see the distutils test_sdist problem on 2.7. So sorry that there is not a developed cpython 2.7 on my pc, and my currently installed Python2.7 has not installed the _msi module, so the running of the tests does not work well.

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset aa27461759f2 by Éric Araujo in branch 'default': Try to fix packaging tests using build_ext on Windows (#12678) http://hg.python.org/cpython/rev/aa27461759f2 -- ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Nadeem, please try this patch. -- Added file: http://bugs.python.org/file23020/windows-build_ext.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Testing on 3.2, the latest patch doesn't fix the test_record_extensions failure :/ It does change the traceback for the exception, though. Before: == ERROR:

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Testing on 3.2, the latest patch doesn't fix the test_record_extensions failure :/ It does change the traceback for the exception, though. Before: == ERROR:

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Nadeem Vawda
Changes by Nadeem Vawda nadeem.va...@gmail.com: -- Removed message: http://bugs.python.org/msg142863 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: Added file: http://bugs.python.org/file23024/windows-build_ext.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: Removed file: http://bugs.python.org/file23020/windows-build_ext.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 20944ea49392 by Éric Araujo in branch '3.2': Fix distutils tests on Windows (#12678). http://hg.python.org/cpython/rev/20944ea49392 -- ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 1696e2789d91 by Éric Araujo in branch 'default': Fix test_packaging on Windows (#12678). http://hg.python.org/cpython/rev/1696e2789d91 -- ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: If the 3.x buildbots are smiling tomorrow, I will backport to 2.7 and distutils2. -- versions: +3rd party ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-22 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Looks like the patch is not enough: That's a 3.2 builder. You only committed Jeremy's fix to default. *puts on the stupid hat* I also tried backporting Jeremy's fix to 2.7, but that doesn't seem to have worked; the sdist tests is still

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-22 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: -pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___ ___ Python-bugs-list mailing

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Paul Moore
Changes by Paul Moore p.f.mo...@gmail.com: -- nosy: +pmoore ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___ ___ Python-bugs-list mailing

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Looks like the patch is not enough: http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.2/builds/477/steps/test/logs/stdio/text Please see #12785 for a patch to packaging.database that should fix test_packaging failures and needs

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I have to log off for today; another committer can use the attached patch so that we get more info. -- Added file: http://bugs.python.org/file22974/tmp-debug.diff ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Roumen Petrov
Roumen Petrov bugtr...@roumenpetrov.info added the comment: diff --git a/Lib/distutils/tests/test_sdist.py b/Lib/distutils/tests/test_sdist.py index 440af98..520289c 100644 --- a/Lib/distutils/tests/test_sdist.py +++ b/Lib/distutils/tests/test_sdist.py @@ -381,6 +381,15 @@ class

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Roumen: I thought too about checking the zipfile on Windows, but with Jeremy’s patch the test force tar.gz generation, so it should amount to the same with less code. -- ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Looks like the patch is not enough: http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.2/builds/477/steps/test/logs/stdio/text That's a 3.2 builder. You only committed Jeremy's fix to default. I've tested the fix on 3.2 on my

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset c8e73a89150e by Nadeem Vawda in branch '3.2': Issue #12678: Fix distutils sdist test on Windows. http://hg.python.org/cpython/rev/c8e73a89150e -- ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset d40856e424fd by Nadeem Vawda in branch '2.7': Issue #12678: Fix distutils sdist test on Windows. http://hg.python.org/cpython/rev/d40856e424fd -- ___ Python tracker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-21 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: The sdist failure is now fixed on the 3.2 XP builders. test_record_extensions still needs attention, though. I also tried backporting Jeremy's fix to 2.7, but that doesn't seem to have worked; the sdist tests is still failing there. Someone

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-20 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 4136acaf03de by Éric Araujo in branch 'default': Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. http://hg.python.org/cpython/rev/4136acaf03de -- nosy: +python-dev

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-19 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- dependencies: +list_distinfo_file is wrong ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12678 ___

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-19 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I don’t understand this part: Traceback (most recent call last): File distutils\tests\test_sdist.py, line 385, in test_manual_manifest archive = tarfile.open(archive_name) File tarfile.py, line 1736, in open return func(name, r,

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-19 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: This failure needs to be gone in time for 3.2.2. Please find an appropriate way to fix it, even if it is the temporary disabling of a faulty test. -- nosy: +benjamin.peterson, georg.brandl priority: high - release blocker

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-19 Thread Jeremy Kloth
Jeremy Kloth jeremy.kloth+python-trac...@gmail.com added the comment: The failure was due to the sdist command having different default formats for each platform (i.e., POSIX: gztar, Win32: zip). Patch attached. -- keywords: +patch nosy: +jkloth Added file:

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-02 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Here’s the distutils error: ERROR: test_manual_manifest (distutils.tests.test_sdist.SDistTestCase) -- Traceback (most recent call last): File

[issue12678] test_packaging and test_distutils failures under Windows

2011-08-01 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: Seen on the buildbots, seems very recent: http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%202.7/builds/968 http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.2/builds/440