Hi

Still compiling gnome.

Pycairo test suite fails on unpriviliged user, but completes with root. 
  Running Python 2.6 and Cairo 1.4, have tried Cairo 1.8.6/8.8 both fail 
the same.   Any hints here, can I go on?

Traceback (most recent call last):
  File "spiral.py", line 36, in <module>
    surface.write_to_png('spiral.png')
IOError: error while writing to output stream
Traceback (most recent call last):
  File "warpedtext.py", line 85, in <module>
    surface.write_to_png("warpedtext.png")
IOError: error while writing to output stream
Traceback (most recent call last):
  File "hering.py", line 55, in <module>
    surface.write_to_png('hering.png')
IOError: error while writing to output stream
Traceback (most recent call last):
  File "gradient.py", line 32, in <module>
    surface.write_to_png('gradient.png')
IOError: error while writing to output stream
Traceback (most recent call last):
  File "snippets_png.py", line 51, in <module>
    do_snippet (s)
  File "snippets_png.py", line 34, in do_snippet
    surface.write_to_png ('snippets/%s.png' % snippet)
IOError: error while writing to output stream
F
======================================================================
FAIL: Doctest: test.test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.6/doctest.py", line 2145, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for test.test
  File "test.test", line 0

----------------------------------------------------------------------
File "test.test", line 11, in test.test
Failed example:
    for f in files:
         ret = os.system ('python %s' % f) # return value is system 
dependent
        if ret != 0 and sys.platform.startswith('linux'):
            print 'Error:', f, 'returned', ret
Expected nothing
Got:
    Error: spiral.py returned 256
    Error: warpedtext.py returned 256
    Error: hering.py returned 256
    Error: gradient.py returned 256
----------------------------------------------------------------------
File "test.test", line 21, in test.test
Failed example:
    if ret != 0 and sys.platform.startswith('linux'):
        print 'Error:', cmd, 'returned', ret
Expected nothing
Got:
    Error: python snippets_png.py -s returned 256


----------------------------------------------------------------------
Ran 1 test in 0.369s

FAILED (failures=1)

Thanks

MAC

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to