On Thu, Feb 09, 2023 at 09:12:31AM +0100, Freddy Fisker wrote: > The PCB do not start. This is the error: > > openbsd6$ pcb pcb:/usr/X11R6/lib/modules/dri/swrast_dri.so: undefined symbol > 'util_streaming_load_memcpy' > libGL error: MESA-LOADER: failed to open swrast: Cannot load specified > object (search paths /usr/X11R6/lib/modules/dri, suffix _dri) > libGL error: failed to load driver: swrast > > (pcb:51925): Gtk-CRITICAL **: 08:52:43.771: IA__gtk_window_resize: assertion > 'width > 0' failed > > (pcb:51925): Gdk-WARNING **: 08:52:43.784: shmget failed: error 12 (Cannot > allocate memory) > > (pcb:51925): Gtk-CRITICAL **: 08:52:44.622: IA__gtk_window_resize: assertion > 'width > 0' failed > > (pcb:51925): GtkGLExt-WARNING **: 08:52:45.619: cannot create GdkGLContext > > > (pcb:51925): GdkGLExt-CRITICAL **: 08:52:45.621: > gdk_gl_window_impl_x11_make_context_current: assertion > 'GDK_IS_GL_CONTEXT_IMPL_X11 (glcontext)' failed > No stencil bits available. > Cannot mask polygon holes or subcomposite layers > No more stencil bits available, total of 0 already assigned > No more stencil bits available, total of 0 already assigned > .... > No more stencil bits available, total of 0 already assigned > The program 'pcb' received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadValue (integer parameter out of range for operation)'. > (Details: serial 1089 error_code 2 request_code 150 minor_code 3) > (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.)
pcb fails here with following error message: pcb: Fatal IO error 55 (no buffer space available) on X server :0. Should this be moved to ports@ list? John