Build started at 2022-03-08T07:53:02.632539 Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 Build Options: -Dprefix=/opt/local Python system: Darwin The Meson build system Version: 0.59.1 Source 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 Build 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 Build type: native build Project name: shared-mime-info Project version: 2.1 Sanity testing C compiler: /usr/bin/gcc-4.2 Is cross compiler: False. Sanity 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 Sanity check compile stdout: ----- Sanity check compile stderr: ----- Running 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 C 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)") C linker for the host machine: /usr/bin/gcc-4.2 ld64 85.2.1 Sanity testing C compiler: /usr/bin/gcc-4.2 Is cross compiler: False. Sanity 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 Sanity check compile stdout: ----- Sanity check compile stderr: ----- Running 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 C 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)") C linker for the build machine: /usr/bin/gcc-4.2 ld64 85.2.1 Build machine cpu family: ppc Build machine cpu: power macintosh Host machine cpu family: ppc Host machine cpu: power macintosh Target machine cpu family: ppc Target machine cpu: power macintosh Program itstool found: YES (/opt/local/bin/itstool) Program xmllint found: YES (/opt/local/bin/xmllint) Program xmlto found: YES (/opt/local/bin/xmlto) Program ./xdgmime/src/print-mime-data found: NO Program ./xdgmime/src/test-mime-data found: NO Program ./xdgmime/src/test-mime found: NO meson.build:42: WARNING: *************************************************************************** *** xdgmime not compiled, test suite cannot run. Check HACKING for info *** *************************************************************************** Running compile: Working 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 Command 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 Code: #define fdatasync meson_disable_define_of_fdatasync #include #undef fdatasync #ifdef __cplusplus extern "C" #endif char fdatasync (void); #if defined __stub_fdatasync || defined __stub___fdatasync fail fail fail this function is not going to work #endif int main(void) { return fdatasync (); } Compiler stdout: Compiler stderr: Undefined symbols: "_fdatasync", referenced from: _main in cc5odRDO.o ld: symbol(s) not found collect2: ld returned 1 exit status Running compile: Working 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 Command 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 Code: int main(void) { /* With some toolchains (MSYS2/mingw for example) the compiler * provides various builtins which are not really implemented and * fall back to the stdlib where they aren't provided and fail at * build/link time. In case the user provides a header, including * the header didn't lead to the function being defined, and the * function we are checking isn't a builtin itself we assume the * builtin is not functional and we just error out. */ #if !1 && !defined(fdatasync) && !0 #error "No definition for __builtin_fdatasync found in the prefix" #endif #ifdef __has_builtin #if !__has_builtin(__builtin_fdatasync) #error "__builtin_fdatasync not found" #endif #elif ! defined(fdatasync) __builtin_fdatasync; #endif return 0; } Compiler stdout: Compiler stderr: /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': /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) /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 /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.) Checking for function "fdatasync" : NO Pkg-config binary for MachineChoice.HOST is not cached. Pkg-config binary missing from cross or native file, or env var undefined. Trying a default Pkg-config fallback at pkg-config Found pkg-config: /opt/local/bin/pkg-config (0.29.2) Determining dependency 'libxml-2.0' with pkg-config executable '/opt/local/bin/pkg-config' env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --modversion libxml-2.0` -> 0 2.9.13 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --cflags libxml-2.0` -> 0 -I/opt/local/include/libxml2 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --libs libxml-2.0` -> 0 -L/opt/local/lib -lxml2 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --libs libxml-2.0` -> 0 -L/opt/local/lib -lxml2 Running compile: Working 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 Command 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 Code: #include int main(void) { printf("%ld\n", (long)(sizeof(void *))); return 0; }; Compiler stdout: Compiler stderr: Program stdout: 8 Program stderr: Running compile: Working 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 Command 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 Code: Compiler stdout: install: /usr/lib/gcc/powerpc-apple-darwin9/4.2.1/ programs: =/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/ libraries: =/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/../../../ Compiler stderr: Rejected /opt/local/lib/libxml2.dylib, supports ['ppc7400', 'ppc64'] but need ppc Run-time dependency libxml-2.0 found: YES 2.9.13 Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'glib-2.0' with pkg-config executable '/opt/local/bin/pkg-config' env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --modversion glib-2.0` -> 0 2.64.6 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --cflags glib-2.0` -> 0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --libs glib-2.0` -> 0 -L/opt/local/lib -lglib-2.0 -lintl env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --libs glib-2.0` -> 0 -L/opt/local/lib -lglib-2.0 -lintl Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc Run-time dependency glib-2.0 found: YES 2.64.6 Pkg-config binary for MachineChoice.HOST is cached. Determining dependency 'gio-2.0' with pkg-config executable '/opt/local/bin/pkg-config' env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --modversion gio-2.0` -> 0 2.64.6 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --cflags gio-2.0` -> 0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0 -L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl env[PKG_CONFIG_PATH]: Called `/opt/local/bin/pkg-config --libs gio-2.0` -> 0 -L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc Run-time dependency gio-2.0 found: YES 2.64.6 Program 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) Adding test "translations" Program 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) Configuring config.h using configuration Program 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) Program 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) Adding test "No duplicate mime-types" Program 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) Adding test "Single spelling case" Program 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) Adding test "Sanity check sub-class-of" Adding test "xmllint freedesktop.org.xml" Program 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) Adding test "Case sensitivity" Adding test "update-mime-database" Adding test "ITS validation" Configuring shared-mime-info.pc using configuration Build targets in project: 9 Found ninja-1.10.2 at /opt/local/bin/ninja Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libglib-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libglib-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libintl.a, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libintl.dylib, supports ['ppc7400', 'ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgio-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.a, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc Rejected /opt/local/lib/libgobject-2.0.dylib, supports ['ppc64'] but need ppc