Ticket #65205: meson-log.txt

File meson-log.txt, 48.1 KB (added by csmoon (Chang-Seong Moon), 2 years ago)
Line 
1Build started at 2022-05-20T01:24:02.483709
2Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10
3Build Options: -Dlibportal=false -Dgtk_doc=true -Dlibrsvg=false -Dprefix=/opt/local
4Python system: Darwin
5The Meson build system
6Version: 0.62.1
7Source dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/eog-3.38.3
8Build dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build
9Build type: native build
10Project name: eog
11Project version: 3.38.3
12Sanity testing C compiler: /usr/bin/clang
13Is cross compiler: False.
14Sanity check compiler command line: /usr/bin/clang sanitycheckc.c -o sanitycheckc.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
15Sanity check compile stdout:
16
17-----
18Sanity check compile stderr:
19
20-----
21Running test binary command: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/sanitycheckc.exe
22C compiler for the host machine: /usr/bin/clang (clang 13.1.6 "Apple clang version 13.1.6 (clang-1316.0.21.2.5)")
23C linker for the host machine: /usr/bin/clang ld64 764
24Sanity testing C compiler: /usr/bin/clang
25Is cross compiler: False.
26Sanity check compiler command line: /usr/bin/clang sanitycheckc.c -o sanitycheckc.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
27Sanity check compile stdout:
28
29-----
30Sanity check compile stderr:
31
32-----
33Running test binary command: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/sanitycheckc.exe
34C compiler for the build machine: /usr/bin/clang (clang 13.1.6 "Apple clang version 13.1.6 (clang-1316.0.21.2.5)")
35C linker for the build machine: /usr/bin/clang ld64 764
36Build machine cpu family: aarch64
37Build machine cpu: arm64
38Host machine cpu family: aarch64
39Host machine cpu: arm64
40Target machine cpu family: aarch64
41Target machine cpu: arm64
42Running compile:
43Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpsloa01up
44Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpsloa01up/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpsloa01up/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument
45
46Code:
47 
48  #include <langinfo.h>
49  int main() {
50    char c;
51    c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
52  };
53
54Compiler stdout:
55 
56Compiler stderr:
57 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpsloa01up/testfile.c:5:42: error: use of undeclared identifier '_NL_MEASUREMENT_MEASUREMENT'
58    c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
59                                         ^
601 error generated.
61
62Running compile:
63Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmcsg9ypo
64Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmcsg9ypo/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmcsg9ypo/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
65
66Code:
67 
68        #define strptime meson_disable_define_of_strptime
69       
70        #include <limits.h>
71        #undef strptime
72       
73        #ifdef __cplusplus
74        extern "C"
75        #endif
76        char strptime (void);
77       
78        #if defined __stub_strptime || defined __stub___strptime
79        fail fail fail this function is not going to work
80        #endif
81       
82        int main(void) {
83          return strptime ();
84        }
85Compiler stdout:
86 
87Compiler stderr:
88 
89Checking for function "strptime" : YES
90Running compile:
91Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp0qfpnpbn
92Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp0qfpnpbn/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp0qfpnpbn/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=format=2
93
94Code:
95 extern int i;
96int i;
97
98Compiler stdout:
99 
100Compiler stderr:
101 
102Compiler for C supports arguments -Werror=format=2: YES
103Running compile:
104Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpay6l0pnp
105Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpay6l0pnp/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpay6l0pnp/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=implicit-function-declaration
106
107Code:
108 extern int i;
109int i;
110
111Compiler stdout:
112 
113Compiler stderr:
114 
115Compiler for C supports arguments -Werror=implicit-function-declaration: YES
116Running compile:
117Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpqiipso_4
118Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpqiipso_4/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpqiipso_4/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=init-self
119
120Code:
121 extern int i;
122int i;
123
124Compiler stdout:
125 
126Compiler stderr:
127 
128Compiler for C supports arguments -Werror=init-self: YES
129Running compile:
130Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpz9l6g6ya
131Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpz9l6g6ya/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpz9l6g6ya/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-include-dirs
132
133Code:
134 extern int i;
135int i;
136
137Compiler stdout:
138 
139Compiler stderr:
140 
141Compiler for C supports arguments -Werror=missing-include-dirs: YES
142Running compile:
143Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpwsu0tn7m
144Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpwsu0tn7m/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpwsu0tn7m/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-prototypes
145
146Code:
147 extern int i;
148int i;
149
150Compiler stdout:
151 
152Compiler stderr:
153 
154Compiler for C supports arguments -Werror=missing-prototypes: YES
155Running compile:
156Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp9lzp8k4z
157Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp9lzp8k4z/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp9lzp8k4z/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=pointer-arith
158
159Code:
160 extern int i;
161int i;
162
163Compiler stdout:
164 
165Compiler stderr:
166 
167Compiler for C supports arguments -Werror=pointer-arith: YES
168Running compile:
169Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp30n7d1in
170Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp30n7d1in/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp30n7d1in/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=return-type
171
172Code:
173 extern int i;
174int i;
175
176Compiler stdout:
177 
178Compiler stderr:
179 
180Compiler for C supports arguments -Werror=return-type: YES
181Running compile:
182Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpiwthi036
183Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpiwthi036/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpiwthi036/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wnested-externs
184
185Code:
186 extern int i;
187int i;
188
189Compiler stdout:
190 
191Compiler stderr:
192 
193Compiler for C supports arguments -Wnested-externs: YES
194Running compile:
195Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpb1naekso
196Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpb1naekso/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpb1naekso/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wstrict-prototypes
197
198Code:
199 extern int i;
200int i;
201
202Compiler stdout:
203 
204Compiler stderr:
205 
206Compiler for C supports arguments -Wstrict-prototypes: YES
207Pkg-config binary for 1 is not cached.
208Pkg-config binary missing from cross or native file, or env var undefined.
209Trying a default Pkg-config fallback at pkg-config
210Found pkg-config: /opt/local/bin/pkg-config (0.29.2)
211Determining dependency 'gio-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
212env[PKG_CONFIG_PATH]:
213Called `/opt/local/bin/pkg-config --modversion gio-2.0` -> 0
2142.64.6
215env[PKG_CONFIG_PATH]:
216Called `/opt/local/bin/pkg-config --cflags gio-2.0` -> 0
217-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
218env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
219env[PKG_CONFIG_PATH]:
220Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
221-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
222env[PKG_CONFIG_PATH]:
223Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
224-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
225Running compile:
226Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpxhyx3ohy
227Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpxhyx3ohy/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpxhyx3ohy/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
228
229Code:
230 #include<stdio.h>
231       
232        int main(void) {
233            printf("%ld\n", (long)(sizeof(void *)));
234            return 0;
235        }
236Compiler stdout:
237 
238Compiler stderr:
239 
240Program stdout:
241
2428
243
244Program stderr:
245
246
247Running compile:
248Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3lfqobs_
249Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3lfqobs_/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3lfqobs_/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs
250
251Code:
252 
253Compiler stdout:
254 programs: =/Library/Developer/CommandLineTools/usr/bin
255libraries: =/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6
256
257Compiler stderr:
258 
259Run-time dependency gio-2.0 found: YES 2.64.6
260Pkg-config binary for 1 is cached.
261Determining dependency 'gio-unix-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
262env[PKG_CONFIG_PATH]:
263Called `/opt/local/bin/pkg-config --modversion gio-unix-2.0` -> 0
2642.64.6
265env[PKG_CONFIG_PATH]:
266Called `/opt/local/bin/pkg-config --cflags gio-unix-2.0` -> 0
267-I/opt/local/include/gio-unix-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
268env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
269env[PKG_CONFIG_PATH]:
270Called `/opt/local/bin/pkg-config --libs gio-unix-2.0` -> 0
271-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
272env[PKG_CONFIG_PATH]:
273Called `/opt/local/bin/pkg-config --libs gio-unix-2.0` -> 0
274-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
275Run-time dependency gio-unix-2.0 found: YES 2.64.6
276Pkg-config binary for 1 is cached.
277Determining dependency 'gnome-desktop-3.0' with pkg-config executable '/opt/local/bin/pkg-config'
278env[PKG_CONFIG_PATH]:
279Called `/opt/local/bin/pkg-config --modversion gnome-desktop-3.0` -> 0
2803.38.9
281env[PKG_CONFIG_PATH]:
282Called `/opt/local/bin/pkg-config --cflags gnome-desktop-3.0` -> 0
283-I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gsettings-desktop-schemas
284env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
285env[PKG_CONFIG_PATH]:
286Called `/opt/local/bin/pkg-config --libs gnome-desktop-3.0` -> 0
287-L/opt/local/lib -lgnome-desktop-3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
288env[PKG_CONFIG_PATH]:
289Called `/opt/local/bin/pkg-config --libs gnome-desktop-3.0` -> 0
290-L/opt/local/lib -lgnome-desktop-3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
291Run-time dependency gnome-desktop-3.0 found: YES 3.38.9
292Pkg-config binary for 1 is cached.
293Determining dependency 'libpeas-gtk-1.0' with pkg-config executable '/opt/local/bin/pkg-config'
294env[PKG_CONFIG_PATH]:
295Called `/opt/local/bin/pkg-config --modversion libpeas-gtk-1.0` -> 0
2961.30.0
297env[PKG_CONFIG_PATH]:
298Called `/opt/local/bin/pkg-config --cflags libpeas-gtk-1.0` -> 0
299-I/opt/local/include/libpeas-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
300env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
301env[PKG_CONFIG_PATH]:
302Called `/opt/local/bin/pkg-config --libs libpeas-gtk-1.0` -> 0
303-L/opt/local/lib -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lpeas-1.0 -lgmodule-2.0 -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl
304env[PKG_CONFIG_PATH]:
305Called `/opt/local/bin/pkg-config --libs libpeas-gtk-1.0` -> 0
306-L/opt/local/lib -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lpeas-1.0 -lgmodule-2.0 -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl
307Run-time dependency libpeas-gtk-1.0 found: YES 1.30.0
308Running compile:
309Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmplqzndb15
310Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmplqzndb15/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmplqzndb15/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -lm -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
311
312Code:
313 int main(void) { return 0; }
314
315Compiler stdout:
316 
317Compiler stderr:
318 
319Library m found: YES
320Pkg-config binary for 1 is cached.
321Determining dependency 'gsettings-desktop-schemas' with pkg-config executable '/opt/local/bin/pkg-config'
322env[PKG_CONFIG_PATH]:
323Called `/opt/local/bin/pkg-config --modversion gsettings-desktop-schemas` -> 0
3243.38.0
325env[PKG_CONFIG_PATH]:
326Called `/opt/local/bin/pkg-config --cflags gsettings-desktop-schemas` -> 0
327-I/opt/local/include/gsettings-desktop-schemas
328env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
329env[PKG_CONFIG_PATH]:
330Called `/opt/local/bin/pkg-config --libs gsettings-desktop-schemas` -> 0
331
332env[PKG_CONFIG_PATH]:
333Called `/opt/local/bin/pkg-config --libs gsettings-desktop-schemas` -> 0
334
335Run-time dependency gsettings-desktop-schemas found: YES 3.38.0
336Pkg-config binary for 1 is cached.
337Determining dependency 'shared-mime-info' with pkg-config executable '/opt/local/bin/pkg-config'
338env[PKG_CONFIG_PATH]:
339Called `/opt/local/bin/pkg-config --modversion shared-mime-info` -> 0
3402.2
341env[PKG_CONFIG_PATH]:
342Called `/opt/local/bin/pkg-config --cflags shared-mime-info` -> 0
343
344env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
345env[PKG_CONFIG_PATH]:
346Called `/opt/local/bin/pkg-config --libs shared-mime-info` -> 0
347
348env[PKG_CONFIG_PATH]:
349Called `/opt/local/bin/pkg-config --libs shared-mime-info` -> 0
350
351Run-time dependency shared-mime-info found: YES 2.2
352Pkg-config binary for 1 is cached.
353Determining dependency 'gdk-pixbuf-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
354env[PKG_CONFIG_PATH]:
355Called `/opt/local/bin/pkg-config --modversion gdk-pixbuf-2.0` -> 0
3562.42.8
357env[PKG_CONFIG_PATH]:
358Called `/opt/local/bin/pkg-config --cflags gdk-pixbuf-2.0` -> 0
359-I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
360env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
361env[PKG_CONFIG_PATH]:
362Called `/opt/local/bin/pkg-config --libs gdk-pixbuf-2.0` -> 0
363-L/opt/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl
364env[PKG_CONFIG_PATH]:
365Called `/opt/local/bin/pkg-config --libs gdk-pixbuf-2.0` -> 0
366-L/opt/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl
367Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.8
368Pkg-config binary for 1 is cached.
369Determining dependency 'glib-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
370env[PKG_CONFIG_PATH]:
371Called `/opt/local/bin/pkg-config --modversion glib-2.0` -> 0
3722.64.6
373env[PKG_CONFIG_PATH]:
374Called `/opt/local/bin/pkg-config --cflags glib-2.0` -> 0
375-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
376env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
377env[PKG_CONFIG_PATH]:
378Called `/opt/local/bin/pkg-config --libs glib-2.0` -> 0
379-L/opt/local/lib -lglib-2.0 -lintl
380env[PKG_CONFIG_PATH]:
381Called `/opt/local/bin/pkg-config --libs glib-2.0` -> 0
382-L/opt/local/lib -lglib-2.0 -lintl
383Run-time dependency glib-2.0 found: YES 2.64.6
384Pkg-config binary for 1 is cached.
385Determining dependency 'gtk+-3.0' with pkg-config executable '/opt/local/bin/pkg-config'
386env[PKG_CONFIG_PATH]:
387Called `/opt/local/bin/pkg-config --modversion gtk+-3.0` -> 0
3883.24.33
389env[PKG_CONFIG_PATH]:
390Called `/opt/local/bin/pkg-config --cflags gtk+-3.0` -> 0
391-I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
392env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
393env[PKG_CONFIG_PATH]:
394Called `/opt/local/bin/pkg-config --libs gtk+-3.0` -> 0
395-L/opt/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
396env[PKG_CONFIG_PATH]:
397Called `/opt/local/bin/pkg-config --libs gtk+-3.0` -> 0
398-L/opt/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
399Run-time dependency gtk+-3.0 found: YES 3.24.33
400Pkg-config binary for 1 is cached.
401Determining dependency 'libpeas-1.0' with pkg-config executable '/opt/local/bin/pkg-config'
402env[PKG_CONFIG_PATH]:
403Called `/opt/local/bin/pkg-config --modversion libpeas-1.0` -> 0
4041.30.0
405env[PKG_CONFIG_PATH]:
406Called `/opt/local/bin/pkg-config --cflags libpeas-1.0` -> 0
407-I/opt/local/include/libpeas-1.0 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
408env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
409env[PKG_CONFIG_PATH]:
410Called `/opt/local/bin/pkg-config --libs libpeas-1.0` -> 0
411-L/opt/local/lib -lpeas-1.0 -lgmodule-2.0 -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl
412env[PKG_CONFIG_PATH]:
413Called `/opt/local/bin/pkg-config --libs libpeas-1.0` -> 0
414-L/opt/local/lib -lpeas-1.0 -lgmodule-2.0 -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl
415Run-time dependency libpeas-1.0 found: YES 1.30.0
416env[PKG_CONFIG_PATH]:
417Called `/opt/local/bin/pkg-config --define-variable=datadir=/opt/local/share --variable=schemasdir gio-2.0` -> 0
418/opt/local/share/glib-2.0/schemas
419Got pkgconfig variable schemasdir : /opt/local/share/glib-2.0/schemas
420Running compile:
421Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmhpu6th5
422Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmhpu6th5/testfile.c -E -P -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -P -O0 -Werror=implicit-function-declaration
423
424Code:
425 
426        #ifdef __has_include
427         #if !__has_include("zlib.h")
428          #error "Header 'zlib.h' could not be found"
429         #endif
430        #else
431         #include <zlib.h>
432        #endif
433Compiler stdout:
434 
435
436Compiler stderr:
437 
438Has header "zlib.h" : YES
439Running compile:
440Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp1obs9l42
441Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp1obs9l42/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp1obs9l42/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
442
443Code:
444 
445        #define inflate meson_disable_define_of_inflate
446       
447        #include <limits.h>
448        #undef inflate
449       
450        #ifdef __cplusplus
451        extern "C"
452        #endif
453        char inflate (void);
454       
455        #if defined __stub_inflate || defined __stub___inflate
456        fail fail fail this function is not going to work
457        #endif
458       
459        int main(void) {
460          return inflate ();
461        }
462Compiler stdout:
463 
464Compiler stderr:
465 Undefined symbols for architecture arm64:
466  "_inflate", referenced from:
467      _main in testfile-7f890e.o
468ld: symbol(s) not found for architecture arm64
469clang: error: linker command failed with exit code 1 (use -v to see invocation)
470
471Running compile:
472Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3qu4avt4
473Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3qu4avt4/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3qu4avt4/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
474
475Code:
476 
477        int main(void) {
478
479        /* With some toolchains (MSYS2/mingw for example) the compiler
480         * provides various builtins which are not really implemented and
481         * fall back to the stdlib where they aren't provided and fail at
482         * build/link time. In case the user provides a header, including
483         * the header didn't lead to the function being defined, and the
484         * function we are checking isn't a builtin itself we assume the
485         * builtin is not functional and we just error out. */
486        #if !1 && !defined(inflate) && !0
487            #error "No definition for __builtin_inflate found in the prefix"
488        #endif
489
490        #ifdef __has_builtin
491            #if !__has_builtin(__builtin_inflate)
492                #error "__builtin_inflate not found"
493            #endif
494        #elif ! defined(inflate)
495            __builtin_inflate;
496        #endif
497        return 0;
498        }
499Compiler stdout:
500 
501Compiler stderr:
502 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp3qu4avt4/testfile.c:17:18: error: "__builtin_inflate not found"
503                #error "__builtin_inflate not found"
504                 ^
5051 error generated.
506
507Checking for function "inflate" : NO
508Running compile:
509Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpzmp3f2zk
510Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpzmp3f2zk/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpzmp3f2zk/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -lz -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
511
512Code:
513 int main(void) { return 0; }
514
515Compiler stdout:
516 
517Compiler stderr:
518 
519Library z found: YES
520Running compile:
521Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmphn61n46q
522Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmphn61n46q/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmphn61n46q/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports -lz -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
523
524Code:
525 
526        #define inflate meson_disable_define_of_inflate
527       
528        #include <limits.h>
529        #undef inflate
530       
531        #ifdef __cplusplus
532        extern "C"
533        #endif
534        char inflate (void);
535       
536        #if defined __stub_inflate || defined __stub___inflate
537        fail fail fail this function is not going to work
538        #endif
539       
540        int main(void) {
541          return inflate ();
542        }
543Compiler stdout:
544 
545Compiler stderr:
546 
547Checking for function "inflate" with dependency -lz: YES
548Running compile:
549Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp_gtvsm2o
550Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp_gtvsm2o/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp_gtvsm2o/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports -lz -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
551
552Code:
553 
554        #define crc32 meson_disable_define_of_crc32
555       
556        #include <limits.h>
557        #undef crc32
558       
559        #ifdef __cplusplus
560        extern "C"
561        #endif
562        char crc32 (void);
563       
564        #if defined __stub_crc32 || defined __stub___crc32
565        fail fail fail this function is not going to work
566        #endif
567       
568        int main(void) {
569          return crc32 ();
570        }
571Compiler stdout:
572 
573Compiler stderr:
574 
575Checking for function "crc32" with dependency -lz: YES
576Pkg-config binary for 1 is cached.
577Determining dependency 'libexif' with pkg-config executable '/opt/local/bin/pkg-config'
578env[PKG_CONFIG_PATH]:
579Called `/opt/local/bin/pkg-config --modversion libexif` -> 0
5800.6.24
581env[PKG_CONFIG_PATH]:
582Called `/opt/local/bin/pkg-config --cflags libexif` -> 0
583
584env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
585env[PKG_CONFIG_PATH]:
586Called `/opt/local/bin/pkg-config --libs libexif` -> 0
587-L/opt/local/lib -lexif
588env[PKG_CONFIG_PATH]:
589Called `/opt/local/bin/pkg-config --libs libexif` -> 0
590-L/opt/local/lib -lexif
591Run-time dependency libexif found: YES 0.6.24
592Running compile:
593Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp5qwp3b3u
594Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp5qwp3b3u/testfile.c -E -P -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -P -O0 -Werror=implicit-function-declaration
595
596Code:
597 
598        #ifdef __has_include
599         #if !__has_include("libexif/exif-data.h")
600          #error "Header 'libexif/exif-data.h' could not be found"
601         #endif
602        #else
603         #include <libexif/exif-data.h>
604        #endif
605Compiler stdout:
606 
607
608Compiler stderr:
609 
610Has header "libexif/exif-data.h" with dependency libexif: YES
611Pkg-config binary for 1 is cached.
612Determining dependency 'lcms2' with pkg-config executable '/opt/local/bin/pkg-config'
613env[PKG_CONFIG_PATH]:
614Called `/opt/local/bin/pkg-config --modversion lcms2` -> 0
6152.13
616env[PKG_CONFIG_PATH]:
617Called `/opt/local/bin/pkg-config --cflags lcms2` -> 0
618
619env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
620env[PKG_CONFIG_PATH]:
621Called `/opt/local/bin/pkg-config --libs lcms2` -> 0
622-L/opt/local/lib -llcms2
623env[PKG_CONFIG_PATH]:
624Called `/opt/local/bin/pkg-config --libs lcms2` -> 0
625-L/opt/local/lib -llcms2
626Run-time dependency lcms2 found: YES 2.13
627Pkg-config binary for 1 is cached.
628Determining dependency 'exempi-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
629env[PKG_CONFIG_PATH]:
630Called `/opt/local/bin/pkg-config --modversion exempi-2.0` -> 0
6312.5.2
632env[PKG_CONFIG_PATH]:
633Called `/opt/local/bin/pkg-config --cflags exempi-2.0` -> 0
634-I/opt/local/include/exempi-2.0
635env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
636env[PKG_CONFIG_PATH]:
637Called `/opt/local/bin/pkg-config --libs exempi-2.0` -> 0
638-L/opt/local/lib -lexempi
639env[PKG_CONFIG_PATH]:
640Called `/opt/local/bin/pkg-config --libs exempi-2.0` -> 0
641-L/opt/local/lib -lexempi
642Run-time dependency exempi-2.0 found: YES 2.5.2
643Pkg-config binary for 1 is cached.
644Determining dependency 'libjpeg' with pkg-config executable '/opt/local/bin/pkg-config'
645env[PKG_CONFIG_PATH]:
646Called `/opt/local/bin/pkg-config --modversion libjpeg` -> 0
6472.1.3
648env[PKG_CONFIG_PATH]:
649Called `/opt/local/bin/pkg-config --cflags libjpeg` -> 0
650
651env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
652env[PKG_CONFIG_PATH]:
653Called `/opt/local/bin/pkg-config --libs libjpeg` -> 0
654-L/opt/local/lib -ljpeg
655env[PKG_CONFIG_PATH]:
656Called `/opt/local/bin/pkg-config --libs libjpeg` -> 0
657-L/opt/local/lib -ljpeg
658Run-time dependency libjpeg found: YES 2.1.3
659Running compile:
660Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp96fbzwak
661Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp96fbzwak/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmp96fbzwak/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports /opt/local/lib/libjpeg.dylib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
662
663Code:
664 
665        #define jpeg_destroy_decompress meson_disable_define_of_jpeg_destroy_decompress
666       
667        #include <limits.h>
668        #undef jpeg_destroy_decompress
669       
670        #ifdef __cplusplus
671        extern "C"
672        #endif
673        char jpeg_destroy_decompress (void);
674       
675        #if defined __stub_jpeg_destroy_decompress || defined __stub___jpeg_destroy_decompress
676        fail fail fail this function is not going to work
677        #endif
678       
679        int main(void) {
680          return jpeg_destroy_decompress ();
681        }
682Compiler stdout:
683 
684Compiler stderr:
685 
686Checking for function "jpeg_destroy_decompress" with dependency libjpeg: YES
687Running compile:
688Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpsq7vmhik
689Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpsq7vmhik/testfile.c -E -P -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -P -O0 -Werror=implicit-function-declaration
690
691Code:
692 
693        #ifdef __has_include
694         #if !__has_include("jpeglib.h")
695          #error "Header 'jpeglib.h' could not be found"
696         #endif
697        #else
698         #include <jpeglib.h>
699        #endif
700Compiler stdout:
701 
702
703Compiler stderr:
704 
705Has header "jpeglib.h" with dependency libjpeg: YES
706Running compile:
707Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpzlipfwyu
708Command line:  /usr/bin/clang -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpzlipfwyu/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpzlipfwyu/output.exe -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Wl,-no_weak_imports /opt/local/lib/libjpeg.dylib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
709
710Code:
711 
712        #define jpeg_simple_progression meson_disable_define_of_jpeg_simple_progression
713       
714        #include <limits.h>
715        #undef jpeg_simple_progression
716       
717        #ifdef __cplusplus
718        extern "C"
719        #endif
720        char jpeg_simple_progression (void);
721       
722        #if defined __stub_jpeg_simple_progression || defined __stub___jpeg_simple_progression
723        fail fail fail this function is not going to work
724        #endif
725       
726        int main(void) {
727          return jpeg_simple_progression ();
728        }
729Compiler stdout:
730 
731Compiler stderr:
732 
733Checking for function "jpeg_simple_progression" with dependency libjpeg: YES
734Running compile:
735Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmconpl8_
736Command line:  /usr/bin/clang -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmconpl8_/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_gnome_eog/eog/work/build/meson-private/tmpmconpl8_/output.obj -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument
737
738Code:
739 
740    #include <stdio.h>
741    #include <jpeglib.h>
742    #if JPEG_LIB_VERSION < 80
743    #error "wrong version"
744    #endif
745 
746Compiler stdout:
747 
748Compiler stderr:
749 
750Checking if "libjpeg version is 8 or greater" with dependency libjpeg compiles: YES
751Pkg-config binary for 1 is cached.
752Determining dependency 'gobject-introspection-1.0' with pkg-config executable '/opt/local/bin/pkg-config'
753env[PKG_CONFIG_PATH]:
754Called `/opt/local/bin/pkg-config --modversion gobject-introspection-1.0` -> 0
7551.72.0
756env[PKG_CONFIG_PATH]:
757Called `/opt/local/bin/pkg-config --cflags gobject-introspection-1.0` -> 0
758-I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
759env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
760env[PKG_CONFIG_PATH]:
761Called `/opt/local/bin/pkg-config --libs gobject-introspection-1.0` -> 0
762-L/opt/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl
763env[PKG_CONFIG_PATH]:
764Called `/opt/local/bin/pkg-config --libs gobject-introspection-1.0` -> 0
765-L/opt/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl
766Run-time dependency gobject-introspection-1.0 found: YES 1.72.0
767Pkg-config binary for 1 is cached.
768Determining dependency 'gdk-3.0' with pkg-config executable '/opt/local/bin/pkg-config'
769env[PKG_CONFIG_PATH]:
770Called `/opt/local/bin/pkg-config --modversion gdk-3.0` -> 0
7713.24.33
772env[PKG_CONFIG_PATH]:
773Called `/opt/local/bin/pkg-config --cflags gdk-3.0` -> 0
774-I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/gdk-pixbuf-2.0 -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/glib-2.0 -I/opt/local/lib/glib-2.0/include
775env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
776env[PKG_CONFIG_PATH]:
777Called `/opt/local/bin/pkg-config --libs gdk-3.0` -> 0
778-L/opt/local/lib -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lintl
779env[PKG_CONFIG_PATH]:
780Called `/opt/local/bin/pkg-config --libs gdk-3.0` -> 0
781-L/opt/local/lib -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lintl
782Run-time dependency gdk-3.0 found: YES 3.24.33
783Pkg-config binary for 1 is cached.
784Determining dependency 'x11' with pkg-config executable '/opt/local/bin/pkg-config'
785env[PKG_CONFIG_PATH]:
786Called `/opt/local/bin/pkg-config --modversion x11` -> 0
7871.8
788env[PKG_CONFIG_PATH]:
789Called `/opt/local/bin/pkg-config --cflags x11` -> 0
790
791env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
792env[PKG_CONFIG_PATH]:
793Called `/opt/local/bin/pkg-config --libs x11` -> 0
794-L/opt/local/lib -lX11
795env[PKG_CONFIG_PATH]:
796Called `/opt/local/bin/pkg-config --libs x11` -> 0
797-L/opt/local/lib -lX11
798Run-time dependency x11 found: YES 1.8
799Configuring org.gnome.eog.desktop.in using configuration
800
801data/meson.build:25:5: ERROR: Function does not take positional arguments.