Package: src:ukwm
Version: 1.2.3-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ukwm, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with gir,gnome --no-control
   dh_auto_clean -O--no-control
   dh_autoreconf_clean -O--no-control
   dh_gnome_clean -O--no-control
   dh_clean -O--no-control
 debian/rules binary
dh binary --with gir,gnome --no-control
   dh_update_autotools_config -O--no-control
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_autoreconf --as-needed
Creating directory build-aux
Copying file build-aux/config.rpath

[... snipped ...]

cogl-gtype-private.h:211:9: note: in expansion of macro 'g_once_init_enter'
  211 |     if (g_once_init_enter (&type_id__volatile))                         
\
      |         ^~~~~~~~~~~~~~~~~
cogl-gtype-private.h:238:3: note: in expansion of macro 
'_COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN'
  238 |   _COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN(Cogl##Name,                    
\
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cogl-snippet.c:47:1: note: in expansion of macro 'COGL_GTYPE_DEFINE_CLASS'
   47 | COGL_GTYPE_DEFINE_CLASS (Snippet, snippet);
      | ^~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted]  -c -o cogl-poll.lo cogl-poll.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] ry-stack.lo cogl-memory-stack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] fPIC -DPIC -o .libs/cogl-poll.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] IC -o .libs/cogl-memory-stack.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] ogl-magazine.lo cogl-magazine.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted]  -DPIC -o .libs/cogl-magazine.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] context.lo cogl-gles2-context.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] c -o cogl-error.lo cogl-error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] C -o .libs/cogl-gles2-context.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] PIC -DPIC -o .libs/cogl-error.o
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from ../cogl/cogl-types.h:43,
                 from ../cogl/cogl-renderer.h:36,
                 from ../cogl/cogl-display.h:40,
                 from ../cogl/cogl-context.h:46,
                 from cogl-gles2.h:59,
                 from cogl-gles2-context.c:42:
cogl-gles2-context.c: In function 'cogl_gles2_context_get_gtype':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
'__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 
'g_atomic_pointer_get'
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
cogl-gtype-private.h:211:9: note: in expansion of macro 'g_once_init_enter'
  211 |     if (g_once_init_enter (&type_id__volatile))                         
\
      |         ^~~~~~~~~~~~~~~~~
cogl-gtype-private.h:238:3: note: in expansion of macro 
'_COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN'
  238 |   _COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN(Cogl##Name,                    
\
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cogl-gles2-context.c:61:1: note: in expansion of macro 'COGL_GTYPE_DEFINE_CLASS'
   61 | COGL_GTYPE_DEFINE_CLASS (GLES2Context, gles2_context);
      | ^~~~~~~~~~~~~~~~~~~~~~~
cogl-gles2-context.c: In function 'gl_shader_source_wrapper':
cogl-gles2-context.c:860:11: warning: 'g_memdup' is deprecated: Use 'g_memdup2' 
instead [-Wdeprecated-declarations]
  860 |           string_copy[i] = g_memdup (string[i], string_length);
      |           ^~~~~~~~~~~
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:
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
  338 | gpointer              g_memdup         (gconstpointer mem,
      |                       ^~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] ure-list.lo cogl-closure-list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] IC -o .libs/cogl-closure-list.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] c -o cogl-fence.lo cogl-fence.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] PIC -DPIC -o .libs/cogl-fence.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] ib-source.lo cogl-glib-source.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] enderer.lo cogl-xlib-renderer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] PIC -o .libs/cogl-glib-source.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] C -o .libs/cogl-xlib-renderer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted]  -c -o cogl-xlib.lo cogl-xlib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] fPIC -DPIC -o .libs/cogl-xlib.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] insys/cogl-texture-pixmap-x11.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] glx.lo winsys/cogl-winsys-glx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] .libs/cogl-texture-pixmap-x11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted]  winsys/.libs/cogl-winsys-glx.o
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from ./cogl-flags.h:35,
                 from ./cogl-debug.h:35,
                 from winsys/cogl-texture-pixmap-x11.c:40:
winsys/cogl-texture-pixmap-x11.c: In function 
'cogl_texture_pixmap_x11_get_gtype':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
'__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 
'g_atomic_pointer_get'
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
./cogl-gtype-private.h:211:9: note: in expansion of macro 'g_once_init_enter'
  211 |     if (g_once_init_enter (&type_id__volatile))                         
