+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnome-mplayer-1.0.9nb70/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gnome-mplayer-1.0.9nb70/work.log
===> Building for gnome-mplayer-1.0.9nb70
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/home/pbulk/build/multimedia/gnome-mplayer/work/gnome-mplayer-1.0.9'
Making all in src
gmake[2]: Entering directory '/home/pbulk/build/multimedia/gnome-mplayer/work/gnome-mplayer-1.0.9/src'
gmake[3]: Entering directory '/home/pbulk/build/multimedia/gnome-mplayer/work/gnome-mplayer-1.0.9/src'
  CC       gui.o
  CC       support.o
  CC       playlist.o
  CC       mntent_compat.o
mntent_compat.c: In function 'setmntent':
mntent_compat.c:53:26: warning: implicit declaration of function 'getmntinfo'; did you mean 'getmntent'? [-Wimplicit-function-declaration]
   53 |     getmntent_mntcount = getmntinfo(&getmntent_mntbufp, MNT_WAIT);
      |                          ^~~~~~~~~~
      |                          getmntent
mntent_compat.c:53:57: error: 'MNT_WAIT' undeclared (first use in this function); did you mean 'MSG_WWAIT'?
   53 |     getmntent_mntcount = getmntinfo(&getmntent_mntbufp, MNT_WAIT);
      |                                                         ^~~~~~~~
      |                                                         MSG_WWAIT
mntent_compat.c:53:57: note: each undeclared identifier is reported only once for each function it appears in
mntent_compat.c: In function 'getmntent':
mntent_compat.c:73:26: error: invalid use of undefined type 'struct statfs'
   73 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_RDONLY)
      |                          ^
mntent_compat.c:73:44: error: invalid use of undefined type 'struct statfs'
   73 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_RDONLY)
      |                                            ^
mntent_compat.c:73:55: error: 'MNT_RDONLY' undeclared (first use in this function); did you mean 'MS_RDONLY'?
   73 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_RDONLY)
      |                                                       ^~~~~~~~~~
      |                                                       MS_RDONLY
mntent_compat.c:78:26: error: invalid use of undefined type 'struct statfs'
   78 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_SYNCHRONOUS)
      |                          ^
mntent_compat.c:78:44: error: invalid use of undefined type 'struct statfs'
   78 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_SYNCHRONOUS)
      |                                            ^
mntent_compat.c:78:55: error: 'MNT_SYNCHRONOUS' undeclared (first use in this function)
   78 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_SYNCHRONOUS)
      |                                                       ^~~~~~~~~~~~~~~
mntent_compat.c:80:26: error: invalid use of undefined type 'struct statfs'
   80 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOEXEC)
      |                          ^
mntent_compat.c:80:44: error: invalid use of undefined type 'struct statfs'
   80 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOEXEC)
      |                                            ^
mntent_compat.c:80:55: error: 'MNT_NOEXEC' undeclared (first use in this function); did you mean 'MA_EXEC'?
   80 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOEXEC)
      |                                                       ^~~~~~~~~~
      |                                                       MA_EXEC
mntent_compat.c:82:26: error: invalid use of undefined type 'struct statfs'
   82 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOSUID)
      |                          ^
mntent_compat.c:82:44: error: invalid use of undefined type 'struct statfs'
   82 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOSUID)
      |                                            ^
mntent_compat.c:82:55: error: 'MNT_NOSUID' undeclared (first use in this function); did you mean 'MS_NOSUID'?
   82 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOSUID)
      |                                                       ^~~~~~~~~~
      |                                                       MS_NOSUID
mntent_compat.c:92:26: error: invalid use of undefined type 'struct statfs'
   92 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_ASYNC)
      |                          ^
mntent_compat.c:92:44: error: invalid use of undefined type 'struct statfs'
   92 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_ASYNC)
      |                                            ^
mntent_compat.c:92:55: error: 'MNT_ASYNC' undeclared (first use in this function); did you mean 'PR_ASYNC'?
   92 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_ASYNC)
      |                                                       ^~~~~~~~~
      |                                                       PR_ASYNC
mntent_compat.c:94:26: error: invalid use of undefined type 'struct statfs'
   94 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOATIME)
      |                          ^
mntent_compat.c:94:44: error: invalid use of undefined type 'struct statfs'
   94 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOATIME)
      |                                            ^
mntent_compat.c:94:55: error: 'MNT_NOATIME' undeclared (first use in this function)
   94 |     if (getmntent_mntbufp[getmntent_mntpos].f_flags & MNT_NOATIME)
      |                                                       ^~~~~~~~~~~
mntent_compat.c:112:56: error: invalid use of undefined type 'struct statfs'
  112 |     mntent_global_mntent.mnt_fsname = getmntent_mntbufp[getmntent_mntpos].f_mntfromname;
      |                                                        ^
