[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
0.7. CVS observations
From: |
Bernhard Reiter |
Subject: |
0.7. CVS observations |
Date: |
Tue, 17 May 2005 09:29:33 +0200 |
User-agent: |
Mutt/1.5.6i |
Experimented on a new machine:
Skencil 0.7 Tried to build CVS from 20050510:
setup.py auf Debian sarge ppc:
because of libart-config --version 2.2.0
- = run_config_script("libart2-config")
+ = run_config_script("libart-config")
because of /usr/lib/python2.3/distutils/dist.py:213:
UserWarning: 'licence' distribution option is deprecated; use 'license'
- licence = "LGPL",
+ license = "LGPL",
could build and run it.
python 2.3.4
Ran the tests: cd tests ; python runtests.py
FAIL: test_fill_opacity (test_libartdevice.TestOpacity)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mobilehome/bernhard/hacking/skencil/root/sketch/test/test_libartdevice.py",
line 158, in test_fill_opacity
self.check_images()
File
"/mobilehome/bernhard/hacking/skencil/root/sketch/test/test_libartdevice.py",
line 110, in check_images
self.failUnless(float(hist[1]) / num_pixels < max_ratio)
File "/usr/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 237 tests in 2.699s
FAILED (failures=1)
__del__ <test_libartdevice.MyLibartDevice instance at 0x3048f8c8>
I managed to get a Segmentation fault, too.
/mobilehome/bernhard/hacking/skencil/root/sketch/Sketch/UI/fillpanel.py:316:
DeprecationWarning: use gtk.ComboBox
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90:
GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90:
GtkDeprecationWarning: gtk.mainquit is deprecated, use gtk.main_quit instead
self.warn(message, DeprecationWarning)
/mobilehome/bernhard/hacking/skencil/root/sketch/Sketch/UI/tree.py:36:
DeprecationWarning: use gtk.TreeView
gtk.CTree.__init__(self)
Speicherzugriffsfehler
In addition I managed to get display render problems with hatch patters
when playing with opacity.
Bernhard R.
pgpv_Q8ZohZ5l.pgp
Description: PGP signature
- 0.7. CVS observations,
Bernhard Reiter <=