* Package: dev-lua/lgi-0.9.2-r100 * Repository: gentoo * Maintainer: robbat2@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux lua_targets_lua5-1 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking lgi-0.9.2.tar.gz to /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work >>> Source unpacked in /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work >>> Preparing source in /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 ... * Applying lgi-0.9.2-lua54.patch ... [ ok ] * Will copy sources from /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 * lua5-1: copying to /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1 * lua5-1: running lua_src_prepare /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1 /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 ... * lua5-1: running lua_src_compile /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1 /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 make -j4 CC=x86_64-pc-linux-gnu-gcc 'COPTFLAGS=-Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2' 'LIBFLAG=-shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 'LUA_CFLAGS=-I/usr/include/lua5.1 ' LUA=/usr/bin/lua5.1 LUA_VERSION=5.1 LUA_LIBDIR=/usr/lib64/lua/5.1 LUA_SHAREDIR=/usr/share/lua/5.1 all make -C lgi make[1]: Entering directory '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1/lgi' pkg-config --exists 'gobject-introspection-1.0 >= 0.10.8' --print-errors echo "return '0.9.2'" > version.lua touch .depcheck x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o buffer.o buffer.c x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o callable.o callable.c x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o core.o core.c x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o gi.o gi.c x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o marshal.o marshal.c x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o object.o object.c marshal.c: In function ‘marshal_2c_array’: marshal.c:328:13: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 328 | *out_array = g_memdup (*out_array, size); | ^ In file included from /usr/include/glib-2.0/glib.h:82, from lgi.h:32, from marshal.c:13: /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here 257 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ object.c: In function ‘object_new’: object.c:553:7: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations] 553 | GParameter *params; | ^~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:26, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from lgi.h:33, from object.c:12: /usr/include/glib-2.0/gobject/gparam.h:273:8: note: declared here 273 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ object.c:565:7: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations] 565 | params = g_newa (GParameter, size); | ^~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:26, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from lgi.h:33, from object.c:12: /usr/include/glib-2.0/gobject/gparam.h:273:8: note: declared here 273 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ object.c:565:7: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations] 565 | params = g_newa (GParameter, size); | ^~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:26, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from lgi.h:33, from object.c:12: /usr/include/glib-2.0/gobject/gparam.h:273:8: note: declared here 273 | struct _GParameter /* auxiliary structure for _setv() variants */ | ^~~~~~~~~~~ object.c:576:7: warning: ‘g_object_newv’ is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations] 576 | return lgi_object_2lua (L, g_object_newv (gtype, size, params), | ^~~~~~ In file included from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from lgi.h:33, from object.c:12: /usr/include/glib-2.0/gobject/gobject.h:452:13: note: declared here 452 | gpointer g_object_newv (GType object_type, | ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -pthread -pipe -march=native -fno-diagnostics-color -O2 -c -o record.o record.c x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o corelgilua51.so buffer.o callable.o core.o gi.o marshal.o object.o record.o -lgirepository-1.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 -lffi make[1]: Leaving directory '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1/lgi' /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 >>> Source compiled. >>> Test phase: dev-lua/lgi-0.9.2-r100 * lua5-1: running lua_src_test /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1 /var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2 * Scanning for an open DISPLAY to start Xvfb ... * Starting Xvfb on $DISPLAY=1 ... make -j4 CC=x86_64-pc-linux-gnu-gcc 'COPTFLAGS=-Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2' 'LIBFLAG=-shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 'LUA_CFLAGS=-I/usr/include/lua5.1 ' LUA=/usr/bin/lua5.1 LUA_VERSION=5.1 LUA_LIBDIR=/usr/lib64/lua/5.1 LUA_SHAREDIR=/usr/share/lua/5.1 check make -C lgi make[1]: Entering directory '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1/lgi' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1/lgi' make -C tests check make[1]: Entering directory '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1/tests' pkg-config --exists 'gio-2.0 cairo cairo-gobject gobject-introspection-1.0 gmodule-2.0 libffi >= 0.10.8' --print-errors touch .depcheck x86_64-pc-linux-gnu-gcc -fPIC -Wall -Wextra -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/lua5.1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gobject-introspection-1.0 -pthread -pipe -march=native -fno-diagnostics-color -O2 -I . -c -o regress.o /usr/share/gobject-introspection-1.0/tests/regress.c /usr/share/gobject-introspection-1.0/tests/regress.c: In function ‘regress_test_array_static_in_int’: /usr/share/gobject-introspection-1.0/tests/regress.c:873:39: warning: unused parameter ‘x’ [-Wunused-parameter] 873 | regress_test_array_static_in_int (int x[static 10]) | ~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libregress.so regress.o -lgio-2.0 -lcairo-gobject -lcairo -lgirepository-1.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 -lffi LDFLAGS="" CFLAGS="" \ g-ir-scanner --warn-all --no-libtool --quiet --output=Regress-1.0.gir \ --namespace=Regress --nsversion=1.0 \ --include=cairo-1.0 --include=Gio-2.0 \ --library-path=/usr/lib --library-path=/usr/X11R6/lib \ --library-path=/usr/local/lib \ /usr/share/gobject-introspection-1.0/tests/regress.c /usr/share/gobject-introspection-1.0/tests/regress.h \ -lregress /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc g-ir-compiler --output=Regress-1.0.typelib Regress-1.0.gir cd .. && LD_LIBRARY_PATH=tests:$LD_LIBRARY_PATH \ GI_TYPELIB_PATH=tests:$GI_TYPELIB_PATH \ LUA_PATH="./?.lua;;" \ LUA_CPATH="./?.so;;" \ /usr/bin/dbus-run-session /usr/bin/lua5.1 tests/test.lua (process:174): Lgi-WARNING **: 15:49:46.973: Error raised while calling 'lgi.cbk (number): Regress': attempt to call a number value (process:174): Lgi-WARNING **: 15:49:46.973: Error raised while calling 'lgi.cbk (string): Regress': attempt to call a string value (process:174): Lgi-WARNING **: 15:49:46.973: Error raised while calling 'lgi.cbk (table: 0x560f045e8c70): Regress': attempt to call a table value (process:174): Lgi-WARNING **: 15:49:46.973: Error raised while calling 'lgi.cbk (table: 0x560f04583cc0): Regress': attempt to call a table value (process:174): GLib-GObject-CRITICAL **: 15:49:47.521: Object class LgiTestFakeMonitor1 doesn't implement property 'network-metered' from interface 'GNetworkMonitor' make[1]: *** [Makefile:58: check] Error 139 make[1]: Leaving directory '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1/tests' make: *** [Makefile:31: check] Error 2 emake failed * ERROR: dev-lua/lgi-0.9.2-r100::gentoo failed (test phase): * Failed to run 'lgi_emake_wrapper check' * * Call stack: * ebuild.sh, line 127: Called src_test * environment, line 1733: Called lua_foreach_impl 'lua_src_test' * environment, line 1335: Called multibuild_foreach_variant '_lua_multibuild_wrapper' 'lua_src_test' * environment, line 1459: Called _multibuild_run '_lua_multibuild_wrapper' 'lua_src_test' * environment, line 1457: Called _lua_multibuild_wrapper 'lua_src_test' * environment, line 579: Called lua_src_test * environment, line 1413: Called virtx 'lgi_emake_wrapper' 'check' * environment, line 2556: Called die * The specific snippet of code: * [[ ${retval} -ne 0 ]] && die "Failed to run '$@'"; * * If you need support, post the output of `emerge --info '=dev-lua/lgi-0.9.2-r100::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lua/lgi-0.9.2-r100::gentoo'`. * The complete build log is located at '/var/log/portage/dev-lua:lgi-0.9.2-r100:20220405-134939.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/temp/environment'. * Working directory: '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2-lua5-1' * S: '/var/tmp/portage/dev-lua/lgi-0.9.2-r100/work/lgi-0.9.2'