INFO: not using any hashes in /data/userland-archives/hashes for gtk3-nocsd.tar.gz (overridden with --hash)
Source /data/userland-archives/gtk3-nocsd.tar.gz... not found, skipping file copy
Source https://github.com/PCMan/gtk3-nocsd/archive/v3.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
patching file gtk3-nocsd.in
symlink cloning /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/gtk3-nocsd-3 to /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/build/amd64
/usr/gcc/13/bin/gcc  -m64 -O3 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/drm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -DFFI_NO_RAW_API -I/usr/include/gobject-introspection-1.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -pthread -Wall -fPIC -o gtk3-nocsd.o -c gtk3-nocsd.c
gtk3-nocsd.c:340: warning: "g_object_ref" redefined
  340 | #define g_object_ref                                     rtlookup_g_object_ref
      | 
In file included from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from gtk3-nocsd.c:34:
/usr/include/glib-2.0/gobject/gobject.h:533: note: this is the location of the previous definition
  533 | #define g_object_ref(Obj) ((glib_typeof (Obj)) (g_object_ref) (Obj))
      | 
gtk3-nocsd.c:358: warning: "g_strdup" redefined
  358 | #define g_strdup                                         rtlookup_g_strdup
      | 
In file included from /usr/include/glib-2.0/glib/gstring.h:37,
                 from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30:
/usr/include/glib-2.0/glib/gstrfuncs.h:324: note: this is the location of the previous definition
  324 | #define g_strdup(x) g_strdup_inline (x)
      | 
gtk3-nocsd.c: In function 'gtk_window_set_titlebar':
gtk3-nocsd.c:537:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  537 |         char *priv = G_TYPE_INSTANCE_GET_PRIVATE (window, gtk_window_type, char);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c: In function '_gtk_header_bar_update_window_buttons':
gtk3-nocsd.c:646:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  646 |     char *priv = G_TYPE_INSTANCE_GET_PRIVATE (bar, gtk_header_bar_type, char);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c: In function 'gtk_window_private_info':
gtk3-nocsd.c:1206:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1206 |             window_priv = G_TYPE_INSTANCE_GET_PRIVATE (dummy_window, gtk_window_type, void);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c: In function 'gtk_header_bar_private_info':
gtk3-nocsd.c:1296:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
 1296 |             header_bar_priv = G_TYPE_INSTANCE_GET_PRIVATE (dummy_bar, gtk_header_bar_type, void);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c: At top level:
gtk3-nocsd.c:231:30: warning: 'rtlookup_g_type_check_instance_cast' defined but not used [-Wunused-function]
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                              ^~~~~~~~~
gtk3-nocsd.c:228:29: note: in definition of macro 'HIDDEN_NAME2'
  228 | #define HIDDEN_NAME2(a,b)   a ## b
      |                             ^
gtk3-nocsd.c:231:24: note: in expansion of macro 'NAME2'
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                        ^~~~~
gtk3-nocsd.c:274:1: note: in expansion of macro 'RUNTIME_IMPORT_FUNCTION'
  274 | RUNTIME_IMPORT_FUNCTION(0, GOBJECT_LIBRARY, g_type_check_instance_cast, GTypeInstance *, (GTypeInstance *instance, GType iface_type), (instance, iface_type))
      | ^~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c:231:30: warning: 'rtlookup_g_type_check_class_cast' defined but not used [-Wunused-function]
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                              ^~~~~~~~~
gtk3-nocsd.c:228:29: note: in definition of macro 'HIDDEN_NAME2'
  228 | #define HIDDEN_NAME2(a,b)   a ## b
      |                             ^
gtk3-nocsd.c:231:24: note: in expansion of macro 'NAME2'
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                        ^~~~~
gtk3-nocsd.c:272:1: note: in expansion of macro 'RUNTIME_IMPORT_FUNCTION'
  272 | RUNTIME_IMPORT_FUNCTION(0, GOBJECT_LIBRARY, g_type_check_class_cast, GTypeClass *, (GTypeClass *g_class, GType is_a_type), (g_class, is_a_type))
      | ^~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c:231:30: warning: 'rtlookup_gtk_style_provider_get_type' defined but not used [-Wunused-function]
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                              ^~~~~~~~~
gtk3-nocsd.c:228:29: note: in definition of macro 'HIDDEN_NAME2'
  228 | #define HIDDEN_NAME2(a,b)   a ## b
      |                             ^
gtk3-nocsd.c:231:24: note: in expansion of macro 'NAME2'
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                        ^~~~~
gtk3-nocsd.c:254:1: note: in expansion of macro 'RUNTIME_IMPORT_FUNCTION'
  254 | RUNTIME_IMPORT_FUNCTION(0, GTK_LIBRARY, gtk_style_provider_get_type, GType, (), ())
      | ^~~~~~~~~~~~~~~~~~~~~~~
gtk3-nocsd.c:231:30: warning: 'rtlookup_gtk_widget_get_type' defined but not used [-Wunused-function]
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                              ^~~~~~~~~
gtk3-nocsd.c:228:29: note: in definition of macro 'HIDDEN_NAME2'
  228 | #define HIDDEN_NAME2(a,b)   a ## b
      |                             ^
gtk3-nocsd.c:231:24: note: in expansion of macro 'NAME2'
  231 |     static return_type NAME2(rtlookup_, function_name) arg_def_list { \
      |                        ^~~~~
gtk3-nocsd.c:245:1: note: in expansion of macro 'RUNTIME_IMPORT_FUNCTION'
  245 | RUNTIME_IMPORT_FUNCTION(0, GTK_LIBRARY, gtk_widget_get_type, GType, (), ())
      | ^~~~~~~~~~~~~~~~~~~~~~~
/usr/gcc/13/bin/gcc -shared -m64 -O3 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DFFI_NO_RAW_API -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/amd64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/drm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -DFFI_NO_RAW_API -I/usr/include/gobject-introspection-1.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -pthread -Wall -fPIC -m64 -fPIC -Wl,-soname,libgtk3-nocsd.so.0 -o libgtk3-nocsd.so.0 gtk3-nocsd.o -ldl
sed 's|@@libdir@@|/usr/local/lib|g' < gtk3-nocsd.in > gtk3-nocsd
chmod +x gtk3-nocsd
install -D -m 0644 libgtk3-nocsd.so.0 /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/build/prototype/i386/usr/lib/amd64/libgtk3-nocsd.so.0
install -D -m 0755 gtk3-nocsd /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/build/prototype/i386/usr/bin/gtk3-nocsd
install -D -m 0644 gtk3-nocsd.1 /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/build/prototype/i386/usr/share/man/man1/gtk3-nocsd.1
install -D -m 0644 gtk3-nocsd.bash-completion /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/build/prototype/i386/usr/share/bash-completion/completions/gtk3-nocsd
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/gtk3-nocsd/build/manifest-i386-gtk3-nocsd.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: library/gtk3-nocsd
pkg://openindiana.org/library/desktop/gtk3/gtk3-nocsd@3,5.11-2024.0.0.4:20241203T174129Z
PUBLISHED