patching file configure.ac
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:62: warning: The macro 'AC_PROG_CC_C99' is obsolete.
configure.ac:62: You should run autoupdate.
./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
configure.ac:62: the top level
configure.ac:64: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
configure.ac:64: You should run autoupdate.
./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
configure.ac:64: the top level
configure.ac:65: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
./lib/autoconf/specific.m4:541: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.ac:65: the top level
configure.ac:170: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:170: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:170: the top level
configure.ac:220: warning: The macro 'AC_LANG_C' is obsolete.
configure.ac:220: You should run autoupdate.
./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
acinclude.m4:53: ACX_PTHREAD is expanded from...
configure.ac:220: the top level
configure.ac:220: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:220: You should run autoupdate.
./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
acinclude.m4:53: ACX_PTHREAD is expanded from...
configure.ac:220: the top level
configure.ac:57: installing 'build-aux/compile'
configure.ac:39: installing 'build-aux/missing'
gtkdoc/Makefile.am:70: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am:310: warning: '%'-style pattern rules are a GNU make extension
src/Makefile.am: installing 'build-aux/depcomp'
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-solaris2.11
checking host system type... x86_64-pc-solaris2.11
checking whether ln -s works... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... /usr/gcc/14/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /usr/gcc/14/bin/gcc accepts -g... yes
checking for /usr/gcc/14/bin/gcc option to enable C11 features... none needed
checking whether /usr/gcc/14/bin/gcc understands -c and -o together... yes
checking dependency style of /usr/gcc/14/bin/gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) /usr/gcc/14/bin/gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether /usr/gcc/14/bin/gcc accepts -g... (cached) yes
checking for /usr/gcc/14/bin/gcc option to enable C11 features... (cached) none needed
checking whether /usr/gcc/14/bin/gcc understands -c and -o together... (cached) yes
checking dependency style of /usr/gcc/14/bin/gcc... (cached) gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the compiler supports GNU C++... yes
checking whether /usr/gcc/14/bin/g++ accepts -g... yes
checking for /usr/gcc/14/bin/g++ option to enable C++11 features... none needed
checking dependency style of /usr/gcc/14/bin/g++... gcc3
checking if /usr/gcc/14/bin/gcc supports flag -pipe in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wall in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -W in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wextra in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Winline in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wvla in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wundef in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wformat=2 in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wlogical-op in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wsign-compare in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wformat-security in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wmissing-include-dirs in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wformat-nonliteral in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wold-style-definition in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wpointer-arith in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Winit-self in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wdeclaration-after-statement in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wfloat-equal in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wmissing-prototypes in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wredundant-decls in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wmissing-declarations in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wmissing-noreturn in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wshadow in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wendif-labels in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wcast-align in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wstrict-aliasing=2 in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wwrite-strings in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wno-long-long in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wno-overlength-strings in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wno-unused-parameter in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wno-missing-field-initializers in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wno-unused-result in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wunsafe-loop-optimizations in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wpacked in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Werror=overflow in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -Wp,-D_FORTIFY_SOURCE=2 in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -ffast-math in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -fno-common in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -fdiagnostics-show-option in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -fno-strict-aliasing in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -ffunction-sections in envvar CFLAGS... yes
checking if /usr/gcc/14/bin/gcc supports flag -fdata-sections in envvar CFLAGS... yes
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/ggrep
checking for egrep... /usr/bin/ggrep -E
checking for fgrep... /usr/bin/ggrep -F
checking for ld used by /usr/gcc/14/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/amd64/nm -p
checking the name lister (/usr/bin/amd64/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking how to convert x86_64-pc-solaris2.11 file names to x86_64-pc-solaris2.11 format... func_convert_file_noop
checking how to convert x86_64-pc-solaris2.11 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ranlib... ranlib
checking for archiver @FILE support... no
checking for strip... strip
checking command to parse /usr/bin/amd64/nm -p output from /usr/gcc/14/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/gcc/14/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/gcc/14/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/gcc/14/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/gcc/14/bin/gcc static flag -static works... no
checking if /usr/gcc/14/bin/gcc supports -c -o file.o... yes
checking if /usr/gcc/14/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/gcc/14/bin/gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... /usr/gcc/14/bin/g++ -E
checking for ld used by /usr/gcc/14/bin/g++... /usr/bin/ld -64
checking if the linker (/usr/bin/ld -64) is GNU ld... no
checking whether the /usr/gcc/14/bin/g++ linker (/usr/bin/ld -64) supports shared libraries... yes
checking for /usr/gcc/14/bin/g++ option to produce PIC... -fPIC -DPIC
checking if /usr/gcc/14/bin/g++ PIC flag -fPIC -DPIC works... yes
checking if /usr/gcc/14/bin/g++ static flag -static works... no
checking if /usr/gcc/14/bin/g++ supports -c -o file.o... yes
checking if /usr/gcc/14/bin/g++ supports -c -o file.o... (cached) yes
checking whether the /usr/gcc/14/bin/g++ linker (/usr/bin/ld -64) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for ltdl.h... yes
checking for lt_dladvise_init in -lltdl... yes
checking for egrep... (cached) /usr/bin/ggrep -E
checking for sys/poll.h... yes
checking for sys/ioctl.h... yes
checking for byteswap.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking for uid_t... yes
checking for gid_t... yes
checking for library containing pow... -lm
checking for library containing sched_setscheduler... none required
checking for lrintf... yes
checking for strtof... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gettimeofday... yes
checking for nanosleep... yes
checking for posix_memalign... yes
checking for sigaction... yes
checking for sleep... yes
checking for sysconf... yes
checking for pthread_yield... no
checking for strerror_r... yes
checking for lstat... yes
checking for strndup... yes
checking whether pthreads work with -pthreads... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_REENTRANT
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for /usr/gcc/14/bin/gcc option to enable large file support... none needed
checking for pkg-config... /usr/bin/amd64/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for  alsa >= 1.0.0 ... no
checking for soundcard.h... no
checking for sys/soundcard.h... yes
checking for machine/soundcard.h... no
checking for  libpulse >= 0.9.11 ... yes
checking for  libudev >= 160 ... no
checking for  gstreamer-1.0 >= 0.10.15 ... yes
checking for  gtk+-2.0 >= 2.20.0 gthread-2.0 glib-2.0 >= 2.32 gdk-2.0 x11 ... yes
checking for  gtk+-3.0 gthread-2.0 glib-2.0 >= 2.32 gdk-3.0 x11 ... yes
checking for  tdb >= 1.1 ... yes
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'systemd' found
checking for lynx... yes
checking for  vorbisfile ... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating libcanberra.pc
config.status: creating libcanberra-gtk.pc
config.status: creating libcanberra-gtk3.pc
config.status: creating src/canberra.h
config.status: creating gtkdoc/Makefile
config.status: creating doc/Makefile
config.status: creating doc/README.html
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

 ---{ libcanberra 0.30 }---

    prefix:                 /usr
    sysconfdir:             /etc
    localstatedir:          /var
    Compiler:               /usr/gcc/14/bin/gcc
    CFLAGS:                 -m64 -O3 
    C++-Compiler:           /usr/gcc/14/bin/g++
    CXXFLAGS:               -m64 -O3 
    Builtin DSO:            yes
    Enable PulseAudio:      yes
    Builtin PulseAudio:     no
    Enable ALSA:            no
    Builtin ALSA:           no
    Enable OSS:             yes
    Builtin OSS:            no
    Enable GStreamer:       yes
    Builtin GStreamer:      no
    Enable Null Output:     yes
    Builtin Null Output:    no
    Enable tdb:             yes
    Enable lookup cache:    yes
    Enable GTK+:            yes
    GTK Modules Directory:  /usr/lib/amd64/gtk-2.0/modules
    Enable GTK3+:           yes
    GTK3 Modules Directory: /usr/lib/amd64/gtk-3.0/modules
    Enable udev:            no
    systemd Unit Directory: 

/usr/gnu/bin/make  all-recursive
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
Making all in src
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
  CC       canberra_gtk_play-canberra-gtk-play.o
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-play.c: In function 'main':
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-play.c:136:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
  136 |         g_type_init();
      |         ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 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 /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-play.c:30:
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
  CC       libcanberra_la-common.lo
  CC       libcanberra_la-mutex-posix.lo
  CC       libcanberra_la-proplist.lo
  CC       libcanberra_la-read-sound-file.lo
  CC       libcanberra_la-read-vorbis.lo
  CC       libcanberra_la-read-wav.lo
  CC       libcanberra_la-sound-theme-spec.lo
  CC       libcanberra_la-macro.lo
  CC       libcanberra_la-malloc.lo
  CC       libcanberra_la-fork-detect.lo
  CC       libcanberra_la-cache.lo
  CC       libcanberra_la-dso.lo
  CC       libcanberra_la-driver-order.lo
  CCLD     libcanberra.la
  CC       libcanberra_gtk3_la-canberra-gtk.lo
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c: In function 'ca_gtk_context_get_for_screen':
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:145:9: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations]
  145 |         ca_proplist_setf(p, CA_PROP_WINDOW_X11_SCREEN, "%i", gdk_screen_get_number(screen));
      |         ^~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:27:
