All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
@ 2019-12-06 10:18 Quentin Schulz
  2019-12-06 19:25 ` [poky] " Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Quentin Schulz @ 2019-12-06 10:18 UTC (permalink / raw)
  To: poky; +Cc: andriy.danylovskyy, radek.dostal

[-- Attachment #1: Type: text/plain, Size: 3705 bytes --]

Hi all,

I've *sometimes* encountered a build failure on gobject-introspection in
warrior 2.7.2.

Here is how to reproduce:

git clone git://git.yoctoproject.org/poky
cd poky
git checkout 109ef2e5c4161a2c0ac58bede3daa48c7b4881ec #for master I tested or warrior-21.0.2
source oe-init-build-env
echo 'ICECC_PATH = "/usr/bin/icecc"' >> conf/local.conf
echo 'INHERIT += "icecc"' >> conf/local.conf
while true; do (bitbake gobject-introspection -c cleansstate && bitbake gobject-introspection -c compile) || break ; done

Full log is attached, the interesting excerpt is here:
[71/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/cairo-1.0.typelib
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )

This tells us pretty much nothing. It's not the only line, all next ones
are failing with the same cryptic error message.

So I replaced the ninja call in run.do_compile by that exact line above
and ran run.do_compile manually, the outcome is:
Error while loading /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler: No such file or directory
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
WARNING: exit code 1 from a shell command.

And indeed, the file is not there and is there every time the
compilation works.

$ find /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/ -name "*g-ir-compiler*"
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/f9d35d4@@g-ir-compiler@exe
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-compiler-wrapper
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/docs/website/tools/g-ir-compiler.rst
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/docs/g-ir-compiler.1
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/bin/g-ir-compiler

Disabling ICECC for that recipe makes it work just fine.

1) Does anyone have any idea about what's happening?
2) Can we have the complete error message in log.do_compile instead of
the line "Error while loading /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler: No such file or directory"
missing?

FYI, I run Ubuntu 18.04.03 and most of the company is using that one or
16.04. I have icecc 1.1-2.

BR,
Quentin

[-- Attachment #2: log.do_compile.2838 --]
[-- Type: text/plain, Size: 377882 bytes --]

DEBUG: Executing shell function do_compile
NOTE: Using icecc path: /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/bin/ice
NOTE: Using icecc tarball: /tmp/poky/build/tmp/work-shared/ice/x86_64-poky-linux-poky-x86_64-poky-linux-hard-2-9.2.0-qschulz.tar.gz
[1/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/buffer_entry.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/buffer_entry.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/buffer_entry.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/buffer_entry.c
[2/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/buffer_manager.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/buffer_manager.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/buffer_manager.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/buffer_manager.c
[3/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/compressed_rank.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/compressed_rank.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/compressed_rank.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/compressed_rank.c
[4/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/chd.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/chd.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/chd.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/chd.c
[5/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/cmph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/cmph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/cmph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/cmph.c
../gobject-introspection-1.62.0/girepository/cmph/cmph.c: In function 'count_nlfile_keys':
../gobject-introspection-1.62.0/girepository/cmph/cmph.c:158:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
[6/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/cmph_structs.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/cmph_structs.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/cmph_structs.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/cmph_structs.c
[7/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/fch_buckets.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/fch_buckets.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/fch_buckets.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/fch_buckets.c
[8/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bmz.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bmz.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bmz.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bmz.c
[9/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bdz.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bdz.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bdz.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bdz.c
[10/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/jenkins_hash.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/jenkins_hash.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/jenkins_hash.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/jenkins_hash.c
[11/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/brz.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/brz.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/brz.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/brz.c
[12/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bdz_ph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bdz_ph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bdz_ph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bdz_ph.c
[13/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/graph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/graph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/graph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/graph.c
[14/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bmz8.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bmz8.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bmz8.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bmz8.c
[15/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/chd_ph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/chd_ph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/chd_ph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/chd_ph.c
[16/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/vqueue.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/vqueue.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/vqueue.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/vqueue.c
[17/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/hash.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/hash.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/hash.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/hash.c
[18/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/vstack.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/vstack.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/vstack.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/vstack.c
[19/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/compressed_seq.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/compressed_seq.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/compressed_seq.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/compressed_seq.c
[20/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/miller_rabin.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/miller_rabin.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/miller_rabin.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/miller_rabin.c
[21/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/select.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/select.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/select.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/select.c
[22/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph-bdz-test@exe -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -Wno-old-style-definition -Wno-type-limits -MD -MQ 'girepository/cmph/6cca4a0@@cmph-bdz-test@exe/.._cmph-bdz-test.c.o' -MF 'girepository/cmph/6cca4a0@@cmph-bdz-test@exe/.._cmph-bdz-test.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph-bdz-test@exe/.._cmph-bdz-test.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph-bdz-test.c
[23/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-gthash@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-old-style-definition -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-gthash@sta/gthash.c.o' -MF 'girepository/667a256@@girepository-gthash@sta/gthash.c.o.d' -o 'girepository/667a256@@girepository-gthash@sta/gthash.c.o' -c ../gobject-introspection-1.62.0/girepository/gthash.c
[24/101] rm -f girepository/libgirepository-gthash.a && x86_64-poky-linux-gcc-ar csrD girepository/libgirepository-gthash.a 'girepository/667a256@@girepository-gthash@sta/gthash.c.o'
[25/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o' -MF 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o' -c ../gobject-introspection-1.62.0/girepository/giroffsets.c
[26/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girmodule.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girmodule.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girmodule.c.o' -c ../gobject-introspection-1.62.0/girepository/girmodule.c
[27/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/fch.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/fch.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/fch.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/fch.c
[28/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giconstantinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giconstantinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giconstantinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giconstantinfo.c
[29/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gienuminfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gienuminfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gienuminfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gienuminfo.c
[30/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giarginfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giarginfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giarginfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giarginfo.c
[31/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gibaseinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gibaseinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gibaseinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gibaseinfo.c
[32/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gicallableinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gicallableinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gicallableinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gicallableinfo.c
[33/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gdump.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gdump.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gdump.c.o' -c ../gobject-introspection-1.62.0/girepository/gdump.c
[34/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/girffi.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/girffi.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/girffi.c.o' -c ../gobject-introspection-1.62.0/girepository/girffi.c
[35/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gifieldinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gifieldinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gifieldinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gifieldinfo.c
[36/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gifunctioninfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gifunctioninfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gifunctioninfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gifunctioninfo.c
[37/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giinterfaceinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giinterfaceinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giinterfaceinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giinterfaceinfo.c
[38/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/ginvoke.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/ginvoke.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/ginvoke.c.o' -c ../gobject-introspection-1.62.0/girepository/ginvoke.c
[39/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girwriter.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girwriter.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girwriter.c.o' -c ../gobject-introspection-1.62.0/girepository/girwriter.c
[40/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gipropertyinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gipropertyinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gipropertyinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gipropertyinfo.c
[41/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giregisteredtypeinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giregisteredtypeinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giregisteredtypeinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giregisteredtypeinfo.c
[42/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gisignalinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gisignalinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gisignalinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gisignalinfo.c
[43/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/girepository.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/girepository.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/girepository.c.o' -c ../gobject-introspection-1.62.0/girepository/girepository.c
[44/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giversion.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giversion.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giversion.c.o' -c ../gobject-introspection-1.62.0/girepository/giversion.c
[45/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girnode.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girnode.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girnode.c.o' -c ../gobject-introspection-1.62.0/girepository/girnode.c
[46/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gistructinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gistructinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gistructinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gistructinfo.c
[47/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gitypeinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gitypeinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gitypeinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gitypeinfo.c
[48/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giunioninfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giunioninfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giunioninfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giunioninfo.c
[49/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/bin/flex -o giscanner/scannerlexer.c ../gobject-introspection-1.62.0/giscanner/scannerlexer.l
[50/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@gthash-test@exe -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -MD -MQ 'girepository/667a256@@gthash-test@exe/gthash-test.c.o' -MF 'girepository/667a256@@gthash-test@exe/gthash-test.c.o.d' -o 'girepository/667a256@@gthash-test@exe/gthash-test.c.o' -c ../gobject-introspection-1.62.0/girepository/gthash-test.c
[51/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giobjectinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giobjectinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giobjectinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giobjectinfo.c
[52/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/givfuncinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/givfuncinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/givfuncinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/givfuncinfo.c
[53/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Itools/f9d35d4@@g-ir-generate@exe -Itools -I../gobject-introspection-1.62.0/tools -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -Wno-missing-field-initializers -MD -MQ 'tools/f9d35d4@@g-ir-generate@exe/generate.c.o' -MF 'tools/f9d35d4@@g-ir-generate@exe/generate.c.o.d' -o 'tools/f9d35d4@@g-ir-generate@exe/generate.c.o' -c ../gobject-introspection-1.62.0/tools/generate.c
[54/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/bin/bison ../gobject-introspection-1.62.0/giscanner/scannerparser.y --defines=giscanner/scannerparser.h --output=giscanner/scannerparser.c
../gobject-introspection-1.62.0/giscanner/scannerparser.y:249.1-14: warning: deprecated directive, use ‘%define parse.error verbose’ [-Wdeprecated]
  249 | %error-verbose
      | ^~~~~~~~~~~~~~
../gobject-introspection-1.62.0/giscanner/scannerparser.y: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
../gobject-introspection-1.62.0/giscanner/scannerparser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
[55/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Itools/f9d35d4@@g-ir-inspect@exe -Itools -I../gobject-introspection-1.62.0/tools -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -Wno-missing-field-initializers -MD -MQ 'tools/f9d35d4@@g-ir-inspect@exe/g-ir-inspect.c.o' -MF 'tools/f9d35d4@@g-ir-inspect@exe/g-ir-inspect.c.o.d' -o 'tools/f9d35d4@@g-ir-inspect@exe/g-ir-inspect.c.o' -c ../gobject-introspection-1.62.0/tools/g-ir-inspect.c
[56/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@gi-dump-types@exe -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/gio-unix-2.0 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -MD -MQ 'girepository/667a256@@gi-dump-types@exe/gi-dump-types.c.o' -MF 'girepository/667a256@@gi-dump-types@exe/gi-dump-types.c.o.d' -o 'girepository/667a256@@gi-dump-types@exe/gi-dump-types.c.o' -c ../gobject-introspection-1.62.0/girepository/gi-dump-types.c
[57/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Itools/f9d35d4@@g-ir-compiler@exe -Itools -I../gobject-introspection-1.62.0/tools -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -Wno-missing-field-initializers -MD -MQ 'tools/f9d35d4@@g-ir-compiler@exe/compiler.c.o' -MF 'tools/f9d35d4@@g-ir-compiler@exe/compiler.c.o.d' -o 'tools/f9d35d4@@g-ir-compiler@exe/compiler.c.o' -c ../gobject-introspection-1.62.0/tools/compiler.c
[58/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girparser.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girparser.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girparser.c.o' -c ../gobject-introspection-1.62.0/girepository/girparser.c
../gobject-introspection-1.62.0/girepository/girparser.c: In function 'start_function':
../gobject-introspection-1.62.0/girepository/girparser.c:824:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
../gobject-introspection-1.62.0/girepository/girparser.c:826:5: note: here
[59/101] rm -f girepository/libgirepository-internals.a && x86_64-poky-linux-gcc-ar csrD girepository/libgirepository-internals.a 'girepository/667a256@@girepository-internals@sta/girmodule.c.o' 'girepository/667a256@@girepository-internals@sta/girnode.c.o' 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o' 'girepository/667a256@@girepository-internals@sta/girparser.c.o' 'girepository/667a256@@girepository-internals@sta/girwriter.c.o'
[60/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Iexamples/c590b3c@@glib-print@exe -Iexamples -I../gobject-introspection-1.62.0/examples -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -MD -MQ 'examples/c590b3c@@glib-print@exe/glib-print.c.o' -MF 'examples/c590b3c@@glib-print@exe/glib-print.c.o.d' -o 'examples/c590b3c@@glib-print@exe/glib-print.c.o' -c ../gobject-introspection-1.62.0/examples/glib-print.c
[61/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@giscanner@sta -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o' -MF 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o.d' -o 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o' -c ../gobject-introspection-1.62.0/giscanner/sourcescanner.c
[62/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gitypelib.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gitypelib.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gitypelib.c.o' -c ../gobject-introspection-1.62.0/girepository/gitypelib.c
[63/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/python3.7m -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o' -MF 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o.d' -o 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o' -c ../gobject-introspection-1.62.0/giscanner/giscannermodule.c
[64/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@giscanner@sta -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o' -MF 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o.d' -o 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o' -c giscanner/scannerparser.c
[65/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@giscanner@sta -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o' -MF 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o.d' -o 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o' -c giscanner/scannerlexer.c
giscanner/scannerlexer.c: In function 'input':
giscanner/scannerlexer.c:2734:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
giscanner/scannerlexer.c:2738:5: note: here
[66/101] rm -f giscanner/libgiscanner.a && x86_64-poky-linux-gcc-ar csrD giscanner/libgiscanner.a 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o' 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o' 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o'
[67/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot  -o giscanner/_giscanner.cpython-37m-x86_64-linux-gnu.so 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o' -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,_giscanner.cpython-37m-x86_64-linux-gnu.so -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now giscanner/libgiscanner.a /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libglib-2.0.so /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libgobject-2.0.so /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libgio-2.0.so -Wl,--export-dynamic /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libgmodule-2.0.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/giscanner
[68/101] g-ir-scanner --output=gir/GLib-2.0.gir --no-libtool --quiet --reparse-validate --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir --use-binary-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-lddwrapper --identifier-prefix=G --symbol-prefix=g --symbol-prefix=glib --c-include=glib.h --namespace=GLib --nsversion=2.0 --library=glib-2.0 --library=gobject-2.0 --external-library --pkg=glib-2.0 --cflags-begin -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -DGLIB_COMPILATION -D__G_I18N_LIB_H__ -DGETTEXT_PACKAGE=Dummy --cflags-end /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/glib-types.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib-unix.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/garray.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gasyncqueue.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gatomic.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbacktrace.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbase64.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbitlock.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbookmarkfile.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbytes.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gcharset.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gchecksum.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gconvert.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdataset.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdate.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdatetime.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdir.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/genviron.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gerror.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gfileutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ggettext.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghash.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghmac.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghook.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghostutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gi18n-lib.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gi18n.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gkeyfile.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/glist.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmacros.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmain.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmappedfile.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmarkup.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmem.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gnode.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/goption.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gpattern.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gpoll.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gprimes.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gprintf.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gqsort.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gquark.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gqueue.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grand.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grcbox.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grefcount.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grefstring.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gregex.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gscanner.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gsequence.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gshell.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gslice.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gslist.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gspawn.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstdio.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstrfuncs.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstring.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstringchunk.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtestutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gthread.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gthreadpool.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtimezone.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtrashstack.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtree.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gunicode.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gurifuncs.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/guuid.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gvariant.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gvarianttype.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gversion.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gversionmacros.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gwin32.h ../gobject-introspection-1.62.0/gir/glib-2.0.c
In file included from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/limits.h:26,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:194,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/syslimits.h:7,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:34,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h:11,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib.h:30,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/glib-types.h:24,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-cpp-r7huiq75.c:4:
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
[69/101] g-ir-scanner --output=gir/GModule-2.0.gir --no-libtool --quiet --reparse-validate --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir --use-binary-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-lddwrapper --identifier-prefix=G --symbol-prefix=g --c-include=gmodule.h --namespace=GModule --nsversion=2.0 --library=gmodule-2.0 --external-library --pkg=gmodule-2.0 --include-uninstalled=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir/GLib-2.0.gir --cflags-begin -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include --cflags-end /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gmodule.h ../gobject-introspection-1.62.0/gir/gmodule-2.0.c
In file included from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/limits.h:26,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:194,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/syslimits.h:7,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:34,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h:11,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib.h:30,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gmodule.h:28,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-cpp-ov4jypl7.c:4:
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
[70/101] g-ir-scanner --output=gir/GObject-2.0.gir --no-libtool --quiet --reparse-validate --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir --use-binary-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-lddwrapper --identifier-prefix=G --c-include=glib-object.h --namespace=GObject --nsversion=2.0 --library=gobject-2.0 --external-library --pkg=gobject-2.0 --include-uninstalled=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir/GLib-2.0.gir --cflags-begin -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -DGOBJECT_COMPILATION --cflags-end /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gboxed.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gclosure.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/genums.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gmarshal.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gparam.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gparamspecs.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gsignal.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gsourceclosure.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gtypemodule.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gtypeplugin.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gvalue.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gvaluearray.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gvaluetypes.h ../gobject-introspection-1.62.0/gir/gobject-2.0.c
In file included from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/limits.h:26,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:194,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/syslimits.h:7,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:34,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h:11,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib.h:30,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-cpp-ai2hfaq2.c:4:
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
[71/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/cairo-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[72/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBus-1.0.typelib ../gobject-introspection-1.62.0/gir/DBus-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/DBus-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBus-1.0.typelib ../gobject-introspection-1.62.0/gir/DBus-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[73/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/fontconfig-2.0.typelib ../gobject-introspection-1.62.0/gir/fontconfig-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/fontconfig-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/fontconfig-2.0.typelib ../gobject-introspection-1.62.0/gir/fontconfig-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[74/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/freetype2-2.0.typelib ../gobject-introspection-1.62.0/gir/freetype2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/freetype2-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/freetype2-2.0.typelib ../gobject-introspection-1.62.0/gir/freetype2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[75/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBusGLib-1.0.typelib ../gobject-introspection-1.62.0/gir/DBusGLib-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/DBusGLib-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBusGLib-1.0.typelib ../gobject-introspection-1.62.0/gir/DBusGLib-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[76/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GObject-2.0.typelib gir/GObject-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/GObject-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GObject-2.0.typelib gir/GObject-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[77/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GLib-2.0.typelib gir/GLib-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/GLib-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GLib-2.0.typelib gir/GLib-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[78/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/libxml2-2.0.typelib ../gobject-introspection-1.62.0/gir/libxml2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/libxml2-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/libxml2-2.0.typelib ../gobject-introspection-1.62.0/gir/libxml2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[79/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/Vulkan-1.0.typelib ../gobject-introspection-1.62.0/gir/Vulkan-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/Vulkan-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/Vulkan-1.0.typelib ../gobject-introspection-1.62.0/gir/Vulkan-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[80/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GL-1.0.typelib ../gobject-introspection-1.62.0/gir/GL-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/GL-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GL-1.0.typelib ../gobject-introspection-1.62.0/gir/GL-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[81/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/xft-2.0.typelib ../gobject-introspection-1.62.0/gir/xft-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/xft-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/xft-2.0.typelib ../gobject-introspection-1.62.0/gir/xft-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[82/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/chm.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/chm.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/chm.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/chm.c
ninja: build stopped: subcommand failed.
WARNING: exit code 1 from a shell command.
ERROR: Execution of '/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/temp/run.do_compile.2838' failed with exit code 1:
[1/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/buffer_entry.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/buffer_entry.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/buffer_entry.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/buffer_entry.c
[2/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/buffer_manager.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/buffer_manager.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/buffer_manager.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/buffer_manager.c
[3/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/compressed_rank.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/compressed_rank.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/compressed_rank.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/compressed_rank.c
[4/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/chd.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/chd.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/chd.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/chd.c
[5/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/cmph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/cmph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/cmph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/cmph.c
../gobject-introspection-1.62.0/girepository/cmph/cmph.c: In function 'count_nlfile_keys':
../gobject-introspection-1.62.0/girepository/cmph/cmph.c:158:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
[6/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/cmph_structs.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/cmph_structs.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/cmph_structs.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/cmph_structs.c
[7/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/fch_buckets.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/fch_buckets.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/fch_buckets.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/fch_buckets.c
[8/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bmz.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bmz.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bmz.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bmz.c
[9/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bdz.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bdz.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bdz.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bdz.c
[10/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/jenkins_hash.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/jenkins_hash.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/jenkins_hash.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/jenkins_hash.c
[11/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/brz.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/brz.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/brz.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/brz.c
[12/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bdz_ph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bdz_ph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bdz_ph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bdz_ph.c
[13/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/graph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/graph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/graph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/graph.c
[14/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/bmz8.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/bmz8.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/bmz8.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/bmz8.c
[15/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/chd_ph.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/chd_ph.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/chd_ph.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/chd_ph.c
[16/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/vqueue.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/vqueue.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/vqueue.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/vqueue.c
[17/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/hash.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/hash.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/hash.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/hash.c
[18/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/vstack.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/vstack.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/vstack.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/vstack.c
[19/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/compressed_seq.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/compressed_seq.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/compressed_seq.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/compressed_seq.c
[20/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/miller_rabin.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/miller_rabin.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/miller_rabin.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/miller_rabin.c
[21/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/select.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/select.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/select.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/select.c
[22/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph-bdz-test@exe -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -Wno-old-style-definition -Wno-type-limits -MD -MQ 'girepository/cmph/6cca4a0@@cmph-bdz-test@exe/.._cmph-bdz-test.c.o' -MF 'girepository/cmph/6cca4a0@@cmph-bdz-test@exe/.._cmph-bdz-test.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph-bdz-test@exe/.._cmph-bdz-test.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph-bdz-test.c
[23/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-gthash@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-old-style-definition -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-gthash@sta/gthash.c.o' -MF 'girepository/667a256@@girepository-gthash@sta/gthash.c.o.d' -o 'girepository/667a256@@girepository-gthash@sta/gthash.c.o' -c ../gobject-introspection-1.62.0/girepository/gthash.c
[24/101] rm -f girepository/libgirepository-gthash.a && x86_64-poky-linux-gcc-ar csrD girepository/libgirepository-gthash.a 'girepository/667a256@@girepository-gthash@sta/gthash.c.o'
[25/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o' -MF 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o' -c ../gobject-introspection-1.62.0/girepository/giroffsets.c
[26/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girmodule.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girmodule.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girmodule.c.o' -c ../gobject-introspection-1.62.0/girepository/girmodule.c
[27/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/fch.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/fch.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/fch.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/fch.c
[28/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giconstantinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giconstantinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giconstantinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giconstantinfo.c
[29/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gienuminfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gienuminfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gienuminfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gienuminfo.c
[30/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giarginfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giarginfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giarginfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giarginfo.c
[31/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gibaseinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gibaseinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gibaseinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gibaseinfo.c
[32/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gicallableinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gicallableinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gicallableinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gicallableinfo.c
[33/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gdump.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gdump.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gdump.c.o' -c ../gobject-introspection-1.62.0/girepository/gdump.c
[34/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/girffi.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/girffi.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/girffi.c.o' -c ../gobject-introspection-1.62.0/girepository/girffi.c
[35/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gifieldinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gifieldinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gifieldinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gifieldinfo.c
[36/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gifunctioninfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gifunctioninfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gifunctioninfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gifunctioninfo.c
[37/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giinterfaceinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giinterfaceinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giinterfaceinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giinterfaceinfo.c
[38/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/ginvoke.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/ginvoke.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/ginvoke.c.o' -c ../gobject-introspection-1.62.0/girepository/ginvoke.c
[39/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girwriter.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girwriter.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girwriter.c.o' -c ../gobject-introspection-1.62.0/girepository/girwriter.c
[40/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gipropertyinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gipropertyinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gipropertyinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gipropertyinfo.c
[41/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giregisteredtypeinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giregisteredtypeinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giregisteredtypeinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giregisteredtypeinfo.c
[42/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gisignalinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gisignalinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gisignalinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gisignalinfo.c
[43/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/girepository.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/girepository.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/girepository.c.o' -c ../gobject-introspection-1.62.0/girepository/girepository.c
[44/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giversion.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giversion.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giversion.c.o' -c ../gobject-introspection-1.62.0/girepository/giversion.c
[45/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girnode.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girnode.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girnode.c.o' -c ../gobject-introspection-1.62.0/girepository/girnode.c
[46/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gistructinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gistructinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gistructinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gistructinfo.c
[47/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gitypeinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gitypeinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gitypeinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/gitypeinfo.c
[48/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giunioninfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giunioninfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giunioninfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giunioninfo.c
[49/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/bin/flex -o giscanner/scannerlexer.c ../gobject-introspection-1.62.0/giscanner/scannerlexer.l
[50/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@gthash-test@exe -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -MD -MQ 'girepository/667a256@@gthash-test@exe/gthash-test.c.o' -MF 'girepository/667a256@@gthash-test@exe/gthash-test.c.o.d' -o 'girepository/667a256@@gthash-test@exe/gthash-test.c.o' -c ../gobject-introspection-1.62.0/girepository/gthash-test.c
[51/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/giobjectinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/giobjectinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/giobjectinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/giobjectinfo.c
[52/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/givfuncinfo.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/givfuncinfo.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/givfuncinfo.c.o' -c ../gobject-introspection-1.62.0/girepository/givfuncinfo.c
[53/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Itools/f9d35d4@@g-ir-generate@exe -Itools -I../gobject-introspection-1.62.0/tools -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -Wno-missing-field-initializers -MD -MQ 'tools/f9d35d4@@g-ir-generate@exe/generate.c.o' -MF 'tools/f9d35d4@@g-ir-generate@exe/generate.c.o.d' -o 'tools/f9d35d4@@g-ir-generate@exe/generate.c.o' -c ../gobject-introspection-1.62.0/tools/generate.c
[54/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/bin/bison ../gobject-introspection-1.62.0/giscanner/scannerparser.y --defines=giscanner/scannerparser.h --output=giscanner/scannerparser.c
../gobject-introspection-1.62.0/giscanner/scannerparser.y:249.1-14: warning: deprecated directive, use ‘%define parse.error verbose’ [-Wdeprecated]
  249 | %error-verbose
      | ^~~~~~~~~~~~~~
../gobject-introspection-1.62.0/giscanner/scannerparser.y: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
../gobject-introspection-1.62.0/giscanner/scannerparser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
[55/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Itools/f9d35d4@@g-ir-inspect@exe -Itools -I../gobject-introspection-1.62.0/tools -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -Wno-missing-field-initializers -MD -MQ 'tools/f9d35d4@@g-ir-inspect@exe/g-ir-inspect.c.o' -MF 'tools/f9d35d4@@g-ir-inspect@exe/g-ir-inspect.c.o.d' -o 'tools/f9d35d4@@g-ir-inspect@exe/g-ir-inspect.c.o' -c ../gobject-introspection-1.62.0/tools/g-ir-inspect.c
[56/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@gi-dump-types@exe -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/gio-unix-2.0 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -MD -MQ 'girepository/667a256@@gi-dump-types@exe/gi-dump-types.c.o' -MF 'girepository/667a256@@gi-dump-types@exe/gi-dump-types.c.o.d' -o 'girepository/667a256@@gi-dump-types@exe/gi-dump-types.c.o' -c ../gobject-introspection-1.62.0/girepository/gi-dump-types.c
[57/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Itools/f9d35d4@@g-ir-compiler@exe -Itools -I../gobject-introspection-1.62.0/tools -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -Wno-missing-field-initializers -MD -MQ 'tools/f9d35d4@@g-ir-compiler@exe/compiler.c.o' -MF 'tools/f9d35d4@@g-ir-compiler@exe/compiler.c.o.d' -o 'tools/f9d35d4@@g-ir-compiler@exe/compiler.c.o' -c ../gobject-introspection-1.62.0/tools/compiler.c
[58/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-internals@sta -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-unused-parameter -Wno-duplicated-branches -Wno-cast-align -MD -MQ 'girepository/667a256@@girepository-internals@sta/girparser.c.o' -MF 'girepository/667a256@@girepository-internals@sta/girparser.c.o.d' -o 'girepository/667a256@@girepository-internals@sta/girparser.c.o' -c ../gobject-introspection-1.62.0/girepository/girparser.c
../gobject-introspection-1.62.0/girepository/girparser.c: In function 'start_function':
../gobject-introspection-1.62.0/girepository/girparser.c:824:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
../gobject-introspection-1.62.0/girepository/girparser.c:826:5: note: here
[59/101] rm -f girepository/libgirepository-internals.a && x86_64-poky-linux-gcc-ar csrD girepository/libgirepository-internals.a 'girepository/667a256@@girepository-internals@sta/girmodule.c.o' 'girepository/667a256@@girepository-internals@sta/girnode.c.o' 'girepository/667a256@@girepository-internals@sta/giroffsets.c.o' 'girepository/667a256@@girepository-internals@sta/girparser.c.o' 'girepository/667a256@@girepository-internals@sta/girwriter.c.o'
[60/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Iexamples/c590b3c@@glib-print@exe -Iexamples -I../gobject-introspection-1.62.0/examples -Igirepository -I../gobject-introspection-1.62.0/girepository -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -pthread -MD -MQ 'examples/c590b3c@@glib-print@exe/glib-print.c.o' -MF 'examples/c590b3c@@glib-print@exe/glib-print.c.o.d' -o 'examples/c590b3c@@glib-print@exe/glib-print.c.o' -c ../gobject-introspection-1.62.0/examples/glib-print.c
[61/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@giscanner@sta -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o' -MF 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o.d' -o 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o' -c ../gobject-introspection-1.62.0/giscanner/sourcescanner.c
[62/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/667a256@@girepository-1.0@sha -Igirepository -I../gobject-introspection-1.62.0/girepository -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -DG_IREPOSITORY_COMPILATION -Wno-unused-parameter -Wno-duplicated-branches -Wno-type-limits -Wno-cast-align -Wno-missing-field-initializers -MD -MQ 'girepository/667a256@@girepository-1.0@sha/gitypelib.c.o' -MF 'girepository/667a256@@girepository-1.0@sha/gitypelib.c.o.d' -o 'girepository/667a256@@girepository-1.0@sha/gitypelib.c.o' -c ../gobject-introspection-1.62.0/girepository/gitypelib.c
[63/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/python3.7m -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -fvisibility=hidden -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o' -MF 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o.d' -o 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o' -c ../gobject-introspection-1.62.0/giscanner/giscannermodule.c
[64/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@giscanner@sta -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o' -MF 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o.d' -o 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o' -c giscanner/scannerparser.c
[65/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igiscanner/fed4f5e@@giscanner@sta -Igiscanner -I../gobject-introspection-1.62.0/giscanner -I. -I../gobject-introspection-1.62.0/ -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/libmount -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -pthread -Wno-missing-field-initializers -Wno-unused-parameter -MD -MQ 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o' -MF 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o.d' -o 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o' -c giscanner/scannerlexer.c
giscanner/scannerlexer.c: In function 'input':
giscanner/scannerlexer.c:2734:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
giscanner/scannerlexer.c:2738:5: note: here
[66/101] rm -f giscanner/libgiscanner.a && x86_64-poky-linux-gcc-ar csrD giscanner/libgiscanner.a 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerparser.c.o' 'giscanner/fed4f5e@@giscanner@sta/meson-generated_.._scannerlexer.c.o' 'giscanner/fed4f5e@@giscanner@sta/sourcescanner.c.o'
[67/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot  -o giscanner/_giscanner.cpython-37m-x86_64-linux-gnu.so 'giscanner/fed4f5e@@_giscanner.cpython-37m-x86_64-linux-gnu@sha/giscannermodule.c.o' -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,_giscanner.cpython-37m-x86_64-linux-gnu.so -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now giscanner/libgiscanner.a /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libglib-2.0.so /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libgobject-2.0.so /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libgio-2.0.so -Wl,--export-dynamic /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/libgmodule-2.0.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/giscanner
[68/101] g-ir-scanner --output=gir/GLib-2.0.gir --no-libtool --quiet --reparse-validate --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir --use-binary-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-lddwrapper --identifier-prefix=G --symbol-prefix=g --symbol-prefix=glib --c-include=glib.h --namespace=GLib --nsversion=2.0 --library=glib-2.0 --library=gobject-2.0 --external-library --pkg=glib-2.0 --cflags-begin -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -DGLIB_COMPILATION -D__G_I18N_LIB_H__ -DGETTEXT_PACKAGE=Dummy --cflags-end /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/glib-types.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib-unix.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/garray.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gasyncqueue.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gatomic.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbacktrace.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbase64.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbitlock.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbookmarkfile.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gbytes.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gcharset.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gchecksum.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gconvert.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdataset.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdate.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdatetime.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gdir.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/genviron.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gerror.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gfileutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ggettext.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghash.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghmac.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghook.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/ghostutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gi18n-lib.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gi18n.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/giochannel.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gkeyfile.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/glist.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmacros.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmain.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmappedfile.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmarkup.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmem.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gnode.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/goption.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gpattern.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gpoll.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gprimes.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gprintf.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gqsort.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gquark.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gqueue.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grand.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grcbox.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grefcount.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/grefstring.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gregex.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gscanner.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gsequence.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gshell.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gslice.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gslist.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gspawn.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstdio.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstrfuncs.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstring.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gstringchunk.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtestutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gthread.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gthreadpool.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtimer.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtimezone.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtrashstack.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtree.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gunicode.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gurifuncs.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gutils.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/guuid.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gvariant.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gvarianttype.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gversion.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gversionmacros.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gwin32.h ../gobject-introspection-1.62.0/gir/glib-2.0.c
In file included from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/limits.h:26,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:194,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/syslimits.h:7,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:34,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h:11,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib.h:30,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/glib-types.h:24,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-cpp-r7huiq75.c:4:
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
[69/101] g-ir-scanner --output=gir/GModule-2.0.gir --no-libtool --quiet --reparse-validate --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir --use-binary-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-lddwrapper --identifier-prefix=G --symbol-prefix=g --c-include=gmodule.h --namespace=GModule --nsversion=2.0 --library=gmodule-2.0 --external-library --pkg=gmodule-2.0 --include-uninstalled=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir/GLib-2.0.gir --cflags-begin -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include --cflags-end /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gmodule.h ../gobject-introspection-1.62.0/gir/gmodule-2.0.c
In file included from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/limits.h:26,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:194,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/syslimits.h:7,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:34,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h:11,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib.h:30,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gmodule.h:28,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-cpp-ov4jypl7.c:4:
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
[70/101] g-ir-scanner --output=gir/GObject-2.0.gir --no-libtool --quiet --reparse-validate --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --add-include-path /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir --use-binary-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-lddwrapper --identifier-prefix=G --c-include=glib-object.h --namespace=GObject --nsversion=2.0 --library=gobject-2.0 --external-library --pkg=gobject-2.0 --include-uninstalled=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir/GLib-2.0.gir --cflags-begin -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -DGOBJECT_COMPILATION --cflags-end /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gboxed.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gclosure.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/genums.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gmarshal.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gobject.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gparam.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gparamspecs.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gsignal.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gsourceclosure.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gtype.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gtypemodule.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gtypeplugin.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gvalue.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gvaluearray.h /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gvaluetypes.h ../gobject-introspection-1.62.0/gir/gobject-2.0.c
In file included from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/limits.h:26,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:194,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/syslimits.h:7,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/include-fixed/limits.h:34,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include/glibconfig.h:11,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/gtypes.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib/galloca.h:32,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/glib.h:30,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-cpp-ai2hfaq2.c:4:
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
[71/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/cairo-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[72/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBus-1.0.typelib ../gobject-introspection-1.62.0/gir/DBus-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/DBus-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBus-1.0.typelib ../gobject-introspection-1.62.0/gir/DBus-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[73/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/fontconfig-2.0.typelib ../gobject-introspection-1.62.0/gir/fontconfig-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/fontconfig-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/fontconfig-2.0.typelib ../gobject-introspection-1.62.0/gir/fontconfig-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[74/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/freetype2-2.0.typelib ../gobject-introspection-1.62.0/gir/freetype2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/freetype2-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/freetype2-2.0.typelib ../gobject-introspection-1.62.0/gir/freetype2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[75/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBusGLib-1.0.typelib ../gobject-introspection-1.62.0/gir/DBusGLib-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/DBusGLib-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/DBusGLib-1.0.typelib ../gobject-introspection-1.62.0/gir/DBusGLib-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[76/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GObject-2.0.typelib gir/GObject-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/GObject-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GObject-2.0.typelib gir/GObject-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[77/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GLib-2.0.typelib gir/GLib-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/GLib-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GLib-2.0.typelib gir/GLib-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[78/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/libxml2-2.0.typelib ../gobject-introspection-1.62.0/gir/libxml2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/libxml2-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/libxml2-2.0.typelib ../gobject-introspection-1.62.0/gir/libxml2-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[79/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/Vulkan-1.0.typelib ../gobject-introspection-1.62.0/gir/Vulkan-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/Vulkan-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/Vulkan-1.0.typelib ../gobject-introspection-1.62.0/gir/Vulkan-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[80/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GL-1.0.typelib ../gobject-introspection-1.62.0/gir/GL-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/GL-1.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/GL-1.0.typelib ../gobject-introspection-1.62.0/gir/GL-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[81/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/xft-2.0.typelib ../gobject-introspection-1.62.0/gir/xft-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
FAILED: gir/xft-2.0.typelib 
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/xft-2.0.typelib ../gobject-introspection-1.62.0/gir/xft-2.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
[82/101] x86_64-poky-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot -Igirepository/cmph/6cca4a0@@cmph@sta -Igirepository/cmph -I../gobject-introspection-1.62.0/girepository/cmph -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/include/glib-2.0 -I/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot/usr/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Warray-bounds -Wcast-align -Wdeclaration-after-statement -Wduplicated-branches -Wextra -Wformat=2 -Wformat-nonliteral -Wformat-security -Wimplicit-function-declaration -Winit-self -Wjump-misses-init -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpacked -Wpointer-arith -Wrestrict -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-prototypes -Wundef -Wunused-but-set-variable -Wwrite-strings -fno-strict-aliasing -DHAVE_CONFIG_H -O2 -g -feliminate-unused-debug-types -fmacro-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0=/usr/src/debug/gobject-introspection/1.62.0-r0 -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot= -fdebug-prefix-map=/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native= -fno-diagnostics-show-caret -fPIC -fvisibility=hidden -Wno-implicit-fallthrough -Wno-old-style-definition -Wno-suggest-attribute=noreturn -Wno-type-limits -Wno-undef -Wno-unused-parameter -Wno-cast-align -Wno-unused-function -Wno-return-type -MD -MQ 'girepository/cmph/6cca4a0@@cmph@sta/chm.c.o' -MF 'girepository/cmph/6cca4a0@@cmph@sta/chm.c.o.d' -o 'girepository/cmph/6cca4a0@@cmph@sta/chm.c.o' -c ../gobject-introspection-1.62.0/girepository/cmph/chm.c
ninja: build stopped: subcommand failed.
WARNING: exit code 1 from a shell command.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
  2019-12-06 10:18 [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master Quentin Schulz
@ 2019-12-06 19:25 ` Khem Raj
  2019-12-09 10:42   ` Quentin Schulz
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2019-12-06 19:25 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: poky, andriy.danylovskyy, radek.dostal

On Fri, Dec 6, 2019 at 2:18 AM Quentin Schulz
<quentin.schulz@streamunlimited.com> wrote:
>
> Hi all,
>
> I've *sometimes* encountered a build failure on gobject-introspection in
> warrior 2.7.2.
>
> Here is how to reproduce:
>
> git clone git://git.yoctoproject.org/poky
> cd poky
> git checkout 109ef2e5c4161a2c0ac58bede3daa48c7b4881ec #for master I tested or warrior-21.0.2
> source oe-init-build-env
> echo 'ICECC_PATH = "/usr/bin/icecc"' >> conf/local.conf
> echo 'INHERIT += "icecc"' >> conf/local.conf
> while true; do (bitbake gobject-introspection -c cleansstate && bitbake gobject-introspection -c compile) || break ; done
>
> Full log is attached, the interesting excerpt is here:
> [71/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> FAILED: gir/cairo-1.0.typelib
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
> (typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
>

if you look into logs a bit more then most probably
qemu-user is crashing.

> This tells us pretty much nothing. It's not the only line, all next ones
> are failing with the same cryptic error message.
>
> So I replaced the ninja call in run.do_compile by that exact line above
> and ran run.do_compile manually, the outcome is:
> Error while loading /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler: No such file or directory
> If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
> (typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
> WARNING: exit code 1 from a shell command.
>
> And indeed, the file is not there and is there every time the
> compilation works.
>
> $ find /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/ -name "*g-ir-compiler*"
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/f9d35d4@@g-ir-compiler@exe
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-compiler-wrapper
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/docs/website/tools/g-ir-compiler.rst
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/docs/g-ir-compiler.1
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/recipe-sysroot-native/usr/bin/g-ir-compiler
>
> Disabling ICECC for that recipe makes it work just fine.
>
> 1) Does anyone have any idea about what's happening?
> 2) Can we have the complete error message in log.do_compile instead of
> the line "Error while loading /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler: No such file or directory"
> missing?
>
> FYI, I run Ubuntu 18.04.03 and most of the company is using that one or
> 16.04. I have icecc 1.1-2.
>
> BR,
> Quentin
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#11857): https://lists.yoctoproject.org/g/poky/message/11857
> Mute This Topic: https://lists.yoctoproject.org/mt/67467053/1997914
> Group Owner: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub  [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
  2019-12-06 19:25 ` [poky] " Khem Raj