\
      |         ^~~~~~~~~~~~~~~~~
./cogl-gtype-private.h:238:3: note: in expansion of macro 
'_COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN'
  238 |   _COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN(Cogl##Name,                    
\
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
winsys/cogl-texture-pixmap-x11.c:75:1: note: in expansion of macro 
'COGL_GTYPE_DEFINE_CLASS'
   75 | COGL_GTYPE_DEFINE_CLASS (TexturePixmapX11, texture_pixmap_x11);
      | ^~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] lo winsys/cogl-winsys-egl-x11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] sys/.libs/cogl-winsys-egl-x11.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] egl.lo winsys/cogl-winsys-egl.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] lo driver/nop/cogl-driver-nop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted]  winsys/.libs/cogl-winsys-egl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] ver/nop/.libs/cogl-driver-nop.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] iver/nop/cogl-framebuffer-nop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] op/.libs/cogl-framebuffer-nop.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] driver/nop/cogl-attribute-nop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] /nop/.libs/cogl-attribute-nop.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] river/nop/cogl-clip-stack-nop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] nop/.libs/cogl-clip-stack-nop.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] river/nop/cogl-texture-2d-nop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] nop/.libs/cogl-texture-2d-nop.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] -gl.lo driver/gl/cogl-util-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted]  driver/gl/.libs/cogl-util-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] driver/gl/cogl-framebuffer-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] /gl/.libs/cogl-framebuffer-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] .lo driver/gl/cogl-texture-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] iver/gl/.libs/cogl-texture-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted]  driver/gl/cogl-texture-2d-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] r/gl/.libs/cogl-texture-2d-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] o driver/gl/cogl-attribute-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] er/gl/.libs/cogl-attribute-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted]  driver/gl/cogl-clip-stack-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] r/gl/.libs/cogl-clip-stack-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] l.lo driver/gl/cogl-buffer-gl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] river/gl/.libs/cogl-buffer-gl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] river/gl/cogl-pipeline-opengl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] gl/.libs/cogl-pipeline-opengl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] gl/cogl-pipeline-fragend-glsl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] bs/cogl-pipeline-fragend-glsl.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] l/cogl-pipeline-fragend-arbfp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] s/cogl-pipeline-fragend-arbfp.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] -pipeline-progend-fixed-arbfp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] -pipeline-progend-fixed-arbfp.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] -winsys.lo winsys/cogl-winsys.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] C -o winsys/.libs/cogl-winsys.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] deprecated/cogl-vertex-buffer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] ated/.libs/cogl-vertex-buffer.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] precated/cogl-material-compat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] ed/.libs/cogl-material-compat.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] am.lo deprecated/cogl-program.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] deprecated/.libs/cogl-program.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted]  deprecated/cogl-auto-texture.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] cated/.libs/cogl-auto-texture.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] der.lo deprecated/cogl-shader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] er.lo deprecated/cogl-clutter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted]  deprecated/.libs/cogl-shader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] deprecated/.libs/cogl-clutter.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] d/cogl-framebuffer-deprecated.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I 