/usr/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here
   56 | gint         gdk_screen_get_number            (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c: In function 'ca_gtk_proplist_set_for_widget':
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:281:25: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations]
  281 |                         if ((ret = ca_proplist_setf(p, CA_PROP_WINDOW_X11_SCREEN, "%i", gdk_screen_get_number(screen))) < 0)
      |                         ^~
/usr/include/gtk-3.0/gdk/gdkscreen.h:56:14: note: declared here
   56 | gint         gdk_screen_get_number            (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:285:33: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
  285 |                                 if ((ret = ca_proplist_setf(p, CA_PROP_WINDOW_X11_MONITOR, "%i", gdk_screen_get_monitor_at_window(screen, dw))) < 0)
      |                                 ^~
/usr/include/gtk-3.0/gdk/gdkscreen.h:91:15: note: declared here
   91 | gint          gdk_screen_get_monitor_at_window (GdkScreen *screen,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:312:25: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations]
  312 |                         screen_width = gdk_screen_get_width(gtk_widget_get_screen(GTK_WIDGET(w)));
      |                         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
   58 | gint         gdk_screen_get_width             (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:327:25: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations]
  327 |                         screen_height = gdk_screen_get_height(gtk_widget_get_screen(GTK_WIDGET(w)));
      |                         ^~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
   60 | gint         gdk_screen_get_height            (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c: In function 'ca_gtk_proplist_set_for_event':
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:384:25: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations]
  384 |                         width = gdk_screen_get_width(gtk_widget_get_screen(w));
      |                         ^~~~~
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
   58 | gint         gdk_screen_get_width             (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:385:25: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations]
  385 |                         height = gdk_screen_get_height(gtk_widget_get_screen(w));
      |                         ^~~~~~
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
   60 | gint         gdk_screen_get_height            (GdkScreen   *screen);
      |              ^~~~~~~~~~~~~~~~~~~~~
  CCLD     libcanberra-gtk3.la
  CCLD     canberra-gtk-play
ld: warning: file /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src/.libs/libcanberra.so: linked to ./.libs/libcanberra.so: attempted multiple inclusion of file
  CC       test-canberra.o
  CCLD     test-canberra
  CC       libcanberra_gtk3_module_la-canberra-gtk-module.lo
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c: In function 'window_is_xembed':
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c:374:9: warning: 'gdk_error_trap_push' is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations]
  374 |         gdk_error_trap_push();
      |         ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c:27:
/usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here
   70 | void                           gdk_error_trap_push        (void);
      |                                ^~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c:384:9: warning: 'gdk_error_trap_pop_ignored' is deprecated: Use 'gdk_x11_display_error_trap_pop_ignored' instead [-Wdeprecated-declarations]
  384 |         gdk_error_trap_pop_ignored();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkmain.h:75:32: note: declared here
   75 | void                           gdk_error_trap_pop_ignored (void);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c: At top level:
/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c:945:2: warning: #warning "We really need a quit handler in Gtk 3.0, https://bugzilla.gnome.org/show_bug.cgi?id=639770" [-Wcpp]
  945 | #warning "We really need a quit handler in Gtk 3.0, https://bugzilla.gnome.org/show_bug.cgi?id=639770"
      |  ^~~~~~~
  CCLD     libcanberra-gtk3-module.la
ld: warning: file /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src/.libs/libcanberra.so: linked to ./.libs/libcanberra.so: attempted multiple inclusion of file
  CC       libcanberra_gtk_module_la-canberra-gtk-module.lo
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.c:27:
/usr/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 /usr/include/glib-2.0/gobject/gobject.h:26,
                 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-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/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 /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
  CC       libcanberra_gtk_la-canberra-gtk.lo
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.c:27:
/usr/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 /usr/include/glib-2.0/gobject/gobject.h:26,
                 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-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/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 /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
  CCLD     libcanberra-gtk.la
  CCLD     libcanberra-gtk-module.la