@ 2019-12-09 10:42   ` Quentin Schulz
  2019-12-09 19:02     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Quentin Schulz @ 2019-12-09 10:42 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky, andriy.danylovskyy, radek.dostal

Hi Khem,

On Fri, Dec 06, 2019 at 11:25:52AM -0800, Khem Raj wrote:
> On Fri, Dec 6, 2019 at 2:18 AM Quentin Schulz
> <quentin.schulz@streamunlimited.com> wrote:
> >
> > Hi all,
> >
> > I've *sometimes* encountered a build failure on gobject-introspection in
> > warrior 2.7.2.
> >
> > Here is how to reproduce:
> >
> > git clone git://git.yoctoproject.org/poky
> > cd poky
> > git checkout 109ef2e5c4161a2c0ac58bede3daa48c7b4881ec #for master I tested or warrior-21.0.2
> > source oe-init-build-env
> > echo 'ICECC_PATH = "/usr/bin/icecc"' >> conf/local.conf
> > echo 'INHERIT += "icecc"' >> conf/local.conf
> > while true; do (bitbake gobject-introspection -c cleansstate && bitbake gobject-introspection -c compile) || break ; done
> >
> > Full log is attached, the interesting excerpt is here:
> > [71/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> > FAILED: gir/cairo-1.0.typelib
> > /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> > If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
> > (typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
> >
> 
> if you look into logs a bit more then most probably
> qemu-user is crashing.
> 

I have attached the full Yocto do_compile log to the original mail, I
don't see anything related to qemu-user.

What do you mean with that sentence? Is there some other logs I could
check?

Thanks,
Quentin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
  2019-12-09 10:42   ` Quentin Schulz
