=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for py39-gobject-2.28.7nb2
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7'
Making all in docs
gmake[2]: Entering directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/docs'
/usr/pkg/bin/gmake  all-am
gmake[3]: Entering directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/docs'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/docs'
gmake[2]: Leaving directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/docs'
Making all in glib
gmake[2]: Entering directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/glib'
  CC     libpyglib_2_0_python3.9_la-pyglib.lo
  CC     _glib_la-glibmodule.lo
  CC     _glib_la-pygiochannel.lo
In file included from glibmodule.c:30:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from glibmodule.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygiochannel.c:11:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from pyglib.c:28:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pyglib.h:27,
                 from pygiochannel.c:11:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pyglib.h:27,
                 from pyglib.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
pyglib.c: In function 'pyglib_enable_threads':
pyglib.c:155:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations]
     PyEval_InitThreads();
     ^~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:145:0,
                 from pyglib.c:26:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/ceval.h:130:37: note: declared here
 Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
                                     ^~~~~~~~~~~~~~~~~~
pyglib.c:157:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
  g_thread_init(NULL);
  ^~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:111:0,
                 from pyglib.h:27,
                 from pyglib.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here
 void     g_thread_init                   (gpointer vtable);
          ^~~~~~~~~~~~~
pyglib.c:160:5: warning: 'PyThread_create_key' is deprecated [-Wdeprecated-declarations]
     pyglib_thread_state_tls_key = PyThread_create_key();
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pyglib.c:26:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:108:36: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
                                    ^~~~~~~~~~~~~~~~~~~
pygiochannel.c: In function 'py_io_channel_write_chars':
pygiochannel.c:267:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
     GIOStatus status;
               ^~~~~~
glibmodule.c: In function 'pyglib_get_current_time':
glibmodule.c:413:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
     GTimeVal timeval;
     ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from glibmodule.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
glibmodule.c:415:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
     g_get_current_time(&timeval);
     ^~~~~~~~~~~~~~~~~~
In file included from pyglib-private.h:28:0,
                 from pygiochannel.c:12:
pygiochannel.c: In function 'py_io_channel_write_lines':
./pyglib-python-compat.h:220:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     (((*(buf) = _PyUnicode_AsStringAndSize(obj, size)) != NULL) ? 0 : -1)
               ^
pygiochannel.c:311:9: note: in expansion of macro 'PYGLIB_PyUnicode_AsStringAndSize'
         PYGLIB_PyUnicode_AsStringAndSize(value, &buf, &buf_len);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/giochannel.h:33:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:54,
                 from glibmodule.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gmain.h:681:8: note: declared here
 void   g_get_current_time                 (GTimeVal       *result);
        ^~~~~~~~~~~~~~~~~~
pygiochannel.c:290:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
     GIOStatus status;
               ^~~~~~
pyglib.c: At top level:
pyglib.c:490:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 pyglib_float_from_timeval(GTimeVal timeval)
 ^~~~~~~~~~~~~~~~~~~~~~~~~
glibmodule.c: In function 'pyglib_get_prgname':
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pyglib.h:27,
                 from pyglib.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
glibmodule.c:566:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     name = g_get_prgname();
          ^
pygiochannel.c: In function 'py_io_channel_add_watch':
pygiochannel.c:458:17: warning: variable 'iochannel' set but not used [-Wunused-but-set-variable]
     GIOChannel *iochannel = NULL;
                 ^~~~~~~~~
pygiochannel.c: In function 'py_io_channel_read_line':
pygiochannel.c:555:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
     GIOStatus status;
               ^~~~~~
  CC     _glib_la-pygoptioncontext.lo
  CC     _glib_la-pygoptiongroup.lo
  CC     _glib_la-pygmaincontext.lo
In file included from pygoptioncontext.c:27:0:
./pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ./pyglib.h:27,
                 from pygoptioncontext.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygoptiongroup.c:27:0:
./pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ./pyglib.h:27,
                 from pygoptiongroup.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
pygoptiongroup.c: In function 'pyg_option_group_dealloc':
pygoptiongroup.c:123:6: warning: 'g_option_group_free' is deprecated [-Wdeprecated-declarations]
      g_option_group_free(tmp);
      ^~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:64:0,
                 from ./pyglib.h:27,
                 from pygoptiongroup.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/goption.h:369:15: note: declared here
 void          g_option_group_free                   (GOptionGroup       *group);
               ^~~~~~~~~~~~~~~~~~~