[too-long-redacted] s/cogl-framebuffer-deprecated.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -I/usr/incl 
[too-long-redacted] t-fixtures/libtest-fixtures.la 
libtool: link: /usr/bin/nm -B  driver/nop/.libs/cogl-driver- 
[too-long-redacted] uniq > .libs/libukwm-cogl-1.exp
libtool: link: /usr/bin/grep -E -e "^(cogl|_cogl_debug_flags 
[too-long-redacted] " > ".libs/libukwm-cogl-1.expT"
libtool: link: mv -f ".libs/libukwm-cogl-1.expT" ".libs/libukwm-cogl-1.exp"
libtool: link: echo "{ global:" > .libs/libukwm-cogl-1.ver
libtool: link:  cat .libs/libukwm-cogl-1.exp | /usr/bin/sed -e "s/\(.*\)/\1;/" 
>> .libs/libukwm-cogl-1.ver
libtool: link:  echo "local: *; };" >> .libs/libukwm-cogl-1.ver
libtool: link:  gcc -shared  -fPIC -DPIC  driver/nop/.libs/c 
[too-long-redacted] .ver -o .libs/libukwm-cogl-1.so
libtool: link: ( cd ".libs" && rm -f "libukwm-cogl-1.la" && ln -s 
"../libukwm-cogl-1.la" "libukwm-cogl-1.la" )
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -W 
[too-long-redacted] la Makefile --output Cogl-1.gir
g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o 
/<<PKGBUILDDIR>>/cogl/cogl/tmp-introspectvj4xofqu/Cogl-1 -export-dynamic 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
/<<PKGBUILDDIR>>/cogl/cogl/tmp-introspectvj4xofqu/Cogl-1.o -L. 
-Wl,--no-as-needed libukwm-cogl-1.la ../test-fixtures/libtest-fixtures.la 
-lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 
-lglib-2.0 -Wl,-z,relro -Wl,-z,now -Wl,-O1
libtool: link: gcc -o 
/<<PKGBUILDDIR>>/cogl/cogl/tmp-introspectvj4xofqu/.libs/Cogl-1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
/<<PKGBUILDDIR>>/cogl/cogl/tmp-introspectvj4xofqu/Cogl-1.o -Wl,--export-dynamic 
-Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--export-dynamic  -L. 
-Wl,--no-as-needed ./.libs/libukwm-cogl-1.so 
../test-fixtures/.libs/libtest-fixtures.a -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu/ukwm
cogl-xlib-renderer.h:170: Warning: Cogl: 
cogl_xlib_renderer_set_threaded_swap_wait_enabled: argument renderer: 
Unresolved type: 'CoglRenderer*'
/usr/bin/x86_64-linux-gnu-g-ir-compiler  --includedir=. Cogl-1.gir -o 
Cogl-1.typelib
make[7]: Leaving directory '/<<PKGBUILDDIR>>/cogl/cogl'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/cogl/cogl'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/cogl/cogl'
Making all in cogl-path
make[5]: Entering directory '/<<PKGBUILDDIR>>/cogl/cogl-path'
/usr/bin/glib-mkenums \
        --template ./cogl-path-enum-types.h.in \
./cogl-path-types.h > xgen-eh \
&& (cmp -s xgen-eh cogl-path-enum-types.h || cp -f xgen-eh 
cogl-path-enum-types.h) \
&& rm -f xgen-eh \
&& echo timestamp > stamp-enum-types
/usr/bin/glib-mkenums \
        --template ./cogl-path-enum-types.c.in \
./cogl-path-types.h > xgen-ec \
&& cp -f xgen-ec cogl-path-enum-types.c \
&& rm -f xgen-ec
make  all-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/cogl/cogl-path'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] ath.c' || echo './'`cogl-path.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted] cho './'`cogl-path-enum-types.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DCOGL_COMPI 
[too-long-redacted] ukwm_cogl_path_1_la-cogl-path.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DCOGL_COMPI 
[too-long-redacted] ath_1_la-cogl-path-enum-types.o
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from cogl-path-enum-types.h:7,
                 from cogl-path-enum-types.c:14:
cogl-path-enum-types.c: In function 'cogl_path_fill_rule_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
'__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 
'g_atomic_pointer_get'
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
cogl-path-enum-types.c:23:7: note: in expansion of macro 'g_once_init_enter'
   23 |   if (g_once_init_enter (&g_enum_type_id__volatile))
      |       ^~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_C 