@ 2019-12-09 19:02     ` Khem Raj
  2019-12-11 13:08       ` Quentin Schulz
                         ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Khem Raj @ 2019-12-09 19:02 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: poky, andriy.danylovskyy, radek.dostal

/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler
-o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir
--includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir


try to run above cmd manually with some verbosity

On Mon, Dec 9, 2019 at 2:42 AM Quentin Schulz
<quentin.schulz@streamunlimited.com> wrote:
>
> Hi Khem,
>
> On Fri, Dec 06, 2019 at 11:25:52AM -0800, Khem Raj wrote:
> > On Fri, Dec 6, 2019 at 2:18 AM Quentin Schulz
> > <quentin.schulz@streamunlimited.com> wrote:
> > >
> > > Hi all,
> > >
> > > I've *sometimes* encountered a build failure on gobject-introspection in
> > > warrior 2.7.2.
> > >
> > > Here is how to reproduce:
> > >
> > > git clone git://git.yoctoproject.org/poky
> > > cd poky
> > > git checkout 109ef2e5c4161a2c0ac58bede3daa48c7b4881ec #for master I tested or warrior-21.0.2
> > > source oe-init-build-env
> > > echo 'ICECC_PATH = "/usr/bin/icecc"' >> conf/local.conf
> > > echo 'INHERIT += "icecc"' >> conf/local.conf
> > > while true; do (bitbake gobject-introspection -c cleansstate && bitbake gobject-introspection -c compile) || break ; done
> > >
> > > Full log is attached, the interesting excerpt is here:
> > > [71/101] /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> > > FAILED: gir/cairo-1.0.typelib
> > > /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> > > If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
> > > (typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
> > >
> >
> > if you look into logs a bit more then most probably
> > qemu-user is crashing.
> >
>
> I have attached the full Yocto do_compile log to the original mail, I
> don't see anything related to qemu-user.
>
> What do you mean with that sentence? Is there some other logs I could
> check?
>
> Thanks,
> Quentin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
  2019-12-09 19:02     ` Khem Raj
@ 2019-12-11 13:08       ` Quentin Schulz
  2020-06-17  9:20       ` Quentin Schulz
       [not found]       ` <16194A529E0C724A.27738@lists.yoctoproject.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Quentin Schulz @ 2019-12-11 13:08 UTC (permalink / raw)
  To: Khem Raj; +Cc: poky, andriy.danylovskyy, radek.dostal

Hi Khem,

On Mon, Dec 09, 2019 at 11:02:29AM -0800, Khem Raj wrote:
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler
> -o gir/cairo-1.0.typelib gir/cairo-1.0.gir --includedir
> /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/gir
> --includedir /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/gobject-introspection-1.62.0/gir
> 
> 
> try to run above cmd manually with some verbosity
> 

I manually ran this command, the result being:
Error while loading /tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/tools/g-ir-compiler: No such file or directory
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the recipe should help.
(typically like this: GIR_EXTRA_LIBS_PATH="${B}/something/.libs" )
WARNING: exit code 1 from a shell command.

As explained in the original mail (though it was maybe way too long to
read), the file is indeed not there when the recipe is failing and there
when it is successfuly building.

If there is more info to get, could you please point how to make
qemu-wrapper more verbose, I couldn't find anything meaningful with
/tmp/poky/build/tmp/work/core2-64-poky-linux/gobject-introspection/1.62.0-r0/build/g-ir-scanner-qemuwrapper -h

-trace and -strace didn't output anything more (though I might be doing
it wrong).

