[sabayon] Anybody else seeing these errors?



rpm created from CVS with ./autogen.sh --prefix=/usr; make rpm
Then the rpms were installed.

There are a couple of errors, the first is "UnboundLocalError: local
variable 'str' referenced before assignment", which perplexes me because
the code around line 304 seems to be invoking the function str(), not a
variable at this line.

I believe "pythonExternalEntityLoader: can't read" is coming from
libxml2, not sure why yet, any ideas?

I assume the X error is a consequence of the earlier failures, but I'm
not sure.

[jdennis chickadee ~]$ sabayon
pythonExternalEntityLoader: can't read
Traceback (most recent call last):
  File "/var/tmp/sabayon-0.19-1-root-jdennis/usr/lib/python2.4/site-packages/sabayon/sessionwindow.py", line 55, in __window_mapped
  File "/var/tmp/sabayon-0.19-1-root-jdennis/usr/lib/python2.4/site-packages/sabayon/protosession.py", line 543, in start
  File "/var/tmp/sabayon-0.19-1-root-jdennis/usr/lib/python2.4/site-packages/sabayon/protosession.py", line 443, in __start_session
  File "/var/tmp/sabayon-0.19-1-root-jdennis/usr/lib/python2.4/site-packages/sabayon/protosession.py", line 304, in __open_x_connection
UnboundLocalError: local variable 'str' referenced before assignment
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!

The program 'sabayon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 10881 error_code 3 request_code 10 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Traceback (most recent call last):
  File "/usr/sbin/sabayon-apply", line 50, in ?
    profile.apply ()
  File "/var/tmp/sabayon-0.19-1-root-jdennis/usr/lib/python2.4/site-packages/sabayon/userprofile.py", line 337, in apply
  File "/usr/lib/python2.4/site-packages/sabayon/sources/gconfsource.py", line 243, in apply
    "xml:readonly:" + os.path.join (self.home_dir, ".gconf.xml.defaults"))
  File "/usr/lib/python2.4/site-packages/sabayon/sources/gconfsource.py", line 225, in write_path_file
    f = file (filename, "w")
IOError: [Errno 2] No such file or directory: '/tmp/sabayon-temp-home-ayXXYm/.gconf.path.defaults'
	
-- 
John Dennis <jdennis redhat com>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]