From: bradley <bj...@nc...> - 2007-11-07 21:29:12
|
I have made packages for vpython for fedora 8, but vpython is not working on it. I'm not sure if this is a fedora issue or a vpython one yet. The packages are the same as they were for fedora 7 just with fedora 8's name instead so I don't think it's my fault, but I won't rule it out. Here is what I get whenever I try to run a vpython file. > $ python sphere.py > > Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": > libgnomebreakpad.so: cannot open shared object file: No such file or > directory > Gdk-ERROR **: GLXBadContext > serial 106 error_code 154 request_code 143 minor_code 5 > python: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed. > Aborted This is from $strace python sphere.py..... open("/usr/lib/python2.5/site-packages/visual/atexit.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/site-packages/visual/atexitmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/site-packages/visual/atexit.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/site-packages/visual/atexit.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) stat64("/home/brad/Desktop/atexit", 0xbf8622f4) = -1 ENOENT (No such file or directory) open("/home/brad/Desktop/atexit.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/brad/Desktop/atexitmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/brad/Desktop/atexit.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/home/brad/Desktop/atexit.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) stat64("/usr/lib/python2.5/atexit", 0xbf8622f4) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/atexit.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/atexitmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.5/atexit.py", O_RDONLY|O_LARGEFILE) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=1631, ...}) = 0 open("/usr/lib/python2.5/atexit.pyc", O_RDONLY|O_LARGEFILE) = 5 fstat64(5, {st_mode=S_IFREG|0644, st_size=2142, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7bd5000 read(5, "\263\362\r\n\304o\'Gc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\304\0\0\0d\0"..., 4096) = 2142 fstat64(5, {st_mode=S_IFREG|0644, st_size=2142, ...}) = 0 read(5, "", 4096) = 0 close(5) = 0 munmap(0xb7bd5000, 4096) = 0 close(4) = 0 close(3) = 0 mmap2(NULL, 10489856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb71d5000 mprotect(0xb71d5000, 4096, PROT_NONE) = 0 clone(child_stack=0xb7bd54b4, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0xb7bd5bd8, {entry_number:6, base_addr:0xb7bd5b90, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0xb7bd5bd8) = 14881 gettimeofday({1194470766, 630823}, NULL) = 0 nanosleep({0, 100000000}, Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directory Gdk-ERROR **: GLXBadContext serial 106 error_code 154 request_code 143 minor_code 5 python: xcb_xlib.c:41: xcb_xlib_lock: Assertion `!c->xlib.lock' failed. <unfinished ...> +++ killed by SIGABRT +++ In addition I am having issues building the rpm for the beta version for some reason, but when I figure out why its giving me build errors it will be available with the rest. Brad Longo |