Thanks,
Quentin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
  2019-12-09 19:02     ` Khem Raj
  2019-12-11 13:08       ` Quentin Schulz
@ 2020-06-17  9:20       ` Quentin Schulz
       [not found]       ` <16194A529E0C724A.27738@lists.yoctoproject.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Quentin Schulz @ 2020-06-17  9:20 UTC (permalink / raw)
  To: Khem Raj
  Cc: poky, andriy.danylovskyy, radek.dostal, alex.kanavin, richard.purdie

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

Hi all,

Reviving the thread as I see Alex talking to Richard about a g-i build
issue that is a build race due to missing dependency.

This very much looks like gobject-introspection being talked about and I
also have this missing dependency issue.

I haven't written a proper log and I'm definitely not fluent in meson
but the attached diff fixed my issue (I have the commit log sort of
ready but on my home desktop, anyway).

Hope this helps. I'll send the logic behind late(r) this day if need be.

Cheers,
Quentin

[-- Attachment #2: test.patch --]
[-- Type: text/x-diff, Size: 470 bytes --]

diff --git a/gir/meson.build b/gir/meson.build
index a028033..d50a513 100644
--- a/gir/meson.build
+++ b/gir/meson.build
@@ -463,7 +463,7 @@ foreach gir : gir_files
   typelibs += custom_target('generate-typelib-@0@'.format(gir).underscorify(),
     input: gir,
     output: '@BASENAME@.typelib',
-    depends: [gobject_gir, ],
+    depends: [gobject_gir, gircompiler, ],
     command: gircompiler_command,
     install: true,
     install_dir: typelibdir,

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [FIXED] Re: [poky] [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master
       [not found]       ` <16194A529E0C724A.27738@lists.yoctoproject.org>
@ 2020-06-17 10:06         ` Quentin Schulz
  0 siblings, 0 replies; 7+ messages in thread
From: Quentin Schulz @ 2020-06-17 10:06 UTC (permalink / raw)
  To: Khem Raj
  Cc: poky, andriy.danylovskyy, radek.dostal, alex.kanavin, richard.purdie

On Wed, Jun 17, 2020 at 11:20:56AM +0200, Quentin Schulz wrote:
> Hi all,
> 
> Reviving the thread as I see Alex talking to Richard about a g-i build
> issue that is a build race due to missing dependency.
> 
> This very much looks like gobject-introspection being talked about and I
> also have this missing dependency issue.
> 
> I haven't written a proper log and I'm definitely not fluent in meson
> but the attached diff fixed my issue (I have the commit log sort of
> ready but on my home desktop, anyway).
> 
> Hope this helps. I'll send the logic behind late(r) this day if need be.
> 

FYI for anyone reading this mail and having the same issue, the fix is
in master gobject-introspection already and I expect it'll make its way to
YP master rather soon.

https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/56ba5656258b82dbc069ab3a61e597c931a16a83

@Alex, thanks a ton for taking care of sending the patch upstream.

Quentin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-17 10:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06 10:18 [BUG] icecc breaks gobject-introspection do_compile on 2.7.2 and master Quentin Schulz
2019-12-06 19:25 ` [poky] " Khem Raj
2019-12-09 10:42   ` Quentin Schulz
2019-12-09 19:02     ` Khem Raj
2019-12-11 13:08       ` Quentin Schulz
2020-06-17  9:20       ` Quentin Schulz
     [not found]       ` <16194A529E0C724A.27738@lists.yoctoproject.org>
2020-06-17 10:06         ` [FIXED] " Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.