mntent_compat.c:112:74: error: invalid use of undefined type 'struct statfs'
  112 |     mntent_global_mntent.mnt_fsname = getmntent_mntbufp[getmntent_mntpos].f_mntfromname;
      |                                                                          ^
mntent_compat.c:113:53: error: invalid use of undefined type 'struct statfs'
  113 |     mntent_global_mntent.mnt_dir = getmntent_mntbufp[getmntent_mntpos].f_mntonname;
      |                                                     ^
mntent_compat.c:113:71: error: invalid use of undefined type 'struct statfs'
  113 |     mntent_global_mntent.mnt_dir = getmntent_mntbufp[getmntent_mntpos].f_mntonname;
      |                                                                       ^
mntent_compat.c:114:54: error: invalid use of undefined type 'struct statfs'
  114 |     mntent_global_mntent.mnt_type = getmntent_mntbufp[getmntent_mntpos].f_fstypename;
      |                                                      ^
mntent_compat.c:114:72: error: invalid use of undefined type 'struct statfs'
  114 |     mntent_global_mntent.mnt_type = getmntent_mntbufp[getmntent_mntpos].f_fstypename;
      |                                                                        ^
mntent_compat.c:116:16: warning: implicit declaration of function 'getfsspec' [-Wimplicit-function-declaration]
  116 |     if ((fst = getfsspec(getmntent_mntbufp[getmntent_mntpos].f_mntfromname))) {
      |                ^~~~~~~~~
mntent_compat.c:116:43: error: invalid use of undefined type 'struct statfs'
  116 |     if ((fst = getfsspec(getmntent_mntbufp[getmntent_mntpos].f_mntfromname))) {
      |                                           ^
mntent_compat.c:116:61: error: invalid use of undefined type 'struct statfs'
  116 |     if ((fst = getfsspec(getmntent_mntbufp[getmntent_mntpos].f_mntfromname))) {
      |                                                             ^
mntent_compat.c:117:44: error: invalid use of undefined type 'struct fstab'
  117 |         mntent_global_mntent.mnt_freq = fst->fs_freq;
      |                                            ^~
mntent_compat.c:118:46: error: invalid use of undefined type 'struct fstab'
  118 |         mntent_global_mntent.mnt_passno = fst->fs_passno;
      |                                              ^~
mntent_compat.c:119:23: warning: implicit declaration of function 'getfsfile' [-Wimplicit-function-declaration]
  119 |     } else if ((fst = getfsfile(getmntent_mntbufp[getmntent_mntpos].f_mntonname))) {
      |                       ^~~~~~~~~
mntent_compat.c:119:50: error: invalid use of undefined type 'struct statfs'
  119 |     } else if ((fst = getfsfile(getmntent_mntbufp[getmntent_mntpos].f_mntonname))) {
      |                                                  ^
mntent_compat.c:119:68: error: invalid use of undefined type 'struct statfs'
  119 |     } else if ((fst = getfsfile(getmntent_mntbufp[getmntent_mntpos].f_mntonname))) {
      |                                                                    ^
mntent_compat.c:120:44: error: invalid use of undefined type 'struct fstab'
  120 |         mntent_global_mntent.mnt_freq = fst->fs_freq;
      |                                            ^~
mntent_compat.c:121:46: error: invalid use of undefined type 'struct fstab'
  121 |         mntent_global_mntent.mnt_passno = fst->fs_passno;
      |                                              ^~
mntent_compat.c:122:40: error: invalid use of undefined type 'struct statfs'
  122 |     } else if (strcmp(getmntent_mntbufp[getmntent_mntpos].f_fstypename, "ufs") == 0) {
      |                                        ^
mntent_compat.c:122:58: error: invalid use of undefined type 'struct statfs'
  122 |     } else if (strcmp(getmntent_mntbufp[getmntent_mntpos].f_fstypename, "ufs") == 0) {
      |                                                          ^
mntent_compat.c:123:37: error: invalid use of undefined type 'struct statfs'
  123 |         if (strcmp(getmntent_mntbufp[getmntent_mntpos].f_mntonname, "/") == 0) {
      |                                     ^
mntent_compat.c:123:55: error: invalid use of undefined type 'struct statfs'
  123 |         if (strcmp(getmntent_mntbufp[getmntent_mntpos].f_mntonname, "/") == 0) {
      |                                                       ^
gmake[3]: *** [Makefile:758: mntent_compat.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from gui.h:29,
                 from gui.c:29:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from gui.h:29,
                 from support.h:28,
                 from support.c:25:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from playlist.h:28,
                 from playlist.c:25:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gui.c: In function 'set_media_label':
gui.c:804:30: warning: the comparison will always evaluate as 'true' for the address of 'media_info' will never be NULL [-Waddress]
  804 |         if (idle->media_info != NULL && strlen(idle->media_info) > 0) {
      |                              ^~
In file included from support.h:29,
                 from gui.c:30:
common.h:159:11: note: 'media_info' declared here
  159 |     gchar media_info[2048];
      |           ^~~~~~~~~~
gui.c: In function 'resize_window':
gui.c:1487:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 1487 |     GTimeVal currenttime;
      |     ^~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gui.c:1501:13: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 1501 |             g_get_current_time(&currenttime);
      |             ^~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/giochannel.h:35,
                 from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib.h:56:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c: In function 'popup_handler':
gui.c:1795:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 1795 |     GTimeVal currenttime;
      |     ^~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gui.c:1798:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 1798 |     g_get_current_time(&currenttime);
      |     ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c: In function 'motion_notify_callback':
gui.c:2033:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 2033 |     GTimeVal currenttime;
      |     ^~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gui.c:2037:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 2037 |     g_get_current_time(&currenttime);
      |     ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c: In function 'window_key_callback':
gui.c:2110:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 2110 |     GTimeVal currenttime;
      |     ^~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gui.c:2204:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 2204 |         g_get_current_time(&currenttime);
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c:2482:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 2482 |         g_get_current_time(&currenttime);
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c: In function 'make_panel_and_mouse_invisible':
gui.c:2987:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 2987 |     GTimeVal currenttime;
      |     ^~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
gui.c:2999:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 2999 |         g_get_current_time(&currenttime);
      |         ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c:3000:9: warning: 'g_time_val_add' is deprecated [-Wdeprecated-declarations]
 3000 |         g_time_val_add(&currenttime, -auto_hide_timeout * G_USEC_PER_SEC);
      |         ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib.h:92:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtimer.h:69:10: note: declared here
   69 | void     g_time_val_add          (GTimeVal    *time_,
      |          ^~~~~~~~~~~~~~
gui.c:3007:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
 3007 |     g_get_current_time(&currenttime);
      |     ^~~~~~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gmain.h:819:8: note: declared here
  819 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
gui.c:3008:5: warning: 'g_time_val_add' is deprecated [-Wdeprecated-declarations]
 3008 |     g_time_val_add(&currenttime, -auto_hide_timeout * G_USEC_PER_SEC);
      |     ^~~~~~~~~~~~~~
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/gtimer.h:69:10: note: declared here
   69 | void     g_time_val_add          (GTimeVal    *time_,
      |          ^~~~~~~~~~~~~~
gui.c: In function 'menuitem_copyurl_callback':
gui.c:4273:9: warning: the comparison will always evaluate as 'true' for the address of 'url' will never be NULL [-Waddress]
 4273 |     if (idledata->url) {
      |         ^~~~~~~~
common.h:162:11: note: 'url' declared here
  162 |     gchar url[2048];
      |           ^~~
gui.c: In function 'player_media_state_changed_callback':
gui.c:7247:80: warning: passing argument 1 of 'gtk_check_menu_item_get_active' from incompatible pointer type [-Wincompatible-pointer-types]
 7247 |                                                 gtk_check_menu_item_get_active(menuitem_view_subtitles));
      |                                                                                ^~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                |
      |                                                                                GtkMenuItem * {aka struct _GtkMenuItem *}
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtk.h:67:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/gtk-2.0/gtk/gtkcheckmenuitem.h:84:69: note: expected 'GtkCheckMenuItem *' {aka 'struct _GtkCheckMenuItem *'} but argument is of type 'GtkMenuItem *' {aka 'struct _GtkMenuItem *'}
   84 | gboolean   gtk_check_menu_item_get_active        (GtkCheckMenuItem *check_menu_item);
      |                                                   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
gui.c: In function 'create_window':
gui.c:7668:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
 7668 |     fs_controls_lock = g_mutex_new();
      |     ^~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib.h:115:
/home/pbulk/build/multimedia/gnome-mplayer/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
  283 | GMutex *        g_mutex_new             (void);
      |                 ^~~~~~~~~~~
gmake[3]: Leaving directory '/home/pbulk/build/multimedia/gnome-mplayer/work/gnome-mplayer-1.0.9/src'
gmake[2]: *** [Makefile:834: all-recursive] Error 1
gmake[2]: Leaving directory '/home/pbulk/build/multimedia/gnome-mplayer/work/gnome-mplayer-1.0.9/src'
gmake[1]: *** [Makefile:620: all-recursive] Error 1
gmake[1]: Leaving directory '/home/pbulk/build/multimedia/gnome-mplayer/work/gnome-mplayer-1.0.9'
gmake: *** [Makefile:451: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/gnome-mplayer
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/gnome-mplayer