Ticket #70629: meson-log.txt

File meson-log.txt, 19.1 KB (added by barracuda156, 4 weeks ago)
Line 
1Build started at 2024-08-27T13:04:26.955399
2Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12
3Build Options: -Dprefix=/opt/local -Dwrap_mode=default
4Python system: Darwin
5The Meson build system
6Version: 1.5.1
7Source dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/libhttpseverywhere-0.8.3
8Build dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build
9Build type: native build
10Project name: httpseverywhere
11Project version: undefined
12-----------
13Detecting compiler via: `/usr/bin/gcc-4.2 --version` -> 0
14stdout:
15powerpc-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5621) (dot 3)
16Copyright (C) 2007 Free Software Foundation, Inc.
17This is free software; see the source for copying conditions.  There is NO
18warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19-----------
20Running command: -cpp -x c -E -dM -
21-----
22-----------
23Detecting linker via: `/usr/bin/gcc-4.2 -Wl,--version -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -pipe -Os -arch ppc -I/opt/local/include` -> 1
24stderr:
25ld: unknown option: --version
26collect2: ld returned 1 exit status
27-----------
28-----------
29Detecting Apple linker via: `/usr/bin/gcc-4.2 -Wl,-v -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -pipe -Os -arch ppc -I/opt/local/include` -> 1
30stderr:
31collect2 version 4.2.1 (Apple Inc. build 5621) (dot 3) (Darwin/PowerPC)
32/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/ld -dynamic -arch ppc -macosx_version_min 10.6 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.5.o -L/opt/local/lib -L/usr/lib/powerpc-apple-darwin10/4.2.1 -L/opt/local/lib -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1 -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1 -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../powerpc-apple-darwin10/4.2.1 -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../.. -v -headerpad_max_install_names -lgcc_s.10.5 -lgcc -lSystemStubs -lSystem
33@(#)PROGRAM:ld  PROJECT:ld64-87.3.1
34Library search paths:
35        /opt/local/lib
36        /usr/lib/powerpc-apple-darwin10/4.2.1
37        /opt/local/lib
38        /usr/lib/gcc/powerpc-apple-darwin10/4.2.1
39        /usr/lib/gcc/powerpc-apple-darwin10/4.2.1
40        /usr/lib/powerpc-apple-darwin10/4.2.1
41        /usr/lib
42        /usr/lib
43        /usr/local/lib
44Framework search paths:
45        /Library/Frameworks/
46        /System/Library/Frameworks/
47Undefined symbols:
48  "_main", referenced from:
49      start in crt1.10.5.o
50ld: symbol(s) not found
51collect2: ld returned 1 exit status
52-----------
53Sanity testing C compiler: ccache /usr/bin/gcc-4.2
54Is cross compiler: False.
55Sanity check compiler command line: ccache /usr/bin/gcc-4.2 sanitycheckc.c -o sanitycheckc.exe -pipe -Os -arch ppc -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
56Sanity check compile stdout:
57
58-----
59Sanity check compile stderr:
60
61-----
62Running test binary command:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/sanitycheckc.exe
63C compiler for the host machine: ccache /usr/bin/gcc-4.2 (gcc 4.2.1 "powerpc-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5621) (dot 3)")
64C linker for the host machine: /usr/bin/gcc-4.2 ld64 87.3.1
65-----------
66Detecting archiver via: `gcc-ar --version` -> [Errno 2] No such file or directory: 'gcc-ar'
67-----------
68Detecting archiver via: `ar --version` -> 1
69stderr:
70usage:  ar -d [-TLsv] archive file ...
71        ar -m [-TLsv] archive file ...
72        ar -m [-abiTLsv] position archive file ...
73        ar -p [-TLsv] archive [file ...]
74        ar -q [-cTLsv] archive file ...
75        ar -r [-cuTLsv] archive file ...
76        ar -r [-abciuTLsv] position archive file ...
77        ar -t [-TLsv] archive [file ...]
78        ar -x [-ouTLsv] archive [file ...]
79-----------
80-----------
81Detecting compiler via: `valac --version` -> 0
82stdout:
83Vala 0.56.17
84-----------
85Running compile:
86Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/.tmp/tmpo5nmpcmj
87Code:
88class MesonSanityCheck : Object { }
89-----------
90Command line: `valac /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/.tmp/tmpo5nmpcmj/testfile.vala -C` -> 0
91Vala compiler for the host machine: valac (valac 0.56.17)
92-----------
93Detecting compiler via: `/usr/bin/gcc-4.2 --version` -> 0
94stdout:
95powerpc-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5621) (dot 3)
96Copyright (C) 2007 Free Software Foundation, Inc.
97This is free software; see the source for copying conditions.  There is NO
98warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
99-----------
100Running command: -cpp -x c -E -dM -
101-----
102-----------
103Detecting linker via: `/usr/bin/gcc-4.2 -Wl,--version -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -pipe -Os -arch ppc -I/opt/local/include` -> 1
104stderr:
105ld: unknown option: --version
106collect2: ld returned 1 exit status
107-----------
108-----------
109Detecting Apple linker via: `/usr/bin/gcc-4.2 -Wl,-v -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc -pipe -Os -arch ppc -I/opt/local/include` -> 1
110stderr:
111collect2 version 4.2.1 (Apple Inc. build 5621) (dot 3) (Darwin/PowerPC)
112/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/ld -dynamic -arch ppc -macosx_version_min 10.6 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.5.o -L/opt/local/lib -L/usr/lib/powerpc-apple-darwin10/4.2.1 -L/opt/local/lib -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1 -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1 -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../powerpc-apple-darwin10/4.2.1 -L/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../.. -v -headerpad_max_install_names -lgcc_s.10.5 -lgcc -lSystemStubs -lSystem
113@(#)PROGRAM:ld  PROJECT:ld64-87.3.1
114Library search paths:
115        /opt/local/lib
116        /usr/lib/powerpc-apple-darwin10/4.2.1
117        /opt/local/lib
118        /usr/lib/gcc/powerpc-apple-darwin10/4.2.1
119        /usr/lib/gcc/powerpc-apple-darwin10/4.2.1
120        /usr/lib/powerpc-apple-darwin10/4.2.1
121        /usr/lib
122        /usr/lib
123        /usr/local/lib
124Framework search paths:
125        /Library/Frameworks/
126        /System/Library/Frameworks/
127Undefined symbols:
128  "_main", referenced from:
129      start in crt1.10.5.o
130ld: symbol(s) not found
131collect2: ld returned 1 exit status
132-----------
133Sanity testing C compiler: ccache /usr/bin/gcc-4.2
134Is cross compiler: False.
135Sanity check compiler command line: ccache /usr/bin/gcc-4.2 sanitycheckc.c -o sanitycheckc.exe -pipe -Os -arch ppc -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names
136Sanity check compile stdout:
137
138-----
139Sanity check compile stderr:
140
141-----
142Running test binary command:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/sanitycheckc.exe
143C compiler for the build machine: ccache /usr/bin/gcc-4.2 (gcc 4.2.1 "powerpc-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5621) (dot 3)")
144C linker for the build machine: /usr/bin/gcc-4.2 ld64 87.3.1
145-----------
146Detecting archiver via: `gcc-ar --version` -> [Errno 2] No such file or directory: 'gcc-ar'
147-----------
148Detecting archiver via: `ar --version` -> 1
149stderr:
150usage:  ar -d [-TLsv] archive file ...
151        ar -m [-TLsv] archive file ...
152        ar -m [-abiTLsv] position archive file ...
153        ar -p [-TLsv] archive [file ...]
154        ar -q [-cTLsv] archive file ...
155        ar -r [-cuTLsv] archive file ...
156        ar -r [-abciuTLsv] position archive file ...
157        ar -t [-TLsv] archive [file ...]
158        ar -x [-ouTLsv] archive [file ...]
159-----------
160-----------
161Detecting compiler via: `valac --version` -> 0
162stdout:
163Vala 0.56.17
164-----------
165Using cached compile:
166Cached command line:  valac /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/.tmp/tmpo5nmpcmj/testfile.vala -C
167
168Code:
169 class MesonSanityCheck : Object { }
170Cached compiler stdout:
171 
172Cached compiler stderr:
173 
174Vala compiler for the build machine: valac (valac 0.56.17)
175Build machine cpu family: ppc
176Build machine cpu: power macintosh
177Host machine cpu family: ppc
178Host machine cpu: power macintosh
179Target machine cpu family: ppc
180Target machine cpu: power macintosh
181Pkg-config binary missing from cross or native file, or env var undefined.
182Trying a default Pkg-config fallback at pkg-config
183Found pkg-config: YES (/opt/local/bin/pkg-config) 0.29.2
184Determining dependency 'glib-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
185env[PKG_CONFIG_PATH]:
186env[PKG_CONFIG]: /opt/local/bin/pkg-config
187-----------
188Called: `/opt/local/bin/pkg-config --modversion glib-2.0` -> 0
189stdout:
1902.78.4
191-----------
192env[PKG_CONFIG_PATH]:
193env[PKG_CONFIG]: /opt/local/bin/pkg-config
194-----------
195Called: `/opt/local/bin/pkg-config --cflags glib-2.0` -> 0
196stdout:
197-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
198-----------
199env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
200env[PKG_CONFIG_PATH]:
201env[PKG_CONFIG]: /opt/local/bin/pkg-config
202-----------
203Called: `/opt/local/bin/pkg-config --libs glib-2.0` -> 0
204stdout:
205-L/opt/local/lib -lglib-2.0 -lintl
206-----------
207env[PKG_CONFIG_PATH]:
208env[PKG_CONFIG]: /opt/local/bin/pkg-config
209-----------
210Called: `/opt/local/bin/pkg-config --libs glib-2.0` -> 0
211stdout:
212-L/opt/local/lib -lglib-2.0 -lintl
213-----------
214Running compile:
215Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/tmpeqabord3
216Code:
217
218        #include<stddef.h>
219        #include<stdio.h>
220        int main(void) {
221            printf("%ld\n", (long)(sizeof(void *)));
222            return 0;
223        }
224-----------
225Command line: `/usr/bin/gcc-4.2 -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_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/tmpeqabord3/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/tmpeqabord3/output.exe -pipe -Os -arch ppc -O0 -Wl,-headerpad_max_install_names` -> 0
226Program stdout:
227
2284
229
230Program stderr:
231
232
233Running compile:
234Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/tmp1nsdj_xf
235Code:
236
237-----------
238Command line: `/usr/bin/gcc-4.2 -I/opt/local/include /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/tmp1nsdj_xf/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/meson-private/tmp1nsdj_xf/output.obj -c -pipe -Os -arch ppc -O0 --print-search-dirs` -> 0
239stdout:
240install: /usr/lib/gcc/powerpc-apple-darwin10/4.2.1/
241programs: =/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/:/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/:/usr/libexec/gcc/powerpc-apple-darwin10/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/:/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/:/usr/libexec/gcc/powerpc-apple-darwin10/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../../powerpc-apple-darwin10/bin/powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../../powerpc-apple-darwin10/bin/
242libraries: =/lib/powerpc-apple-darwin10/4.2.1/:/lib/:/usr/lib/powerpc-apple-darwin10/4.2.1/:/usr/lib/:/opt/local/lib/powerpc-apple-darwin10/4.2.1/:/opt/local/lib/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../../powerpc-apple-darwin10/lib/powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../../powerpc-apple-darwin10/lib/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../powerpc-apple-darwin10/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/../../../
243-----------
244Run-time dependency glib-2.0 found: YES 2.78.4
245Determining dependency 'gobject-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
246env[PKG_CONFIG_PATH]:
247env[PKG_CONFIG]: /opt/local/bin/pkg-config
248-----------
249Called: `/opt/local/bin/pkg-config --modversion gobject-2.0` -> 0
250stdout:
2512.78.4
252-----------
253env[PKG_CONFIG_PATH]:
254env[PKG_CONFIG]: /opt/local/bin/pkg-config
255-----------
256Called: `/opt/local/bin/pkg-config --cflags gobject-2.0` -> 0
257stdout:
258-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
259-----------
260env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
261env[PKG_CONFIG_PATH]:
262env[PKG_CONFIG]: /opt/local/bin/pkg-config
263-----------
264Called: `/opt/local/bin/pkg-config --libs gobject-2.0` -> 0
265stdout:
266-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl
267-----------
268env[PKG_CONFIG_PATH]:
269env[PKG_CONFIG]: /opt/local/bin/pkg-config
270-----------
271Called: `/opt/local/bin/pkg-config --libs gobject-2.0` -> 0
272stdout:
273-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl
274-----------
275Run-time dependency gobject-2.0 found: YES 2.78.4
276Determining dependency 'json-glib-1.0' with pkg-config executable '/opt/local/bin/pkg-config'
277env[PKG_CONFIG_PATH]:
278env[PKG_CONFIG]: /opt/local/bin/pkg-config
279-----------
280Called: `/opt/local/bin/pkg-config --modversion json-glib-1.0` -> 0
281stdout:
2821.8.0
283-----------
284env[PKG_CONFIG_PATH]:
285env[PKG_CONFIG]: /opt/local/bin/pkg-config
286-----------
287Called: `/opt/local/bin/pkg-config --cflags json-glib-1.0` -> 0
288stdout:
289-I/opt/local/include/json-glib-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
290-----------
291env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
292env[PKG_CONFIG_PATH]:
293env[PKG_CONFIG]: /opt/local/bin/pkg-config
294-----------
295Called: `/opt/local/bin/pkg-config --libs json-glib-1.0` -> 0
296stdout:
297-L/opt/local/lib -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
298-----------
299env[PKG_CONFIG_PATH]:
300env[PKG_CONFIG]: /opt/local/bin/pkg-config
301-----------
302Called: `/opt/local/bin/pkg-config --libs json-glib-1.0` -> 0
303stdout:
304-L/opt/local/lib -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
305-----------
306Run-time dependency json-glib-1.0 found: YES 1.8.0
307Determining dependency 'libsoup-2.4' with pkg-config executable '/opt/local/bin/pkg-config'
308env[PKG_CONFIG_PATH]:
309env[PKG_CONFIG]: /opt/local/bin/pkg-config
310-----------
311Called: `/opt/local/bin/pkg-config --modversion libsoup-2.4` -> 0
312stdout:
3132.74.3
314-----------
315env[PKG_CONFIG_PATH]:
316env[PKG_CONFIG]: /opt/local/bin/pkg-config
317-----------
318Called: `/opt/local/bin/pkg-config --cflags libsoup-2.4` -> 0
319stdout:
320-I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
321-----------
322env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
323env[PKG_CONFIG_PATH]:
324env[PKG_CONFIG]: /opt/local/bin/pkg-config
325-----------
326Called: `/opt/local/bin/pkg-config --libs libsoup-2.4` -> 0
327stdout:
328-L/opt/local/lib -lsoup-2.4 -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
329-----------
330env[PKG_CONFIG_PATH]:
331env[PKG_CONFIG]: /opt/local/bin/pkg-config
332-----------
333Called: `/opt/local/bin/pkg-config --libs libsoup-2.4` -> 0
334stdout:
335-L/opt/local/lib -lsoup-2.4 -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
336-----------
337Run-time dependency libsoup-2.4 found: YES 2.74.3
338Determining dependency 'gio-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
339env[PKG_CONFIG_PATH]:
340env[PKG_CONFIG]: /opt/local/bin/pkg-config
341-----------
342Called: `/opt/local/bin/pkg-config --modversion gio-2.0` -> 0
343stdout:
3442.78.4
345-----------
346env[PKG_CONFIG_PATH]:
347env[PKG_CONFIG]: /opt/local/bin/pkg-config
348-----------
349Called: `/opt/local/bin/pkg-config --cflags gio-2.0` -> 0
350stdout:
351-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
352-----------
353env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
354env[PKG_CONFIG_PATH]:
355env[PKG_CONFIG]: /opt/local/bin/pkg-config
356-----------
357Called: `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
358stdout:
359-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
360-----------
361env[PKG_CONFIG_PATH]:
362env[PKG_CONFIG]: /opt/local/bin/pkg-config
363-----------
364Called: `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
365stdout:
366-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
367-----------
368Run-time dependency gio-2.0 found: YES 2.78.4
369Determining dependency 'gee-0.8' with pkg-config executable '/opt/local/bin/pkg-config'
370env[PKG_CONFIG_PATH]:
371env[PKG_CONFIG]: /opt/local/bin/pkg-config
372-----------
373Called: `/opt/local/bin/pkg-config --modversion gee-0.8` -> 0
374stdout:
3750.20.5
376-----------
377env[PKG_CONFIG_PATH]:
378env[PKG_CONFIG]: /opt/local/bin/pkg-config
379-----------
380Called: `/opt/local/bin/pkg-config --cflags gee-0.8` -> 0
381stdout:
382-I/opt/local/include/gee-0.8 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
383-----------
384env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
385env[PKG_CONFIG_PATH]:
386env[PKG_CONFIG]: /opt/local/bin/pkg-config
387-----------
388Called: `/opt/local/bin/pkg-config --libs gee-0.8` -> 0
389stdout:
390-L/opt/local/lib -lgee-0.8 -lgobject-2.0 -lglib-2.0 -lintl
391-----------
392env[PKG_CONFIG_PATH]:
393env[PKG_CONFIG]: /opt/local/bin/pkg-config
394-----------
395Called: `/opt/local/bin/pkg-config --libs gee-0.8` -> 0
396stdout:
397-L/opt/local/lib -lgee-0.8 -lgobject-2.0 -lglib-2.0 -lintl
398-----------
399Run-time dependency gee-0.8 found: YES 0.20.5
400Determining dependency 'libarchive' with pkg-config executable '/opt/local/bin/pkg-config'
401env[PKG_CONFIG_PATH]:
402env[PKG_CONFIG]: /opt/local/bin/pkg-config
403-----------
404Called: `/opt/local/bin/pkg-config --modversion libarchive` -> 0
405stdout:
4063.7.4
407-----------
408env[PKG_CONFIG_PATH]:
409env[PKG_CONFIG]: /opt/local/bin/pkg-config
410-----------
411Called: `/opt/local/bin/pkg-config --cflags libarchive` -> 0
412env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
413env[PKG_CONFIG_PATH]:
414env[PKG_CONFIG]: /opt/local/bin/pkg-config
415-----------
416Called: `/opt/local/bin/pkg-config --libs libarchive` -> 0
417stdout:
418-L/opt/local/lib -larchive
419-----------
420env[PKG_CONFIG_PATH]:
421env[PKG_CONFIG]: /opt/local/bin/pkg-config
422-----------
423Called: `/opt/local/bin/pkg-config --libs libarchive` -> 0
424stdout:
425-L/opt/local/lib -larchive
426-----------
427Run-time dependency libarchive found: YES 3.7.4
428Program g-ir-compiler found: YES (/opt/local/bin/g-ir-compiler)
429WARNING: You should add the boolean check kwarg to the run_command call.
430         It currently defaults to false,
431         but it will default to true in future releases of meson.
432         See also: https://github.com/mesonbuild/meson/issues/9300
433Running command: /usr/bin/touch /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/src/httpseverywhere.h
434--- stdout ---
435
436--- stderr ---
437
438
439Running command: /usr/bin/touch /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_libhttpseverywhere/libhttpseverywhere/work/build/src/httpseverywhere-0.8.vapi
440--- stdout ---
441
442--- stderr ---
443
444
445
446meson.build:46:10: ERROR: pkgconfig.generate got unknown keyword arguments "install"