ld: warning: file /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src/.libs/libcanberra.so: linked to ./.libs/libcanberra.so: attempted multiple inclusion of file
  CC       libcanberra_multi_la-multi.lo
  CCLD     libcanberra-multi.la
  CC       libcanberra_pulse_la-pulse.lo
  CCLD     libcanberra-pulse.la
  CC       libcanberra_oss_la-oss.lo
  CCLD     libcanberra-oss.la
  CC       libcanberra_gstreamer_la-gstreamer.lo
  CCLD     libcanberra-gstreamer.la
  CC       libcanberra_null_la-null.lo
  CCLD     libcanberra-null.la
  GEN      libcanberra-logout-sound.sh
  GEN      libcanberra-ready-sound.desktop
  GEN      libcanberra-login-sound.desktop
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
Making all in gtkdoc
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/gtkdoc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/gtkdoc'
Making all in doc
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/doc'
  GEN      README
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/doc'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
Making install in src
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64'
 /bin/bash ../libtool   --mode=install /usr/bin/ginstall -c   libcanberra.la libcanberra-gtk3.la libcanberra-gtk.la '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64'
libtool: install: /usr/bin/ginstall -c .libs/libcanberra.so.0.2.5 /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra.so.0.2.5
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64 && { ln -s -f libcanberra.so.0.2.5 libcanberra.so.0 || { rm -f libcanberra.so.0 && ln -s libcanberra.so.0.2.5 libcanberra.so.0; }; })
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64 && { ln -s -f libcanberra.so.0.2.5 libcanberra.so || { rm -f libcanberra.so && ln -s libcanberra.so.0.2.5 libcanberra.so; }; })
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra.so.0.2.5
libtool: install: /usr/bin/ginstall -c .libs/libcanberra.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra.la
libtool: warning: relinking 'libcanberra-gtk3.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -DFFI_NO_RAW_API -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -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/atk-1.0 -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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -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 -m64 -O3 -export-dynamic -version-info 1:9:1 -m64 -o libcanberra-gtk3.la -rpath /usr/lib/amd64 libcanberra_gtk3_la-canberra-gtk.lo -lgtk-3 -latk-1.0 -lgio-2.0 -lgthread-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk3.so.0.1.9T /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-gtk3.so.0.1.9
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64 && { ln -s -f libcanberra-gtk3.so.0.1.9 libcanberra-gtk3.so.0 || { rm -f libcanberra-gtk3.so.0 && ln -s libcanberra-gtk3.so.0.1.9 libcanberra-gtk3.so.0; }; })
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64 && { ln -s -f libcanberra-gtk3.so.0.1.9 libcanberra-gtk3.so || { rm -f libcanberra-gtk3.so && ln -s libcanberra-gtk3.so.0.1.9 libcanberra-gtk3.so; }; })
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-gtk3.so.0.1.9
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk3.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-gtk3.la
libtool: warning: relinking 'libcanberra-gtk.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -DFFI_NO_RAW_API -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-2.0 -I/usr/lib/amd64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/amd64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/gio-unix-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/pixman-1 -m64 -O3 -export-dynamic -version-info 1:9:1 -m64 -o libcanberra-gtk.la -rpath /usr/lib/amd64 libcanberra_gtk_la-canberra-gtk.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgthread-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lXext -lX11 libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk.so.0.1.9T /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-gtk.so.0.1.9
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64 && { ln -s -f libcanberra-gtk.so.0.1.9 libcanberra-gtk.so.0 || { rm -f libcanberra-gtk.so.0 && ln -s libcanberra-gtk.so.0.1.9 libcanberra-gtk.so.0; }; })
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64 && { ln -s -f libcanberra-gtk.so.0.1.9 libcanberra-gtk.so || { rm -f libcanberra-gtk.so && ln -s libcanberra-gtk.so.0.1.9 libcanberra-gtk.so; }; })
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-gtk.so.0.1.9
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-gtk.la
libtool: warning: remember to run 'libtool --finish /usr/lib/amd64'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/ginstall -c canberra-gtk-play '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/bin'
libtool: warning: 'libcanberra.la' has not been installed in '/usr/lib/amd64'
libtool: warning: 'libcanberra-gtk3.la' has not been installed in '/usr/lib/amd64'
libtool: warning: '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src/libcanberra.la' has not been installed in '/usr/lib/amd64'
libtool: install: /usr/bin/ginstall -c .libs/canberra-gtk-play /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/bin/canberra-gtk-play
/usr/gnu/bin/make  install-exec-hook
make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
/usr/bin/gmkdir -p -m 755 /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules
( cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules && \
	rm -f libcanberra-gtk-module.so && \
        ln -s libcanberra-gtk3-module.so libcanberra-gtk-module.so )
