compile.19
build number: 19
re-implement command
docker pull immortalwrt/opde:sdk
docker run -it --rm immortalwrt/opde:sdk zsh # or bash
export http_proxy= # [your proxy], do not use localhost or 127.0.0.1
export https_proxy=$http_proxy
opde feeds && opde config -a
make package/feeds/packages/glib2/compile -j$(nproc) || make package/feeds/packages/glib2/compile V=s
Compile.txt
Applying ./patches/003-valgrind.h-mips16-fix.patch using plaintext:
patching file glib/valgrind.h
Applying ./patches/004-no-distutils.patch using plaintext:
patching file meson.build
Applying ./patches/005-uclibc.patch using plaintext:
patching file meson.build
Applying ./patches/006-c99.patch using plaintext:
patching file meson.build
The Meson build system
Version: 0.57.2
Source dir: /openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1
Build dir: /openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1/openwrt-build
Build type: cross build
WARNING: Unknown options: "build.libdir, build.prefix, build.sbindir"
The value of new options can be set with:
meson setup <builddir> --reconfigure -Dnew_option=new_value ...
Project name: glib
Project version: 2.68.1
C compiler for the host machine: ccache_cc (gcc 8.4.0 "aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r0-2162100) 8.4.0")
C linker for the host machine: ccache_cc ld.bfd 2.34
C++ compiler for the host machine: ccache_cxx (gcc 8.4.0 "aarch64-openwrt-linux-musl-g++ (OpenWrt GCC 8.4.0 r0-2162100) 8.4.0")
C++ linker for the host machine: ccache_cxx ld.bfd 2.34
C compiler for the build machine: ccache gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the build machine: gcc ld.bfd 2.34
C++ compiler for the build machine: ccache g++ (gcc 9.3.0 "g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C++ linker for the build machine: g++ ld.bfd 2.34
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: aarch64
Host machine cpu: generic
Target machine cpu family: aarch64
Target machine cpu: generic
Compiler for C supports arguments -fno-strict-aliasing: YES
Checking if "GNU C visibility attributes test" compiles: YES
Compiler for C supports arguments -fvisibility=hidden: YES
Message: Disabling GLib asserts
Message: Disabling GLib checks
Has header "alloca.h" : YES
Has header "crt_externs.h" : NO
Has header "dirent.h" : YES
Has header "float.h" : YES
Has header "fstab.h" : NO
Has header "grp.h" : YES
Has header "inttypes.h" : YES
Has header "limits.h" : YES
Has header "linux/magic.h" : YES
Has header "locale.h" : YES
Has header "mach/mach_time.h" : NO
Has header "memory.h" : YES
Has header "mntent.h" : YES
Has header "poll.h" : YES
Has header "pwd.h" : YES
Has header "sched.h" : YES
Has header "spawn.h" : YES
Has header "stdatomic.h" : YES
Has header "stdint.h" : YES
Has header "stdlib.h" : YES
Has header "string.h" : YES
Has header "strings.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/event.h" : NO
Has header "sys/filio.h" : NO
Has header "sys/inotify.h" : YES
Has header "sys/mkdev.h" : NO
Has header "sys/mntctl.h" : NO
Has header "sys/mnttab.h" : NO
Has header "sys/mount.h" : YES
Has header "sys/param.h" : YES
Has header "sys/resource.h" : YES
Has header "sys/select.h" : YES
Has header "sys/statfs.h" : YES
Has header "sys/stat.h" : YES
Has header "sys/statvfs.h" : YES
Has header "sys/sysctl.h" : NO
Has header "sys/time.h" : YES
Has header "sys/times.h" : YES
Has header "sys/types.h" : YES
Has header "sys/uio.h" : YES
Has header "sys/vfs.h" : YES
Has header "sys/vfstab.h" : NO
Has header "sys/vmount.h" : NO
Has header "sys/wait.h" : YES
Has header "termios.h" : YES
Has header "unistd.h" : YES
Has header "values.h" : YES
Has header "wchar.h" : YES
Has header "xlocale.h" : NO
Checking if "malloc.h" compiles: YES
Has header "linux/netlink.h" : YES
Checking if "statx() test" compiles: NO
Header <locale.h> has symbol "LC_MESSAGES" : YES
Checking whether type "struct stat" has member "st_mtimensec" : NO
Checking whether type "struct stat" has member "st_mtim.tv_nsec" : YES
Checking whether type "struct stat" has member "st_atimensec" : NO
Checking whether type "struct stat" has member "st_atim.tv_nsec" : YES
Checking whether type "struct stat" has member "st_ctimensec" : NO
Checking whether type "struct stat" has member "st_ctim.tv_nsec" : YES
Checking whether type "struct stat" has member "st_birthtime" : NO
Checking whether type "struct stat" has member "st_birthtimensec" : NO
Checking whether type "struct stat" has member "st_birthtim" : NO
Checking whether type "struct stat" has member "st_birthtim.tv_nsec" : NO
Checking whether type "struct stat" has member "st_blksize" : YES
Checking whether type "struct stat" has member "st_blocks" : YES
Checking whether type "struct statfs" has member "f_fstypename" : NO
Checking whether type "struct statfs" has member "f_bavail" : YES
Checking whether type "struct dirent" has member "d_type" : YES
Checking whether type "struct statvfs" has member "f_basetype" : NO
Checking whether type "struct statvfs" has member "f_fstypename" : NO
Checking whether type "struct tm" has member "tm_gmtoff" : YES
Checking whether type "struct tm" has member "__tm_gmtoff" : YES
Compiler for C supports arguments -Wduplicated-branches: YES
Compiler for C supports arguments -Wimplicit-fallthrough: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wno-unused-parameter: YES
Compiler for C supports arguments -Wno-bad-function-cast: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wno-pedantic: YES
Compiler for C supports arguments -Wno-format-zero-length: YES
Compiler for C supports arguments -Werror=declaration-after-statement: YES
Compiler for C supports arguments -Werror=format=2: YES
Compiler for C supports arguments -Werror=implicit-function-declaration: YES
Compiler for C supports arguments -Werror=init-self: YES
Compiler for C supports arguments -Werror=missing-include-dirs: YES
Compiler for C supports arguments -Werror=missing-prototypes: YES
Compiler for C supports arguments -Werror=pointer-arith: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES
Checking for function "close_range" : NO
Checking for function "endmntent" : YES
Checking for function "endservent" : YES
Checking for function "epoll_create" : YES
Checking for function "fallocate" : YES
Checking for function "fchmod" : YES
Checking for function "fchown" : YES
Checking for function "fdwalk" : NO
Checking for function "fsync" : YES
Checking for function "getauxval" : YES
Checking for function "getc_unlocked" : YES
Checking for function "getfsstat" : NO
Checking for function "getgrgid_r" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getresuid" : YES
Checking for function "getvfsstat" : NO
Checking for function "gmtime_r" : YES
Checking for function "hasmntopt" : YES
Checking for function "inotify_init1" : YES
Checking for function "issetugid" : YES
Checking for function "kevent" : NO
Checking for function "kqueue" : NO
Checking for function "lchmod" : YES
Checking for function "lchown" : YES
Checking for function "link" : YES
Checking for function "localtime_r" : YES
Checking for function "lstat" : YES
Checking for function "mbrtowc" : YES
Checking for function "memalign" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "poll" : YES
Checking for function "prlimit" : YES
Checking for function "readlink" : YES
Checking for function "recvmmsg" : YES
Checking for function "sendmmsg" : YES
Checking for function "setenv" : YES
Checking for function "setmntent" : YES
Checking for function "strerror_r" : YES
Checking for function "strnlen" : YES
Checking for function "strsignal" : YES
Checking for function "strtod_l" : YES
Checking for function "strtoll_l" : NO
Checking for function "strtoull_l" : NO
Checking for function "symlink" : YES
Checking for function "timegm" : YES
Checking for function "unsetenv" : YES
Checking for function "uselocale" : YES
Checking for function "utimes" : YES
Checking for function "valloc" : YES
Checking for function "vasprintf" : YES
Checking for function "vsnprintf" : YES
Checking for function "wcrtomb" : YES
Checking for function "wcslen" : YES
Checking for function "wcsnlen" : YES
Checking for function "sysctlbyname" : NO
Checking for function "statvfs" : YES
Checking for function "statfs" : YES
Checking for function "if_indextoname" : YES
Checking for function "if_nametoindex" : YES
Checking for function "splice" : YES
Checking for function "stpcpy" : YES
Checking for function "posix_memalign" : YES
Checking for function "posix_spawn" : YES
Checking if "strerror_r() returns char *" compiles: NO
Checking for function "snprintf" : YES
Checking for function "strcasecmp" : YES
Checking for function "strncasecmp" : YES
Header <sys/sysmacros.h> has symbol "major" : YES
Header <dlfcn.h> has symbol "RTLD_LAZY" : YES
Header <dlfcn.h> has symbol "RTLD_NOW" : YES
Header <dlfcn.h> has symbol "RTLD_GLOBAL" : YES
Header <dlfcn.h> has symbol "RTLD_NEXT" : YES
Message: Checking whether to use statfs or statvfs .. statfs
Checking for function "mkostemp" : YES
Checking if "futex(2) system call" links: YES
Checking if "eventfd(2) system call" links: YES
Checking if "__uint128_t available" compiles: YES
Checking if "clock_gettime" links: YES
Checking if "dlopen() and dlsym() in system libraries" links: YES
Checking if "number of arguments to statfs() (n=2)" compiles: YES
Checking if "open() option O_DIRECTORY" compiles: YES
Checking if "fcntl() option F_FULLFSYNC" compiles: NO
Checking if "nl_langinfo and CODESET" links: YES
Checking if "nl_langinfo (PM_STR)" links: YES
Checking if "nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)" links: NO
Checking if "nl_langinfo (ALTMON_n)" links: NO
Checking if "nl_langinfo (_NL_ABALTMON_n)" links: NO
Checking if "signed" compiles: YES
Header <stddef.h> has symbol "ptrdiff_t" : YES
Checking if "sig_atomic_t" links: YES
Checking if "long long" compiles: YES
Checking if "long double" compiles: YES
Header <stddef.h> has symbol "wchar_t" : YES
Header <wchar.h> has symbol "wint_t" : YES
Checking if "uintmax_t in inttypes.h" compiles: YES
Checking if "uintmax_t in stdint.h" compiles: YES
Checking for size of "char" : 1
Checking for size of "short" : 2
Checking for size of "int" : 4
Checking for size of "void*" : 8
Checking for size of "long" : 8
Checking for size of "long long" : 8
Checking for size of "size_t" : 8
Checking for size of "ssize_t" : 8
Checking if "int64_t is long" compiles: YES
Checking for alignment of "char" : 1
Checking for alignment of "short" : 2
Checking for alignment of "int" : 4
Checking for alignment of "void*" : 8
Checking for alignment of "long" : 8
Checking for alignment of "long long" : 8
Checking for alignment of "size_t" : 8
Checking for size of "wchar_t" : 4
Checking if "GCC size_t typedef is long" compiles: YES
Checking if "GCC size_t typedef is long long" compiles: NO
Checking if "__va_copy check" compiles: YES
Checking if "va_copy check" compiles: YES
Checking if "ISO C99 varargs macros in C" compiles: YES
Checking if "ISO C99 varargs macros in C++" compiles: YES
Checking if "GNUC varargs macros" compiles: YES
Has header "alloca.h" : YES (cached)
Has header "sys/poll.h" : YES
Has header "sys/types.h" : YES (cached)
Has header "winsock2.h" : NO
Computing int of "POLLIN" : 1
Computing int of "POLLOUT" : 4
Computing int of "POLLPRI" : 2
Computing int of "POLLERR" : 8
Computing int of "POLLHUP" : 16
Computing int of "POLLNVAL" : 32
Computing int of "AF_UNIX" : 1
Computing int of "AF_INET" : 2
Computing int of "AF_INET6" : 10
Computing int of "MSG_OOB" : 1
Computing int of "MSG_PEEK" : 2
Computing int of "MSG_DONTROUTE" : 4
Checking for type "struct in6_addr" : YES
Checking if "atomic ops" links: YES
Checking if "atomic ops define" compiles: YES
Run-time dependency threads found: YES
Header <pthread.h> has symbol "pthread_attr_setstacksize" : YES
Header <pthread.h> has symbol "pthread_attr_setinheritsched" : YES
Header <pthread.h> has symbol "pthread_condattr_setclock" : YES
Header <pthread.h> has symbol "pthread_cond_timedwait_relative_np" : NO
Header <pthread.h> has symbol "pthread_getname_np" : NO
Header <sys/syscall.h> has symbol "SYS_sched_getattr" : YES
Checking if "pthread_setname_np(const char*)" with dependency threads links: NO
Checking if "pthread_setname_np(pthread_t, const char*)" with dependency threads links: YES
Header <iconv.h> has symbol "iconv_open" : YES
Library iconv found: YES
Library m found: YES
Found pkg-config: /openwrt/staging_dir/host/bin/pkg-config (1.7.3)
Run-time dependency libffi found: YES 3.3
Run-time dependency zlib found: YES 1.2.11
Checking for function "bind_textdomain_codeset" : YES
Dependency mount skipped: feature libmount disabled
Dependency libselinux skipped: feature selinux disabled
Checking for function "getxattr" : YES
Has header "sys/xattr.h" : YES
Checking if "XATTR_NOFOLLOW" compiles: NO
Checking for function "strlcpy" : YES
Program bash found: YES (/openwrt/staging_dir/host/bin/bash)
Found CMake: NO
Run-time dependency bash-completion found: NO (tried pkgconfig and cmake)
Program sh found: YES (/usr/bin/sh)
Program env found: YES (/usr/bin/env)
Configuring glibconfig.h using configuration
Dependency sysprof-capture-4 skipped: feature sysprof disabled
Configuring gtester-report using configuration
Configuring libglib-2.0.so.0.6800.1-gdb.py using configuration
Configuring glib-genmarshal using configuration
Program glib-genmarshal found: YES (/openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1/openwrt-build/gobject/glib-genmarshal)
Configuring glib-mkenums using configuration
Program glib-mkenums found: YES (/openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1/openwrt-build/gobject/glib-mkenums)
Configuring libgobject-2.0.so.0.6800.1-gdb.py using configuration
Message: Cross-compiling: assuming that symbols aren't prefixed with underscore
Checking for function "dlerror" : YES
Configuring gmoduleconf.h using configuration
Checking if "C_IN in public headers (no arpa/nameser_compat.h needed)" compiles: YES
Checking if "res_query()" links: YES
Checking if "socket()" links: YES
Checking if "res_init()" links: YES
Checking if "res_nclose()" links: NO
Checking if "res_ndestroy()" links: NO
Checking if "res_ninit()" links: NO
Checking if "res_nquery()" links: NO
Checking for type "struct ip_mreqn" : YES
Checking if "ioctl with request SIOCGIFADDR" compiles: YES
Configuring gnetworking.h using configuration
Configuring gdbus-codegen using configuration
Program gdbus-codegen found: YES (/openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1/openwrt-build/gio/gdbus-2.0/codegen/gdbus-codegen)
Configuring config.py using configuration
Message: Found bash-completion but the .pc file did not set 'completionsdir', fallback to a predefined path
Dependency libelf skipped: feature libelf disabled
Library elf skipped: feature libelf disabled
Compiler for C supports arguments -Werror=unused-function: YES
Library FuzzingEngine skipped: feature oss_fuzz disabled
Program xgettext skipped: feature nls disabled
Configuring glib-gettextize using configuration
Configuring config.h using configuration
Build targets in project: 46
Option buildtype is: plain [default: debugoptimized]
Found ninja-1.10.2 at /openwrt/staging_dir/host/bin/ninja
ninja: Entering directory `/openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1/openwrt-build'
[1/474] Compiling C object glib/libcharset/libcharset.a.p/localcharset.c.o
[2/474] Linking static target glib/libcharset/libcharset.a
[3/474] Compiling C object glib/pcre/libpcre.a.p/pcre_byte_order.c.o
[4/474] Compiling C object glib/pcre/libpcre.a.p/pcre_chartables.c.o
[5/474] Compiling C object glib/pcre/libpcre.a.p/pcre_compile.c.o
../glib/pcre/pcre_compile.c: In function 'compile_branch':
../glib/pcre/pcre_compile.c:6038:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
else if (*ptr != CHAR_LESS_THAN_SIGN) /* Test for Python-style defn */
^
../glib/pcre/pcre_compile.c:6047:9: note: here
DEFINE_NAME: /* Come here from (?< handling */
^~~~~~~~~~~
../glib/pcre/pcre_compile.c: In function 'check_escape':
../glib/pcre/pcre_compile.c:1003:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ((c = *ptr) >= CHAR_8)
^
../glib/pcre/pcre_compile.c:1016:5: note: here
case CHAR_0:
^~~~
../glib/pcre/pcre_compile.c: In function 'find_fixedlength':
../glib/pcre/pcre_compile.c:1898:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
cc += GET(cc, 1) - PRIV(OP_lengths)[OP_CLASS];
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../glib/pcre/pcre_compile.c:1902:5: note: here
case OP_CLASS:
^~~~
[6/474] Compiling C object glib/pcre/libpcre.a.p/pcre_config.c.o
[7/474] Compiling C object glib/pcre/libpcre.a.p/pcre_dfa_exec.c.o
../glib/pcre/pcre_dfa_exec.c: In function 'internal_dfa_exec':
../glib/pcre/pcre_dfa_exec.c:2145:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
if ((md->moptions & PCRE_BSR_ANYCRLF) != 0) break;
^
../glib/pcre/pcre_dfa_exec.c:2147:9: note: here
case 0x000a:
^~~~
[8/474] Compiling C object glib/pcre/libpcre.a.p/pcre_exec.c.o
../glib/pcre/pcre_exec.c: In function 'match':
../glib/pcre/pcre_exec.c:937:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (offset < md->offset_max)
^
../glib/pcre/pcre_exec.c:1025:5: note: here
case OP_ONCE:
^~~~
../glib/pcre/pcre_exec.c:1106:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (offset < md->offset_max)
^
../glib/pcre/pcre_exec.c:1193:5: note: here
case OP_BRAPOS:
^~~~
../glib/pcre/pcre_exec.c:2032:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
^
../glib/pcre/pcre_exec.c:2036:5: note: here
case OP_SOD:
^~~~
../glib/pcre/pcre_exec.c:2098:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!md->endonly) goto ASSERT_NL_OR_EOS;
^
../glib/pcre/pcre_exec.c:2104:5: note: here
case OP_EOD:
^~~~
[9/474] Compiling C object glib/pcre/libpcre.a.p/pcre_fullinfo.c.o
[10/474] Compiling C object glib/pcre/libpcre.a.p/pcre_get.c.o
[11/474] Compiling C object glib/pcre/libpcre.a.p/pcre_globals.c.o
[12/474] Compiling C object glib/pcre/libpcre.a.p/pcre_jit_compile.c.o
[13/474] Compiling C object glib/pcre/libpcre.a.p/pcre_newline.c.o
[14/474] Compiling C object glib/pcre/libpcre.a.p/pcre_ord2utf8.c.o
[15/474] Compiling C object glib/pcre/libpcre.a.p/pcre_string_utils.c.o
[16/474] Compiling C object glib/pcre/libpcre.a.p/pcre_study.c.o
../glib/pcre/pcre_study.c: In function 'set_start_bits':
../glib/pcre/pcre_study.c:1240:33: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
if ((map[c/8] && (1 << (c&7))) != 0)
~~~^~~~~~~~~
../glib/pcre/pcre_study.c: In function 'find_minlength':
../glib/pcre/pcre_study.c:111:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (*cs != OP_ALT)
^
../glib/pcre/pcre_study.c:120:5: note: here
case OP_CBRA:
^~~~
../glib/pcre/pcre_study.c:326:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
cc += GET(cc, 1) - PRIV(OP_lengths)[OP_CLASS];
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../glib/pcre/pcre_study.c:330:5: note: here
case OP_CLASS:
^~~~
[17/474] Compiling C object glib/pcre/libpcre.a.p/pcre_tables.c.o
[18/474] Compiling C object glib/pcre/libpcre.a.p/pcre_valid_utf8.c.o
[19/474] Compiling C object glib/pcre/libpcre.a.p/pcre_version.c.o
[20/474] Compiling C object glib/pcre/libpcre.a.p/pcre_xclass.c.o
[21/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/deprecated_gallocator.c.o
[22/474] Linking static target glib/pcre/libpcre.a
[23/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/deprecated_gcache.c.o
[24/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gasyncqueue.c.o
[25/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/deprecated_gcompletion.c.o
[26/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/deprecated_grel.c.o
[27/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/deprecated_gthread-deprecated.c.o
[28/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/garcbox.c.o
[29/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/garray.c.o
[30/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gatomic.c.o
[31/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gbacktrace.c.o
[32/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gbase64.c.o
In file included from ../glib/gbase64.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gbase64.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gbase64.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gbase64.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[33/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gbitlock.c.o
[34/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gbookmarkfile.c.o
In file included from ../glib/gbookmarkfile.c:38:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gbookmarkfile.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gbookmarkfile.c:38:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gbookmarkfile.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[35/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gbytes.c.o
[36/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gcharset.c.o
[37/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gchecksum.c.o
In file included from ../glib/gchecksum.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gchecksum.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gchecksum.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gchecksum.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[38/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gconvert.c.o
In file included from ../glib/gconvert.c:54:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gconvert.c:54:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gconvert.c:54:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gconvert.c:54:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[39/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gdataset.c.o
[40/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gdate.c.o
[41/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gdatetime.c.o
In file included from ../glib/gdatetime.c:78:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gdatetime.c:78:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gdatetime.c:78:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gdatetime.c:78:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[42/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gdir.c.o
In file included from ../glib/gdir.c:41:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gdir.c:41:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gdir.c:41:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gdir.c:41:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[43/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/genviron.c.o
[44/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gerror.c.o
[45/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gfileutils.c.o
In file included from ../glib/gfileutils.c:57:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gfileutils.c:57:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gfileutils.c:57:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gfileutils.c:57:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[46/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/ggettext.c.o
In file included from ../glib/ggettext.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/ggettext.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/ggettext.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/ggettext.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
In file included from ../glib/glibintl.h:16,
from ../glib/ggettext.c:28:
../glib/ggettext.c: In function 'ensure_gettext_initialized':
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:49:43: warning: statement with no effect [-Wunused-value]
#define bindtextdomain(Domain, Directory) (Domain)
^
../glib/ggettext.c:107:7: note: in expansion of macro 'bindtextdomain'
bindtextdomain (GETTEXT_PACKAGE, GLIB_LOCALE_DIR);
^~~~~~~~~~~~~~
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:50:50: warning: statement with no effect [-Wunused-value]
#define bind_textdomain_codeset(Domain, Codeset) (Codeset)
^
../glib/ggettext.c:110:7: note: in expansion of macro 'bind_textdomain_codeset'
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
^~~~~~~~~~~~~~~~~~~~~~~
[47/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/ghash.c.o
[48/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/ghmac.c.o
In file included from ../glib/ghmac.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/ghmac.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/ghmac.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/ghmac.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[49/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/ghook.c.o
[50/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/ghostutils.c.o
In file included from ../glib/ghostutils.c:35:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/ghostutils.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/ghostutils.c:35:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/ghostutils.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[51/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/giochannel.c.o
In file included from ../glib/giochannel.c:41:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/giochannel.c:41:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/giochannel.c:41:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/giochannel.c:41:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[52/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gkeyfile.c.o
In file included from ../glib/gkeyfile.c:59:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gkeyfile.c:59:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gkeyfile.c:59:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gkeyfile.c:59:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[53/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/glib-init.c.o
[54/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/glib-private.c.o
[55/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/glist.c.o
[56/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gmain.c.o
../glib/gmain.c: In function 'g_main_context_push_thread_default':
../glib/gmain.c:819:12: warning: variable 'acquired_context' set but not used [-Wunused-but-set-variable]
gboolean acquired_context;
^~~~~~~~~~~~~~~~
[57/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gmappedfile.c.o
In file included from ../glib/gmappedfile.c:61:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gmappedfile.c:61:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gmappedfile.c:61:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gmappedfile.c:61:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[58/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gmarkup.c.o
In file included from ../glib/gmarkup.c:36:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gmarkup.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gmarkup.c:36:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gmarkup.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[59/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gmem.c.o
[60/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gmessages.c.o
[61/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gnode.c.o
[62/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/goption.c.o
In file included from ../glib/goption.c:195:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/goption.c:195:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/goption.c:195:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/goption.c:195:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[63/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gpattern.c.o
[64/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gpoll.c.o
[65/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gprimes.c.o
[66/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gqsort.c.o
[67/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gqueue.c.o
[68/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gquark.c.o
[69/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/grand.c.o
[70/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/grcbox.c.o
[71/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/grefcount.c.o
[72/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/grefstring.c.o
[73/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gregex.c.o
In file included from ../glib/gregex.c:33:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gregex.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gregex.c:33:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gregex.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[74/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gscanner.c.o
[75/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gsequence.c.o
../glib/gsequence.c: In function 'g_sequence_remove_range':
../glib/gsequence.c:578:26: warning: variable 'seq_end' set but not used [-Wunused-but-set-variable]
GSequence *seq_begin, *seq_end;
^~~~~~~
../glib/gsequence.c:578:14: warning: variable 'seq_begin' set but not used [-Wunused-but-set-variable]
GSequence *seq_begin, *seq_end;
^~~~~~~~~
At top level:
../glib/gsequence.c:188:1: warning: 'seq_is_end' defined but not used [-Wunused-function]
seq_is_end (GSequence *seq,
^~~~~~~~~~
[76/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gshell.c.o
In file included from ../glib/gshell.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gshell.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gshell.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gshell.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[77/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gslice.c.o
[78/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gslist.c.o
[79/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gstdio.c.o
[80/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gstrfuncs.c.o
In file included from ../glib/gstrfuncs.c:56:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gstrfuncs.c:56:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gstrfuncs.c:56:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gstrfuncs.c:56:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[81/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gstring.c.o
[82/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gstringchunk.c.o
[83/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gstrvbuilder.c.o
[84/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtestutils.c.o
[85/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gthread.c.o
[86/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gthreadpool.c.o
[87/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtimer.c.o
[88/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtimezone.c.o
../glib/gtimezone.c:2071:1: warning: 'interval_valid' defined but not used [-Wunused-function]
interval_valid (GTimeZone *tz,
^~~~~~~~~~~~~~
[89/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtrace.c.o
[90/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtranslit.c.o
[91/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtrashstack.c.o
[92/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gtree.c.o
[93/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/guniprop.c.o
[94/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gutf8.c.o
In file included from ../glib/gutf8.c:41:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gutf8.c:41:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gutf8.c:41:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gutf8.c:41:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[95/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gunibreak.c.o
[96/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gunicollate.c.o
[97/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gunidecomp.c.o
[98/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/guri.c.o
In file included from ../glib/guri.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/guri.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/guri.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/guri.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[99/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gutils.c.o
In file included from ../glib/gutils.c:70:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gutils.c:70:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gutils.c:70:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gutils.c:70:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[100/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/guuid.c.o
In file included from ../glib/guuid.c:26:
../glib/gi18n.h:26: warning: "_" redefined
#define _(String) gettext (String)
In file included from ../glib/gi18n.h:23,
from ../glib/guuid.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/guuid.c:26:
../glib/gi18n.h:28: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n.h:23,
from ../glib/guuid.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[101/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gvariant.c.o
../glib/gvariant.c:4562:1: warning: 'valid_format_string' defined but not used [-Wunused-function]
valid_format_string (const gchar *format_string,
^~~~~~~~~~~~~~~~~~~
../glib/gvariant.c:3859:1: warning: 'ensure_valid_dict' defined but not used [-Wunused-function]
ensure_valid_dict (GVariantDict *dict)
^~~~~~~~~~~~~~~~~
../glib/gvariant.c:3202:1: warning: 'ensure_valid_builder' defined but not used [-Wunused-function]
ensure_valid_builder (GVariantBuilder *builder)
^~~~~~~~~~~~~~~~~~~~
[102/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gvariant-core.c.o
[103/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gvariant-parser.c.o
[104/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gvariant-serialiser.c.o
[105/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gvarianttypeinfo.c.o
[106/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gvarianttype.c.o
../glib/gvarianttype.c:189:1: warning: 'g_variant_type_check' defined but not used [-Wunused-function]
g_variant_type_check (const GVariantType *type)
^~~~~~~~~~~~~~~~~~~~
[107/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gversion.c.o
[108/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gwakeup.c.o
[109/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gprintf.c.o
[110/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/glib-unix.c.o
[111/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gspawn.c.o
In file included from ../glib/gspawn.c:67:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../glib/gspawn.c:67:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../glib/gspawn.c:67:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../glib/gspawn.c:67:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[112/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/giounix.c.o
[113/474] Compiling C object glib/libglib-2.0.so.0.6800.1.p/gthread-posix.c.o
[114/474] Compiling C object glib/gtester.p/gtester.c.o
[115/474] Generating glib_enumtypes_h with a custom command (wrapped by meson to capture output)
[116/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gsourceclosure.c.o
[117/474] Generating glib_enumtypes_c with a custom command (wrapped by meson to capture output)
[118/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gparam.c.o
[119/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/genums.c.o
../gobject/genums.c: In function '_g_enum_types_init':
../gobject/genums.c:90:19: warning: variable 'initialized' set but not used [-Wunused-but-set-variable]
static gboolean initialized = FALSE;
^~~~~~~~~~~
[120/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gatomicarray.c.o
[121/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/meson-generated_.._glib-enumtypes.c.o
[122/474] Linking target glib/libglib-2.0.so.0.6800.1
[123/474] Generating symbol file glib/libglib-2.0.so.0.6800.1.p/libglib-2.0.so.0.6800.1.symbols
[124/474] Linking target glib/gtester
[125/474] Linking static target glib/libglib-2.0.a
[126/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gbinding.c.o
In file included from ../gobject/gbinding.c:117:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gobject/gbinding.c:117:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gobject/gbinding.c:117:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gobject/gbinding.c:117:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gobject/gbinding.c:702:1: warning: 'is_valid_property_name' defined but not used [-Wunused-function]
is_valid_property_name (const gchar *key)
^~~~~~~~~~~~~~~~~~~~~~
[127/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gboxed.c.o
[128/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gmarshal.c.o
[129/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gclosure.c.o
[130/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gparamspecs.c.o
[131/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gsignal.c.o
[132/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gobject.c.o
../gobject/gobject.c: In function '_g_object_type_init':
../gobject/gobject.c:404:19: warning: variable 'initialized' set but not used [-Wunused-but-set-variable]
static gboolean initialized = FALSE;
^~~~~~~~~~~
../gobject/gobject.c: In function 'g_object_ref':
../gobject/gobject.c:3387:12: warning: variable 'object_already_finalized' set but not used [-Wunused-but-set-variable]
gboolean object_already_finalized;
^~~~~~~~~~~~~~~~~~~~~~~~
[133/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gtype.c.o
[134/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gtypemodule.c.o
[135/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gtypeplugin.c.o
[136/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gvalue.c.o
[137/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gvaluearray.c.o
[138/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gvaluetransform.c.o
[139/474] Compiling C object gobject/libgobject-2.0.so.0.6800.1.p/gvaluetypes.c.o
[140/474] Linking target gobject/libgobject-2.0.so.0.6800.1
[141/474] Generating symbol file gobject/libgobject-2.0.so.0.6800.1.p/libgobject-2.0.so.0.6800.1.symbols
[142/474] Linking static target gobject/libgobject-2.0.a
[143/474] Compiling C object gobject/gobject-query.p/gobject-query.c.o
[144/474] Linking target gobject/gobject-query
[145/474] Compiling C object gthread/libgthread-2.0.so.0.6800.1.p/gthread-impl.c.o
[146/474] Linking static target gthread/libgthread-2.0.a
[147/474] Compiling C object gmodule/libgmodule-2.0.so.0.6800.1.p/gmodule.c.o
[148/474] Linking target gthread/libgthread-2.0.so.0.6800.1
[149/474] Linking target gmodule/libgmodule-2.0.so.0.6800.1
[150/474] Generating symbol file gmodule/libgmodule-2.0.so.0.6800.1.p/libgmodule-2.0.so.0.6800.1.symbols
[151/474] Linking static target gmodule/libgmodule-2.0.a
[152/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmime.c.o
[153/474] Generating xdp-dbus with a custom command
[154/474] Generating gdbus-daemon-generated with a custom command
[155/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimealias.c.o
[156/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimecache.c.o
[157/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeglob.c.o
[158/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeicon.c.o
[159/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeint.c.o
[160/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimemagic.c.o
[161/474] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeparent.c.o
[162/474] Linking static target gio/xdgmime/libxdgmime.a
[163/474] Generating gioenumtypes_h with a custom command (wrapped by meson to capture output)
[164/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketclient.c.o
In file included from ../gio/gsocketclient.c:56:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketclient.c:56:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketclient.c:56:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketclient.c:56:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[165/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketaddressenumerator.c.o
In file included from ../gio/gsocketaddressenumerator.c:21:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketaddressenumerator.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketaddressenumerator.c:21:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketaddressenumerator.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[166/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileenumerator.c.o
In file included from ../gio/gfileenumerator.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileenumerator.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileenumerator.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileenumerator.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[167/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileattribute.c.o
In file included from ../gio/gfileattribute.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileattribute.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileattribute.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileattribute.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[168/474] Compiling C object gio/inotify/libinotify.a.p/inotify-helper.c.o
[169/474] Compiling C object gio/inotify/libinotify.a.p/inotify-missing.c.o
[170/474] Compiling C object gio/inotify/libinotify.a.p/inotify-sub.c.o
[171/474] Generating gioenumtypes_c with a custom command (wrapped by meson to capture output)
[172/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/meson-generated_.._xdp-dbus.c.o
[173/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/meson-generated_.._gioenumtypes.c.o
[174/474] Compiling C object gio/inotify/libinotify.a.p/ginotifyfilemonitor.c.o
[175/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gpermission.c.o
In file included from ../gio/gpermission.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpermission.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gpermission.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpermission.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[176/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/meson-generated_.._gdbus-daemon-generated.c.o
[177/474] Compiling C object gio/inotify/libinotify.a.p/inotify-kernel.c.o
[178/474] Compiling C object gio/inotify/libinotify.a.p/inotify-path.c.o
[179/474] Linking static target gio/inotify/libinotify.a
[180/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gappinfo.c.o
In file included from ../gio/gappinfo.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gappinfo.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gappinfo.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gappinfo.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[181/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gasynchelper.c.o
[182/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gasyncinitable.c.o
In file included from ../gio/gasyncinitable.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gasyncinitable.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gasyncinitable.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gasyncinitable.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[183/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gasyncresult.c.o
In file included from ../gio/gasyncresult.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gasyncresult.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gasyncresult.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gasyncresult.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[184/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gbufferedinputstream.c.o
In file included from ../gio/gbufferedinputstream.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gbufferedinputstream.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gbufferedinputstream.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gbufferedinputstream.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[185/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gbufferedoutputstream.c.o
In file included from ../gio/gbufferedoutputstream.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gbufferedoutputstream.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gbufferedoutputstream.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gbufferedoutputstream.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[186/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gbytesicon.c.o
In file included from ../gio/gbytesicon.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gbytesicon.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gbytesicon.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gbytesicon.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[187/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gcancellable.c.o
In file included from ../gio/gcancellable.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcancellable.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gcancellable.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcancellable.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[188/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gcharsetconverter.c.o
In file included from ../gio/gcharsetconverter.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcharsetconverter.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gcharsetconverter.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcharsetconverter.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[189/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gcontextspecificgroup.c.o
[190/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gconverter.c.o
In file included from ../gio/gconverter.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gconverter.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gconverter.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gconverter.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[191/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gconverterinputstream.c.o
In file included from ../gio/gconverterinputstream.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gconverterinputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gconverterinputstream.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gconverterinputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[192/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gconverteroutputstream.c.o
In file included from ../gio/gconverteroutputstream.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gconverteroutputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gconverteroutputstream.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gconverteroutputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[193/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gcredentials.c.o
In file included from ../gio/gcredentials.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcredentials.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gcredentials.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcredentials.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[194/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdatagrambased.c.o
In file included from ../gio/gdatagrambased.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdatagrambased.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdatagrambased.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdatagrambased.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[195/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdatainputstream.c.o
In file included from ../gio/gdatainputstream.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdatainputstream.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdatainputstream.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdatainputstream.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[196/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdataoutputstream.c.o
In file included from ../gio/gdataoutputstream.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdataoutputstream.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdataoutputstream.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdataoutputstream.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[197/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdrive.c.o
In file included from ../gio/gdrive.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdrive.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdrive.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdrive.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[198/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdummyfile.c.o
[199/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdummyproxyresolver.c.o
[200/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdummytlsbackend.c.o
In file included from ../gio/gdummytlsbackend.c:42:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdummytlsbackend.c:42:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdummytlsbackend.c:42:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdummytlsbackend.c:42:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[201/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gemblem.c.o
In file included from ../gio/gemblem.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gemblem.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gemblem.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gemblem.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[202/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gemblemedicon.c.o
In file included from ../gio/gemblemedicon.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gemblemedicon.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gemblemedicon.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gemblemedicon.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[203/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfile.c.o
In file included from ../gio/gfile.c:76:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfile.c:76:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfile.c:76:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfile.c:76:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[204/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileicon.c.o
In file included from ../gio/gfileicon.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileicon.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileicon.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileicon.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[205/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileinfo.c.o
In file included from ../gio/gfileinfo.c:61:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileinfo.c:61:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileinfo.c:61:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileinfo.c:61:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[206/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileinputstream.c.o
In file included from ../gio/gfileinputstream.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileinputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileinputstream.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileinputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[207/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfilemonitor.c.o
In file included from ../gio/gfilemonitor.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilemonitor.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfilemonitor.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilemonitor.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[208/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfilenamecompleter.c.o
In file included from ../gio/gfilenamecompleter.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilenamecompleter.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfilenamecompleter.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilenamecompleter.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[209/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileoutputstream.c.o
In file included from ../gio/gfileoutputstream.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileoutputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileoutputstream.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileoutputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[210/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfileiostream.c.o
In file included from ../gio/gfileiostream.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileiostream.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfileiostream.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfileiostream.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[211/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfilterinputstream.c.o
In file included from ../gio/gfilterinputstream.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilterinputstream.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfilterinputstream.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilterinputstream.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[212/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfilteroutputstream.c.o
In file included from ../gio/gfilteroutputstream.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilteroutputstream.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfilteroutputstream.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfilteroutputstream.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[213/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gicon.c.o
In file included from ../gio/gicon.c:35:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gicon.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gicon.c:35:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gicon.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[214/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ginetaddress.c.o
In file included from ../gio/ginetaddress.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginetaddress.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/ginetaddress.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginetaddress.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[215/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ginetaddressmask.c.o
In file included from ../gio/ginetaddressmask.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginetaddressmask.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/ginetaddressmask.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginetaddressmask.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[216/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ginetsocketaddress.c.o
In file included from ../gio/ginetsocketaddress.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginetsocketaddress.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/ginetsocketaddress.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginetsocketaddress.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[217/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ginitable.c.o
In file included from ../gio/ginitable.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginitable.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/ginitable.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginitable.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[218/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ginputstream.c.o
In file included from ../gio/ginputstream.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginputstream.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/ginputstream.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/ginputstream.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[219/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gioerror.c.o
[220/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/giomodule.c.o
[221/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/giomodule-priv.c.o
[222/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gioscheduler.c.o
[223/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/giostream.c.o
In file included from ../gio/giostream.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/giostream.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/giostream.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/giostream.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[224/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gloadableicon.c.o
In file included from ../gio/gloadableicon.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gloadableicon.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gloadableicon.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gloadableicon.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[225/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmarshal-internal.c.o
[226/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmount.c.o
In file included from ../gio/gmount.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmount.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmount.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmount.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[227/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmemorymonitor.c.o
In file included from ../gio/gmemorymonitor.c:21:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemorymonitor.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmemorymonitor.c:21:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemorymonitor.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[228/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmemorymonitordbus.c.o
In file included from ../gio/gmemorymonitordbus.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemorymonitordbus.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmemorymonitordbus.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemorymonitordbus.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[229/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmemoryinputstream.c.o
In file included from ../gio/gmemoryinputstream.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemoryinputstream.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmemoryinputstream.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemoryinputstream.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[230/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmemoryoutputstream.c.o
In file included from ../gio/gmemoryoutputstream.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemoryoutputstream.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmemoryoutputstream.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmemoryoutputstream.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[231/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmountoperation.c.o
In file included from ../gio/gmountoperation.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmountoperation.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmountoperation.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmountoperation.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[232/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnativesocketaddress.c.o
In file included from ../gio/gnativesocketaddress.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnativesocketaddress.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnativesocketaddress.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnativesocketaddress.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[233/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnativevolumemonitor.c.o
[234/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkaddress.c.o
In file included from ../gio/gnetworkaddress.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkaddress.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnetworkaddress.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkaddress.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[235/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworking.c.o
[236/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkmonitor.c.o
In file included from ../gio/gnetworkmonitor.c:21:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitor.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnetworkmonitor.c:21:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitor.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[237/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkmonitorbase.c.o
In file included from ../gio/gnetworkmonitorbase.c:32:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitorbase.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnetworkmonitorbase.c:32:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitorbase.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[238/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkservice.c.o
In file included from ../gio/gnetworkservice.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkservice.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnetworkservice.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkservice.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[239/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/goutputstream.c.o
In file included from ../gio/goutputstream.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/goutputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/goutputstream.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/goutputstream.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[240/474] Compiling C object gio/gio.p/gio-tool.c.o
In file included from ../gio/gio-tool.c:23:
../glib/gi18n.h:26: warning: "_" redefined
#define _(String) gettext (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gio-tool.c:23:
../glib/gi18n.h:28: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gio-tool.c: In function 'main':
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:51:38: warning: statement with no effect [-Wunused-value]
#define textdomain(String) (String) ?: "messages"
~~~~~~~~~~^~~~~~~~~~~~
../gio/gio-tool.c:262:3: note: in expansion of macro 'textdomain'
textdomain (GETTEXT_PACKAGE);
^~~~~~~~~~
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:49:43: warning: statement with no effect [-Wunused-value]
#define bindtextdomain(Domain, Directory) (Domain)
^
../gio/gio-tool.c:269:3: note: in expansion of macro 'bindtextdomain'
bindtextdomain (GETTEXT_PACKAGE, GLIB_LOCALE_DIR);
^~~~~~~~~~~~~~
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:50:50: warning: statement with no effect [-Wunused-value]
#define bind_textdomain_codeset(Domain, Codeset) (Codeset)
^
../gio/gio-tool.c:273:3: note: in expansion of macro 'bind_textdomain_codeset'
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
^~~~~~~~~~~~~~~~~~~~~~~
[241/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gpollableinputstream.c.o
In file included from ../gio/gpollableinputstream.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpollableinputstream.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gpollableinputstream.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpollableinputstream.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[242/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gpollableoutputstream.c.o
In file included from ../gio/gpollableoutputstream.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpollableoutputstream.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gpollableoutputstream.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpollableoutputstream.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[243/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gpollableutils.c.o
In file included from ../gio/gpollableutils.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpollableutils.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gpollableutils.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpollableutils.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[244/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gpollfilemonitor.c.o
[245/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gproxy.c.o
In file included from ../gio/gproxy.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxy.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gproxy.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxy.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[246/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gproxyaddress.c.o
In file included from ../gio/gproxyaddress.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxyaddress.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gproxyaddress.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxyaddress.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[247/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gproxyaddressenumerator.c.o
In file included from ../gio/gproxyaddressenumerator.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxyaddressenumerator.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gproxyaddressenumerator.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxyaddressenumerator.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[248/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gproxyresolver.c.o
In file included from ../gio/gproxyresolver.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxyresolver.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gproxyresolver.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gproxyresolver.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[249/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gresolver.c.o
In file included from ../gio/gresolver.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gresolver.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gresolver.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gresolver.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[250/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gresource.c.o
In file included from ../gio/gresource.c:27:
../glib/gi18n-lib.h:30: warning: "_" redefined
#define _(String) ((char *) g_dgettext (GETTEXT_PACKAGE, String))
In file included from ../glib/gi18n-lib.h:23,
from ../gio/gresource.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gresource.c:27:
../glib/gi18n-lib.h:32: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n-lib.h:23,
from ../gio/gresource.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[251/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gresourcefile.c.o
In file included from ../gio/gresourcefile.c:39:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gresourcefile.c:39:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gresourcefile.c:39:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gresourcefile.c:39:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[252/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gseekable.c.o
In file included from ../gio/gseekable.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gseekable.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gseekable.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gseekable.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[253/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsimpleasyncresult.c.o
In file included from ../gio/gsimpleasyncresult.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleasyncresult.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsimpleasyncresult.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleasyncresult.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[254/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsimpleiostream.c.o
In file included from ../gio/gsimpleiostream.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleiostream.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsimpleiostream.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleiostream.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[255/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsimplepermission.c.o
[256/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsimpleproxyresolver.c.o
In file included from ../gio/gsimpleproxyresolver.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleproxyresolver.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsimpleproxyresolver.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleproxyresolver.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[257/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocket.c.o
In file included from ../gio/gsocket.c:76:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocket.c:76:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocket.c:76:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocket.c:76:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[258/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketaddress.c.o
In file included from ../gio/gsocketaddress.c:35:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketaddress.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketaddress.c:35:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketaddress.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[259/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketconnectable.c.o
In file included from ../gio/gsocketconnectable.c:21:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketconnectable.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketconnectable.c:21:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketconnectable.c:21:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[260/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketconnection.c.o
In file included from ../gio/gsocketconnection.c:37:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketconnection.c:37:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketconnection.c:37:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketconnection.c:37:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[261/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketcontrolmessage.c.o
In file included from ../gio/gsocketcontrolmessage.c:49:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketcontrolmessage.c:49:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketcontrolmessage.c:49:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketcontrolmessage.c:49:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[262/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketinputstream.c.o
In file included from ../gio/gsocketinputstream.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketinputstream.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketinputstream.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketinputstream.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[263/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketlistener.c.o
In file included from ../gio/gsocketlistener.c:38:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketlistener.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketlistener.c:38:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketlistener.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[264/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketoutputstream.c.o
In file included from ../gio/gsocketoutputstream.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketoutputstream.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketoutputstream.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketoutputstream.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[265/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocketservice.c.o
In file included from ../gio/gsocketservice.c:66:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketservice.c:66:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocketservice.c:66:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocketservice.c:66:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[266/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsrvtarget.c.o
In file included from ../gio/gsrvtarget.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsrvtarget.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsrvtarget.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsrvtarget.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[267/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsubprocesslauncher.c.o
[268/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsubprocess.c.o
In file included from ../gio/gsubprocess.c:89:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsubprocess.c:89:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsubprocess.c:89:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsubprocess.c:89:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[269/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtask.c.o
In file included from ../gio/gtask.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtask.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtask.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtask.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[270/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtcpconnection.c.o
In file included from ../gio/gtcpconnection.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtcpconnection.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtcpconnection.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtcpconnection.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[271/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtcpwrapperconnection.c.o
In file included from ../gio/gtcpwrapperconnection.c:50:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtcpwrapperconnection.c:50:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtcpwrapperconnection.c:50:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtcpwrapperconnection.c:50:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[272/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gthemedicon.c.o
In file included from ../gio/gthemedicon.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gthemedicon.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gthemedicon.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gthemedicon.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[273/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gthreadedsocketservice.c.o
In file included from ../gio/gthreadedsocketservice.c:50:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gthreadedsocketservice.c:50:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gthreadedsocketservice.c:50:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gthreadedsocketservice.c:50:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[274/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gthreadedresolver.c.o
In file included from ../gio/gthreadedresolver.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gthreadedresolver.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gthreadedresolver.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gthreadedresolver.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[275/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsbackend.c.o
[276/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlscertificate.c.o
In file included from ../gio/gtlscertificate.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlscertificate.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlscertificate.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlscertificate.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[277/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsclientconnection.c.o
In file included from ../gio/gtlsclientconnection.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsclientconnection.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlsclientconnection.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsclientconnection.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[278/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsconnection.c.o
In file included from ../gio/gtlsconnection.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsconnection.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlsconnection.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsconnection.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[279/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsdatabase.c.o
In file included from ../gio/gtlsdatabase.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsdatabase.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlsdatabase.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsdatabase.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[280/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsfiledatabase.c.o
In file included from ../gio/gtlsfiledatabase.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsfiledatabase.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlsfiledatabase.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsfiledatabase.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[281/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsinteraction.c.o
In file included from ../gio/gtlsinteraction.c:33:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsinteraction.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlsinteraction.c:33:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsinteraction.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[282/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlspassword.c.o
In file included from ../gio/gtlspassword.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlspassword.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlspassword.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlspassword.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[283/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtlsserverconnection.c.o
In file included from ../gio/gtlsserverconnection.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsserverconnection.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtlsserverconnection.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtlsserverconnection.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[284/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdtlsconnection.c.o
In file included from ../gio/gdtlsconnection.c:33:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdtlsconnection.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdtlsconnection.c:33:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdtlsconnection.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[285/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdtlsclientconnection.c.o
In file included from ../gio/gdtlsclientconnection.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdtlsclientconnection.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdtlsclientconnection.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdtlsclientconnection.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[286/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdtlsserverconnection.c.o
In file included from ../gio/gdtlsserverconnection.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdtlsserverconnection.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdtlsserverconnection.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdtlsserverconnection.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[287/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunionvolumemonitor.c.o
In file included from ../gio/gunionvolumemonitor.c:37:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunionvolumemonitor.c:37:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunionvolumemonitor.c:37:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunionvolumemonitor.c:37:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[288/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gvfs.c.o
In file included from ../gio/gvfs.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gvfs.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gvfs.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gvfs.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[289/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gvolume.c.o
In file included from ../gio/gvolume.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gvolume.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gvolume.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gvolume.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[290/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gvolumemonitor.c.o
In file included from ../gio/gvolumemonitor.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gvolumemonitor.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gvolumemonitor.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gvolumemonitor.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[291/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gzlibcompressor.c.o
In file included from ../gio/gzlibcompressor.c:33:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gzlibcompressor.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gzlibcompressor.c:33:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gzlibcompressor.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[292/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gzlibdecompressor.c.o
In file included from ../gio/gzlibdecompressor.c:33:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gzlibdecompressor.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gzlibdecompressor.c:33:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gzlibdecompressor.c:33:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[293/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glistmodel.c.o
In file included from ../gio/glistmodel.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glistmodel.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glistmodel.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glistmodel.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[294/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gliststore.c.o
../gio/gliststore.c: In function 'g_list_store_splice':
../gio/gliststore.c:458:9: warning: variable 'n_items' set but not used [-Wunused-but-set-variable]
guint n_items;
^~~~~~~
[295/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/.._glib_gtrace.c.o
[296/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdesktopappinfo.c.o
In file included from ../gio/gdesktopappinfo.c:51:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdesktopappinfo.c:51:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdesktopappinfo.c:51:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdesktopappinfo.c:51:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gdesktopappinfo.c:4883:1: warning: 'app_info_has_action' defined but not used [-Wunused-function]
app_info_has_action (GDesktopAppInfo *info,
^~~~~~~~~~~~~~~~~~~
[297/474] Compiling C object fuzzing/fuzz_date_time_new_from_iso8601.p/driver.c.o
[298/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gcontenttype.c.o
In file included from ../gio/gcontenttype.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcontenttype.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gcontenttype.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gcontenttype.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[299/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusdaemon.c.o
In file included from ../gio/gdbusdaemon.c:10:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusdaemon.c:10:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusdaemon.c:10:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusdaemon.c:10:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[300/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfiledescriptorbased.c.o
In file included from ../gio/gfiledescriptorbased.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfiledescriptorbased.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gfiledescriptorbased.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gfiledescriptorbased.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[301/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/giounix-private.c.o
[302/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixconnection.c.o
In file included from ../gio/gunixconnection.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixconnection.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixconnection.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixconnection.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gunixconnection.c: In function 'g_unix_connection_receive_fd':
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:33:44: warning: this condition has identical branches [-Wduplicated-branches]
((Count) == 1 ? (const char *) (Singular) : (const char *) (Plural))
^
../gio/gunixconnection.c:166:9: note: in expansion of macro 'ngettext'
ngettext("Expecting 1 control message, got %d",
^~~~~~~~
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:33:44: warning: this condition has identical branches [-Wduplicated-branches]
((Count) == 1 ? (const char *) (Singular) : (const char *) (Plural))
^
../gio/gunixconnection.c:200:20: note: in expansion of macro 'ngettext'
ngettext("Expecting one fd, but got %d\n",
^~~~~~~~
../gio/gunixconnection.c: In function 'g_unix_connection_receive_credentials':
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:33:44: warning: this condition has identical branches [-Wduplicated-branches]
((Count) == 1 ? (const char *) (Singular) : (const char *) (Plural))
^
../gio/gunixconnection.c:579:24: note: in expansion of macro 'ngettext'
ngettext("Expecting 1 control message, got %d",
^~~~~~~~
[303/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixcredentialsmessage.c.o
In file included from ../gio/gunixcredentialsmessage.c:50:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixcredentialsmessage.c:50:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixcredentialsmessage.c:50:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixcredentialsmessage.c:50:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[304/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixfdlist.c.o
[305/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixfdmessage.c.o
[306/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixmount.c.o
In file included from ../gio/gunixmount.c:43:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixmount.c:43:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixmount.c:43:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixmount.c:43:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[307/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixmounts.c.o
In file included from ../gio/gunixmounts.c:69:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixmounts.c:69:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixmounts.c:69:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixmounts.c:69:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[308/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixsocketaddress.c.o
In file included from ../gio/gunixsocketaddress.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixsocketaddress.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixsocketaddress.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixsocketaddress.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[309/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixvolume.c.o
In file included from ../gio/gunixvolume.c:39:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixvolume.c:39:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixvolume.c:39:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixvolume.c:39:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[310/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixvolumemonitor.c.o
In file included from ../gio/gunixvolumemonitor.c:36:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixvolumemonitor.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixvolumemonitor.c:36:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixvolumemonitor.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[311/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixinputstream.c.o
In file included from ../gio/gunixinputstream.c:35:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixinputstream.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixinputstream.c:35:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixinputstream.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[312/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gunixoutputstream.c.o
In file included from ../gio/gunixoutputstream.c:36:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixoutputstream.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gunixoutputstream.c:36:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gunixoutputstream.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[313/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gfdonotificationbackend.c.o
[314/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ggtknotificationbackend.c.o
[315/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkmonitornetlink.c.o
In file included from ../gio/gnetworkmonitornetlink.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitornetlink.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnetworkmonitornetlink.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitornetlink.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[316/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkmonitornm.c.o
In file included from ../gio/gnetworkmonitornm.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitornm.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gnetworkmonitornm.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gnetworkmonitornm.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[317/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gapplication.c.o
In file included from ../gio/gapplication.c:40:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gapplication.c:40:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gapplication.c:40:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gapplication.c:40:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gapplication.c: In function 'g_application_run':
../gio/gapplication.c:2448:12: warning: variable 'acquired_context' set but not used [-Wunused-but-set-variable]
gboolean acquired_context;
^~~~~~~~~~~~~~~~
[318/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gapplicationcommandline.c.o
In file included from ../gio/gapplicationcommandline.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gapplicationcommandline.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gapplicationcommandline.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gapplicationcommandline.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[319/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gapplicationimpl-dbus.c.o
[320/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gactiongroup.c.o
In file included from ../gio/gactiongroup.c:23:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gactiongroup.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gactiongroup.c:23:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gactiongroup.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[321/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gactionmap.c.o
[322/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsimpleactiongroup.c.o
[323/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gremoteactiongroup.c.o
[324/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gactiongroupexporter.c.o
[325/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusactiongroup.c.o
[326/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gaction.c.o
In file included from ../gio/gaction.c:22:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gaction.c:22:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gaction.c:22:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gaction.c:22:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gaction.c: In function 'g_action_change_state':
../gio/gaction.c:198:23: warning: variable 'state_type' set but not used [-Wunused-but-set-variable]
const GVariantType *state_type;
^~~~~~~~~~
[327/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gpropertyaction.c.o
In file included from ../gio/gpropertyaction.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpropertyaction.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gpropertyaction.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gpropertyaction.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[328/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsimpleaction.c.o
In file included from ../gio/gsimpleaction.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleaction.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsimpleaction.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsimpleaction.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gsimpleaction.c: In function 'g_simple_action_set_state':
../gio/gsimpleaction.c:173:25: warning: variable 'state_type' set but not used [-Wunused-but-set-variable]
const GVariantType *state_type;
^~~~~~~~~~
[329/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmenumodel.c.o
In file included from ../gio/gmenumodel.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmenumodel.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gmenumodel.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gmenumodel.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[330/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmenu.c.o
../gio/gmenu.c:615:1: warning: 'valid_attribute_name' defined but not used [-Wunused-function]
valid_attribute_name (const gchar *name)
^~~~~~~~~~~~~~~~~~~~
[331/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmenuexporter.c.o
[332/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusmenumodel.c.o
[333/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnotification.c.o
[334/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnotificationbackend.c.o
[335/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gvdb_gvdb-reader.c.o
[336/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdelayedsettingsbackend.c.o
[337/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gkeyfilesettingsbackend.c.o
In file included from ../gio/gkeyfilesettingsbackend.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gkeyfilesettingsbackend.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gkeyfilesettingsbackend.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gkeyfilesettingsbackend.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[338/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmemorysettingsbackend.c.o
[339/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnullsettingsbackend.c.o
[340/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsettingsbackend.c.o
In file included from ../gio/gsettingsbackend.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsettingsbackend.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsettingsbackend.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsettingsbackend.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gsettingsbackend.c: In function 'is_key':
../gio/gsettingsbackend.c:88:8: warning: variable 'length' set but not used [-Wunused-but-set-variable]
gint length;
^~~~~~
../gio/gsettingsbackend.c: In function 'is_path':
../gio/gsettingsbackend.c:107:8: warning: variable 'length' set but not used [-Wunused-but-set-variable]
gint length;
^~~~~~
At top level:
../gio/gsettingsbackend.c:105:1: warning: 'is_path' defined but not used [-Wunused-function]
is_path (const gchar *path)
^~~~~~~
../gio/gsettingsbackend.c:86:1: warning: 'is_key' defined but not used [-Wunused-function]
is_key (const gchar *key)
^~~~~~
[341/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsettingsschema.c.o
In file included from ../gio/gsettingsschema.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsettingsschema.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsettingsschema.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsettingsschema.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gsettingsschema.c: In function 'g_settings_schema_source_lookup':
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:50:50: warning: statement with no effect [-Wunused-value]
#define bind_textdomain_codeset(Domain, Codeset) (Codeset)
^
../gio/gsettingsschema.c:460:5: note: in expansion of macro 'bind_textdomain_codeset'
bind_textdomain_codeset (schema->gettext_domain, "UTF-8");
^~~~~~~~~~~~~~~~~~~~~~~
[342/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsettings-mapping.c.o
[343/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsettings.c.o
In file included from ../gio/gsettings.c:24:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsettings.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsettings.c:24:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsettings.c:24:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gsettings.c:990:1: warning: 'path_is_valid' defined but not used [-Wunused-function]
path_is_valid (const gchar *path)
^~~~~~~~~~~~~
[344/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusutils.c.o
In file included from ../gio/gdbusutils.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusutils.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusutils.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusutils.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[345/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusaddress.c.o
In file included from ../gio/gdbusaddress.c:54:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusaddress.c:54:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusaddress.c:54:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusaddress.c:54:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[346/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusauthobserver.c.o
In file included from ../gio/gdbusauthobserver.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthobserver.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusauthobserver.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthobserver.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[347/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusauth.c.o
In file included from ../gio/gdbusauth.c:46:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauth.c:46:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusauth.c:46:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauth.c:46:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[348/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusauthmechanism.c.o
In file included from ../gio/gdbusauthmechanism.c:29:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanism.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusauthmechanism.c:29:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanism.c:29:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[349/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusauthmechanismanon.c.o
In file included from ../gio/gdbusauthmechanismanon.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanismanon.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusauthmechanismanon.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanismanon.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gdbusauthmechanismanon.c: In function 'mechanism_server_data_receive':
../gio/gdbusauthmechanismanon.c:195:27: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismAnon *m = G_DBUS_AUTH_MECHANISM_ANON (mechanism);
^
../gio/gdbusauthmechanismanon.c: In function 'mechanism_server_data_send':
../gio/gdbusauthmechanismanon.c:209:27: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismAnon *m = G_DBUS_AUTH_MECHANISM_ANON (mechanism);
^
../gio/gdbusauthmechanismanon.c: In function 'mechanism_server_get_reject_reason':
../gio/gdbusauthmechanismanon.c:224:27: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismAnon *m = G_DBUS_AUTH_MECHANISM_ANON (mechanism);
^
../gio/gdbusauthmechanismanon.c: In function 'mechanism_client_data_receive':
../gio/gdbusauthmechanismanon.c:285:27: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismAnon *m = G_DBUS_AUTH_MECHANISM_ANON (mechanism);
^
../gio/gdbusauthmechanismanon.c: In function 'mechanism_client_data_send':
../gio/gdbusauthmechanismanon.c:299:27: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismAnon *m = G_DBUS_AUTH_MECHANISM_ANON (mechanism);
^
[350/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusauthmechanismexternal.c.o
In file included from ../gio/gdbusauthmechanismexternal.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanismexternal.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusauthmechanismexternal.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanismexternal.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gdbusauthmechanismexternal.c: In function 'mechanism_server_data_send':
../gio/gdbusauthmechanismexternal.c:275:31: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismExternal *m = G_DBUS_AUTH_MECHANISM_EXTERNAL (mechanism);
^
../gio/gdbusauthmechanismexternal.c: In function 'mechanism_server_get_reject_reason':
../gio/gdbusauthmechanismexternal.c:290:31: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismExternal *m = G_DBUS_AUTH_MECHANISM_EXTERNAL (mechanism);
^
../gio/gdbusauthmechanismexternal.c: In function 'mechanism_client_data_receive':
../gio/gdbusauthmechanismexternal.c:366:31: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismExternal *m = G_DBUS_AUTH_MECHANISM_EXTERNAL (mechanism);
^
../gio/gdbusauthmechanismexternal.c: In function 'mechanism_client_data_send':
../gio/gdbusauthmechanismexternal.c:380:31: warning: unused variable 'm' [-Wunused-variable]
GDBusAuthMechanismExternal *m = G_DBUS_AUTH_MECHANISM_EXTERNAL (mechanism);
^
[351/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusauthmechanismsha1.c.o
In file included from ../gio/gdbusauthmechanismsha1.c:45:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanismsha1.c:45:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusauthmechanismsha1.c:45:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusauthmechanismsha1.c:45:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[352/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbuserror.c.o
In file included from ../gio/gdbuserror.c:32:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbuserror.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbuserror.c:32:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbuserror.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[353/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusconnection.c.o
In file included from ../gio/gdbusconnection.c:121:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusconnection.c:121:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusconnection.c:121:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusconnection.c:121:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
../gio/gdbusconnection.c: In function 'check_initialized':
../gio/gdbusconnection.c:558:8: warning: unused variable 'flags' [-Wunused-variable]
gint flags = g_atomic_int_get (&connection->atomic_flags);
^~~~~
[354/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusmessage.c.o
In file included from ../gio/gdbusmessage.c:59:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusmessage.c:59:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusmessage.c:59:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusmessage.c:59:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[355/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusnameowning.c.o
In file included from ../gio/gdbusnameowning.c:31:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusnameowning.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusnameowning.c:31:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusnameowning.c:31:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[356/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusnamewatching.c.o
In file included from ../gio/gdbusnamewatching.c:32:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusnamewatching.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusnamewatching.c:32:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusnamewatching.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[357/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusproxy.c.o
In file included from ../gio/gdbusproxy.c:44:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusproxy.c:44:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusproxy.c:44:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusproxy.c:44:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[358/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusprivate.c.o
In file included from ../gio/gdbusprivate.c:60:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusprivate.c:60:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusprivate.c:60:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusprivate.c:60:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[359/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusintrospection.c.o
In file included from ../gio/gdbusintrospection.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusintrospection.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusintrospection.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusintrospection.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[360/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusmethodinvocation.c.o
In file included from ../gio/gdbusmethodinvocation.c:38:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusmethodinvocation.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusmethodinvocation.c:38:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusmethodinvocation.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[361/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusserver.c.o
In file included from ../gio/gdbusserver.c:58:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusserver.c:58:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusserver.c:58:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusserver.c:58:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[362/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusinterface.c.o
In file included from ../gio/gdbusinterface.c:26:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusinterface.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusinterface.c:26:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusinterface.c:26:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[363/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusinterfaceskeleton.c.o
In file included from ../gio/gdbusinterfaceskeleton.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusinterfaceskeleton.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusinterfaceskeleton.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusinterfaceskeleton.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[364/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusobject.c.o
In file included from ../gio/gdbusobject.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobject.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusobject.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobject.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[365/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusobjectskeleton.c.o
In file included from ../gio/gdbusobjectskeleton.c:32:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectskeleton.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusobjectskeleton.c:32:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectskeleton.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[366/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusobjectproxy.c.o
In file included from ../gio/gdbusobjectproxy.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectproxy.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusobjectproxy.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectproxy.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[367/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusobjectmanager.c.o
In file included from ../gio/gdbusobjectmanager.c:28:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectmanager.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusobjectmanager.c:28:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectmanager.c:28:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[368/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusobjectmanagerclient.c.o
In file included from ../gio/gdbusobjectmanagerclient.c:38:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectmanagerclient.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusobjectmanagerclient.c:38:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectmanagerclient.c:38:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[369/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdbusobjectmanagerserver.c.o
In file included from ../gio/gdbusobjectmanagerserver.c:35:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectmanagerserver.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gdbusobjectmanagerserver.c:35:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gdbusobjectmanagerserver.c:35:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[370/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtestdbus.c.o
In file included from ../gio/gtestdbus.c:45:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtestdbus.c:45:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gtestdbus.c:45:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gtestdbus.c:45:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[371/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gdocumentportal.c.o
[372/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gopenuriportal.c.o
[373/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gmemorymonitorportal.c.o
[374/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gnetworkmonitorportal.c.o
[375/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gproxyresolverportal.c.o
[376/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gtrashportal.c.o
[377/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gportalsupport.c.o
[378/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gportalnotificationbackend.c.o
[379/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/ghttpproxy.c.o
In file included from ../gio/ghttpproxy.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/ghttpproxy.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/ghttpproxy.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/ghttpproxy.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[380/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfile.c.o
In file included from ../gio/glocalfile.c:65:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfile.c:65:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfile.c:65:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfile.c:65:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[381/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfileenumerator.c.o
In file included from ../gio/glocalfileenumerator.c:30:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileenumerator.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfileenumerator.c:30:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileenumerator.c:30:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[382/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfileinfo.c.o
In file included from ../gio/glocalfileinfo.c:97:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileinfo.c:97:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfileinfo.c:97:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileinfo.c:97:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[383/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfileinputstream.c.o
In file included from ../gio/glocalfileinputstream.c:34:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileinputstream.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfileinputstream.c:34:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileinputstream.c:34:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[384/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfilemonitor.c.o
In file included from ../gio/glocalfilemonitor.c:27:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfilemonitor.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfilemonitor.c:27:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfilemonitor.c:27:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[385/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfileoutputstream.c.o
In file included from ../gio/glocalfileoutputstream.c:36:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileoutputstream.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfileoutputstream.c:36:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileoutputstream.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[386/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalfileiostream.c.o
In file included from ../gio/glocalfileiostream.c:25:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileiostream.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/glocalfileiostream.c:25:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/glocalfileiostream.c:25:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[387/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/glocalvfs.c.o
[388/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocks4proxy.c.o
[389/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocks4aproxy.c.o
In file included from ../gio/gsocks4aproxy.c:32:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocks4aproxy.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocks4aproxy.c:32:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocks4aproxy.c:32:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[390/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/gsocks5proxy.c.o
In file included from ../gio/gsocks5proxy.c:36:
../glib/glibintl.h:17: warning: "_" redefined
#define _(String) glib_gettext(String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocks5proxy.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gsocks5proxy.c:36:
../glib/glibintl.h:25: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/glibintl.h:16,
from ../gio/gsocks5proxy.c:36:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[391/474] Compiling C object gio/libgio-2.0.so.0.6800.1.p/thumbnail-verify.c.o
[392/474] Compiling C object gio/gio.p/gio-tool-mkdir.c.o
In file included from ../gio/gio-tool-mkdir.c:23:
../glib/gi18n.h:26: warning: "_" redefined
#define _(String) gettext (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-mkdir.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gio-tool-mkdir.c:23:
../glib/gi18n.h:28: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-mkdir.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[393/474] Compiling C object gio/gio.p/gio-tool-monitor.c.o
In file included from ../gio/gio-tool-monitor.c:23:
../glib/gi18n.h:26: warning: "_" redefined
#define _(String) gettext (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-monitor.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gio-tool-monitor.c:23:
../glib/gi18n.h:28: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-monitor.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[394/474] Compiling C object gio/gio.p/gio-tool-info.c.o
In file included from ../gio/gio-tool-info.c:23:
../glib/gi18n.h:26: warning: "_" redefined
#define _(String) gettext (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-info.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gio-tool-info.c:23:
../glib/gi18n.h:28: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-info.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[395/474] Compiling C object gio/gio.p/gio-tool-cat.c.o
In file included from ../gio/gio-tool-cat.c:23:
../glib/gi18n.h:26: warning: "_" redefined
#define _(String) gettext (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-cat.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)
In file included from ../gio/gio-tool-cat.c:23:
../glib/gi18n.h:28: warning: "N_" redefined
#define N_(String) (String)
In file included from ../glib/gi18n.h:23,
from ../gio/gio-tool-cat.c:23:
../../../../staging_dir/target-aarch64_cortex-a72_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String
[396/474] Generating gconstructor_as_data.h with a custom command
FAILED: gio/gconstructor_as_data.h
python3 ../gio/data-to-c.py ../gio/../glib/gconstructor.h gconstructor_code gio/gconstructor_as_data.h
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'python3'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/openwrt/staging_dir/hostpkg/bin/python3'
sys.base_prefix = '/openwrt/staging_dir/hostpkg'
sys.base_exec_prefix = '/openwrt/staging_dir/hostpkg'
sys.platlibdir = 'lib'
sys.executable = '/openwrt/staging_dir/hostpkg/bin/python3'
sys.prefix = '/openwrt/staging_dir/hostpkg'
sys.exec_prefix = '/openwrt/staging_dir/hostpkg'
sys.path = [
'/openwrt/staging_dir/hostpkg/lib/python39.zip',
'/openwrt/staging_dir/hostpkg/lib/python3.9',
'/openwrt/staging_dir/hostpkg/lib/python3.9/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f9f6c2ed740 (most recent call first):
<no Python frame>
ninja: build stopped: subcommand failed.
make[3]: *** [Makefile:134: /openwrt/build_dir/target-aarch64_cortex-a72_musl/glib-2.68.1/.built] Error 1