[too-long-redacted]  || echo './'`tesselator/dict.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DCOGL_COMPI 
[too-long-redacted] s/libukwm_cogl_path_1_la-dict.o
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from ../cogl/cogl-util.h:35,
                 from cogl-path.c:37:
cogl-path.c: In function 'cogl_path_get_gtype':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
'__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 
'g_atomic_pointer_get'
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
../cogl/cogl-gtype-private.h:211:9: note: in expansion of macro 
'g_once_init_enter'
  211 |     if (g_once_init_enter (&type_id__volatile))                         
\
      |         ^~~~~~~~~~~~~~~~~
../cogl/cogl-gtype-private.h:238:3: note: in expansion of macro 
'_COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN'
  238 |   _COGL_GTYPE_DEFINE_TYPE_EXTENDED_BEGIN(Cogl##Name,                    
\
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cogl-path.c:67:1: note: in expansion of macro 'COGL_GTYPE_DEFINE_CLASS'
   67 | COGL_GTYPE_DEFINE_CLASS (Path, path);
      | ^~~~~~~~~~~~~~~~~~~~~~~
cogl-path.c: In function '_cogl_path_build_fill_attribute_buffer':
cogl-path.c:1361:20: error: passing argument 3 of 'gluTessCallback' from 
incompatible pointer type [-Wincompatible-pointer-types]
 1361 |                    _cogl_path_tesselator_begin);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    void (*)(GLenum,  CoglPathTesselator *) {aka void 
(*)(unsigned int,  struct _CoglPathTesselator *)}
In file included from cogl-path.c:49:
tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is 
of type 'void (*)(GLenum,  CoglPathTesselator *)' {aka 'void (*)(unsigned int,  
struct _CoglPathTesselator *)'}
   57 | void gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr 
CallBackFunc);
      |                                                          
~~~~~~~~~~~~^~~~~~~~~~~~
cogl-path.c:1094:1: note: '_cogl_path_tesselator_begin' declared here
 1094 | _cogl_path_tesselator_begin (GLenum type,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cogl-path.c:1363:20: error: passing argument 3 of 'gluTessCallback' from 
incompatible pointer type [-Wincompatible-pointer-types]
 1363 |                    _cogl_path_tesselator_vertex);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    void (*)(void *, CoglPathTesselator *) {aka void 
(*)(void *, struct _CoglPathTesselator *)}
tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is 
of type 'void (*)(void *, CoglPathTesselator *)' {aka 'void (*)(void *, struct 
_CoglPathTesselator *)'}
   57 | void gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr 
CallBackFunc);
      |                                                          
~~~~~~~~~~~~^~~~~~~~~~~~
cogl-path.c:1164:1: note: '_cogl_path_tesselator_vertex' declared here
 1164 | _cogl_path_tesselator_vertex (void *vertex_data,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cogl-path.c:1365:20: error: passing argument 3 of 'gluTessCallback' from 
incompatible pointer type [-Wincompatible-pointer-types]
 1365 |                    _cogl_path_tesselator_end);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    void (*)(CoglPathTesselator *) {aka void (*)(struct 
_CoglPathTesselator *)}
tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is 
of type 'void (*)(CoglPathTesselator *)' {aka 'void (*)(struct 
_CoglPathTesselator *)'}
   57 | void gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr 
CallBackFunc);
      |                                                          
~~~~~~~~~~~~^~~~~~~~~~~~
cogl-path.c:1223:1: note: '_cogl_path_tesselator_end' declared here
 1223 | _cogl_path_tesselator_end (CoglPathTesselator *tess)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
cogl-path.c:1367:20: error: passing argument 3 of 'gluTessCallback' from 
incompatible pointer type [-Wincompatible-pointer-types]
 1367 |                    _cogl_path_tesselator_combine);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    void (*)(double *, void **, float *, void **, 
CoglPathTesselator *) {aka void (*)(double *, void **, float *, void **, struct 
_CoglPathTesselator *)}
tesselator/tesselator.h:57:70: note: expected 'void (*)(void)' but argument is 
of type 'void (*)(double *, void **, float *, void **, CoglPathTesselator *)' 
{aka 'void (*)(double *, void **, float *, void **, struct _CoglPathTesselator 
*)'}
   57 | void gluTessCallback (GLUtesselator* tess, GLenum which, _GLUfuncptr 
CallBackFunc);
      |                                                          
~~~~~~~~~~~~^~~~~~~~~~~~
cogl-path.c:1229:1: note: '_cogl_path_tesselator_combine' declared here
 1229 | _cogl_path_tesselator_combine (double coords[3],
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[6]: *** [Makefile:796: libukwm_cogl_path_1_la-cogl-path.lo] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: Leaving directory '/<<PKGBUILDDIR>>/cogl/cogl-path'
make[5]: *** [Makefile:574: all] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/cogl/cogl-path'
make[4]: *** [Makefile:523: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/cogl'
make[3]: *** [Makefile:447: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/cogl'
make[2]: *** [Makefile:493: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:423: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to