make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gnome-settings-daemon-3.0/gtk-modules'
 /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk-module.desktop '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gnome-settings-daemon-3.0/gtk-modules'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/gdm/autostart/LoginWindow'
 /usr/bin/ginstall -c -m 644 libcanberra-ready-sound.desktop '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/gdm/autostart/LoginWindow'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/gnome/autostart'
 /usr/bin/ginstall -c -m 644 libcanberra-login-sound.desktop '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/gnome/autostart'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/gnome/shutdown'
 /usr/bin/ginstall -c libcanberra-logout-sound.sh '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/gnome/shutdown'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules'
 /bin/bash ../libtool   --mode=install /usr/bin/ginstall -c   libcanberra-gtk3-module.la '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules'
libtool: warning: relinking 'libcanberra-gtk3-module.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -DFFI_NO_RAW_API -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -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/atk-1.0 -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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/pixman-1 -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 -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-gtk3-module.la -rpath /usr/lib/amd64/gtk-3.0/modules libcanberra_gtk3_module_la-canberra-gtk-module.lo -lgtk-3 -latk-1.0 -lgio-2.0 -lgthread-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 libcanberra.la libcanberra-gtk3.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk3-module.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules/libcanberra-gtk3-module.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules/libcanberra-gtk3-module.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk3-module.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-3.0/modules/libcanberra-gtk3-module.la
libtool: warning: remember to run 'libtool --finish /usr/lib/amd64/gtk-3.0/modules'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-2.0/modules'
 /bin/bash ../libtool   --mode=install /usr/bin/ginstall -c   libcanberra-gtk-module.la '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-2.0/modules'
libtool: warning: relinking 'libcanberra-gtk-module.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -DFFI_NO_RAW_API -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-2.0 -I/usr/lib/amd64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/amd64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/gio-unix-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/lib/amd64/libffi-3.2.1/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/pcre -I/usr/include/pixman-1 -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-gtk-module.la -rpath /usr/lib/amd64/gtk-2.0/modules libcanberra_gtk_module_la-canberra-gtk-module.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgthread-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgio-2.0 -lfontconfig -lfreetype -lXrender -lXinerama -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lXext -lX11 libcanberra.la libcanberra-gtk.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk-module.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-2.0/modules/libcanberra-gtk-module.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-2.0/modules/libcanberra-gtk-module.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gtk-module.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/gtk-2.0/modules/libcanberra-gtk-module.la
libtool: warning: remember to run 'libtool --finish /usr/lib/amd64/gtk-2.0/modules'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/include'
 /usr/bin/ginstall -c -m 644 canberra.h /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/src/canberra-gtk.h '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/include'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30'
 /bin/bash ../libtool   --mode=install /usr/bin/ginstall -c   libcanberra-multi.la libcanberra-pulse.la libcanberra-oss.la libcanberra-gstreamer.la libcanberra-null.la '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30'
