=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for generator-cbiere-0.35r4nb4
/usr/bin/make  all-recursive
Making all in glade
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I../gtkopts -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c support.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I../gtkopts -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c interface.c
In file included from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31,
                 from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31,
                 from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35,
                 from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32,
                 from interface.c:15:
interface.c: In function 'create_mainwin':
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:672:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  672 |                       GTK_SIGNAL_FUNC (on_main_delete_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:675:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  675 |                       GTK_SIGNAL_FUNC (on_main_destroy_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:678:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  678 |                       GTK_SIGNAL_FUNC (on_mainwin_key_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:681:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  681 |                       GTK_SIGNAL_FUNC (on_mainwin_key_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventCrossing *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventCrossing *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:684:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  684 |                       GTK_SIGNAL_FUNC (on_mainwin_enter_notify_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventCrossing *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventCrossing *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:687:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  687 |                       GTK_SIGNAL_FUNC (on_mainwin_leave_notify_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventExpose *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventExpose *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:783:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
  783 |                       GTK_SIGNAL_FUNC (on_drawingarea_main_expose_event),
      |                       ^~~~~~~~~~~~~~~
interface.c:105:18: warning: variable 'about_menu_accels' set but not used [-Wunused-but-set-variable]
  105 |   GtkAccelGroup *about_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~
interface.c:101:18: warning: variable 'disassemble_z80_menu_accels' set but not used [-Wunused-but-set-variable]
  101 |   GtkAccelGroup *disassemble_z80_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.c:95:18: warning: variable 'disassemble_vdp_menu_accels' set but not used [-Wunused-but-set-variable]
   95 |   GtkAccelGroup *disassemble_vdp_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.c:90:18: warning: variable 'disassemble_64k_menu_accels' set but not used [-Wunused-but-set-variable]
   90 |   GtkAccelGroup *disassemble_64k_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.c:86:18: warning: variable 'debug_menu_accels' set but not used [-Wunused-but-set-variable]
   86 |   GtkAccelGroup *debug_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~
interface.c:81:18: warning: variable 'reset1_menu_accels' set but not used [-Wunused-but-set-variable]
   81 |   GtkAccelGroup *reset1_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~~
interface.c:69:18: warning: variable 'view_menu_accels' set but not used [-Wunused-but-set-variable]
   69 |   GtkAccelGroup *view_menu_accels;
      |                  ^~~~~~~~~~~~~~~~
interface.c:64:18: warning: variable 'emulation_menu_accels' set but not used [-Wunused-but-set-variable]
   64 |   GtkAccelGroup *emulation_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~~~~~
interface.c:57:18: warning: variable 'avi_menu_accels' set but not used [-Wunused-but-set-variable]
   57 |   GtkAccelGroup *avi_menu_accels;
      |                  ^~~~~~~~~~~~~~~
interface.c:52:18: warning: variable 'gnm_menu_accels' set but not used [-Wunused-but-set-variable]
   52 |   GtkAccelGroup *gnm_menu_accels;
      |                  ^~~~~~~~~~~~~~~
interface.c:47:18: warning: variable 'gym_menu_accels' set but not used [-Wunused-but-set-variable]
   47 |   GtkAccelGroup *gym_menu_accels;
      |                  ^~~~~~~~~~~~~~~
interface.c:42:18: warning: variable 'game_genie_patch_menu_accels' set but not used [-Wunused-but-set-variable]
   42 |   GtkAccelGroup *game_genie_patch_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.c:37:18: warning: variable 'state_menu_accels' set but not used [-Wunused-but-set-variable]
   37 |   GtkAccelGroup *state_menu_accels;
      |                  ^~~~~~~~~~~~~~~~~
interface.c:32:18: warning: variable 'rom_menu_accels' set but not used [-Wunused-but-set-variable]
   32 |   GtkAccelGroup *rom_menu_accels;
      |                  ^~~~~~~~~~~~~~~
interface.c:29:18: warning: variable 'file_menu_accels' set but not used [-Wunused-but-set-variable]
   29 |   GtkAccelGroup *file_menu_accels;
      |                  ^~~~~~~~~~~~~~~~
In file included from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkarg.h:31,
                 from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkobject.h:31,
                 from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtkaccelgroup.h:35,
                 from /pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtk.h:32,
                 from interface.c:15:
interface.c: In function 'create_opts':
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2129:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2129 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2132:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2132 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2135:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2135 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2138:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2138 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2141:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2141 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2144:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2144 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2147:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2147 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2150:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2150 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2153:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2153 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2156:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2156 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2159:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2159 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2162:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2162 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2165:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2165 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2168:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2168 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2171:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2171 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventKey *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventKey *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:2174:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 2174 |                       GTK_SIGNAL_FUNC (on_keyval_press_event),
      |                       ^~~~~~~~~~~~~~~
interface.c: In function 'create_console':
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:4457:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 4457 |                       GTK_SIGNAL_FUNC (on_console_remove),
      |                       ^~~~~~~~~~~~~~~
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEvent *, void *)' {aka 'int (*)(struct _GtkWidget *, union _GdkEvent *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:4460:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 4460 |                       GTK_SIGNAL_FUNC (on_console_remove),
      |                       ^~~~~~~~~~~~~~~
interface.c: In function 'create_diss':
/pbulk/work/emulators/generator-cbiere/work/.buildlink/include/gtk-1.2/gtk/gtktypeutils.h:158:30: warning: cast between incompatible function types from 'gboolean (*)(GtkWidget *, GdkEventExpose *, void *)' {aka 'int (*)(struct _GtkWidget *, struct _GdkEventExpose *, void *)'} to 'void (*)()' [-Wcast-function-type]
  158 | #define GTK_SIGNAL_FUNC(f)  ((GtkSignalFunc) f)
      |                              ^
interface.c:4617:23: note: in expansion of macro 'GTK_SIGNAL_FUNC'
 4617 |                       GTK_SIGNAL_FUNC (on_drawingarea_diss_expose_event),
      |                       ^~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I../gtkopts -I. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -I/usr/X11R7/include   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c callbacks.c
rm -f libglade.a
ar cru libglade.a support.o interface.o  callbacks.o 
ranlib libglade.a
Making all in gtkopts
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c gtkopts.c
rm -f libgtkopts.a
ar cru libgtkopts.a gtkopts.o 
ranlib libgtkopts.a
Making all in raze
nasm -e raze.asm -o raze2.asm
nasm -f elf raze2.asm -o raze.o -praze.reg
raze.asm:42: warning: unknown section attribute 'USE32' ignored on declaration of section `.bss' [-w+other]
raze.asm:93: warning: unknown section attribute 'USE32' ignored on declaration of section `.text' [-w+other]
rm -f libraze.a
ar cru libraze.a  raze.o
ranlib libraze.a
Making all in cpu68k
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c def68k.c
def68k.c: In function 'procline':
def68k.c:715:17: warning: implicit conversion from 'enum <anonymous>' to 't_datatype' [-Wenum-conversion]
  715 |       for (ea_e = ea_Dreg;
      |                 ^
def68k.c:716:11: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  716 |     (ea_e == ea_Dreg) || (num[bite] && (ea_e <= ea_Imm)); ea_e++) {
      |           ^~
def68k.c:716:46: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  716 |     (ea_e == ea_Dreg) || (num[bite] && (ea_e <= ea_Imm)); ea_e++) {
      |                                              ^~
def68k.c:720:12: warning: implicit conversion from 'enum <anonymous>' to 't_datatype' [-Wenum-conversion]
  720 |  for (ea_f = ea_Dreg;
      |            ^
def68k.c:721:13: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  721 |       (ea_f == ea_Dreg) || (num[bitf] && (ea_f <= ea_Imm)); ea_f++) {
      |             ^~
def68k.c:721:48: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  721 |       (ea_f == ea_Dreg) || (num[bitf] && (ea_f <= ea_Imm)); ea_f++) {
      |                                                ^~
def68k.c:783:17: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  783 |        if (ea_e <= ea_Aidx) {
      |                 ^~
def68k.c:832:17: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  832 |        if (ea_e <= ea_Aidx) {
      |                 ^~
def68k.c:881:17: warning: comparison between 't_datatype' and 'enum <anonymous>' [-Wenum-compare]
  881 |        if (ea_f <= ea_Aidx) {
      |                 ^~
def68k.c:1097:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1097 |        if (stype == dt_Dreg) { /* dynamic */
      |           ^
def68k.c:1104:6: note: here
 1104 |      case i_BCLR:
      |      ^~~~
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c tab68k.c
gcc  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include  -Wl,-zrelro -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o def68k  def68k.o tab68k.o  
./def68k
Writing CPU definitions... done.
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c gen68k.c
gcc  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include  -Wl,-zrelro -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o gen68k  gen68k.o tab68k.o  
./gen68k
Writing C files... 0. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. done.
/usr/bin/make  all-am
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c cpu68k-0.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c cpu68k-1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c cpu68k-2.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c cpu68k-3.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/SDL -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -W -Wall -Wformat=2 -O3 -fomit-frame-pointer -fno-math-errno -march=i486 -ffast-math  -I/usr/X11R7/include -c cpu68k-4.c
during GIMPLE pass: pre
cpu68k-4.c: In function 'cpu_op_632a':
cpu68k-4.c:2635:6: internal compiler error: Segmentation fault
 2635 | void cpu_op_632a(t_ipc *ipc) /* MOVEFSR */ {
      |      ^~~~~~~~~~~
no stack trace because unwind library not available
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
*** Error code 1

Stop.
make[3]: stopped in /pbulk/work/emulators/generator-cbiere/work/generator-0.35-cbiere-r4/cpu68k
*** Error code 1

Stop.
make[2]: stopped in /pbulk/work/emulators/generator-cbiere/work/generator-0.35-cbiere-r4/cpu68k
*** Error code 1

Stop.
make[1]: stopped in /pbulk/work/emulators/generator-cbiere/work/generator-0.35-cbiere-r4
*** Error code 1

Stop.
make: stopped in /pbulk/work/emulators/generator-cbiere/work/generator-0.35-cbiere-r4
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/emulators/generator-cbiere
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/emulators/generator-cbiere