Ticket #64787: meson-log.txt

File meson-log.txt, 17.2 KB (added by barracuda156, 2 years ago)
Line 
1Build started at 2022-03-08T07:53:02.632539
2Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9
3Build Options: -Dprefix=/opt/local
4Python system: Darwin
5The Meson build system
6Version: 0.59.1
7Source dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1
8Build dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build
9Build type: native build
10Project name: shared-mime-info
11Project version: 2.1
12Sanity testing C compiler: /usr/bin/gcc-4.2
13Is cross compiler: False.
14Sanity check compiler command line: /usr/bin/gcc-4.2 sanitycheckc.c -o sanitycheckc.exe -pipe -Os -arch ppc64 -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_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/sanitycheckc.exe
22C compiler for the host machine: /usr/bin/gcc-4.2 (gcc 4.2.1 "powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)")
23C linker for the host machine: /usr/bin/gcc-4.2 ld64 85.2.1
24Sanity testing C compiler: /usr/bin/gcc-4.2
25Is cross compiler: False.
26Sanity check compiler command line: /usr/bin/gcc-4.2 sanitycheckc.c -o sanitycheckc.exe -pipe -Os -arch ppc64 -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_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/sanitycheckc.exe
34C compiler for the build machine: /usr/bin/gcc-4.2 (gcc 4.2.1 "powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)")
35C linker for the build machine: /usr/bin/gcc-4.2 ld64 85.2.1
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
42Program itstool found: YES (/opt/local/bin/itstool)
43Program xmllint found: YES (/opt/local/bin/xmllint)
44Program xmlto found: YES (/opt/local/bin/xmlto)
45Program ./xdgmime/src/print-mime-data found: NO
46Program ./xdgmime/src/test-mime-data found: NO
47Program ./xdgmime/src/test-mime found: NO
48meson.build:42: WARNING:
49***************************************************************************
50*** xdgmime not compiled, test suite cannot run. Check HACKING for info ***
51***************************************************************************
52   
53Running compile:
54Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmphwua2mej
55Command 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_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmphwua2mej/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmphwua2mej/output.exe -pipe -Os -arch ppc64 -O0 -Wl,-headerpad_max_install_names
56
57Code:
58 
59        #define fdatasync meson_disable_define_of_fdatasync
60       
61        #include <limits.h>
62        #undef fdatasync
63       
64        #ifdef __cplusplus
65        extern "C"
66        #endif
67        char fdatasync (void);
68       
69        #if defined __stub_fdatasync || defined __stub___fdatasync
70        fail fail fail this function is not going to work
71        #endif
72       
73        int main(void) {
74          return fdatasync ();
75        }
76Compiler stdout:
77 
78Compiler stderr:
79 Undefined symbols:
80  "_fdatasync", referenced from:
81      _main in cc5odRDO.o
82ld: symbol(s) not found
83collect2: ld returned 1 exit status
84
85Running compile:
86Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c
87Command 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_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c/output.exe -pipe -Os -arch ppc64 -O0 -Wl,-headerpad_max_install_names
88
89Code:
90 
91        int main(void) {
92
93        /* With some toolchains (MSYS2/mingw for example) the compiler
94         * provides various builtins which are not really implemented and
95         * fall back to the stdlib where they aren't provided and fail at
96         * build/link time. In case the user provides a header, including
97         * the header didn't lead to the function being defined, and the
98         * function we are checking isn't a builtin itself we assume the
99         * builtin is not functional and we just error out. */
100        #if !1 && !defined(fdatasync) && !0
101            #error "No definition for __builtin_fdatasync found in the prefix"
102        #endif
103
104        #ifdef __has_builtin
105            #if !__has_builtin(__builtin_fdatasync)
106                #error "__builtin_fdatasync not found"
107            #endif
108        #elif ! defined(fdatasync)
109            __builtin_fdatasync;
110        #endif
111        return 0;
112        }
113Compiler stdout:
114 
115Compiler stderr:
116 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c/testfile.c: In function 'main':
117/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c/testfile.c:20: error: '__builtin_fdatasync' undeclared (first use in this function)
118/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c/testfile.c:20: error: (Each undeclared identifier is reported only once
119/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpavaa016c/testfile.c:20: error: for each function it appears in.)
120
121Checking for function "fdatasync" : NO
122Pkg-config binary for MachineChoice.HOST is not cached.
123Pkg-config binary missing from cross or native file, or env var undefined.
124Trying a default Pkg-config fallback at pkg-config
125Found pkg-config: /opt/local/bin/pkg-config (0.29.2)
126Determining dependency 'libxml-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
127env[PKG_CONFIG_PATH]:
128Called `/opt/local/bin/pkg-config --modversion libxml-2.0` -> 0
1292.9.13
130env[PKG_CONFIG_PATH]:
131Called `/opt/local/bin/pkg-config --cflags libxml-2.0` -> 0
132-I/opt/local/include/libxml2
133env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
134env[PKG_CONFIG_PATH]:
135Called `/opt/local/bin/pkg-config --libs libxml-2.0` -> 0
136-L/opt/local/lib -lxml2
137env[PKG_CONFIG_PATH]:
138Called `/opt/local/bin/pkg-config --libs libxml-2.0` -> 0
139-L/opt/local/lib -lxml2
140Running compile:
141Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpuktcrc94
142Command 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_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpuktcrc94/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpuktcrc94/output.exe -pipe -Os -arch ppc64 -O0 -Wl,-headerpad_max_install_names
143
144Code:
145 #include<stdio.h>
146       
147        int main(void) {
148            printf("%ld\n", (long)(sizeof(void *)));
149            return 0;
150        };
151Compiler stdout:
152 
153Compiler stderr:
154 
155Program stdout:
156
1578
158
159Program stderr:
160
161
162Running compile:
163Working directory:  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpiwu_alij
164Command 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_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpiwu_alij/testfile.c -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/build/meson-private/tmpiwu_alij/output.obj -c -pipe -Os -arch ppc64 -O0 --print-search-dirs
165
166Code:
167 
168Compiler stdout:
169 install: /usr/lib/gcc/powerpc-apple-darwin9/4.2.1/
170programs: =/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/:/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/:/usr/libexec/gcc/powerpc-apple-darwin9/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/:/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/:/usr/libexec/gcc/powerpc-apple-darwin9/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../../powerpc-apple-darwin9/bin/powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../../powerpc-apple-darwin9/bin/
171libraries: =/lib/powerpc-apple-darwin9/4.2.1/ppc64/:/lib/ppc64/:/usr/lib/powerpc-apple-darwin9/4.2.1/ppc64/:/usr/lib/ppc64/:/opt/local/lib/powerpc-apple-darwin9/4.2.1/ppc64/:/opt/local/lib/ppc64/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/ppc64/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/ppc64/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../../powerpc-apple-darwin9/lib/powerpc-apple-darwin9/4.2.1/ppc64/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../../powerpc-apple-darwin9/lib/ppc64/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../powerpc-apple-darwin9/4.2.1/ppc64/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../ppc64/:/lib/powerpc-apple-darwin9/4.2.1/:/lib/:/usr/lib/powerpc-apple-darwin9/4.2.1/:/usr/lib/:/opt/local/lib/powerpc-apple-darwin9/4.2.1/:/opt/local/lib/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../../powerpc-apple-darwin9/lib/powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../../powerpc-apple-darwin9/lib/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../powerpc-apple-darwin9/4.2.1/:/usr/lib/gcc/powerpc-apple-darwin9/4.2.1/../../../
172
173Compiler stderr:
174 
175Rejected /opt/local/lib/libxml2.dylib, supports ['ppc7400', 'ppc64'] but need ppc
176Run-time dependency libxml-2.0 found: YES 2.9.13
177Pkg-config binary for MachineChoice.HOST is cached.
178Determining dependency 'glib-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
179env[PKG_CONFIG_PATH]:
180Called `/opt/local/bin/pkg-config --modversion glib-2.0` -> 0
1812.64.6
182env[PKG_CONFIG_PATH]:
183Called `/opt/local/bin/pkg-config --cflags glib-2.0` -> 0
184-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
185env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
186env[PKG_CONFIG_PATH]:
187Called `/opt/local/bin/pkg-config --libs glib-2.0` -> 0
188-L/opt/local/lib -lglib-2.0 -lintl
189env[PKG_CONFIG_PATH]:
190Called `/opt/local/bin/pkg-config --libs glib-2.0` -> 0
191-L/opt/local/lib -lglib-2.0 -lintl
192Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc
193Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc
194Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc
195Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc
196Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc
197Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc
198Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc
199Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc
200Run-time dependency glib-2.0 found: YES 2.64.6
201Pkg-config binary for MachineChoice.HOST is cached.
202Determining dependency 'gio-2.0' with pkg-config executable '/opt/local/bin/pkg-config'
203env[PKG_CONFIG_PATH]:
204Called `/opt/local/bin/pkg-config --modversion gio-2.0` -> 0
2052.64.6
206env[PKG_CONFIG_PATH]:
207Called `/opt/local/bin/pkg-config --cflags gio-2.0` -> 0
208-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
209env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
210env[PKG_CONFIG_PATH]:
211Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
212-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
213env[PKG_CONFIG_PATH]:
214Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0
215-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
216Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc
217Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc
218Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc
219Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc
220Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc
221Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc
222Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc
223Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc
224Run-time dependency gio-2.0 found: YES 2.64.6
225Program check_translations.sh found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/po/check_translations.sh)
226Adding test "translations"
227Program freedesktop_generate.sh found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/data/freedesktop_generate.sh)
228Configuring config.h using configuration
229Program test_generic_icons.sh found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/tests/test_generic_icons.sh)
230Program test_duplicate_mime_types.sh found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/tests/test_duplicate_mime_types.sh)
231Adding test "No duplicate mime-types"
232Program test_case.py found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/tests/test_case.py)
233Adding test "Single spelling case"
234Program test_sub_class_ofs.py found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/tests/test_sub_class_ofs.py)
235Adding test "Sanity check sub-class-of"
236Adding test "xmllint freedesktop.org.xml"
237Program test-case-sensitivity.sh found: YES (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_shared-mime-info/shared-mime-info/work/shared-mime-info-2.1/tests/test-case-sensitivity.sh)
238Adding test "Case sensitivity"
239Adding test "update-mime-database"
240Adding test "ITS validation"
241Configuring shared-mime-info.pc using configuration
242Build targets in project: 9
243
244Found ninja-1.10.2 at /opt/local/bin/ninja
245Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc
246Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc
247Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc
248Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc
249Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc
250Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc
251Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc
252Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc
253Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc
254Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc
255Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc
256Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc
257Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc
258Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc
259Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc
260Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc