1. * Package: dev-libs/gjs-1.32.0
  2. * Repository: gentoo
  3. * Maintainer: gnome@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking gjs-1.32.0.tar.xz to /tmp/portage/dev-libs/gjs-1.32.0/work
  8. >>> Source unpacked in /tmp/portage/dev-libs/gjs-1.32.0/work
  9. >>> Preparing source in /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0 ...
  10. * Fixing OMF Makefiles ...
  11. [ ok ]
  12. * Running elibtoolize in: gjs-1.32.0/
  13. * Applying portage/1.2.0 patch ...
  14. * Applying sed/1.5.6 patch ...
  15. * Applying as-needed/2.2.6 patch ...
  16. * Converting shebang in '/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/scripts/make-tests'
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0 ...
  19. * econf: updating gjs-1.32.0/config.guess with /usr/share/gnuconfig/config.guess
  20. * econf: updating gjs-1.32.0/config.sub with /usr/share/gnuconfig/config.sub
  21. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --disable-systemtap --disable-dtrace --disable-coverage --disable-maintainer-mode
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether to disable maintainer-specific portions of Makefiles... no
  28. checking for x86_64-pc-linux-gnu-pkg-config... no
  29. checking for pkg-config... /usr/bin/pkg-config
  30. checking pkg-config is at least version 0.9.0... yes
  31. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  39. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  40. checking for style of include used by make... GNU
  41. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  42. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  43. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  44. checking whether we are using the GNU C++ compiler... yes
  45. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  46. checking dependency style of x86_64-pc-linux-gnu-g++... none
  47. checking for library containing strerror... none required
  48. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /bin/grep -E
  51. checking for ANSI C header files... yes
  52. checking build system type... x86_64-pc-linux-gnu
  53. checking host system type... x86_64-pc-linux-gnu
  54. checking how to print strings... printf
  55. checking for a sed that does not truncate output... /bin/sed
  56. checking for fgrep... /bin/grep -F
  57. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  58. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  59. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  60. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  61. checking whether ln -s works... yes
  62. checking the maximum length of command line arguments... 1572864
  63. checking whether the shell understands some XSI constructs... yes
  64. checking whether the shell understands "+="... yes
  65. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  66. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  67. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  68. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  69. checking how to recognize dependent libraries... pass_all
  70. checking for x86_64-pc-linux-gnu-dlltool... no
  71. checking for dlltool... no
  72. checking how to associate runtime and link libraries... printf %s\n
  73. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  74. checking for archiver @FILE support... @
  75. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  76. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  77. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  78. checking for sysroot... no
  79. checking for x86_64-pc-linux-gnu-mt... no
  80. checking for mt... no
  81. checking if : is a manifest tool... no
  82. checking for sys/types.h... yes
  83. checking for sys/stat.h... yes
  84. checking for stdlib.h... yes
  85. checking for string.h... yes
  86. checking for memory.h... yes
  87. checking for strings.h... yes
  88. checking for inttypes.h... yes
  89. checking for stdint.h... yes
  90. checking for unistd.h... yes
  91. checking for dlfcn.h... yes
  92. checking for objdir... .libs
  93. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  94. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  95. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  96. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  97. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  98. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  99. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking whether -lc should be explicitly linked in... no
  101. checking dynamic linker characteristics... GNU/Linux ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking whether stripping libraries is possible... yes
  104. checking if libtool supports shared libraries... yes
  105. checking whether to build shared libraries... yes
  106. checking whether to build static libraries... no
  107. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  108. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  109. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  110. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  111. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  112. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  113. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  114. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  115. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  116. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  118. checking how to hardcode library paths into programs... immediate
  119. checking for an ANSI C-conforming const... yes
  120. checking malloc.h usability... yes
  121. checking malloc.h presence... yes
  122. checking for malloc.h... yes
  123. checking for mallinfo... yes
  124. Using JS_CFLAGS:
  125. Using JS_LIBS:
  126. checking for JS_CLASS_TRACE macro... no
  127. checking for gobject-introspection... yes
  128. checking for GOBJECT... yes
  129. checking for GJS... yes
  130. checking for GJS_CAIRO... yes
  131. checking for GJS_DBUS... yes
  132. checking for GJS_GDBUS... yes
  133. checking for dbus_message_iter_abandon_container... yes
  134. checking for GJSTESTS... yes
  135. checking how to link readline libs... -lreadline
  136. checking for backtrace... yes
  137. checking whether to include systemtap tracing support... no
  138. checking whether to include dtrace tracing support... no
  139. checking for an ANSI C-conforming const... (cached) yes
  140. configure: creating ./config.status
  141. config.status: creating Makefile
  142. config.status: creating gjs-1.0.pc
  143. config.status: creating gjs-dbus-1.0.pc
  144. config.status: creating gjs-internals-1.0.pc
  145. config.status: creating config.h
  146. config.status: executing depfiles commands
  147. config.status: executing libtool commands
  148. >>> Source configured.
  149. >>> Compiling source in /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0 ...
  150. make -j24
  151. TOP_SRCDIR=. DBUS_SESSION_BUS_ADDRESS='' XDG_DATA_HOME=test_user_data GJS_DEBUG_OUTPUT=test_user_data/logs/gjs.log BUILDDIR=. GJS_USE_UNINSTALLED_FILES=1 GJS_TEST_TIMEOUT=420 GI_TYPELIB_PATH=. LD_LIBRARY_PATH=":" G_FILENAME_ENCODING=latin1 ./scripts/make-tests . gjs/context.c gjs/jsapi-util-array.c gjs/jsapi-util-error.c gjs/jsapi-util-string.c gjs/stack.c util/glib.c
  152. Replacing old ./gjstest.h and ./gjstest.c
  153. ./gjstest.h was 0 bytes now 881
  154. ./gjstest.c was 0 bytes now 1162
  155. make all-am
  156. make[1]: Entering directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  157. CC console_la-console.lo
  158. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o console_la-console.lo `test -f 'modules/console.c' || echo './'`modules/console.c
  159. CC libgjs_la-byteArray.lo
  160. CC libgjs_la-context.lo
  161. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-byteArray.lo `test -f 'gjs/byteArray.c' || echo './'`gjs/byteArray.c
  162. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-context.lo `test -f 'gjs/context.c' || echo './'`gjs/context.c
  163. CC libgjs_la-importer.lo
  164. CC libgjs_la-gi.lo
  165. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-importer.lo `test -f 'gjs/importer.c' || echo './'`gjs/importer.c
  166. CXX libgjs_la-jsapi-private.lo
  167. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-gi.lo `test -f 'gjs/gi.c' || echo './'`gjs/gi.c
  168. CC libgjs_la-jsapi-util.lo
  169. /bin/sh ./libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-jsapi-private.lo `test -f 'gjs/jsapi-private.cpp' || echo './'`gjs/jsapi-private.cpp
  170. CC libgjs_la-jsapi-util-array.lo
  171. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-jsapi-util.lo `test -f 'gjs/jsapi-util.c' || echo './'`gjs/jsapi-util.c
  172. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-jsapi-util-array.lo `test -f 'gjs/jsapi-util-array.c' || echo './'`gjs/jsapi-util-array.c
  173. CC libgjs_la-jsapi-util-error.lo
  174. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-jsapi-util-error.lo `test -f 'gjs/jsapi-util-error.c' || echo './'`gjs/jsapi-util-error.c
  175. CC libgjs_la-jsapi-util-string.lo
  176. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-jsapi-util-string.lo `test -f 'gjs/jsapi-util-string.c' || echo './'`gjs/jsapi-util-string.c
  177. CC libgjs_la-mem.lo
  178. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-mem.lo `test -f 'gjs/mem.c' || echo './'`gjs/mem.c
  179. CC libgjs_la-native.lo
  180. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-native.lo `test -f 'gjs/native.c' || echo './'`gjs/native.c
  181. CC libgjs_la-profiler.lo
  182. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-profiler.lo `test -f 'gjs/profiler.c' || echo './'`gjs/profiler.c
  183. CC libgjs_la-stack.lo
  184. CC libgjs_la-unit-test-utils.lo
  185. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-stack.lo `test -f 'gjs/stack.c' || echo './'`gjs/stack.c
  186. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-unit-test-utils.lo `test -f 'gjs/unit-test-utils.c' || echo './'`gjs/unit-test-utils.c
  187. CC libgjs_la-error.lo
  188. CC libgjs_la-glib.lo
  189. CC libgjs_la-crash.lo
  190. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-error.lo `test -f 'util/error.c' || echo './'`util/error.c
  191. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-glib.lo `test -f 'util/glib.c' || echo './'`util/glib.c
  192. CC libgjs_la-log.lo
  193. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-crash.lo `test -f 'util/crash.c' || echo './'`util/crash.c
  194. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-log.lo `test -f 'util/log.c' || echo './'`util/log.c
  195. CC libgjs_la-misc.lo
  196. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-misc.lo `test -f 'util/misc.c' || echo './'`util/misc.c
  197. CC libgjs_la-arg.lo
  198. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-arg.lo `test -f 'gi/arg.c' || echo './'`gi/arg.c
  199. CC libgjs_la-boxed.lo
  200. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-boxed.lo `test -f 'gi/boxed.c' || echo './'`gi/boxed.c
  201. CC libgjs_la-closure.lo
  202. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-closure.lo `test -f 'gi/closure.c' || echo './'`gi/closure.c
  203. CC libgjs_la-enumeration.lo
  204. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-enumeration.lo `test -f 'gi/enumeration.c' || echo './'`gi/enumeration.c
  205. CC libgjs_la-function.lo
  206. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-function.lo `test -f 'gi/function.c' || echo './'`gi/function.c
  207. CC libgjs_la-keep-alive.lo
  208. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-keep-alive.lo `test -f 'gi/keep-alive.c' || echo './'`gi/keep-alive.c
  209. gjs/byteArray.c: In function 'to_string_func':
  210. gjs/byteArray.c:543:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  211. modules/console.c: In function 'gjs_console_error_reporter':
  212. modules/console.c:93:15: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
  213. util/crash.c: In function 'unbuffered_write_stderr':
  214. util/crash.c:49:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  215. util/crash.c: In function 'gjs_print_maps':
  216. util/crash.c:63:18: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  217. CC libgjs_la-ns.lo
  218. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-ns.lo `test -f 'gi/ns.c' || echo './'`gi/ns.c
  219. CC libgjs_la-object.lo
  220. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-object.lo `test -f 'gi/object.c' || echo './'`gi/object.c
  221. CC libgjs_la-foreign.lo
  222. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-foreign.lo `test -f 'gi/foreign.c' || echo './'`gi/foreign.c
  223. CC libgjs_la-param.lo
  224. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-param.lo `test -f 'gi/param.c' || echo './'`gi/param.c
  225. gi/boxed.c: In function 'type_can_be_allocated_directly':
  226. gi/boxed.c:1018:17: warning: enumeration value 'GI_INFO_TYPE_INVALID_0' not handled in switch [-Wswitch]
  227. CC libgjs_la-repo.lo
  228. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-repo.lo `test -f 'gi/repo.c' || echo './'`gi/repo.c
  229. CC libgjs_la-union.lo
  230. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-union.lo `test -f 'gi/union.c' || echo './'`gi/union.c
  231. CC libgjs_la-value.lo
  232. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-value.lo `test -f 'gi/value.c' || echo './'`gi/value.c
  233. CC libgjs_la-interface.lo
  234. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-interface.lo `test -f 'gi/interface.c' || echo './'`gi/interface.c
  235. CC libgjs_la-gtype.lo
  236. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./gi -DGJS_COMPILATION -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_la-gtype.lo `test -f 'gi/gtype.c' || echo './'`gi/gtype.c
  237. CC debugger_la-debugger.lo
  238. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o debugger_la-debugger.lo `test -f 'modules/debugger.c' || echo './'`modules/debugger.c
  239. CC langNative_la-lang.lo
  240. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o langNative_la-lang.lo `test -f 'modules/lang.c' || echo './'`modules/lang.c
  241. CC mainloop_la-mainloop.lo
  242. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o mainloop_la-mainloop.lo `test -f 'modules/mainloop.c' || echo './'`modules/mainloop.c
  243. CC gettextNative_la-gettext-native.lo
  244. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gettextNative_la-gettext-native.lo `test -f 'modules/gettext-native.c' || echo './'`modules/gettext-native.c
  245. CC dbusNative_la-dbus-exports.lo
  246. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o dbusNative_la-dbus-exports.lo `test -f 'modules/dbus-exports.c' || echo './'`modules/dbus-exports.c
  247. CC dbusNative_la-dbus-values.lo
  248. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o dbusNative_la-dbus-values.lo `test -f 'modules/dbus-values.c' || echo './'`modules/dbus-values.c
  249. In file included from /usr/include/js/jscntxt.h:62:0,
  250. from gjs/jsapi-private.cpp:35:
  251. /usr/include/js/jsfun.h: In static member function 'static uintN JSFunction::offsetOfNativeOrScript()':
  252. /usr/include/js/jsfun.h:230:16: warning: invalid access to non-static data member 'JSFunction::u' of NULL object [-Winvalid-offsetof]
  253. /usr/include/js/jsfun.h:230:16: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
  254. CC dbusNative_la-dbus.lo
  255. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o dbusNative_la-dbus.lo `test -f 'modules/dbus.c' || echo './'`modules/dbus.c
  256. In file included from gjs/jsapi-private.cpp:35:0:
  257. /usr/include/js/jscntxt.h: In function 'JSContext* js_ContextFromLinkField(JSCList*)':
  258. /usr/include/js/jscntxt.h:2963:44: warning: invalid access to non-static data member 'JSContext::link' of NULL object [-Winvalid-offsetof]
  259. /usr/include/js/jscntxt.h:2963:44: warning: (perhaps the 'offsetof' macro was used incorrectly) [-Winvalid-offsetof]
  260. gi/repo.c: In function 'gjs_info_type_name':
  261. gi/repo.c:651:5: warning: enumeration value 'GI_INFO_TYPE_INVALID_0' not handled in switch [-Wswitch]
  262. CC libgjs_dbus_la-dbus.lo
  263. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"GjsDBus\" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_dbus_la-dbus.lo `test -f 'gjs-dbus/dbus.c' || echo './'`gjs-dbus/dbus.c
  264. CC libgjs_dbus_la-dbus-signals.lo
  265. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"GjsDBus\" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_dbus_la-dbus-signals.lo `test -f 'gjs-dbus/dbus-signals.c' || echo './'`gjs-dbus/dbus-signals.c
  266. CC libgjs_dbus_la-dbus-proxy.lo
  267. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"GjsDBus\" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_dbus_la-dbus-proxy.lo `test -f 'gjs-dbus/dbus-proxy.c' || echo './'`gjs-dbus/dbus-proxy.c
  268. CC cairoNative_la-cairo-context.lo
  269. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-context.lo `test -f 'modules/cairo-context.c' || echo './'`modules/cairo-context.c
  270. CC cairoNative_la-cairo-path.lo
  271. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-path.lo `test -f 'modules/cairo-path.c' || echo './'`modules/cairo-path.c
  272. CC cairoNative_la-cairo-surface.lo
  273. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-surface.lo `test -f 'modules/cairo-surface.c' || echo './'`modules/cairo-surface.c
  274. CC cairoNative_la-cairo-image-surface.lo
  275. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-image-surface.lo `test -f 'modules/cairo-image-surface.c' || echo './'`modules/cairo-image-surface.c
  276. CC cairoNative_la-cairo-ps-surface.lo
  277. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-ps-surface.lo `test -f 'modules/cairo-ps-surface.c' || echo './'`modules/cairo-ps-surface.c
  278. CC cairoNative_la-cairo-pdf-surface.lo
  279. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-pdf-surface.lo `test -f 'modules/cairo-pdf-surface.c' || echo './'`modules/cairo-pdf-surface.c
  280. CC cairoNative_la-cairo-svg-surface.lo
  281. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-svg-surface.lo `test -f 'modules/cairo-svg-surface.c' || echo './'`modules/cairo-svg-surface.c
  282. CC cairoNative_la-cairo-pattern.lo
  283. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-pattern.lo `test -f 'modules/cairo-pattern.c' || echo './'`modules/cairo-pattern.c
  284. CC cairoNative_la-cairo-gradient.lo
  285. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-gradient.lo `test -f 'modules/cairo-gradient.c' || echo './'`modules/cairo-gradient.c
  286. CC cairoNative_la-cairo-linear-gradient.lo
  287. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-linear-gradient.lo `test -f 'modules/cairo-linear-gradient.c' || echo './'`modules/cairo-linear-gradient.c
  288. CC cairoNative_la-cairo-radial-gradient.lo
  289. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-radial-gradient.lo `test -f 'modules/cairo-radial-gradient.c' || echo './'`modules/cairo-radial-gradient.c
  290. CC cairoNative_la-cairo-surface-pattern.lo
  291. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-surface-pattern.lo `test -f 'modules/cairo-surface-pattern.c' || echo './'`modules/cairo-surface-pattern.c
  292. CC cairoNative_la-cairo-solid-pattern.lo
  293. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo-solid-pattern.lo `test -f 'modules/cairo-solid-pattern.c' || echo './'`modules/cairo-solid-pattern.c
  294. CC cairoNative_la-cairo.lo
  295. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o cairoNative_la-cairo.lo `test -f 'modules/cairo.c' || echo './'`modules/cairo.c
  296. CC system_la-system.lo
  297. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o system_la-system.lo `test -f 'modules/system.c' || echo './'`modules/system.c
  298. CC libgjs_gdbus_la-gjs-gdbus-wrapper.lo
  299. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=\"GjsGDBus\" -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgjs_gdbus_la-gjs-gdbus-wrapper.lo `test -f 'gjs-dbus/gjs-gdbus-wrapper.c' || echo './'`gjs-dbus/gjs-gdbus-wrapper.c
  300. CC libregress_la-regress.lo
  301. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libregress_la-regress.lo `test -f '/usr/share/gobject-introspection-1.0/tests/regress.c' || echo './'`/usr/share/gobject-introspection-1.0/tests/regress.c
  302. CC libgimarshallingtests_la-gimarshallingtests.lo
  303. /bin/sh ./libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o libgimarshallingtests_la-gimarshallingtests.lo `test -f '/usr/share/gobject-introspection-1.0/tests/gimarshallingtests.c' || echo './'`/usr/share/gobject-introspection-1.0/tests/gimarshallingtests.c
  304. CC gjs_console-console.o
  305. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_console-console.o `test -f 'gjs/console.c' || echo './'`gjs/console.c
  306. /usr/share/gobject-introspection-1.0/tests/regress.c: In function 'regress_test_closure_variant':
  307. /usr/share/gobject-introspection-1.0/tests/regress.c:233:3: warning: passing argument 2 of 'g_value_set_variant' discards 'const' qualifier from pointer target type [enabled by default]
  308. In file included from /usr/include/glib-2.0/glib-object.h:38:0,
  309. from /usr/share/gobject-introspection-1.0/tests/regress.c:4:
  310. /usr/include/glib-2.0/gobject/gvaluetypes.h:231:13: note: expected 'struct GVariant *' but argument is of type 'const struct GVariant *'
  311. /usr/share/gobject-introspection-1.0/tests/regress.c: In function 'regress_test_array_fixed_out_objects':
  312. /usr/share/gobject-introspection-1.0/tests/regress.c:2606:31: warning: initialization from incompatible pointer type [enabled by default]
  313. /usr/share/gobject-introspection-1.0/tests/gimarshallingtests.c: In function '_callback':
  314. /usr/share/gobject-introspection-1.0/tests/gimarshallingtests.c:3793:5: warning: comparison between pointer and integer [enabled by default]
  315. CCLD libgjs-gdbus.la
  316. CXXLD libgjs.la
  317. GISCAN GjsDBus-1.0.gir
  318. CCLD console.la
  319. CCLD debugger.la
  320. CCLD langNative.la
  321. CCLD mainloop.la
  322. CCLD gettextNative.la
  323. CCLD libgjs-dbus.la
  324. CCLD system.la
  325. CCLD gjs-console
  326. CCLD cairoNative.la
  327. CCLD dbusNative.la
  328. CCLD libregress.la
  329. CCLD libgimarshallingtests.la
  330. GICOMP GjsDBus-1.0.gir
  331. make[1]: Leaving directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  332. >>> Source compiled.
  333. * Scanning for an open DISPLAY to start Xvfb ...
  334. * Starting Xvfb on $DISPLAY=2 ...
  335. make -j24 check
  336. TOP_SRCDIR=. DBUS_SESSION_BUS_ADDRESS='' XDG_DATA_HOME=test_user_data GJS_DEBUG_OUTPUT=test_user_data/logs/gjs.log BUILDDIR=. GJS_USE_UNINSTALLED_FILES=1 GJS_TEST_TIMEOUT=420 GI_TYPELIB_PATH=. LD_LIBRARY_PATH=":" G_FILENAME_ENCODING=latin1 ./scripts/make-tests . gjs/context.c gjs/jsapi-util-array.c gjs/jsapi-util-error.c gjs/jsapi-util-string.c gjs/stack.c util/glib.c
  337. CC gjs_tests-gjs-tests.o
  338. CC gjs_tests-context.o
  339. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-gjs-tests.o `test -f 'test/gjs-tests.c' || echo './'`test/gjs-tests.c
  340. CC gjs_tests-jsapi-util-array.o
  341. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-context.o `test -f 'gjs/context.c' || echo './'`gjs/context.c
  342. CC gjs_tests-jsapi-util-error.o
  343. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-jsapi-util-array.o `test -f 'gjs/jsapi-util-array.c' || echo './'`gjs/jsapi-util-array.c
  344. CC gjs_tests-jsapi-util-string.o
  345. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-jsapi-util-error.o `test -f 'gjs/jsapi-util-error.c' || echo './'`gjs/jsapi-util-error.c
  346. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-jsapi-util-string.o `test -f 'gjs/jsapi-util-string.c' || echo './'`gjs/jsapi-util-string.c
  347. CC gjs_tests-stack.o
  348. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-stack.o `test -f 'gjs/stack.c' || echo './'`gjs/stack.c
  349. CC gjs_tests-glib.o
  350. CC gjs_unit-gjs-unit.o
  351. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-glib.o `test -f 'util/glib.c' || echo './'`util/glib.c
  352. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_unit-gjs-unit.o `test -f 'test/gjs-unit.c' || echo './'`test/gjs-unit.c
  353. GEN Regress-1.0.gir
  354. GEN GIMarshallingTests-1.0.gir
  355. ./gjstest.h and ./gjstest.c appear to be unchanged, not updating
  356. CC gjs_tests-gjstest.o
  357. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -include ./test/test.h -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -DGJS_TOP_SRCDIR=\".\" -DGJS_JS_DIR=\"/usr/share/gjs-1.0\" -DGJS_NATIVE_DIR=\"/usr/lib64/gjs-1.0\" -DPKGLIBDIR=\"/usr/lib64/gjs\" -I./test -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -c -o gjs_tests-gjstest.o `test -f 'gjstest.c' || echo './'`gjstest.c
  358. CCLD gjs-unit
  359. CCLD gjs-tests
  360. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspectAFMlDD/GIMarshallingTests-1.0.o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspectAFMlDD/GIMarshallingTests-1.0.c
  361. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -c -o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspecttBjg79/Regress-1.0.o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspecttBjg79/Regress-1.0.c
  362. g-ir-scanner: link: ./libtool --mode=link --tag=CC gcc -o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspectAFMlDD/GIMarshallingTests-1.0 -export-dynamic -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspectAFMlDD/GIMarshallingTests-1.0.o -L. libgimarshallingtests.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  363. libtool: link: gcc -o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspectAFMlDD/.libs/GIMarshallingTests-1.0 -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspectAFMlDD/GIMarshallingTests-1.0.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libgimarshallingtests.so -lgirepository-1.0 -lffi -lmozjs185 -lplds4 -lplc4 -lnspr4 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/unused
  364. g-ir-scanner: link: ./libtool --mode=link --tag=CC gcc -o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspecttBjg79/Regress-1.0 -export-dynamic -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspecttBjg79/Regress-1.0.o -L. libregress.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  365. libtool: link: gcc -o /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspecttBjg79/.libs/Regress-1.0 -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/tmp-introspecttBjg79/Regress-1.0.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libregress.so -lgirepository-1.0 -lffi -lcairo-gobject -lcairo -lmozjs185 -lplds4 -lplc4 -lnspr4 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/unused
  366. GEN GIMarshallingTests-1.0.typelib
  367. GEN Regress-1.0.typelib
  368. Created config file ./uninstalled-test-bus.conf with ./test-services servicedir
  369. Running dbus-launch --config-file=./uninstalled-test-bus.conf
  370. Started bus pid 704259 at unix:abstract=/tmp/dbus--704244-298,guid=bde773c83ca31cd4b3af65eb4fdf4b45
  371. Created config file ./uninstalled-system-test-bus.conf with ./test-system-services servicedir
  372. Running dbus-daemon --fork --print-pid --config-file=./uninstalled-system-test-bus.conf
  373. Started bus pid 704263 at unix:abstract=/tmp/dbus--704244-2788-system
  374. Running with dbus: gtester --verbose gjs-tests gjs-unit with stderr to test_user_data/logs/stderr.log
  375. TEST: gjs-tests... (pid=704266)
  376. /gjs/context/construct/destroy: FAIL
  377. GTester: last random seed: R02S73f88c011aef91cd1c2db253fc1c6893
  378. Terminated
  379. killing message bus 704259
  380. killing message bus 704263
  381. ./test/run-with-dbus: script "gtester" failed
  382. make: *** [test] Error 1
  383. * ERROR: dev-libs/gjs-1.32.0 failed (test phase):
  384. * emake failed
  385. *
  386. * If you need support, post the output of `emerge --info '=dev-libs/gjs-1.32.0'`,
  387. * the complete build log and the output of `emerge -pqv '=dev-libs/gjs-1.32.0'`.
  388. * The complete build log is located at '/var/log/portage/dev-libs:gjs-1.32.0:20120618-153719.log'.
  389. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-libs/gjs-1.32.0/temp/build.log'.
  390. * The ebuild environment file is located at '/tmp/portage/dev-libs/gjs-1.32.0/temp/environment'.
  391. * Working directory: '/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  392. * S: '/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  393. >>> Install gjs-1.32.0 into /tmp/portage/dev-libs/gjs-1.32.0/image/ category dev-libs
  394. make -j24 DESTDIR=/tmp/portage/dev-libs/gjs-1.32.0/image/ 'scrollkeeper_localstate_dir=/tmp/portage/dev-libs/gjs-1.32.0/image//var/lib/scrollkeeper ' -j1 install
  395. make install-am
  396. make[1]: Entering directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  397. make[2]: Entering directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  398. test -z "/usr/lib64" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64"
  399. /bin/sh ./libtool --mode=install /usr/bin/install -c libgjs.la libgjs-dbus.la libgjs-gdbus.la '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64'
  400. libtool: install: /usr/bin/install -c .libs/libgjs.so.0.0.0 /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/libgjs.so.0.0.0
  401. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64 && { ln -s -f libgjs.so.0.0.0 libgjs.so.0 || { rm -f libgjs.so.0 && ln -s libgjs.so.0.0.0 libgjs.so.0; }; })
  402. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64 && { ln -s -f libgjs.so.0.0.0 libgjs.so || { rm -f libgjs.so && ln -s libgjs.so.0.0.0 libgjs.so; }; })
  403. libtool: install: /usr/bin/install -c .libs/libgjs.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/libgjs.la
  404. libtool: install: warning: relinking `libgjs-dbus.la'
  405. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -no-undefined -Wl,-O1 -Wl,--as-needed -o libgjs-dbus.la -rpath /usr/lib64 libgjs_dbus_la-dbus.lo libgjs_dbus_la-dbus-signals.lo libgjs_dbus_la-dbus-proxy.lo libgjs.la -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  406. libtool: install: /usr/bin/install -c .libs/libgjs-dbus.so.0.0.0T /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/libgjs-dbus.so.0.0.0
  407. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64 && { ln -s -f libgjs-dbus.so.0.0.0 libgjs-dbus.so.0 || { rm -f libgjs-dbus.so.0 && ln -s libgjs-dbus.so.0.0.0 libgjs-dbus.so.0; }; })
  408. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64 && { ln -s -f libgjs-dbus.so.0.0.0 libgjs-dbus.so || { rm -f libgjs-dbus.so && ln -s libgjs-dbus.so.0.0.0 libgjs-dbus.so; }; })
  409. libtool: install: /usr/bin/install -c .libs/libgjs-dbus.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/libgjs-dbus.la
  410. libtool: install: /usr/bin/install -c .libs/libgjs-gdbus.so.0.0.0 /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/libgjs-gdbus.so.0.0.0
  411. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64 && { ln -s -f libgjs-gdbus.so.0.0.0 libgjs-gdbus.so.0 || { rm -f libgjs-gdbus.so.0 && ln -s libgjs-gdbus.so.0.0.0 libgjs-gdbus.so.0; }; })
  412. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64 && { ln -s -f libgjs-gdbus.so.0.0.0 libgjs-gdbus.so || { rm -f libgjs-gdbus.so && ln -s libgjs-gdbus.so.0.0.0 libgjs-gdbus.so; }; })
  413. libtool: install: /usr/bin/install -c .libs/libgjs-gdbus.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/libgjs-gdbus.la
  414. libtool: install: warning: remember to run `libtool --finish /usr/lib64'
  415. test -z "/usr/bin" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/bin"
  416. /bin/sh ./libtool --mode=install /usr/bin/install -c gjs-console '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/bin'
  417. libtool: install: warning: `libgjs.la' has not been installed in `/usr/lib64'
  418. libtool: install: /usr/bin/install -c .libs/gjs-console /tmp/portage/dev-libs/gjs-1.32.0/image//usr/bin/gjs-console
  419. make install-exec-hook
  420. make[3]: Entering directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  421. (cd /tmp/portage/dev-libs/gjs-1.32.0/image//usr/bin && ln -sf gjs-console gjs)
  422. make[3]: Leaving directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  423. test -z "/usr/share/gjs-1.0" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gjs-1.0"
  424. /usr/bin/install -c -m 644 modules/gettext.js modules/lang.js modules/jsUnit.js modules/signals.js modules/cairo.js modules/dbus.js modules/promise.js '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gjs-1.0'
  425. test -z "/usr/share/gjs-1.0/overrides" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gjs-1.0/overrides"
  426. /usr/bin/install -c -m 644 modules/overrides/GLib.js modules/overrides/Gio.js modules/overrides/GObject.js '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gjs-1.0/overrides'
  427. test -z "/usr/share/gjs-1.0/tweener" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gjs-1.0/tweener"
  428. /usr/bin/install -c -m 644 modules/tweener/equations.js modules/tweener/tweener.js modules/tweener/tweenList.js '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gjs-1.0/tweener'
  429. test -z "/usr/share/gir-1.0" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gir-1.0"
  430. /usr/bin/install -c -m 644 GjsDBus-1.0.gir '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/share/gir-1.0'
  431. test -z "/usr/include/gjs-1.0/gjs-dbus" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gjs-dbus"
  432. /usr/bin/install -c -m 644 gjs-dbus/dbus.h gjs-dbus/dbus-proxy.h '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gjs-dbus'
  433. test -z "/usr/lib64/gjs-1.0" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0"
  434. /bin/sh ./libtool --mode=install /usr/bin/install -c console.la debugger.la langNative.la mainloop.la gettextNative.la dbusNative.la cairoNative.la system.la '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0'
  435. libtool: install: warning: relinking `console.la'
  436. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o console.la -rpath /usr/lib64/gjs-1.0 console_la-console.lo libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -lreadline -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  437. libtool: install: /usr/bin/install -c .libs/console.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/console.so
  438. libtool: install: /usr/bin/install -c .libs/console.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/console.la
  439. libtool: install: warning: relinking `debugger.la'
  440. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o debugger.la -rpath /usr/lib64/gjs-1.0 debugger_la-debugger.lo libgjs.la libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  441. libtool: install: /usr/bin/install -c .libs/debugger.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/debugger.so
  442. libtool: install: /usr/bin/install -c .libs/debugger.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/debugger.la
  443. libtool: install: warning: relinking `langNative.la'
  444. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o langNative.la -rpath /usr/lib64/gjs-1.0 langNative_la-lang.lo libgjs.la libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  445. libtool: install: /usr/bin/install -c .libs/langNative.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/langNative.so
  446. libtool: install: /usr/bin/install -c .libs/langNative.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/langNative.la
  447. libtool: install: warning: relinking `mainloop.la'
  448. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o mainloop.la -rpath /usr/lib64/gjs-1.0 mainloop_la-mainloop.lo libgjs.la libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  449. libtool: install: /usr/bin/install -c .libs/mainloop.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/mainloop.so
  450. libtool: install: /usr/bin/install -c .libs/mainloop.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/mainloop.la
  451. libtool: install: warning: relinking `gettextNative.la'
  452. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o gettextNative.la -rpath /usr/lib64/gjs-1.0 gettextNative_la-gettext-native.lo libgjs.la libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  453. libtool: install: /usr/bin/install -c .libs/gettextNative.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/gettextNative.so
  454. libtool: install: /usr/bin/install -c .libs/gettextNative.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/gettextNative.la
  455. libtool: install: warning: relinking `dbusNative.la'
  456. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o dbusNative.la -rpath /usr/lib64/gjs-1.0 dbusNative_la-dbus-exports.lo dbusNative_la-dbus-values.lo dbusNative_la-dbus.lo libgjs.la libgjs-dbus.la libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  457. libtool: install: /usr/bin/install -c .libs/dbusNative.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/dbusNative.so
  458. libtool: install: /usr/bin/install -c .libs/dbusNative.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/dbusNative.la
  459. libtool: install: warning: relinking `cairoNative.la'
  460. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/js -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o cairoNative.la -rpath /usr/lib64/gjs-1.0 cairoNative_la-cairo-context.lo cairoNative_la-cairo-path.lo cairoNative_la-cairo-surface.lo cairoNative_la-cairo-image-surface.lo cairoNative_la-cairo-ps-surface.lo cairoNative_la-cairo-pdf-surface.lo cairoNative_la-cairo-svg-surface.lo cairoNative_la-cairo-pattern.lo cairoNative_la-cairo-gradient.lo cairoNative_la-cairo-linear-gradient.lo cairoNative_la-cairo-radial-gradient.lo cairoNative_la-cairo-surface-pattern.lo cairoNative_la-cairo-solid-pattern.lo cairoNative_la-cairo.lo libgjs.la libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  461. libtool: install: /usr/bin/install -c .libs/cairoNative.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/cairoNative.so
  462. libtool: install: /usr/bin/install -c .libs/cairoNative.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/cairoNative.la
  463. libtool: install: warning: relinking `system.la'
  464. libtool: install: (cd /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0; /bin/sh /tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -DGJS_COMPILATION -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/include/js -I/usr/include/nspr -Wnested-externs -Wmissing-prototypes -Wsign-compare -Wcast-align -Wpointer-arith -Wmissing-declarations -Wchar-subscripts -Wall -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -no-undefined -rdynamic -Wl,-O1 -Wl,--as-needed -o system.la -rpath /usr/lib64/gjs-1.0 system_la-system.lo libgjs.la -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lgobject-2.0 -lglib-2.0 -lmozjs185 -lplds4 -lplc4 -lnspr4 -inst-prefix-dir /tmp/portage/dev-libs/gjs-1.32.0/image/)
  465. libtool: install: /usr/bin/install -c .libs/system.soT /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/system.so
  466. libtool: install: /usr/bin/install -c .libs/system.lai /tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/gjs-1.0/system.la
  467. libtool: install: warning: remember to run `libtool --finish /usr/lib64/gjs-1.0'
  468. test -z "/usr/include/gjs-1.0" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0"
  469. /bin/mkdir -p '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gi'
  470. /usr/bin/install -c -m 644 gi/ns.h gi/object.h gi/foreign.h gi/param.h gi/repo.h gi/union.h gi/value.h gi/arg.h gi/boxed.h gi/closure.h gi/enumeration.h gi/function.h gi/keep-alive.h gi/interface.h gi/gtype.h '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gi'
  471. /bin/mkdir -p '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gjs'
  472. /usr/bin/install -c -m 644 gjs/gjs-module.h gjs/compat.h gjs/byteArray.h gjs/importer.h gjs/jsapi-util.h gjs/mem.h gjs/native.h '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gjs'
  473. test -z "/usr/include/gjs-1.0" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0"
  474. /bin/mkdir -p '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gjs'
  475. /usr/bin/install -c -m 644 gjs/context.h gjs/gjs.h '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/include/gjs-1.0/gjs'
  476. test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/pkgconfig"
  477. /usr/bin/install -c -m 644 gjs-1.0.pc gjs-internals-1.0.pc gjs-dbus-1.0.pc '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/pkgconfig'
  478. test -z "" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image/"
  479. test -z "/usr/lib64/girepository-1.0" || /bin/mkdir -p "/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/girepository-1.0"
  480. /usr/bin/install -c -m 644 GjsDBus-1.0.typelib '/tmp/portage/dev-libs/gjs-1.32.0/image//usr/lib64/girepository-1.0'
  481. make[2]: Leaving directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  482. make[1]: Leaving directory `/tmp/portage/dev-libs/gjs-1.32.0/work/gjs-1.32.0'
  483. * Removing .la files ...
  484. [ ok ]
  485. * PT PaX marking -mr
  486. * /tmp/portage/dev-libs/gjs-1.32.0/image//usr/bin/gjs-console
  487. >>> Completed installing gjs-1.32.0 into /tmp/portage/dev-libs/gjs-1.32.0/image/
  488. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  489. usr/bin/gjs-console
  490. usr/lib64/gjs-1.0/system.so
  491. usr/lib64/gjs-1.0/gettextNative.so
  492. usr/lib64/gjs-1.0/cairoNative.so
  493. usr/lib64/gjs-1.0/dbusNative.so
  494. usr/lib64/gjs-1.0/mainloop.so
  495. usr/lib64/gjs-1.0/debugger.so
  496. usr/lib64/gjs-1.0/langNative.so
  497. usr/lib64/libgjs-gdbus.so.0.0.0
  498. usr/lib64/gjs-1.0/console.so
  499. usr/lib64/libgjs-dbus.so.0.0.0
  500. usr/lib64/libgjs.so.0.0.0
  501. ecompressdir: bzip2 -9 /usr/share/doc
  502. * Updating desktop mime database ...
  503. * Updating shared mime info database ...