Ticket #66381: meson-log.txt

File meson-log.txt, 47.9 KB (added by ballapete (Peter "Pete" Dyballa), 17 months ago)

The mentioned meson-log.txt

Line 
1Build started at 2022-12-01T22:00:12.972054
2Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10
3Build Options: -Dglx=yes -Dprefix=/opt/local
4Python system: Darwin
5The Meson build system
6Version: 0.58.2
7Source dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/anholt-libepoxy-70a20c6
8Build dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build
9Build type: native build
10Project name: libepoxy
11Project version: 1.5.10
12Sanity testing C compiler: /opt/local/bin/gcc-apple-4.2
13Is cross compiler: False.
14Sanity check compiler command line: /opt/local/bin/gcc-apple-4.2 /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/sanitycheckc.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/sanitycheckc.exe -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
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_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/sanitycheckc.exe
22C compiler for the host machine: /opt/local/bin/gcc-apple-4.2 (gcc 4.2.4 "powerpc-apple-darwin8-gcc-apple-4.2.4 (GCC) 4.2.4 (Apple Inc. build 5666) (dot 3) (MacPorts apple-gcc42 5666.3_16+gpl3)")
23C linker for the host machine: /opt/local/bin/gcc-apple-4.2 ld64 97.17
24Sanity testing C compiler: /opt/local/bin/gcc-apple-4.2
25Is cross compiler: False.
26Sanity check compiler command line: /opt/local/bin/gcc-apple-4.2 /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/sanitycheckc.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/sanitycheckc.exe -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
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_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/sanitycheckc.exe
34C compiler for the build machine: /opt/local/bin/gcc-apple-4.2 (gcc 4.2.4 "powerpc-apple-darwin8-gcc-apple-4.2.4 (GCC) 4.2.4 (Apple Inc. build 5666) (dot 3) (MacPorts apple-gcc42 5666.3_16+gpl3)")
35C linker for the build machine: /opt/local/bin/gcc-apple-4.2 ld64 97.17
36Build machine cpu family: ppc
37Build machine cpu: power macintosh
38Host machine cpu family: ppc
39Host machine cpu: power macintosh
40Target machine cpu family: ppc
41Target machine cpu: power macintosh
42Running compile:
43Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpf06ln08z
44Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpf06ln08z/testfile.c -E -P -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -P -O0 -std=gnu99
45
46Code:
47 
48        #ifdef __has_include
49         #if !__has_include("KHR/khrplatform.h")
50          #error "Header 'KHR/khrplatform.h' could not be found"
51         #endif
52        #else
53         #include <KHR/khrplatform.h>
54        #endif
55Compiler stdout:
56 typedef signed char int8_t;
57typedef short int16_t;
58typedef int int32_t;
59typedef long long int64_t;
60typedef unsigned char uint8_t;
61typedef unsigned short uint16_t;
62typedef unsigned int uint32_t;
63typedef unsigned long long uint64_t;
64typedef int8_t int_least8_t;
65typedef int16_t int_least16_t;
66typedef int32_t int_least32_t;
67typedef int64_t int_least64_t;
68typedef uint8_t uint_least8_t;
69typedef uint16_t uint_least16_t;
70typedef uint32_t uint_least32_t;
71typedef uint64_t uint_least64_t;
72typedef int8_t int_fast8_t;
73typedef int16_t int_fast16_t;
74typedef int32_t int_fast32_t;
75typedef int64_t int_fast64_t;
76typedef uint8_t uint_fast8_t;
77typedef uint16_t uint_fast16_t;
78typedef uint32_t uint_fast32_t;
79typedef uint64_t uint_fast64_t;
80typedef long intptr_t;
81typedef unsigned long uintptr_t;
82typedef long long int intmax_t;
83typedef long long unsigned int uintmax_t;
84typedef int32_t khronos_int32_t;
85typedef uint32_t khronos_uint32_t;
86typedef int64_t khronos_int64_t;
87typedef uint64_t khronos_uint64_t;
88typedef signed char khronos_int8_t;
89typedef unsigned char khronos_uint8_t;
90typedef signed short int khronos_int16_t;
91typedef unsigned short int khronos_uint16_t;
92typedef signed long int khronos_intptr_t;
93typedef unsigned long int khronos_uintptr_t;
94typedef signed long int khronos_ssize_t;
95typedef unsigned long int khronos_usize_t;
96typedef float khronos_float_t;
97typedef khronos_uint64_t khronos_utime_nanoseconds_t;
98typedef khronos_int64_t khronos_stime_nanoseconds_t;
99typedef enum {
100    KHRONOS_FALSE = 0,
101    KHRONOS_TRUE = 1,
102    KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = 0x7FFFFFFF
103} khronos_boolean_enum_t;
104
105Compiler stderr:
106 
107Has header "KHR/khrplatform.h" : YES
108Running compile:
109Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp48eq0q1l
110Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp48eq0q1l/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp48eq0q1l/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wpointer-arith
111
112Code:
113 extern int i;
114int i;
115
116Compiler stdout:
117 
118Compiler stderr:
119 
120Compiler for C supports arguments -Wpointer-arith: YES
121Running compile:
122Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpxru0fvph
123Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpxru0fvph/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpxru0fvph/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wmissing-declarations
124
125Code:
126 extern int i;
127int i;
128
129Compiler stdout:
130 
131Compiler stderr:
132 
133Compiler for C supports arguments -Wmissing-declarations: YES
134Running compile:
135Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpqlykga2u
136Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpqlykga2u/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpqlykga2u/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wformat=2
137
138Code:
139 extern int i;
140int i;
141
142Compiler stdout:
143 
144Compiler stderr:
145 
146Compiler for C supports arguments -Wformat=2: YES
147Running compile:
148Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpg9kjhgz1
149Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpg9kjhgz1/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpg9kjhgz1/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wstrict-prototypes
150
151Code:
152 extern int i;
153int i;
154
155Compiler stdout:
156 
157Compiler stderr:
158 
159Compiler for C supports arguments -Wstrict-prototypes: YES
160Running compile:
161Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpd1oogs9j
162Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpd1oogs9j/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpd1oogs9j/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wmissing-prototypes
163
164Code:
165 extern int i;
166int i;
167
168Compiler stdout:
169 
170Compiler stderr:
171 
172Compiler for C supports arguments -Wmissing-prototypes: YES
173Running compile:
174Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpbczqqk6b
175Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpbczqqk6b/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpbczqqk6b/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wnested-externs
176
177Code:
178 extern int i;
179int i;
180
181Compiler stdout:
182 
183Compiler stderr:
184 
185Compiler for C supports arguments -Wnested-externs: YES
186Running compile:
187Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpc3gd090t
188Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpc3gd090t/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpc3gd090t/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wbad-function-cast
189
190Code:
191 extern int i;
192int i;
193
194Compiler stdout:
195 
196Compiler stderr:
197 
198Compiler for C supports arguments -Wbad-function-cast: YES
199Running compile:
200Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpn22lv_9d
201Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpn22lv_9d/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpn22lv_9d/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wold-style-definition
202
203Code:
204 extern int i;
205int i;
206
207Compiler stdout:
208 
209Compiler stderr:
210 
211Compiler for C supports arguments -Wold-style-definition: YES
212Running compile:
213Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp8s9v7j6e
214Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp8s9v7j6e/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp8s9v7j6e/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wdeclaration-after-statement
215
216Code:
217 extern int i;
218int i;
219
220Compiler stdout:
221 
222Compiler stderr:
223 
224Compiler for C supports arguments -Wdeclaration-after-statement: YES
225Running compile:
226Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmppl6z12cq
227Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmppl6z12cq/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmppl6z12cq/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wunused
228
229Code:
230 extern int i;
231int i;
232
233Compiler stdout:
234 
235Compiler stderr:
236 
237Compiler for C supports arguments -Wunused: YES
238Running compile:
239Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp6qb9d3j5
240Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp6qb9d3j5/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp6qb9d3j5/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wuninitialized
241
242Code:
243 extern int i;
244int i;
245
246Compiler stdout:
247 
248Compiler stderr:
249 cc1: warning: -Wuninitialized is not supported without -O
250
251Compiler for C supports arguments -Wuninitialized: YES
252Running compile:
253Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpzlfogdki
254Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpzlfogdki/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpzlfogdki/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wshadow
255
256Code:
257 extern int i;
258int i;
259
260Compiler stdout:
261 
262Compiler stderr:
263 
264Compiler for C supports arguments -Wshadow: YES
265Running compile:
266Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpk32lhp9v
267Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpk32lhp9v/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpk32lhp9v/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wmissing-noreturn
268
269Code:
270 extern int i;
271int i;
272
273Compiler stdout:
274 
275Compiler stderr:
276 
277Compiler for C supports arguments -Wmissing-noreturn: YES
278Running compile:
279Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpmzdhmjsc
280Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpmzdhmjsc/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpmzdhmjsc/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wmissing-format-attribute
281
282Code:
283 extern int i;
284int i;
285
286Compiler stdout:
287 
288Compiler stderr:
289 
290Compiler for C supports arguments -Wmissing-format-attribute: YES
291Running compile:
292Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpveyo4lqj
293Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpveyo4lqj/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpveyo4lqj/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wredundant-decls
294
295Code:
296 extern int i;
297int i;
298
299Compiler stdout:
300 
301Compiler stderr:
302 
303Compiler for C supports arguments -Wredundant-decls: YES
304Running compile:
305Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpomb8kdwt
306Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpomb8kdwt/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpomb8kdwt/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wlogical-op
307
308Code:
309 extern int i;
310int i;
311
312Compiler stdout:
313 
314Compiler stderr:
315 cc1: error: unrecognized command line option "-Wlogical-op"
316
317Compiler for C supports arguments -Wlogical-op: NO
318Running compile:
319Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpqcto80jh
320Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpqcto80jh/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpqcto80jh/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=implicit
321
322Code:
323 extern int i;
324int i;
325
326Compiler stdout:
327 
328Compiler stderr:
329 
330Compiler for C supports arguments -Werror=implicit: YES
331Running compile:
332Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9oe4he7v
333Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9oe4he7v/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9oe4he7v/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=nonnull
334
335Code:
336 extern int i;
337int i;
338
339Compiler stdout:
340 
341Compiler stderr:
342 
343Compiler for C supports arguments -Werror=nonnull: YES
344Running compile:
345Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpll92inui
346Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpll92inui/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpll92inui/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=init-self
347
348Code:
349 extern int i;
350int i;
351
352Compiler stdout:
353 
354Compiler stderr:
355 
356Compiler for C supports arguments -Werror=init-self: YES
357Running compile:
358Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpxtzmrra5
359Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpxtzmrra5/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpxtzmrra5/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=main
360
361Code:
362 extern int i;
363int i;
364
365Compiler stdout:
366 
367Compiler stderr:
368 
369Compiler for C supports arguments -Werror=main: YES
370Running compile:
371Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpwo34tbwf
372Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpwo34tbwf/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpwo34tbwf/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=missing-braces
373
374Code:
375 extern int i;
376int i;
377
378Compiler stdout:
379 
380Compiler stderr:
381 
382Compiler for C supports arguments -Werror=missing-braces: YES
383Running compile:
384Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp4jyp7ysm
385Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp4jyp7ysm/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp4jyp7ysm/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=sequence-point
386
387Code:
388 extern int i;
389int i;
390
391Compiler stdout:
392 
393Compiler stderr:
394 
395Compiler for C supports arguments -Werror=sequence-point: YES
396Running compile:
397Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp36inyv8f
398Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp36inyv8f/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp36inyv8f/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=return-type
399
400Code:
401 extern int i;
402int i;
403
404Compiler stdout:
405 
406Compiler stderr:
407 
408Compiler for C supports arguments -Werror=return-type: YES
409Running compile:
410Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp0tatbg4n
411Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp0tatbg4n/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp0tatbg4n/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=trigraphs
412
413Code:
414 extern int i;
415int i;
416
417Compiler stdout:
418 
419Compiler stderr:
420 
421Compiler for C supports arguments -Werror=trigraphs: YES
422Running compile:
423Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmplnhpjq2g
424Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmplnhpjq2g/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmplnhpjq2g/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=array-bounds
425
426Code:
427 extern int i;
428int i;
429
430Compiler stdout:
431 
432Compiler stderr:
433 cc1: error: -Werror=array-bounds: No option -Warray-bounds
434
435Compiler for C supports arguments -Werror=array-bounds: NO
436Running compile:
437Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpambn27c4
438Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpambn27c4/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpambn27c4/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=write-strings
439
440Code:
441 extern int i;
442int i;
443
444Compiler stdout:
445 
446Compiler stderr:
447 
448Compiler for C supports arguments -Werror=write-strings: YES
449Running compile:
450Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpyt6b2w_n
451Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpyt6b2w_n/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpyt6b2w_n/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=address
452
453Code:
454 extern int i;
455int i;
456
457Compiler stdout:
458 
459Compiler stderr:
460 
461Compiler for C supports arguments -Werror=address: YES
462Running compile:
463Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmptwpbh681
464Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmptwpbh681/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmptwpbh681/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=int-to-pointer-cast
465
466Code:
467 extern int i;
468int i;
469
470Compiler stdout:
471 
472Compiler stderr:
473 
474Compiler for C supports arguments -Werror=int-to-pointer-cast: YES
475Running compile:
476Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpv2_e1low
477Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpv2_e1low/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpv2_e1low/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Werror=pointer-to-int-cast
478
479Code:
480 extern int i;
481int i;
482
483Compiler stdout:
484 
485Compiler stderr:
486 
487Compiler for C supports arguments -Werror=pointer-to-int-cast: YES
488Running compile:
489Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpmnf8hhn3
490Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpmnf8hhn3/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpmnf8hhn3/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -fno-strict-aliasing
491
492Code:
493 extern int i;
494int i;
495
496Compiler stdout:
497 
498Compiler stderr:
499 
500Compiler for C supports arguments -fno-strict-aliasing: YES
501Running compile:
502Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpv9n0svw5
503Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpv9n0svw5/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpv9n0svw5/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wint-conversion -Wno-int-conversion
504
505Code:
506 extern int i;
507int i;
508
509Compiler stdout:
510 
511Compiler stderr:
512 cc1: error: unrecognized command line option "-Wint-conversion"
513cc1: error: unrecognized command line option "-Wno-int-conversion"
514
515Compiler for C supports arguments -Wno-int-conversion: NO
516Running compile:
517Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpg_8y1uqj
518Command line:  /opt/local/bin/gcc-apple-4.2 -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpg_8y1uqj/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpg_8y1uqj/output.exe -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -ldl -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names
519
520Code:
521 int main(void) { return 0; }
522
523Compiler stdout:
524 
525Compiler stderr:
526 
527Library dl found: YES
528Pkg-config binary for MachineChoice.HOST is not cached.
529Pkg-config binary missing from cross or native file, or env var undefined.
530Trying a default Pkg-config fallback at pkg-config
531Found pkg-config: /opt/local/bin/pkg-config (0.29.2)
532Determining dependency 'gl' with pkg-config executable '/opt/local/bin/pkg-config'
533env[PKG_CONFIG_PATH]:
534Called `/opt/local/bin/pkg-config --modversion gl` -> 0
53522.1.7
536env[PKG_CONFIG_PATH]:
537Called `/opt/local/bin/pkg-config --cflags gl` -> 0
538
539env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
540env[PKG_CONFIG_PATH]:
541Called `/opt/local/bin/pkg-config --libs gl` -> 0
542-L/opt/local/lib -lGL
543env[PKG_CONFIG_PATH]:
544Called `/opt/local/bin/pkg-config --libs gl` -> 0
545-L/opt/local/lib -lGL
546Running compile:
547Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp98hbh7pu
548Command line:  /opt/local/bin/gcc-apple-4.2 -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp98hbh7pu/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp98hbh7pu/output.exe -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -Wl,-headerpad_max_install_names
549
550Code:
551 #include<stdio.h>
552       
553        int main(void) {
554            printf("%ld\n", (long)(sizeof(void *)));
555            return 0;
556        };
557Compiler stdout:
558 
559Compiler stderr:
560 
561Program stdout:
562
5634
564
565Program stderr:
566
567
568Running compile:
569Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp73nhnyzv
570Command line:  /opt/local/bin/gcc-apple-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp73nhnyzv/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp73nhnyzv/output.obj -c -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 --print-search-dirs
571
572Code:
573 
574Compiler stdout:
575 install: /opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/
576programs: =/opt/local/libexec/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/:/opt/local/libexec/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/:/opt/local/libexec/apple-gcc42/gcc/powerpc-apple-darwin8/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/:/usr/libexec/gcc/powerpc-apple-darwin8/4.2.4/:/usr/libexec/gcc/powerpc-apple-darwin8/:/usr/lib/gcc/powerpc-apple-darwin8/4.2.4/:/usr/lib/gcc/powerpc-apple-darwin8/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/../../../../powerpc-apple-darwin8/bin/powerpc-apple-darwin8/4.2.4/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/../../../../powerpc-apple-darwin8/bin/
577libraries: =/lib/powerpc-apple-darwin8/4.2.4/:/lib/:/usr/lib/powerpc-apple-darwin8/4.2.4/:/usr/lib/:/opt/local/lib/powerpc-apple-darwin8/4.2.4/:/opt/local/lib/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/:/usr/lib/gcc/powerpc-apple-darwin8/4.2.4/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/../../../../powerpc-apple-darwin8/lib/powerpc-apple-darwin8/4.2.4/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/../../../../powerpc-apple-darwin8/lib/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/../../../powerpc-apple-darwin8/4.2.4/:/opt/local/lib/apple-gcc42/gcc/powerpc-apple-darwin8/4.2.4/../../../
578
579Compiler stderr:
580 
581Run-time dependency gl found: YES 22.1.7
582Pkg-config binary for MachineChoice.HOST is cached.
583Determining dependency 'egl' with pkg-config executable '/opt/local/bin/pkg-config'
584env[PKG_CONFIG_PATH]:
585Called `/opt/local/bin/pkg-config --modversion egl` -> 1
586
587Finding framework path by running:  /opt/local/bin/gcc-apple-4.2 -v -E - -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -I/opt/local/include
588
589Looking for framework egl in /System/Library/Frameworks
590Looking for framework egl in /Library/Frameworks
591CMake binary for MachineChoice.HOST is not cached
592CMake binary missing from cross or native file, or env var undefined.
593Trying a default CMake fallback at cmake
594Found CMake: /opt/local/bin/cmake (3.24.3)
595Extracting basic cmake information
596Try CMake generator: auto
597Calling CMake (['/opt/local/bin/cmake']) in /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/cmake_egl with:
598  - "--trace-expand"
599  - "--trace-format=json-v1"
600  - "--no-warn-unused-cli"
601  - "--trace-redirect=cmake_trace.txt"
602  - "-DCMAKE_TOOLCHAIN_FILE=/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/cmake_egl/CMakeMesonToolchainFile.cmake"
603  - "."
604  -- Module search paths:    ['/', '/Applications', '/Developer/Applications', '/Developer/Library/Frameworks', '/Library/Frameworks', '/System/Library/Frameworks', '/opt', '/opt/local', '/usr', '/usr/X11R6', '/usr/local']
605  -- CMake root:             /opt/local/share/cmake-3.24
606  -- CMake architectures:    []
607  -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share']
608Preliminary CMake check failed. Aborting.
609Run-time dependency egl found: NO (tried pkgconfig, framework and cmake)
610Pkg-config binary for MachineChoice.HOST is cached.
611Determining dependency 'x11' with pkg-config executable '/opt/local/bin/pkg-config'
612env[PKG_CONFIG_PATH]:
613Called `/opt/local/bin/pkg-config --modversion x11` -> 0
6141.8.2
615env[PKG_CONFIG_PATH]:
616Called `/opt/local/bin/pkg-config --cflags x11` -> 0
617
618env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
619env[PKG_CONFIG_PATH]:
620Called `/opt/local/bin/pkg-config --libs x11` -> 0
621-L/opt/local/lib -lX11
622env[PKG_CONFIG_PATH]:
623Called `/opt/local/bin/pkg-config --libs x11` -> 0
624-L/opt/local/lib -lX11
625Run-time dependency x11 found: YES 1.8.2
626Pkg-config binary for MachineChoice.HOST is cached.
627Determining dependency 'glesv2' with pkg-config executable '/opt/local/bin/pkg-config'
628env[PKG_CONFIG_PATH]:
629Called `/opt/local/bin/pkg-config --modversion glesv2` -> 0
63022.1.7
631env[PKG_CONFIG_PATH]:
632Called `/opt/local/bin/pkg-config --cflags glesv2` -> 0
633
634env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
635env[PKG_CONFIG_PATH]:
636Called `/opt/local/bin/pkg-config --libs glesv2` -> 0
637-L/opt/local/lib -lGLESv2
638env[PKG_CONFIG_PATH]:
639Called `/opt/local/bin/pkg-config --libs glesv2` -> 0
640-L/opt/local/lib -lGLESv2
641Run-time dependency glesv2 found: YES 22.1.7
642Pkg-config binary for MachineChoice.HOST is cached.
643Determining dependency 'glesv1_cm' with pkg-config executable '/opt/local/bin/pkg-config'
644env[PKG_CONFIG_PATH]:
645Called `/opt/local/bin/pkg-config --modversion glesv1_cm` -> 0
64622.1.7
647env[PKG_CONFIG_PATH]:
648Called `/opt/local/bin/pkg-config --cflags glesv1_cm` -> 0
649
650env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
651env[PKG_CONFIG_PATH]:
652Called `/opt/local/bin/pkg-config --libs glesv1_cm` -> 0
653-L/opt/local/lib -lGLESv1_CM
654env[PKG_CONFIG_PATH]:
655Called `/opt/local/bin/pkg-config --libs glesv1_cm` -> 0
656-L/opt/local/lib -lGLESv1_CM
657Run-time dependency glesv1_cm found: YES 22.1.7
658Program src/gen_dispatch.py found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/anholt-libepoxy-70a20c6/src/gen_dispatch.py)
659Configuring config.h using configuration
660Library dl found: YES
661Running compile:
662Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpikh86io3
663Command line:  /opt/local/bin/gcc-apple-4.2 -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpikh86io3/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmpikh86io3/output.exe -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -std=gnu99 -ldl -Wl,-headerpad_max_install_names
664
665Code:
666 
667        #define dlvsym meson_disable_define_of_dlvsym
668       
669        #include <limits.h>
670        #undef dlvsym
671       
672        #ifdef __cplusplus
673        extern "C"
674        #endif
675        char dlvsym (void);
676       
677        #if defined __stub_dlvsym || defined __stub___dlvsym
678        fail fail fail this function is not going to work
679        #endif
680       
681        int main(void) {
682          return dlvsym ();
683        }
684Compiler stdout:
685 
686Compiler stderr:
687 Undefined symbols:
688  "_dlvsym", referenced from:
689      _main in ccL8y6wk.o
690ld: symbol(s) not found
691collect2: ld returned 1 exit status
692
693Running compile:
694Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf
695Command line:  /opt/local/bin/gcc-apple-4.2 -L/opt/local/lib -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf/output.exe -pipe -Os -DCGLReleasePixelFormat=CGLDestroyPixelFormat -DCGLReleaseContext=CGLDestroyContext -arch ppc -O0 -std=gnu99 -ldl -Wl,-headerpad_max_install_names
696
697Code:
698 
699        int main(void) {
700
701        /* With some toolchains (MSYS2/mingw for example) the compiler
702         * provides various builtins which are not really implemented and
703         * fall back to the stdlib where they aren't provided and fail at
704         * build/link time. In case the user provides a header, including
705         * the header didn't lead to the function being defined, and the
706         * function we are checking isn't a builtin itself we assume the
707         * builtin is not functional and we just error out. */
708        #if !1 && !defined(dlvsym) && !0
709            #error "No definition for __builtin_dlvsym found in the prefix"
710        #endif
711
712        #ifdef __has_builtin
713            #if !__has_builtin(__builtin_dlvsym)
714                #error "__builtin_dlvsym not found"
715            #endif
716        #elif ! defined(dlvsym)
717            __builtin_dlvsym;
718        #endif
719        return 0;
720        }
721Compiler stdout:
722 
723Compiler stderr:
724 /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf/testfile.c: In function 'main':
725/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf/testfile.c:20: error: '__builtin_dlvsym' undeclared (first use in this function)
726/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf/testfile.c:20: error: (Each undeclared identifier is reported only once
727/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_graphics_libepoxy/libepoxy/work/build/meson-private/tmp9u8v_9uf/testfile.c:20: error: for each function it appears in.)
728
729Checking for function "dlvsym" with dependency -ldl: NO
730Adding test "header_guards"
731Adding test "misc_defines"
732Adding test "khronos_typedefs"
733Adding test "gl_version"
734Adding test "glx_beginend"
735Adding test "glx_public_api"
736Adding test "glx_public_api_core"
737Adding test "glx_glxgetprocaddress_nocontext"
738Adding test "glx_has_extension_nocontext"
739Run-time dependency appleframeworks found: NO (tried framework)
740
741test/meson.build:164:2: ERROR: Dependency "appleframeworks" not found, tried framework