In file included from pygmaincontext.c:31:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pygmaincontext.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
  CC     _glib_la-pygmainloop.lo
  CC     _glib_la-pygsource.lo
  CC     _glib_la-pygspawn.lo
In file included from pygmainloop.c:35:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pygmainloop.c:31:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
pygmainloop.c: In function 'pyg_save_current_main_loop':
pygmainloop.c:85:2: warning: 'PyThread_create_key' is deprecated [-Wdeprecated-declarations]
  pyg_current_main_loop_key = PyThread_create_key();
  ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:108:36: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
                                    ^~~~~~~~~~~~~~~~~~~
pygmainloop.c:87:5: warning: 'PyThread_get_key_value' is deprecated [-Wdeprecated-declarations]
     retval = PyThread_get_key_value(pyg_current_main_loop_key);
     ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:112:39: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
                                       ^~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c:88:5: warning: 'PyThread_delete_key_value' is deprecated [-Wdeprecated-declarations]
     PyThread_delete_key_value(pyg_current_main_loop_key);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:113:37: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c:89:5: warning: 'PyThread_set_key_value' is deprecated [-Wdeprecated-declarations]
     PyThread_set_key_value(pyg_current_main_loop_key,
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:110:36: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
                                    ^~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c: In function 'pyg_restore_current_main_loop':
pygmainloop.c:102:5: warning: 'PyThread_get_key_value' is deprecated [-Wdeprecated-declarations]
     prev = PyThread_get_key_value(pyg_current_main_loop_key);
     ^~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:112:39: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
                                       ^~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c:105:5: warning: 'PyThread_delete_key_value' is deprecated [-Wdeprecated-declarations]
     PyThread_delete_key_value(pyg_current_main_loop_key);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:113:37: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(void) PyThread_delete_key_value(int key);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c:107:2: warning: 'PyThread_set_key_value' is deprecated [-Wdeprecated-declarations]
  PyThread_set_key_value(pyg_current_main_loop_key, main_loop);
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:110:36: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_set_key_value(int key,
                                    ^~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c: In function 'pyg_get_current_main_loop':
pygmainloop.c:115:5: warning: 'PyThread_get_key_value' is deprecated [-Wdeprecated-declarations]
     return PyThread_get_key_value(pyg_current_main_loop_key);
     ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:136:0,
                 from pygmainloop.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/pythread.h:112:39: note: declared here
 Py_DEPRECATED(3.7) PyAPI_FUNC(void *) PyThread_get_key_value(int key);
                                       ^~~~~~~~~~~~~~~~~~~~~~
pygmainloop.c: In function 'pyg_signal_watch_check':
pygmainloop.c:161:12: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
     gssize ret;
            ^~~
In file included from pygsource.c:33:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pyglib.h:27,
                 from pygsource.c:33:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
pygsource.c: In function 'pyg_source_get_current_time':
pygsource.c:247:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
     GTimeVal timeval;
     ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pyglib.h:27,
                 from pygsource.c:33:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
pygsource.c:252:5: warning: 'g_source_get_current_time' is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations]
     g_source_get_current_time(self->source, &timeval);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/giochannel.h:33:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:54,
                 from pyglib.h:27,
                 from pygsource.c:33:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gmain.h:655:10: note: declared here
 void     g_source_get_current_time (GSource        *source,
          ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from pygspawn.c:27:0:
pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from pygspawn.c:25:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
pygspawn.c: In function 'pyglib_spawn_async':
pygspawn.c:161:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
         argv[i] = PYGLIB_PyUnicode_AsString(tmp);
                 ^
pygspawn.c:187:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
             envp[i] = PYGLIB_PyUnicode_AsString(tmp);
                     ^
  CCLD   libpyglib-2.0-python3.9.la
  CCLD   _glib.la
ln -s .libs/_glib.so _glib.so || true
gmake[2]: Leaving directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/glib'
Making all in gobject
gmake[2]: Entering directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/gobject'
  CC     _gobject_la-gobjectmodule.lo
  CC     _gobject_la-pygboxed.lo
  CC     _gobject_la-pygenum.lo
In file included from pygenum.c:28:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pygenum.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygboxed.c:27:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pygboxed.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from gobjectmodule.c:28:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from gobjectmodule.c:30:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from gobjectmodule.c:30:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from gobjectmodule.c:30:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from gobjectmodule.c:30:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygenum.c:29:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygenum.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygenum.c:29:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygenum.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygenum.c:29:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygenum.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygboxed.c:28:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from pygenum.c:29:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygenum.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygboxed.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygboxed.c:28:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygboxed.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygboxed.c:28:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygboxed.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygboxed.c:28:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygboxed.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:1047:1: warning: 'GStaticPrivate' is deprecated: Use 'GPrivate' instead [-Wdeprecated-declarations]
 static GStaticPrivate pygobject_construction_wrapper = G_STATIC_PRIVATE_INIT;
 ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:111:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:236:8: note: declared here
 struct _GStaticPrivate
        ^~~~~~~~~~~~~~~
gobjectmodule.c:1047:13: warning: Deprecated pre-processor symbol, replace with 
 static GStaticPrivate pygobject_construction_wrapper = G_STATIC_PRIVATE_INIT;
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gobjectmodule.c: In function 'pygobject_init_wrapper_set':
gobjectmodule.c:1052:5: warning: 'g_static_private_set' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
     g_static_private_set(&pygobject_construction_wrapper, wrapper, NULL);
     ^~~~~~~~~~~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:111:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:250:10: note: declared here
 void     g_static_private_set            (GStaticPrivate *private_key,
          ^~~~~~~~~~~~~~~~~~~~
gobjectmodule.c: In function 'pygobject_init_wrapper_get':
gobjectmodule.c:1058:5: warning: 'g_static_private_get' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
     return (PyObject *) g_static_private_get(&pygobject_construction_wrapper);
     ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:111:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:247:10: note: declared here
 gpointer g_static_private_get            (GStaticPrivate *private_key);
          ^~~~~~~~~~~~~~~~~~~~
gobjectmodule.c: In function 'pyg_type_add_interfaces':
gobjectmodule.c:1123:15: warning: unused variable 'k' [-Wunused-variable]
         guint k;
               ^
gobjectmodule.c: In function 'pyg_object_new':
gobjectmodule.c:1662:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
     GParameter *params = NULL;
     ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:1686:5: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
     obj = g_object_newv(type, n_params, params);
     ^~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:431:13: note: declared here
 gpointer    g_object_newv        (GType           object_type,
             ^~~~~~~~~~~~~
gobjectmodule.c: At top level:
gobjectmodule.c:2155:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            GParameter  *params,
                            ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:2191:22: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter *parameters)
                      ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c: In function 'pygobject_constructv':
gobjectmodule.c:2196:9: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
         obj = g_object_newv(pyg_type_from_object((PyObject *) self),
         ^~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:431:13: note: declared here
 gpointer    g_object_newv        (GType           object_type,
             ^~~~~~~~~~~~~
gobjectmodule.c: In function 'pygobject_construct':
gobjectmodule.c:2220:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
     GParameter *params;
     ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:2232:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
     params = g_new(GParameter, n_alloced_params);
     ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:2232:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
     params = g_new(GParameter, n_alloced_params);
     ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:2250:13: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
             params = g_renew(GParameter, params, n_alloced_params);
             ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c:2250:13: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
             params = g_renew(GParameter, params, n_alloced_params);
             ^~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gobjectmodule.c: In function 'PyInit__gobject':
gobjectmodule.c:2574:5: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
     g_type_init();
     ^~~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gvaluecollector.h:32,
                 from gobjectmodule.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gtype.h:691:23: note: declared here
 void                  g_type_init                    (void);
                       ^~~~~~~~~~~
  CC     _gobject_la-pygflags.lo
  CC     _gobject_la-pyginterface.lo
In file included from pygflags.c:28:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pygflags.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygflags.c:29:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygflags.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygflags.c:29:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygflags.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygflags.c:29:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygflags.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygflags.c:29:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygflags.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pyginterface.c:28:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pyginterface.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pyginterface.c:29:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pyginterface.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pyginterface.c:29:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pyginterface.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pyginterface.c:29:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pyginterface.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pyginterface.c:29:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pyginterface.c:29:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
  CC     _gobject_la-pygobject.lo
  CC     _gobject_la-pygparamspec.lo
In file included from pygobject.c:27:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pygobject.c:27:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygobject.c:28:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygobject.c:28:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject.c:28:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject.c:28:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
pygobject.c: In function 'PyGProps_getattro':
pygobject.c:285:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     attr_name = PYGLIB_PyUnicode_AsString(attr);
               ^
pygobject.c: In function 'PyGProps_setattro':
pygobject.c:384:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     attr_name = PYGLIB_PyUnicode_AsString(attr);
               ^
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gmacros.h:38:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/lib/glib-2.0/include/glibconfig.h:9,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:32,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pygobject.c:27:
pygobject.c: In function 'pygobject_inherit_slots':
pygobject.c:826:58: error: 'PyTypeObject {aka struct _typeobject}' has no member named 'tp_print'; did you mean 'tp_dict'?
                                   offsetof(PyTypeObject, tp_print) };
                                                          ^
pygobject.c: In function 'pygobject_lookup_class':
pygobject.c:912:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (py_type == NULL)
     ^~
pygobject.c:915:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if (py_type == NULL) {
  ^~
pygobject.c: At top level:
pygobject.c:1163:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        guint *n_params, GParameter **params)
                                        ^~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
pygobject.c: In function 'pygobject_prepare_construct_properties':
pygobject.c:1173:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
         *params = g_new0(GParameter, PyDict_Size(kwargs));
         ^
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
pygobject.c:1173:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
         *params = g_new0(GParameter, PyDict_Size(kwargs));
         ^
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
pygobject.c:1176:13: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
             GParameter *param = &(*params)[*n_params];
             ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
pygobject.c: In function 'pygobject_init':
pygobject.c:1208:5: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
     GParameter *params = NULL;
     ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygobject.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
pygobject.c: In function 'pygobject_get_properties':
pygobject.c:1326:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
         property_name = PYGLIB_PyUnicode_AsString(py_property);
                       ^
pygobject.c:1302:19: warning: variable 'class' set but not used [-Wunused-but-set-variable]
     GObjectClass *class;
                   ^~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/unicodeobject.h:1026:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/Python.h:97,
                 from ../glib/pyglib.h:25,
                 from pygobject.c:27:
pygobject.c: In function 'pygobject_set_properties':
/scratch/work/devel/py-gobject/work/.buildlink/include/python3.9/cpython/unicodeobject.h:767:29: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 #define _PyUnicode_AsString PyUnicode_AsUTF8
                             ^
../glib/pyglib-python-compat.h:218:35: note: in expansion of macro '_PyUnicode_AsString'
 #define PYGLIB_PyUnicode_AsString _PyUnicode_AsString
                                   ^~~~~~~~~~~~~~~~~~~
pygobject.c:1402:19: note: in expansion of macro 'PYGLIB_PyUnicode_AsString'
  gchar *key_str = PYGLIB_PyUnicode_AsString(key);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~
gmake[2]: *** [Makefile:496: _gobject_la-pygobject.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from pygparamspec.c:28:0:
../glib/pyglib.h:52:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
 PyObject * pyglib_float_from_timeval(GTimeVal timeval);
 ^~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib.h:30,
                 from ../glib/pyglib.h:27,
                 from pygparamspec.c:28:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygparamspec.c:30:
pygobject.h:153:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter  *params,
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygparamspec.c:30:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygobject-private.h:9:0,
                 from pygparamspec.c:30:
pygobject.h:187:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        GParameter *parameters);
                                        ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygparamspec.c:30:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygparamspec.c:30:0:
pygobject-private.h:91:32: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                GParameter  *parameters);
                                ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygparamspec.c:30:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
In file included from pygparamspec.c:30:0:
pygobject-private.h:239:58: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                                          GParameter **params);
                                                          ^~~~~~~~~~
In file included from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gobject.h:26:0,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from pygobject.h:8,
                 from pygobject-private.h:9,
                 from pygparamspec.c:30:
/scratch/work/devel/py-gobject/work/.buildlink/include/glib-2.0/gobject/gparam.h:271:8: note: declared here
 struct _GParameter /* auxiliary structure for _setv() variants */
        ^~~~~~~~~~~
gmake[2]: Leaving directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7/gobject'
gmake[1]: *** [Makefile:654: all-recursive] Error 1
gmake[1]: Leaving directory '/scratch/work/devel/py-gobject/work/pygobject-2.28.7'
gmake: *** [Makefile:414: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/devel/py-gobject
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/devel/py-gobject