libtool: warning: relinking 'libcanberra-multi.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -Ddriver_open=multi_driver_open -Ddriver_destroy=multi_driver_destroy -Ddriver_change_device=multi_driver_change_device -Ddriver_change_props=multi_driver_change_props -Ddriver_play=multi_driver_play -Ddriver_cancel=multi_driver_cancel -Ddriver_cache=multi_driver_cache -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-multi.la -rpath /usr/lib/amd64/libcanberra-0.30 libcanberra_multi_la-multi.lo libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-multi.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-multi.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-multi.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-multi.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-multi.la
libtool: warning: relinking 'libcanberra-pulse.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -D_REENTRANT -Ddriver_open=pulse_driver_open -Ddriver_destroy=pulse_driver_destroy -Ddriver_change_device=pulse_driver_change_device -Ddriver_change_props=pulse_driver_change_props -Ddriver_play=pulse_driver_play -Ddriver_cancel=pulse_driver_cancel -Ddriver_cache=pulse_driver_cache -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-pulse.la -rpath /usr/lib/amd64/libcanberra-0.30 libcanberra_pulse_la-pulse.lo -lpulse -pthread libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-pulse.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-pulse.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-pulse.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-pulse.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-pulse.la
libtool: warning: relinking 'libcanberra-oss.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -Ddriver_open=oss_driver_open -Ddriver_destroy=oss_driver_destroy -Ddriver_change_device=oss_driver_change_device -Ddriver_change_props=oss_driver_change_props -Ddriver_play=oss_driver_play -Ddriver_cancel=oss_driver_cancel -Ddriver_cache=oss_driver_cache -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-oss.la -rpath /usr/lib/amd64/libcanberra-0.30 libcanberra_oss_la-oss.lo libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-oss.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-oss.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-oss.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-oss.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-oss.la
libtool: warning: relinking 'libcanberra-gstreamer.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -DFFI_NO_RAW_API -I/usr/include/gstreamer-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 -Ddriver_open=gstreamer_driver_open -Ddriver_destroy=gstreamer_driver_destroy -Ddriver_change_device=gstreamer_driver_change_device -Ddriver_change_props=gstreamer_driver_change_props -Ddriver_play=gstreamer_driver_play -Ddriver_cancel=gstreamer_driver_cancel -Ddriver_cache=gstreamer_driver_cache -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-gstreamer.la -rpath /usr/lib/amd64/libcanberra-0.30 libcanberra_gstreamer_la-gstreamer.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gstreamer.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-gstreamer.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-gstreamer.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-gstreamer.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-gstreamer.la
libtool: warning: relinking 'libcanberra-null.la'
libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src; /bin/bash "/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/libtool"  --silent --tag CC --mode=relink /usr/gcc/14/bin/gcc -Ddriver_open=null_driver_open -Ddriver_destroy=null_driver_destroy -Ddriver_change_device=null_driver_change_device -Ddriver_change_props=null_driver_change_props -Ddriver_play=null_driver_play -Ddriver_cancel=null_driver_cancel -Ddriver_cache=null_driver_cache -m64 -O3 -avoid-version -module -export-dynamic -m64 -o libcanberra-null.la -rpath /usr/lib/amd64/libcanberra-0.30 libcanberra_null_la-null.lo libcanberra.la -lm -inst-prefix-dir /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386)
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-null.soT /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-null.so
libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-null.so
libtool: install: /usr/bin/ginstall -c .libs/libcanberra-null.lai /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/libcanberra-0.30/libcanberra-null.la
libtool: warning: remember to run 'libtool --finish /usr/lib/amd64/libcanberra-0.30'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/src'
Making install in gtkdoc
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/gtkdoc'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/gtkdoc'
make[2]: Nothing to be done for 'install-exec-am'.
Nothing to install
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/gtkdoc'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/gtkdoc'
Making install in doc
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/doc'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/doc'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64/doc'
make[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
make[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/doc/libcanberra'
 /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/README '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/doc/libcanberra'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/pkgconfig'
 /usr/bin/ginstall -c -m 644 libcanberra.pc libcanberra-gtk.pc libcanberra-gtk3.pc '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/lib/amd64/pkgconfig'
 /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/vala/vapi'
 /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/vala/libcanberra.vapi /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/libcanberra-0.30/vala/libcanberra-gtk.vapi '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/prototype/i386/usr/share/vala/vapi'
make[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
make[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/amd64'
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/library/libcanberra/build/manifest-i386-libcanberra.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
pkg://openindiana.org/library/desktop/xdg/libcanberra@0.30,5.11-2025.0.0.2:20250122T175648Z
PUBLISHED
generating metadata: library/libcanberra