
tseaver at zope
Mar 10, 2005, 9:25 AM
Post #27 of 28
(974 views)
Permalink
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tim Peters wrote: | [Tres Seaver] | |>Stephan, is it possilbe for you to modifiy your test jig to use Python |>2.4.1rc1? It should have the fix in place for this failing test. That |>bug is at: |> |>http://sourceforge.net/tracker/index.php?func=detail&aid=1124295&group_id=5470&atid=105470 | | | Tres, have you tried 2.4.1c1? Over on Python-Dev I just started a | thread because I can't build current Zope 2.7 branch on Windows with | 2.4.1c1 (but can with 2.4). $ cd ~/projects/Zope-CVS/Zope-2.7-branch $ cvs -q up -AdP -r Zope-2_7-branch $ make clobber $ ../bin/python2.4 Python 2.4.1c1 (#1, Mar 10 2005, 12:04:35) [GCC 3.3.4 (Debian 1:3.3.4-9ubuntu5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. |>> ^D $ configure --with-python="../bin/python2.4" $ make test ... (make output) (expected DeprecationWarnings for whrandom, float-> demotion) ........................ ,..Traceback (most recent call last): ~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line 918, in ? process_args() ~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line 908, in process_args ~ bad = main(module_filter, test_filter, libdir) ~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line 698, in main ~ runner(files, test_filter, debug) ~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line 599, in runner ~ r = runner.run(suite) ~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/test.py", line 366, in run ~ return unittest.TextTestRunner.run(self, test) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 696, in run ~ test(result) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 428, in __call__ ~ return self.run(*args, **kwds) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 424, in run ~ test(result) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 428, in __call__ ~ return self.run(*args, **kwds) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 424, in run ~ test(result) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 428, in __call__ ~ return self.run(*args, **kwds) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 424, in run ~ test(result) ~ File "/home/tseaver/projects/Zope-CVS/lib/python2.4/unittest.py", line 281, in __call__ ~ return self.run(*args, **kwds) ~ File "/home/tseaver/projects/Zope-CVS/Zope-2.7-branch/lib/python/zdaemon/tests/testzdrun.py", line 97, in run ~ zdctl.main(["-s", self.zdsock] + args) AttributeError: 'ZDaemonTests' object has no attribute 'zdsock' make: *** [test] Error 1 I have no idea about that one. It blows up the same way if I just run '../bin/python2.4 test.py'. Guido's fingerprints are on that line in testzdrun.py ;). Tres. - -- =============================================================== Tres Seaver tseaver [at] zope Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCMIMXGqWXf00rNCgRAqWeAJ0e3Ybxm/nnoj+qrGBHUPKALqQ2CwCglhPE O6LSAkMaxmUoNwePnYmx37g= =CkeV -----END PGP SIGNATURE----- _______________________________________________ Zope-Coders mailing list Zope-Coders [at] zope http://mail.zope.org/mailman/listinfo/zope-coders
|