Including generated API documentation...
Unrecognized argument in LIBS ignored: '-pthread'
GParamSpec.xs: In function ‘boot_Glib__ParamSpec’:
GParamSpec.xs:240:20: warning: Deprecated pre-processor symbol
  240 |         gperl_register_param_spec (G_TYPE_PARAM_VALUE_ARRAY, "Glib::Param::ValueArray");
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_set_app_info’:
GBookmarkFile.xs:558:9: warning: ‘g_bookmark_file_set_app_info’ is deprecated: Use 'g_bookmark_file_set_application_info' instead [-Wdeprecated-declarations]
  558 |         g_bookmark_file_set_app_info (bookmark_file, uri, name,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:39,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from gperl.h:37,
                 from GBookmarkFile.xs:21:
/usr/include/glib-2.0/glib/gbookmarkfile.h:210:16: note: declared here
  210 | gboolean       g_bookmark_file_set_app_info        (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_get_app_info’:
GBookmarkFile.xs:583:9: warning: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead [-Wdeprecated-declarations]
  583 |         g_bookmark_file_get_app_info (bookmark_file, uri, name,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:226:16: note: declared here
  226 | gboolean       g_bookmark_file_get_app_info        (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_get_added’:
GBookmarkFile.xs:674:17: warning: ‘g_bookmark_file_get_added’ is deprecated: Use 'g_bookmark_file_get_added_date_time' instead [-Wdeprecated-declarations]
  674 |                 RETVAL = g_bookmark_file_get_added    (bookmark_file, uri, &err);
      |                 ^~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:269:16: note: declared here
  269 | time_t         g_bookmark_file_get_added           (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs:677:17: warning: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead [-Wdeprecated-declarations]
  677 |                 RETVAL = g_bookmark_file_get_modified (bookmark_file, uri, &err);
      |                 ^~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:285:16: note: declared here
  285 | time_t         g_bookmark_file_get_modified        (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs:680:17: warning: ‘g_bookmark_file_get_visited’ is deprecated: Use 'g_bookmark_file_get_visited_date_time' instead [-Wdeprecated-declarations]
  680 |                 RETVAL = g_bookmark_file_get_visited  (bookmark_file, uri, &err);
      |                 ^~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:301:16: note: declared here
  301 | time_t         g_bookmark_file_get_visited         (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_set_added’:
GBookmarkFile.xs:718:17: warning: ‘g_bookmark_file_set_added’ is deprecated: Use 'g_bookmark_file_set_added_date_time' instead [-Wdeprecated-declarations]
  718 |                 g_bookmark_file_set_added    (bookmark_file, uri, value); break;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:261:16: note: declared here
  261 | void           g_bookmark_file_set_added           (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs:720:17: warning: ‘g_bookmark_file_set_modified’ is deprecated: Use 'g_bookmark_file_set_modified_date_time' instead [-Wdeprecated-declarations]
  720 |                 g_bookmark_file_set_modified (bookmark_file, uri, value); break;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:277:16: note: declared here
  277 | void           g_bookmark_file_set_modified        (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
GBookmarkFile.xs:722:17: warning: ‘g_bookmark_file_set_visited’ is deprecated: Use 'g_bookmark_file_set_visited_date_time' instead [-Wdeprecated-declarations]
  722 |                 g_bookmark_file_set_visited  (bookmark_file, uri, value); break;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gbookmarkfile.h:293:16: note: declared here
  293 | void           g_bookmark_file_set_visited         (GBookmarkFile  *bookmark,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
GLib-GObject-CRITICAL **: ../gobject/gsignal.c:2436: signal 'nosuchsignal' is invalid for instance '0xe18aba0' of type 'MyClass' at t/7.t line 286.