Ticket #69603: gjs-build-meson.txt

File gjs-build-meson.txt, 31.6 KB (added by christophecvr (christophecvr), 6 weeks ago)

Log of build gjs version without port. There we have the trace what is failing. That check is causing the x86_64 missing lib error.

Line 
1macbookprocvr-2:gjs-1.80.1 christophe$ meson setup ./build --prefix=/opt/local -Dprofiler=disabled -Dskip_dbus_tests=true -Dskip_gtk_tests=true -Dbsymbolic_functions=false
2The Meson build system
3Version: 1.4.0
4Source dir: /opt/mports/CVRWORK/gjs-1.80.1
5Build dir: /opt/mports/CVRWORK/gjs-1.80.1/build
6Build type: native build
7Project name: gjs
8Project version: 1.80.1
9C compiler for the host machine: cc (clang 10.0.0 "Apple LLVM version 10.0.0 (clang-1000.11.45.5)")
10C linker for the host machine: cc ld64 409.12
11C++ compiler for the host machine: c++ (clang 10.0.0 "Apple LLVM version 10.0.0 (clang-1000.11.45.5)")
12C++ linker for the host machine: c++ ld64 409.12
13Host machine cpu family: x86_64
14Host machine cpu: x86_64
15Compiler for C++ supports arguments -fno-strict-aliasing: YES
16Compiler for C++ supports arguments -Wno-variadic-macros: YES
17Compiler for C++ supports arguments -Wno-missing-field-initializers: YES
18Compiler for C++ supports arguments -Wno-dangling-pointer: NO
19Compiler for C supports arguments -Wno-typedef-redefinition: YES
20Found pkg-config: YES (/opt/local/bin/pkg-config) 0.29.2
21Run-time dependency glib-2.0 found: YES 2.78.4
22Run-time dependency gthread-2.0 found: YES 2.78.4
23Run-time dependency gobject-2.0 found: YES 2.78.4
24Run-time dependency gio-2.0 found: YES 2.78.4
25Run-time dependency libffi found: YES 3.4.6
26Run-time dependency gobject-introspection-1.0 found: YES 1.78.1
27Run-time dependency mozjs-115 found: YES 115.2.0
28Run-time dependency cairo found: YES 1.17.6
29Run-time dependency cairo-gobject found: YES 1.17.6
30Run-time dependency cairo-xlib found: YES 1.17.6
31Dependency sysprof-capture-4 skipped: feature profiler disabled
32Library readline found: YES
33Checking if "64-bit atomics built-in" : links: YES
34Checking if "SpiderMonkey is a non-debug build" with dependency mozjs-115 compiles: YES
35Checking if "SpiderMonkey sanity check" with dependency mozjs-115 runs: YES
36Checking if "printf() supports %I alternative int syntax" compiles: NO
37Program dtrace found: YES (/usr/sbin/dtrace)
38Program dbus-run-session found: YES (/opt/local/bin/dbus-run-session)
39Program glib-compile-schemas found: YES (/opt/local/bin/glib-compile-schemas)
40Check usable header "readline/readline.h" : YES
41Check usable header "sys/syscall.h" : YES
42Check usable header "unistd.h" : YES
43Check usable header "signal.h" : YES
44Configuring config.h using configuration
45Configuring gjs.stp using configuration
46Dependency gio-2.0 found: YES 2.78.4 (cached)
47Program /opt/local/bin/glib-compile-resources found: YES (/opt/local/bin/glib-compile-resources)
48meson.build:570: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof..
49meson.build:572: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof..
50Compiler for C++ supports link arguments -Wl,--version-script,/opt/mports/CVRWORK/gjs-1.80.1/libgjs.map: NO
51Compiler for C++ supports link arguments -Wl,-exported_symbols_list,/opt/mports/CVRWORK/gjs-1.80.1/libgjs.symbols: YES
52Dependency gobject-introspection-1.0 found: YES 1.78.1 (cached)
53Dependency gobject-introspection-1.0 found: YES 1.78.1 (cached)
54Program /opt/local/bin/g-ir-scanner found: YES (/opt/local/bin/g-ir-scanner)
55Dependency gobject-introspection-1.0 found: YES 1.78.1 (cached)
56Program /opt/local/bin/g-ir-compiler found: YES (/opt/local/bin/g-ir-compiler)
57Configuring testCommandLine.sh.test using configuration
58Configuring testCommandLineModules.sh.test using configuration
59Configuring testWarnings.sh.test using configuration
60Dependency gio-2.0 found: YES 2.78.4 (cached)
61Program /opt/local/bin/glib-compile-resources found: YES (/opt/local/bin/glib-compile-resources)
62Dependency gio-2.0 found: YES 2.78.4 (cached)
63Program /opt/local/bin/glib-compile-schemas found: YES (/opt/local/bin/glib-compile-schemas)
64Configuring testself.test using configuration
65Configuring testByteArray.test using configuration
66Configuring testExceptions.test using configuration
67Configuring testFormat.test using configuration
68Configuring testFundamental.test using configuration
69Configuring testGettext.test using configuration
70Configuring testGIMarshalling.test using configuration
71Configuring testGio.test using configuration
72Configuring testGLib.test using configuration
73Configuring testGObject.test using configuration
74Configuring testGObjectClass.test using configuration
75Configuring testGObjectInterface.test using configuration
76Configuring testGObjectValue.test using configuration
77Configuring testGTypeClass.test using configuration
78Configuring testImporter.test using configuration
79Configuring testImporter2.test using configuration
80Configuring testIntrospection.test using configuration
81Configuring testLang.test using configuration
82Configuring testLegacyByteArray.test using configuration
83Configuring testLegacyClass.test using configuration
84Configuring testLegacyGObject.test using configuration
85Configuring testMainloop.test using configuration
86Configuring testNamespace.test using configuration
87Configuring testPackage.test using configuration
88Configuring testParamSpec.test using configuration
89Configuring testPrint.test using configuration
90Configuring testPromise.test using configuration
91Configuring testRegress.test using configuration
92Configuring testSignals.test using configuration
93Configuring testSystem.test using configuration
94Configuring testTweener.test using configuration
95Configuring testWarnLib.test using configuration
96Configuring testCairo.test using configuration
97Configuring testGDBus.test using configuration
98Configuring testAsync.test using configuration
99Configuring testConsole.test using configuration
100Configuring testESModules.test using configuration
101Configuring testAsyncMainloop.test using configuration
102Configuring testEncoding.test using configuration
103Configuring testGLibLogWriter.test using configuration
104Configuring testGlobal.test using configuration
105Configuring testTimers.test using configuration
106Configuring testWeakRef.test using configuration
107Configuring testCairoModule.test using configuration
108Program debugger-test.sh found: YES (/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/debugger-test.sh)
109Configuring backtrace.test using configuration
110Configuring breakpoint.test using configuration
111Configuring continue.test using configuration
112Configuring delete.test using configuration
113Configuring detach.test using configuration
114Configuring down-up.test using configuration
115Configuring finish.test using configuration
116Configuring frame.test using configuration
117Configuring keys.test using configuration
118Configuring lastvalues.test using configuration
119Configuring list.test using configuration
120Configuring next.test using configuration
121Configuring print.test using configuration
122Configuring quit.test using configuration
123Configuring return.test using configuration
124Configuring set.test using configuration
125Configuring step.test using configuration
126Configuring throw.test using configuration
127Configuring throw-ignored.test using configuration
128Configuring until.test using configuration
129Dependency gio-2.0 found: YES 2.78.4 (cached)
130Program /opt/local/bin/glib-compile-resources found: YES (/opt/local/bin/glib-compile-resources)
131meson.build:751: WARNING: Your copy of SpiderMonkey is not debug-enabled, but you are
132building a debug or debugoptimized build. This will make development more
133difficult. Consider reconfiguring SpiderMonkey with --enable-debug.
134meson.build:761: WARNING: Not using GTK, not all tests will be run.
135meson.build:765: WARNING: Not using DBus, not all tests will be run.
136Build targets in project: 30
137NOTICE: Future-deprecated features used:
138 * 0.61.0: {'"gnome.generate_gir" keyword argument "install_dir_gir" value "False"'}
139 * 0.62.0: {'pkgconfig.generate variable for builtin directories'}
140WARNING: Broken features used:
141 * 1.3.0: {'str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof.'}
142
143gjs 1.80.1
144
145  Directories
146    prefix                : /opt/local
147    bindir                : /opt/local/bin
148    libdir                : /opt/local/lib
149    datadir               : /opt/local/share
150
151  Dependencies
152    libffi                : 3.4.6 (in /opt/local)
153    GLib                  : 2.78.4 (in /opt/local)
154    GObject introspection : 1.78.1 (in /opt/local)
155    SpiderMonkey          : 115.2.0 (in /opt/local, release build)
156    Readline              : (library)
157
158  Build options
159    Build type            : debug
160    Installed tests       : YES
161    -Bsymbolic-functions  : NO
162    Skip DBus tests       : YES
163    Skip GTK tests        : YES
164    Extra debug logs      : NO
165    Precompiled headers   : YES
166
167  Optional features
168    Cairo module          : YES
169    Use readline for input: YES
170    Profiler (Linux only) : NO
171    Dtrace debugging      : NO
172    Systemtap debugging   : NO
173
174  User defined options
175    prefix                : /opt/local
176    bsymbolic_functions   : false
177    profiler              : disabled
178    skip_dbus_tests       : true
179    skip_gtk_tests        : true
180
181Found ninja-1.11.1 at /opt/local/bin/ninja
182macbookprocvr-2:gjs-1.80.1 christophe$ cd build/
183macbookprocvr-2:build christophe$ ninja -v install
184[1/123] /opt/local/bin/glib-compile-resources ../js.gresource.xml --sourcedir .. --c-name js_resources --internal --generate --target js-resources.h
185[2/123] /opt/local/bin/glib-compile-resources ../js.gresource.xml --sourcedir .. --c-name js_resources --internal --generate --target js-resources.c --dependency-file js-resources.c.d
186[3/123] /opt/local/bin/glib-compile-resources ../installed-tests/js/jsunit.gresources.xml --sourcedir ../installed-tests/js --c-name jsunit_resources --internal --generate --target installed-tests/js/jsunit-resources.c --dependency-file installed-tests/js/jsunit-resources.c.d
187[4/123] cc -Ilibgjs.0.dylib.p -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ libgjs.0.dylib.p/libgjs-private_gjs-gdbus-wrapper.c.o -MF libgjs.0.dylib.p/libgjs-private_gjs-gdbus-wrapper.c.o.d -o libgjs.0.dylib.p/libgjs-private_gjs-gdbus-wrapper.c.o -c ../libgjs-private/gjs-gdbus-wrapper.c
188[5/123] cc -Ilibgjs.0.dylib.p -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ libgjs.0.dylib.p/meson-generated_.._js-resources.c.o -MF libgjs.0.dylib.p/meson-generated_.._js-resources.c.o.d -o libgjs.0.dylib.p/meson-generated_.._js-resources.c.o -c js-resources.c
189[6/123] /opt/local/bin/glib-compile-resources ../installed-tests/js/jsunit.gresources.xml --sourcedir ../installed-tests/js --c-name jsunit_resources --internal --generate --target installed-tests/js/jsunit-resources.h
190[7/123] cc -Ilibgjs.0.dylib.p -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ libgjs.0.dylib.p/libgjs-private_gjs-util.c.o -MF libgjs.0.dylib.p/libgjs-private_gjs-util.c.o.d -o libgjs.0.dylib.p/libgjs-private_gjs-util.c.o -c ../libgjs-private/gjs-util.c
191[8/123] cc -Iinstalled-tests/js/minijasmine.p -Iinstalled-tests/js -I../installed-tests/js -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ installed-tests/js/minijasmine.p/meson-generated_.._jsunit-resources.c.o -MF installed-tests/js/minijasmine.p/meson-generated_.._jsunit-resources.c.o.d -o installed-tests/js/minijasmine.p/meson-generated_.._jsunit-resources.c.o -c installed-tests/js/jsunit-resources.c
192[9/123] c++ -Iinstalled-tests/js/minijasmine.p -Iinstalled-tests/js -I../installed-tests/js -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -Wall -Winvalid-pch -Wextra -std=c++17 -fno-exceptions -fno-rtti -O0 -g -fno-strict-aliasing -Wno-variadic-macros -Wno-missing-field-initializers -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' '-DINSTTESTDIR="/opt/local/libexec/installed-tests/gjs"' -MD -MQ installed-tests/js/minijasmine.p/.._minijasmine.cpp.o -MF installed-tests/js/minijasmine.p/.._minijasmine.cpp.o.d -o installed-tests/js/minijasmine.p/.._minijasmine.cpp.o -c ../installed-tests/minijasmine.cpp
193[10/123] cc -Iinstalled-tests/js/libregress.dylib.p -Iinstalled-tests/js -I../installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -Wno-error -MD -MQ installed-tests/js/libregress.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_regress.c.o -MF installed-tests/js/libregress.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_regress.c.o.d -o installed-tests/js/libregress.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_regress.c.o -c /opt/local/share/gobject-introspection-1.0/tests/regress.c
194/opt/local/share/gobject-introspection-1.0/tests/regress.c:873:39: warning: unused parameter 'x' [-Wunused-parameter]
195regress_test_array_static_in_int (int x[static 10])
196                                      ^
1971 warning generated.
198[11/123] cc  -o installed-tests/js/libregress.dylib installed-tests/js/libregress.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_regress.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libregress.dylib -Wl,-rpath,/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libcairo-gobject.dylib
199[12/123] cc -Iinstalled-tests/js/libwarnlib.dylib.p -Iinstalled-tests/js -I../installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -Wno-error -MD -MQ installed-tests/js/libwarnlib.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_warnlib.c.o -MF installed-tests/js/libwarnlib.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_warnlib.c.o.d -o installed-tests/js/libwarnlib.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_warnlib.c.o -c /opt/local/share/gobject-introspection-1.0/tests/warnlib.c
200[13/123] cc  -o installed-tests/js/libwarnlib.dylib installed-tests/js/libwarnlib.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_warnlib.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libwarnlib.dylib -Wl,-rpath,/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgio-2.0.dylib
201[14/123] cc -Iinstalled-tests/js/libgimarshallingtests.dylib.p -Iinstalled-tests/js -I../installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c99 -O0 -g -Wno-typedef-redefinition -Wno-error -MD -MQ installed-tests/js/libgimarshallingtests.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_gimarshallingtests.c.o -MF installed-tests/js/libgimarshallingtests.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_gimarshallingtests.c.o.d -o installed-tests/js/libgimarshallingtests.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_gimarshallingtests.c.o -c /opt/local/share/gobject-introspection-1.0/tests/gimarshallingtests.c
202[15/123] cc  -o installed-tests/js/libgimarshallingtests.dylib installed-tests/js/libgimarshallingtests.dylib.p/_opt_local_share_gobject-introspection-1.0_tests_gimarshallingtests.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libgimarshallingtests.dylib -Wl,-rpath,/opt/local/lib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgio-2.0.dylib
203[16/123] c++ -Igjs-console.p -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -Wall -Winvalid-pch -Wextra -std=c++17 -fno-exceptions -fno-rtti -O0 -g -fno-strict-aliasing -Wno-variadic-macros -Wno-missing-field-initializers -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ gjs-console.p/gjs_console.cpp.o -MF gjs-console.p/gjs_console.cpp.o.d -o gjs-console.p/gjs_console.cpp.o -c ../gjs/console.cpp
204[17/123] env PKG_CONFIG_PATH=/opt/mports/CVRWORK/gjs-1.80.1/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=WarnLib --nsversion=1.0 --warn-all --output installed-tests/js/WarnLib-1.0.gir --c-include=warnlib.h -I/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/js -I/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/share/gobject-introspection-1.0/tests --filelist=/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js/libwarnlib.dylib.p/WarnLib_1.0_gir_filelist --include=Gio-2.0 --symbol-prefix=warnlib_ --cflags-begin -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 --cflags-end --add-include-path=/opt/local/share/gir-1.0 -L/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js --library warnlib -L/opt/local/lib -L/opt/local/lib --extra-library=glib-2.0 --extra-library=intl --extra-library=gobject-2.0 --extra-library=gio-2.0 --extra-library=girepository-1.0 --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/ --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/build/
205FAILED: installed-tests/js/WarnLib-1.0.gir
206env PKG_CONFIG_PATH=/opt/mports/CVRWORK/gjs-1.80.1/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=WarnLib --nsversion=1.0 --warn-all --output installed-tests/js/WarnLib-1.0.gir --c-include=warnlib.h -I/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/js -I/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/share/gobject-introspection-1.0/tests --filelist=/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js/libwarnlib.dylib.p/WarnLib_1.0_gir_filelist --include=Gio-2.0 --symbol-prefix=warnlib_ --cflags-begin -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 --cflags-end --add-include-path=/opt/local/share/gir-1.0 -L/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js --library warnlib -L/opt/local/lib -L/opt/local/lib --extra-library=glib-2.0 --extra-library=intl --extra-library=gobject-2.0 --extra-library=gio-2.0 --extra-library=girepository-1.0 --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/ --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/build/
207../../../../local/share/gobject-introspection-1.0/tests/warnlib.h:33: Warning: WarnLib: symbol='do_moo': missing parameter name; undocumentable
208../../../../local/share/gobject-introspection-1.0/tests/warnlib.h:33: Warning: WarnLib: symbol='do_moo': missing parameter name; undocumentable
209../../../../local/share/gobject-introspection-1.0/tests/warnlib.h:39: Warning: WarnLib: symbol='warnlib_whatever_do_moo': missing parameter name; undocumentable
210../../../../local/share/gobject-introspection-1.0/tests/warnlib.h:39: Warning: WarnLib: symbol='warnlib_whatever_do_moo': missing parameter name; undocumentable
211../../../../local/share/gobject-introspection-1.0/tests/warnlib.h:41: Warning: WarnLib: symbol='warnlib_whatever_do_boo': missing parameter name; undocumentable
212../../../../local/share/gobject-introspection-1.0/tests/warnlib.h:41: Warning: WarnLib: symbol='warnlib_whatever_do_boo': missing parameter name; undocumentable
213dyld: Symbol not found: __cg_jpeg_resync_to_restart
214  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
215  Expected in: /opt/local/lib/libJPEG.dylib
216 in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
217Command '['/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspecta9yp0rlq/WarnLib-1.0', '--introspect-dump=/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspecta9yp0rlq/functions.txt,/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspecta9yp0rlq/dump.xml']' died with <Signals.SIGABRT: 6>.
218[18/123] env PKG_CONFIG_PATH=/opt/mports/CVRWORK/gjs-1.80.1/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=Regress --nsversion=1.0 --warn-all --output installed-tests/js/Regress-1.0.gir --warn-all -I/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/js -I/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/share/gobject-introspection-1.0/tests --filelist=/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js/libregress.dylib.p/Regress_1.0_gir_filelist --include=Gio-2.0 --include=cairo-1.0 --symbol-prefix=regress_ --identifier-prefix=Regress --cflags-begin -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gobject-introspection-1.0 --cflags-end --add-include-path=/opt/local/share/gir-1.0 -L/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js --library regress -L/opt/local/lib -L/opt/local/lib --extra-library=glib-2.0 --extra-library=intl --extra-library=gobject-2.0 --extra-library=gio-2.0 --extra-library=cairo --extra-library=cairo-gobject --extra-library=girepository-1.0 --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/ --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/build/
219FAILED: installed-tests/js/Regress-1.0.gir
220env PKG_CONFIG_PATH=/opt/mports/CVRWORK/gjs-1.80.1/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=Regress --nsversion=1.0 --warn-all --output installed-tests/js/Regress-1.0.gir --warn-all -I/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/js -I/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/share/gobject-introspection-1.0/tests --filelist=/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js/libregress.dylib.p/Regress_1.0_gir_filelist --include=Gio-2.0 --include=cairo-1.0 --symbol-prefix=regress_ --identifier-prefix=Regress --cflags-begin -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gobject-introspection-1.0 --cflags-end --add-include-path=/opt/local/share/gir-1.0 -L/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js --library regress -L/opt/local/lib -L/opt/local/lib --extra-library=glib-2.0 --extra-library=intl --extra-library=gobject-2.0 --extra-library=gio-2.0 --extra-library=cairo --extra-library=cairo-gobject --extra-library=girepository-1.0 --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/ --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/build/
221dyld: Symbol not found: __cg_jpeg_resync_to_restart
222  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
223  Expected in: /opt/local/lib/libJPEG.dylib
224 in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
225Command '['/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspectxlvxv97f/Regress-1.0', '--introspect-dump=/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspectxlvxv97f/functions.txt,/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspectxlvxv97f/dump.xml']' died with <Signals.SIGABRT: 6>.
226[19/123] c++ -Ilibgjs-jsapi.a.p -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -Wall -Winvalid-pch -Wextra -std=c++17 -fno-exceptions -fno-rtti -O0 -g -fno-strict-aliasing -Wno-variadic-macros -Wno-missing-field-initializers -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ libgjs-jsapi.a.p/gjs_pch.hh.pch -MF libgjs-jsapi.a.p/gjs_pch.hh.pch.d -o libgjs-jsapi.a.p/gjs_pch.hh.pch -c ../gjs/gjs_pch.hh
227[20/123] c++ -Ilibgjs-internal.a.p -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -Wall -Winvalid-pch -Wextra -std=c++17 -fno-exceptions -fno-rtti -O0 -g -fno-strict-aliasing -Wno-variadic-macros -Wno-missing-field-initializers -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ libgjs-internal.a.p/gjs_pch.hh.pch -MF libgjs-internal.a.p/gjs_pch.hh.pch.d -o libgjs-internal.a.p/gjs_pch.hh.pch -c ../gjs/gjs_pch.hh
228[21/123] env PKG_CONFIG_PATH=/opt/mports/CVRWORK/gjs-1.80.1/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=GIMarshallingTests --nsversion=1.0 --warn-all --output installed-tests/js/GIMarshallingTests-1.0.gir -I/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/js -I/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/share/gobject-introspection-1.0/tests --filelist=/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js/libgimarshallingtests.dylib.p/GIMarshallingTests_1.0_gir_filelist --include=Gio-2.0 --symbol-prefix=gi_marshalling_tests_ --cflags-begin -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 --cflags-end --add-include-path=/opt/local/share/gir-1.0 -L/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js --library gimarshallingtests -L/opt/local/lib -L/opt/local/lib --extra-library=glib-2.0 --extra-library=intl --extra-library=gobject-2.0 --extra-library=gio-2.0 --extra-library=girepository-1.0 --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/ --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/build/
229FAILED: installed-tests/js/GIMarshallingTests-1.0.gir
230env PKG_CONFIG_PATH=/opt/mports/CVRWORK/gjs-1.80.1/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=GIMarshallingTests --nsversion=1.0 --warn-all --output installed-tests/js/GIMarshallingTests-1.0.gir -I/opt/mports/CVRWORK/gjs-1.80.1/installed-tests/js -I/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/share/gobject-introspection-1.0/tests --filelist=/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js/libgimarshallingtests.dylib.p/GIMarshallingTests_1.0_gir_filelist --include=Gio-2.0 --symbol-prefix=gi_marshalling_tests_ --cflags-begin -I/opt/local/share/gobject-introspection-1.0/tests -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 --cflags-end --add-include-path=/opt/local/share/gir-1.0 -L/opt/mports/CVRWORK/gjs-1.80.1/build/installed-tests/js --library gimarshallingtests -L/opt/local/lib -L/opt/local/lib --extra-library=glib-2.0 --extra-library=intl --extra-library=gobject-2.0 --extra-library=gio-2.0 --extra-library=girepository-1.0 --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/ --sources-top-dirs /opt/mports/CVRWORK/gjs-1.80.1/build/
231dyld: Symbol not found: __cg_jpeg_resync_to_restart
232  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
233  Expected in: /opt/local/lib/libJPEG.dylib
234 in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
235Command '['/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspectmtbj7tid/GIMarshallingTests-1.0', '--introspect-dump=/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspectmtbj7tid/functions.txt,/opt/mports/CVRWORK/gjs-1.80.1/build/tmp-introspectmtbj7tid/dump.xml']' died with <Signals.SIGABRT: 6>.
236[22/123] c++ -Iinstalled-tests/js/libgjstesttools/libgjstesttools.dylib.p -Iinstalled-tests/js/libgjstesttools -I../installed-tests/js/libgjstesttools -I. -I.. -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -Wall -Winvalid-pch -Wextra -std=c++17 -fno-exceptions -fno-rtti -O0 -g -fno-strict-aliasing -Wno-variadic-macros -Wno-missing-field-initializers -isystem /opt/local/include/mozjs-115 -DGJS_COMPILATION '-DGJS_JS_DIR="/opt/local/share/gjs-1.0"' '-DPKGLIBDIR="/opt/local/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -Wno-error -MD -MQ installed-tests/js/libgjstesttools/libgjstesttools.dylib.p/gjs-test-tools.cpp.o -MF installed-tests/js/libgjstesttools/libgjstesttools.dylib.p/gjs-test-tools.cpp.o.d -o installed-tests/js/libgjstesttools/libgjstesttools.dylib.p/gjs-test-tools.cpp.o -c ../installed-tests/js/libgjstesttools/gjs-test-tools.cpp
237ninja: build stopped: subcommand failed.
238macbookprocvr-2:build christophe$
239