Skip to content
Success

Console Output

Skipping 605 KB.. Full Log
checking for dlopen in -ldl... yes
checking whether the target supports __sync_*_compare_and_swap... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing gdbdepdir commands
mkdir -p -- arch/.deps
mkdir -p -- gdbsupport/.deps
mkdir -p -- nat/.deps
mkdir -p -- target/.deps
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbserver'
  CXX    alloc.o
  CXX    arch/amd64.o
  CXX    arch/i386.o
  CXX    ax.o
  CXX    debug.o
  CXX    dll.o
  CXX    hostio.o
  CXX    i387-fp.o
  CXX    inferiors.o
  CXX    mem-break.o
  CXX    nat/windows-nat.o
In file included from ../../gdbserver/../gdbsupport/common-defs.h:204,
                 from ../../gdbserver/../gdb/nat/windows-nat.c:19:
../../gdbserver/../gdb/nat/windows-nat.c: In function ‘bool windows_nat::matching_pending_stop(bool)’:
../../gdbserver/../gdb/nat/windows-nat.c:523:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |                         desired_stop_thread_id, item.thread_id);
      |                         ~~~~~~~~~~~~~~~~~~~~~~
      |                         |
      |                         DWORD {aka long unsigned int}
../../gdbserver/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdbserver/../gdb/nat/windows-nat.c:523:11: note: in expansion of macro ‘DEBUG_EVENTS’
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |           ^~~~~~~~~~~~
../../gdbserver/../gdb/nat/windows-nat.c:523:63: note: format string is defined here
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                                                              ~^
      |                                                               |
      |                                                               unsigned int
      |                                                              %lx
../../gdbserver/../gdb/nat/windows-nat.c:523:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |                         desired_stop_thread_id, item.thread_id);
      |                                                 ~~~~~~~~~~~~~~
      |                                                      |
      |                                                      long unsigned int
../../gdbserver/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdbserver/../gdb/nat/windows-nat.c:523:11: note: in expansion of macro ‘DEBUG_EVENTS’
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |           ^~~~~~~~~~~~
../../gdbserver/../gdb/nat/windows-nat.c:523:74: note: format string is defined here
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                                                                         ~^
      |                                                                          |
      |                                                                          unsigned int
      |                                                                         %lx
../../gdbserver/../gdb/nat/windows-nat.c: In function ‘gdb::optional<windows_nat::pending_stop> windows_nat::fetch_pending_stop(bool)’:
../../gdbserver/../gdb/nat/windows-nat.c:548:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                         iter->thread_id, desired_stop_thread_id);
      |                         ~~~~~~~~~~~~~~~
      |                               |
      |                               DWORD {aka long unsigned int}
../../gdbserver/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdbserver/../gdb/nat/windows-nat.c:548:11: note: in expansion of macro ‘DEBUG_EVENTS’
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |           ^~~~~~~~~~~~
../../gdbserver/../gdb/nat/windows-nat.c:548:51: note: format string is defined here
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                                                  ~^
      |                                                   |
      |                                                   unsigned int
      |                                                  %lx
../../gdbserver/../gdb/nat/windows-nat.c:548:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                         iter->thread_id, desired_stop_thread_id);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~
      |                                          |
      |                                          DWORD {aka long unsigned int}
../../gdbserver/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdbserver/../gdb/nat/windows-nat.c:548:11: note: in expansion of macro ‘DEBUG_EVENTS’
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |           ^~~~~~~~~~~~
../../gdbserver/../gdb/nat/windows-nat.c:548:65: note: format string is defined here
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                                                                ~^
      |                                                                 |
      |                                                                 unsigned int
      |                                                                %lx
  CXX    nat/x86-dregs.o
  CXX    notif.o
  CXX    regcache.o
  CXX    remote-utils.o
  CXX    server.o
  CXX    symbol.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    tdesc.o
  CXX    tracepoint.o
  CXX    utils.o
  GEN    version-generated.cc
  CXX    version.o
  CXX    win32-i386-low.o
  CXX    win32-low.o
../../gdbserver/win32-low.cc: In function ‘int get_child_debug_event(DWORD*, target_waitstatus*)’:
../../gdbserver/win32-low.cc:1259:17: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
 1259 |       OUTMSG2 (("get_windows_debug_event - "
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1260 |                 "unexpected stop in 0x%lx (expecting 0x%x)\n",
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1261 |                 ptid.lwp (), desired_stop_thread_id));
      |                              ~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              DWORD {aka long unsigned int}
../../gdbserver/win32-low.cc:52:18: note: in definition of macro ‘OUTMSG2’
   52 |           printf X;                             \
      |                  ^
../../gdbserver/win32-low.cc:1260:57: note: format string is defined here
 1260 |                 "unexpected stop in 0x%lx (expecting 0x%x)\n",
      |                                                        ~^
      |                                                         |
      |                                                         unsigned int
      |                                                        %lx
  CXX    x86-low.o
  CXXLD  gdbserver.exe
  CXX    gdbreplay.o
  CXXLD  gdbreplay.exe
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbserver'
mkdir -p -- ./gdb
Configuring in ./gdb
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for dlfcn.h... yes
checking for windows.h... yes
checking for library containing dlsym... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking whether x86_64-w64-mingw32-g++ supports C++11 features by default... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether NLS is requested... yes
checking for catalogs to be installed... 
checking whether makeinfo --split-size=5000000 supports @click... yes
checking for default auto-load directory... $debugdir:$datadir/auto-load
checking for default auto-load safe-path... $debugdir:$datadir/auto-load
checking size of void *... 8
checking for x86_64-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to use debuginfod... auto
checking for libdebuginfod >= 0.179... no
configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
checking libunwind-ia64.h usability... no
checking libunwind-ia64.h presence... no
checking for libunwind-ia64.h... no
checking for monstartup... no
checking for _mcleanup... no
checking for _etext... no
checking for etext... yes
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so
checking for bison... bison -y
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
checking for main in -lm... yes
checking for library containing gethostbyname... no
checking for library containing socketpair... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... egrep: warning: egrep is obsolescent; using grep -E
yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking for library containing tgetent... -ltermcap
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether system readline is new enough... yes
checking size of unsigned long long... 8
checking size of unsigned long... 4
checking size of unsigned __int128... 16
checking for library containing dlopen... none required
checking whether to use expat... yes
checking for libexpat... yes
checking how to link with libexpat... /usr/x86_64-w64-mingw32/lib/libexpat.a
checking for XML_StopParser... yes
checking for libgmp... yes
checking how to link with libgmp... -lgmp
checking whether to use MPFR... auto
checking for libmpfr... yes
checking how to link with libmpfr... -lmpfr -lgmp
checking whether to use python... auto
checking for python... no
checking for python... no
configure: WARNING: python is missing or unusable; some features may be unavailable.
checking whether to use guile... auto
checking for pkg-config... /usr/bin/pkg-config
checking for usable guile from /usr/bin/pkg-config... checking for scm_set_automatic_finalization_enabled... no
no
checking for ANSI C header files... (cached) yes
checking nlist.h usability... no
checking nlist.h presence... no
checking for nlist.h... no
checking machine/reg.h usability... no
checking machine/reg.h presence... no
checking for machine/reg.h... no
checking thread_db.h usability... no
checking thread_db.h presence... no
checking for thread_db.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... no
checking for sys/ioctl.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/procctl.h usability... no
checking sys/procctl.h presence... no
checking for sys/procctl.h... no
checking sys/resource.h usability... no
checking sys/resource.h presence... no
checking for sys/resource.h... no
checking sys/ptrace.h usability... no
checking sys/ptrace.h presence... no
checking for sys/ptrace.h... no
checking ptrace.h usability... no
checking ptrace.h presence... no
checking for ptrace.h... no
checking sys/reg.h usability... no
checking sys/reg.h presence... no
checking for sys/reg.h... no
checking sys/debugreg.h usability... no
checking sys/debugreg.h presence... no
checking for sys/debugreg.h... no
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking elf_hp.h usability... no
checking elf_hp.h presence... no
checking for elf_hp.h... no
checking for sys/user.h... no
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking cursesX.h usability... no
checking cursesX.h presence... no
checking for cursesX.h... no
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking ncursesw/ncurses.h usability... no
checking ncursesw/ncurses.h presence... no
checking for ncursesw/ncurses.h... no
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
checking ncurses/term.h usability... no
checking ncurses/term.h presence... no
checking for ncurses/term.h... no
checking for term.h... no
checking sys/socket.h usability... no
checking sys/socket.h presence... no
checking for sys/socket.h... no
checking ws2tcpip.h usability... yes
checking ws2tcpip.h presence... yes
checking for ws2tcpip.h... yes
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
checking for long long... yes
checking size of long long... 8
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether snprintf is declared... (cached) yes
checking for LC_MESSAGES... no
checking for socklen_t... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for getuid... no
checking for getgid... no
checking for pipe... no
checking for pread... no
checking for pread64... no
checking for pwrite... no
checking for resize_term... no
checking for getpgid... no
checking for setsid... no
checking for sigaction... no
checking for sigsetmask... no
checking for socketpair... no
checking for ttrace... no
checking for wborder... no
checking for wresize... no
checking for setlocale... yes
checking for iconvlist... no
checking for libiconvlist... no
checking for btowc... yes
checking for setrlimit... no
checking for getrlimit... no
checking for posix_madvise... no
checking for waitpid... no
checking for use_default_colors... no
checking for nl_langinfo and CODESET... no
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for pid_t... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ANSI C header files... (cached) yes
checking for working alloca.h... no
checking for alloca... yes
checking for nl_langinfo and CODESET... (cached) no
checking linux/perf_event.h usability... no
checking linux/perf_event.h presence... no
checking for linux/perf_event.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sys/resource.h... (cached) no
checking for sys/socket.h... (cached) no
checking sys/un.h usability... no
checking sys/un.h presence... no
checking for sys/un.h... no
checking sys/wait.h usability... no
checking sys/wait.h presence... no
checking for sys/wait.h... no
checking for thread_db.h... (cached) no
checking wait.h usability... no
checking wait.h presence... no
checking for wait.h... no
checking for termios.h... (cached) no
checking for dlfcn.h... (cached) yes
checking linux/elf.h usability... no
checking linux/elf.h presence... no
checking for linux/elf.h... no
checking proc_service.h usability... no
checking proc_service.h presence... no
checking for proc_service.h... no
checking poll.h usability... no
checking poll.h presence... no
checking for poll.h... no
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking for getpagesize... yes
checking for working mmap... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for fdwalk... no
checking for getrlimit... (cached) no
checking for pipe... (cached) no
checking for pipe2... no
checking for poll... no
checking for socketpair... (cached) no
checking for sigaction... (cached) no
checking for ptrace64... no
checking for sbrk... no
checking for setns... no
checking for sigaltstack... no
checking for sigprocmask... no
checking for setpgid... no
checking for setpgrp... no
checking for getrusage... no
checking for getauxval... no
checking for sigtimedwait... no
checking whether ADDR_NO_RANDOMIZE is declared... no
checking whether strstr is declared... yes
checking for struct stat.st_blocks... no
checking for struct stat.st_blksize... no
checking for library containing kinfo_getfile... no
checking for kinfo_getfile... no
checking whether x86_64-w64-mingw32-gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for std::thread... yes
checking for pthread_sigmask... no
checking for pthread_setname_np... yes
checking for sigsetjmp... no
checking whether to use intel pt... auto
configure: WARNING: linux/perf_event.h missing or too old; some features may be unavailable.
checking for libipt... no
configure: WARNING: libipt is missing or unusable; some features may be unavailable.
checking for long long support in printf... no
checking sys/procfs.h usability... no
checking sys/procfs.h presence... no
checking for sys/procfs.h... no
checking for sys/ptrace.h... (cached) no
checking for ptrace.h... (cached) no
checking return type of ptrace... int
checking types of arguments for ptrace... enum __ptrace_request,int,long,long
checking whether setpgrp takes no argument... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for long long support in compiler... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... no
checking for long double support in scanf... no
checking for the dynamic export flag... -Wl,--dynamic-list
checking whether execinfo.h backtrace is available... no
checking the compiler type... gcc
checking compiler warning flags...  -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wno-format 
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... no
checking for X... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for libxxhash... no
checking whether to use xxhash... no
checking for xsltproc... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite)
configure: running /bin/sh ../../../gdb/testsuite/configure --disable-option-checking '--prefix=/usr/x86_64-w64-mingw32'  '--libdir=/usr/x86_64-w64-mingw32/lib' '--includedir=/usr/x86_64-w64-mingw32/include' '--enable-shared' '--enable-static' '--enable-lto' '--disable-source-highlight' '--disable-tui' '--with-system-readline' '--with-expat' '--program-transform-name=s,y,y,' '--build=x86_64-pc-linux-gnu' '--host=x86_64-w64-mingw32' '--target=x86_64-w64-mingw32' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-w64-mingw32' 'target_alias=x86_64-w64-mingw32' 'CC=x86_64-w64-mingw32-gcc' 'CFLAGS=-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection     ' 'LDFLAGS= -Wl,-O1,--sort-common,--as-needed -fstack-protector  -Wl,--stack,12582912' 'CXX=x86_64-w64-mingw32-g++' 'CXXFLAGS=-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection  -Wno-format-security    ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) x86_64-pc-linux-gnu
checking host system type... (cached) x86_64-w64-mingw32
checking target system type... (cached) x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
mkdir -p -- ./libctf
Configuring in ./libctf
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so
checking the archiver (x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so) interface... ar
checking whether NLS is requested... yes
checking for catalogs to be installed... 
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... (cached) x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so
checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for aclocal... ${SHELL} /build/mingw-w64-gdb/src/gdb-12.1/missing aclocal-1.15
checking for autoconf... ${SHELL} /build/mingw-w64-gdb/src/gdb-12.1/missing autoconf
checking for autoheader... ${SHELL} /build/mingw-w64-gdb/src/gdb-12.1/missing autoheader
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking whether x86_64-w64-mingw32-gcc supports -Wnarrowing... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for library containing dlsym... -ldl
checking for ELF support in BFD... yes
checking whether byte ordering is bigendian... no
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking for pread... no
checking whether bswap_16 is declared... no
checking whether bswap_32 is declared... no
checking whether bswap_64 is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether stpcpy is declared... no
checking for qsort_r... no
checking for O_CLOEXEC... no
checking for makeinfo... makeinfo --split-size=5000000
checking for expect... no
checking for Tcl supporting try/catch... no
checking for linker versioning flags... -Wl,--version-script='../../libctf/libctf.ver'
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
make  all-am
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
  CC       libctf_la-ctf-archive.lo
  CC       libctf_la-ctf-dump.lo
  CC       libctf_la-ctf-create.lo
  CC       libctf_la-ctf-decl.lo
../../libctf/ctf-decl.c: In function ‘ctf_decl_sprintf’:
../../libctf/ctf-decl.c:176:3: warning: function ‘ctf_decl_sprintf’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  176 |   n = vasprintf (&str, format, ap);
      |   ^
  CC       libctf_la-ctf-error.lo
  CC       libctf_la-ctf-hash.lo
  CC       libctf_la-ctf-labels.lo
  CC       libctf_la-ctf-dedup.lo
  CC       libctf_la-ctf-link.lo
  CC       libctf_la-ctf-lookup.lo
  CC       libctf_la-ctf-open.lo
  CC       libctf_la-ctf-serialize.lo
  CC       libctf_la-ctf-sha1.lo
  CC       libctf_la-ctf-string.lo
  CC       libctf_la-ctf-subr.lo
../../libctf/ctf-subr.c: In function ‘ctf_dprintf’:
../../libctf/ctf-subr.c:191:7: warning: function ‘ctf_dprintf’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  191 |       (void) vfprintf (stderr, format, alist);
      |       ^
../../libctf/ctf-subr.c: In function ‘ctf_err_warn’:
../../libctf/ctf-subr.c:220:3: warning: function ‘ctf_err_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  220 |   if (vasprintf (&cew->cew_text, format, alist) < 0)
      |   ^~
  CC       libctf_la-ctf-types.lo
  CC       libctf_la-ctf-util.lo
  CC       libctf_la-ctf-qsort_r.lo
  CC       libctf_la-ctf-open-bfd.lo
  CCLD     libctf.la

*** Warning: This system can not link to static lib archive ../bfd/libbfd.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
  CC       libctf_nobfd_la-ctf-archive.lo
  CC       libctf_nobfd_la-ctf-dump.lo
  CC       libctf_nobfd_la-ctf-create.lo
  CC       libctf_nobfd_la-ctf-decl.lo
../../libctf/ctf-decl.c: In function ‘ctf_decl_sprintf’:
../../libctf/ctf-decl.c:176:3: warning: function ‘ctf_decl_sprintf’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  176 |   n = vasprintf (&str, format, ap);
      |   ^
  CC       libctf_nobfd_la-ctf-error.lo
  CC       libctf_nobfd_la-ctf-hash.lo
  CC       libctf_nobfd_la-ctf-labels.lo
  CC       libctf_nobfd_la-ctf-dedup.lo
  CC       libctf_nobfd_la-ctf-link.lo
  CC       libctf_nobfd_la-ctf-lookup.lo
  CC       libctf_nobfd_la-ctf-open.lo
  CC       libctf_nobfd_la-ctf-serialize.lo
  CC       libctf_nobfd_la-ctf-sha1.lo
  CC       libctf_nobfd_la-ctf-string.lo
  CC       libctf_nobfd_la-ctf-subr.lo
../../libctf/ctf-subr.c: In function ‘ctf_dprintf’:
../../libctf/ctf-subr.c:191:7: warning: function ‘ctf_dprintf’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  191 |       (void) vfprintf (stderr, format, alist);
      |       ^
../../libctf/ctf-subr.c: In function ‘ctf_err_warn’:
../../libctf/ctf-subr.c:220:3: warning: function ‘ctf_err_warn’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  220 |   if (vasprintf (&cew->cew_text, format, alist) < 0)
      |   ^~
  CC       libctf_nobfd_la-ctf-types.lo
  CC       libctf_nobfd_la-ctf-util.lo
  CC       libctf_nobfd_la-ctf-qsort_r.lo
  CCLD     libctf-nobfd.la
libtool: link: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
/bin/sh ../../gdb/../mkinstalldirs arch/.deps
mkdir -p -- arch/.deps
/bin/sh ../../gdb/../mkinstalldirs cli/.deps
mkdir -p -- cli/.deps
/bin/sh ../../gdb/../mkinstalldirs dwarf2/.deps
mkdir -p -- dwarf2/.deps
/bin/sh ../../gdb/../mkinstalldirs mi/.deps
mkdir -p -- mi/.deps
/bin/sh ../../gdb/../mkinstalldirs compile/.deps
mkdir -p -- compile/.deps
/bin/sh ../../gdb/../mkinstalldirs tui/.deps
mkdir -p -- tui/.deps
/bin/sh ../../gdb/../mkinstalldirs unittests/.deps
mkdir -p -- unittests/.deps
/bin/sh ../../gdb/../mkinstalldirs guile/.deps
mkdir -p -- guile/.deps
/bin/sh ../../gdb/../mkinstalldirs python/.deps
mkdir -p -- python/.deps
/bin/sh ../../gdb/../mkinstalldirs target/.deps
mkdir -p -- target/.deps
/bin/sh ../../gdb/../mkinstalldirs nat/.deps
mkdir -p -- nat/.deps
  CXX    gdb.o
  CXX    ada-exp.o
  CXX    ada-lang.o
  CXX    ada-tasks.o
  CXX    ada-typeprint.o
  CXX    ada-valprint.o
  CXX    ada-varobj.o
  CXX    addrmap.o
  CXX    agent.o
  CXX    alloc.o
  CXX    amd64-ravenscar-thread.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arch-utils.o
  CXX    arch/amd64.o
  CXX    arch/i386.o
  CXX    async-event.o
  CXX    auto-load.o
  CXX    auxv.o
  CXX    ax-gdb.o
  CXX    ax-general.o
  CXX    bcache.o
  CXX    bfd-target.o
  CXX    block.o
  CXX    blockframe.o
  CXX    break-catch-exec.o
  CXX    break-catch-fork.o
  CXX    break-catch-sig.o
  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.o
  CXX    bt-utils.o
  CXX    btrace.o
  CXX    build-id.o
  CXX    buildsym-legacy.o
  CXX    buildsym.o
  CXX    c-exp.o
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-option.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-style.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-cplus-symbols.o
  CXX    compile/compile-cplus-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    compile/compile.o
  CXX    complaints.o
  CXX    completer.o
  CXX    copying.o
  CXX    corefile.o
  CXX    corelow.o
  CXX    cp-abi.o
  CXX    cp-name-parser.o
  CXX    cp-namespace.o
  CXX    cp-support.o
  CXX    cp-valprint.o
  CXX    ctfread.o
  CXX    d-exp.o
  CXX    d-lang.o
  CXX    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.o
  CXX    debuginfod-support.o
  CXX    dictionary.o
  CXX    disasm.o
  CXX    displaced-stepping.o
  CXX    dtrace-probe.o
  CXX    dummy-frame.o
  CXX    dwarf2/abbrev.o
  CXX    dwarf2/attribute.o
  CXX    dwarf2/comp-unit-head.o
  CXX    dwarf2/cu.o
  CXX    dwarf2/dwz.o
  CXX    dwarf2/expr.o
  CXX    dwarf2/frame-tailcall.o
  CXX    dwarf2/frame.o
  CXX    dwarf2/index-cache.o
  CXX    dwarf2/index-common.o
  CXX    dwarf2/index-write.o
  CXX    dwarf2/leb.o
  CXX    dwarf2/line-header.o
  CXX    dwarf2/loc.o
  CXX    dwarf2/macro.o
  CXX    dwarf2/read.o
  CXX    dwarf2/section.o
  CXX    dwarf2/stringify.o
  CXX    elf-none-tdep.o
  CXX    elfread.o
  CXX    eval.o
  CXX    event-top.o
  CXX    exceptions.o
  CXX    exec.o
  CXX    expprint.o
  CXX    extension.o
  CXX    f-exp.o
  CXX    f-lang.o
  CXX    f-typeprint.o
  CXX    f-valprint.o
  CXX    filename-seen-cache.o
  CXX    filesystem.o
  CXX    findcmd.o
  CXX    findvar.o
  CXX    frame-base.o
  CXX    frame-unwind.o
  CXX    frame.o
  CXX    gcore-elf.o
  CXX    gcore.o
  CXX    gdb-demangle.o
  CXX    gdb_bfd.o
  CXX    gdbtypes.o
  CXX    gmp-utils.o
  CXX    gnu-v2-abi.o
  CXX    gnu-v3-abi.o
  CXX    go-exp.o
  CXX    go-lang.o
  CXX    go-typeprint.o
  CXX    go-valprint.o
  CXX    guile/guile.o
  CXX    i386-tdep.o
  CXX    i386-windows-nat.o
  CXX    i386-windows-tdep.o
  CXX    i387-tdep.o
  CXX    inf-child.o
  CXX    inf-loop.o
  CXX    infcall.o
  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint-test-options.o
  CXX    maint-test-settings.o
  CXX    maint.o
../../gdb/maint.c: In member function ‘void scoped_command_stats::print_time(const char*)’:
../../gdb/maint.c:1099:34: warning: unknown conversion type character ‘F’ in format [-Wformat=]
 1099 |   strftime (out, sizeof (out), "%F %H:%M:%S", &tm);
      |                                  ^
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    mingw-hdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mipsread.o
  CXX    namespace.o
  CXX    nat/windows-nat.o
In file included from ../../gdb/../gdbsupport/common-defs.h:204,
                 from ../../gdb/nat/windows-nat.c:19:
../../gdb/nat/windows-nat.c: In function ‘bool windows_nat::matching_pending_stop(bool)’:
../../gdb/nat/windows-nat.c:523:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |                         desired_stop_thread_id, item.thread_id);
      |                         ~~~~~~~~~~~~~~~~~~~~~~
      |                         |
      |                         DWORD {aka long unsigned int}
../../gdb/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdb/nat/windows-nat.c:523:11: note: in expansion of macro ‘DEBUG_EVENTS’
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |           ^~~~~~~~~~~~
../../gdb/nat/windows-nat.c:523:63: note: format string is defined here
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                                                              ~^
      |                                                               |
      |                                                               unsigned int
      |                                                              %lx
../../gdb/nat/windows-nat.c:523:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  524 |                         desired_stop_thread_id, item.thread_id);
      |                                                 ~~~~~~~~~~~~~~
      |                                                      |
      |                                                      long unsigned int
../../gdb/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdb/nat/windows-nat.c:523:11: note: in expansion of macro ‘DEBUG_EVENTS’
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |           ^~~~~~~~~~~~
../../gdb/nat/windows-nat.c:523:74: note: format string is defined here
  523 |           DEBUG_EVENTS ("pending stop anticipated, desired=0x%x, item=0x%x",
      |                                                                         ~^
      |                                                                          |
      |                                                                          unsigned int
      |                                                                         %lx
../../gdb/nat/windows-nat.c: In function ‘gdb::optional<windows_nat::pending_stop> windows_nat::fetch_pending_stop(bool)’:
../../gdb/nat/windows-nat.c:548:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                         iter->thread_id, desired_stop_thread_id);
      |                         ~~~~~~~~~~~~~~~
      |                               |
      |                               DWORD {aka long unsigned int}
../../gdb/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdb/nat/windows-nat.c:548:11: note: in expansion of macro ‘DEBUG_EVENTS’
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |           ^~~~~~~~~~~~
../../gdb/nat/windows-nat.c:548:51: note: format string is defined here
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                                                  ~^
      |                                                   |
      |                                                   unsigned int
      |                                                  %lx
../../gdb/nat/windows-nat.c:548:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  549 |                         iter->thread_id, desired_stop_thread_id);
      |                                          ~~~~~~~~~~~~~~~~~~~~~~
      |                                          |
      |                                          DWORD {aka long unsigned int}
../../gdb/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdb/nat/windows-nat.c:548:11: note: in expansion of macro ‘DEBUG_EVENTS’
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |           ^~~~~~~~~~~~
../../gdb/nat/windows-nat.c:548:65: note: format string is defined here
  548 |           DEBUG_EVENTS ("pending stop found in 0x%x (desired=0x%x)",
      |                                                                ~^
      |                                                                 |
      |                                                                 unsigned int
      |                                                                %lx
  CXX    nat/x86-dregs.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    process-stratum-target.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
In file included from ../../gdb/defs.h:37,
                 from ../../gdb/remote.c:22:
../../gdb/remote.c: In member function ‘virtual void remote_target::trace_set_readonly_regions()’:
../bfd/bfd.h:140:38: warning: unknown conversion type character ‘I’ in format [-Wformat=]
  140 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
../../gdb/remote.c:13503:7: note: in expansion of macro ‘sprintf_vma’
13503 |       sprintf_vma (tmp1, vma);
      |       ^~~~~~~~~~~
../bfd/bfd.h:134:22: note: format string is defined here
  134 | #define BFD_VMA_FMT "I64"
      |                      ^
../bfd/bfd.h:140:38: warning: too many arguments for format [-Wformat-extra-args]
  140 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
../../gdb/remote.c:13503:7: note: in expansion of macro ‘sprintf_vma’
13503 |       sprintf_vma (tmp1, vma);
      |       ^~~~~~~~~~~
../bfd/bfd.h:140:38: warning: unknown conversion type character ‘I’ in format [-Wformat=]
  140 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
../../gdb/remote.c:13504:7: note: in expansion of macro ‘sprintf_vma’
13504 |       sprintf_vma (tmp2, vma + size);
      |       ^~~~~~~~~~~
../bfd/bfd.h:134:22: note: format string is defined here
  134 | #define BFD_VMA_FMT "I64"
      |                      ^
../bfd/bfd.h:140:38: warning: too many arguments for format [-Wformat-extra-args]
  140 | #define sprintf_vma(s,x) sprintf (s, "%016" BFD_VMA_FMT "x", x)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
../../gdb/remote.c:13504:7: note: in expansion of macro ‘sprintf_vma’
13504 |       sprintf_vma (tmp2, vma + size);
      |       ^~~~~~~~~~~
  CXX    reverse.o
  CXX    run-on-main-thread.o
  CXX    rust-lang.o
  CXX    rust-parse.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-mingw.o
  CXX    ser-tcp.o
  CXX    serial.o
  CXX    skip.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    stap-probe.o
  CXX    std-regs.o
  CXX    symfile-debug.o
  CXX    symfile.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target-connection.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-float.o
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    test-target.o
  CXX    thread-iter.o
  CXX    thread.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  GEN    stamp-version
  CXX    version.o
  CXX    windows-nat.o
In file included from ../../gdb/../gdbsupport/common-defs.h:204,
                 from ../../gdb/defs.h:28,
                 from ../../gdb/windows-nat.c:24:
../../gdb/windows-nat.c: In member function ‘int windows_nat_target::get_windows_debug_event(int, target_waitstatus*)’:
../../gdb/windows-nat.c:1650:21: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
 1650 |       DEBUG_EVENTS ("get_windows_debug_event - "
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1651 |                     "unexpected stop in 0x%x (expecting 0x%x)",
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1652 |                     thread_id, desired_stop_thread_id);
      |                     ~~~~~~~~~
      |                     |
      |                     DWORD {aka long unsigned int}
../../gdb/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdb/windows-nat.c:1650:7: note: in expansion of macro ‘DEBUG_EVENTS’
 1650 |       DEBUG_EVENTS ("get_windows_debug_event - "
      |       ^~~~~~~~~~~~
../../gdb/windows-nat.c:1651:44: note: format string is defined here
 1651 |                     "unexpected stop in 0x%x (expecting 0x%x)",
      |                                           ~^
      |                                            |
      |                                            unsigned int
      |                                           %lx
../../gdb/windows-nat.c:1650:21: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
 1650 |       DEBUG_EVENTS ("get_windows_debug_event - "
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1651 |                     "unexpected stop in 0x%x (expecting 0x%x)",
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1652 |                     thread_id, desired_stop_thread_id);
      |                                ~~~~~~~~~~~~~~~~~~~~~~
      |                                |
      |                                DWORD {aka long unsigned int}
../../gdb/../gdbsupport/common-debug.h:70:50: note: in definition of macro ‘debug_prefixed_printf_cond’
   70 |         debug_prefixed_printf (module, __func__, fmt, ##__VA_ARGS__); \
      |                                                  ^~~
../../gdb/windows-nat.c:1650:7: note: in expansion of macro ‘DEBUG_EVENTS’
 1650 |       DEBUG_EVENTS ("get_windows_debug_event - "
      |       ^~~~~~~~~~~~
../../gdb/windows-nat.c:1651:60: note: format string is defined here
 1651 |                     "unexpected stop in 0x%x (expecting 0x%x)",
      |                                                           ~^
      |                                                            |
      |                                                            unsigned int
      |                                                           %lx
  CXX    windows-tdep.o
In file included from ../../gdb/../gdbsupport/common-defs.h:197,
                 from ../../gdb/defs.h:28,
                 from ../../gdb/windows-tdep.c:18:
../../gdb/windows-tdep.c: In function ‘bool is_linked_with_cygwin_dll(bfd*)’:
../../gdb/windows-tdep.c:1020:18: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=]
 1020 |       warning (_("\
      |                  ^~
 1021 | %s: import table's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1022 | section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1020:18: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=]
 1020 |       warning (_("\
      |                  ^~
 1021 | %s: import table's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1022 | section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1020:18: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=]
 1020 |       warning (_("\
      |                  ^~
 1021 | %s: import table's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1022 | section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1020:18: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=]
 1020 |       warning (_("\
      |                  ^~
 1021 | %s: import table's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1022 | section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1020:18: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=]
 1020 |       warning (_("\
      |                  ^~
 1021 | %s: import table's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1022 | section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1020:18: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=]
 1020 |       warning (_("\
      |                  ^~
 1021 | %s: import table's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1022 | section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1070:22: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=]
 1070 |           warning (_("\
      |                      ^~
 1071 | %s: name's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata section's \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1072 | range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1070:22: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=]
 1070 |           warning (_("\
      |                      ^~
 1071 | %s: name's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata section's \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1072 | range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1070:22: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=]
 1070 |           warning (_("\
      |                      ^~
 1071 | %s: name's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata section's \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1072 | range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1070:22: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=]
 1070 |           warning (_("\
      |                      ^~
 1071 | %s: name's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata section's \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1072 | range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1070:22: warning: 'I' flag used with ‘%x’ gnu_printf format [-Wformat=]
 1070 |           warning (_("\
      |                      ^~
 1071 | %s: name's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata section's \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1072 | range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
../../gdb/windows-tdep.c:1070:22: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘bfd_vma’ {aka ‘long long unsigned int’} [-Wformat=]
 1070 |           warning (_("\
      |                      ^~
 1071 | %s: name's virtual address (0x%" BFD_VMA_FMT "x) is outside .idata section's \
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1072 | range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."),
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb/../gdbsupport/gdb_locale.h:28:29: note: in definition of macro ‘_’
   28 | # define _(String) gettext (String)
      |                             ^~~~~~
  CXX    x86-nat.o
  CXX    x86-tdep.o
  GEN    xml-builtin.c
  CXX    xml-builtin.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb.exe
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/doc'
(test "ln -s" = "ln -s" && \
  ln -s ../../../gdb/doc/all-cfg.texi gdb-cfg.texi) || \
ln ../../../gdb/doc/all-cfg.texi gdb-cfg.texi || \
cp ../../../gdb/doc/all-cfg.texi gdb-cfg.texi
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/doc'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
rm -rf ./syscalls
mkdir ./syscalls
files='gdb-syscalls.dtd freebsd.xml netbsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \
for file in $files ; do \
  f=../../../gdb/data-directory/../syscalls/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f ./syscalls ; \
  fi ; \
done
touch stamp-syscalls
rm -rf ./python
files='' ; \
if test "x$files" != x ; then \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../gdb/data-directory/../../mkinstalldirs ./python/$dir ; \
    /usr/bin/install -c -m 644 ../../../gdb/data-directory/../python/lib/$file ./python/$dir ; \
  done ; \
fi
touch stamp-python
rm -rf ./guile
if test "x" != x ; then \
  files='./gdb.scm gdb/boot.scm gdb/experimental.scm gdb/init.scm gdb/iterator.scm gdb/printing.scm gdb/support.scm gdb/types.scm' ; \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../gdb/data-directory/../../mkinstalldirs ./guile/$dir ; \
    /usr/bin/install -c -m 644 ../../../gdb/data-directory/../guile/lib/$file ./guile/$dir ; \
  done ; \
  files='./gdb.go gdb/experimental.go gdb/iterator.go gdb/printing.go gdb/support.go gdb/types.go' ; \
  cd ./guile ; \
  for go in $files ; do \
    source="`echo $go | sed 's/\.go$/.scm/'`" ; \
    echo  compile  -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" ; \
     compile  -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" || exit 1 ; \
  done ; \
fi
touch stamp-guile
rm -rf ./system-gdbinit
mkdir ./system-gdbinit
files='elinos.py wrs-linux.py' ; \
for file in $files ; do \
  f=../../../gdb/data-directory/../system-gdbinit/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f ./system-gdbinit ; \
  fi ; \
done
touch stamp-system-gdbinit
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[1]: Nothing to be done for 'all-target'.
make[1]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32'
~/mingw-w64-gdb/src/gdb-12.1
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32'
/bin/sh ../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make  install-recursive
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
Making install in po
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd/po'
if test -r ../../../bfd/../mkinstalldirs; then \
  ../../../bfd/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share; \
else \
  ../../../bfd/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share; \
fi
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/da/LC_MESSAGES
installing ../../../bfd/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/da/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/es/LC_MESSAGES
installing ../../../bfd/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/es/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fi/LC_MESSAGES
installing ../../../bfd/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fi/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fr/LC_MESSAGES
installing ../../../bfd/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/hr/LC_MESSAGES
installing ../../../bfd/po/hr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/hr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/id/LC_MESSAGES
installing ../../../bfd/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/id/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ja/LC_MESSAGES
installing ../../../bfd/po/ja.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ja/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/pt/LC_MESSAGES
installing ../../../bfd/po/pt.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/pt/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ro/LC_MESSAGES
installing ../../../bfd/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ro/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ru/LC_MESSAGES
installing ../../../bfd/po/ru.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ru/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/rw/LC_MESSAGES
installing ../../../bfd/po/rw.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/rw/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sr/LC_MESSAGES
installing ../../../bfd/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sv/LC_MESSAGES
installing ../../../bfd/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sv/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/tr/LC_MESSAGES
installing ../../../bfd/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/tr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/uk/LC_MESSAGES
installing ../../../bfd/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/uk/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/vi/LC_MESSAGES
installing ../../../bfd/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/vi/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/zh_CN/LC_MESSAGES
installing ../../../bfd/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/da/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/es/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fi/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/hr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/hr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/id/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/ja.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ja/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/pt.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/pt/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ro/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/ru.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ru/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/rw.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/rw/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sv/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/tr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/uk/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/vi/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/bfd.mo
if test "bfd" = "gettext"; then \
  if test -r ../../../bfd/../mkinstalldirs; then \
    ../../../bfd/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gettext/po; \
  else \
    ../../../bfd/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ../../../bfd/po/Makefile.in.in \
		  /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd/po'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include'
 /usr/bin/install -c -m 644 bfd.h ../../bfd/../include/ansidecl.h ../../bfd/../include/symcat.h ../../bfd/../include/diagnostics.h ../../bfd/../include/bfdlink.h ../../bfd/../include/plugin-api.h '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libbfd.la '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libbfd.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libbfd.la
libtool: install: /usr/bin/install -c .libs/libbfd.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libbfd.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libbfd.a
libtool: install: i686-w64-mingw32-ranlib --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libbfd.a
libtool: install: warning: remember to run `libtool --finish /usr/i686-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info'
 /usr/bin/install -c -m 644 ./doc/bfd.info '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info'
 install-info --info-dir='/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/bfd.info'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/bfd'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes'
Making install in .
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include'
 /usr/bin/install -c -m 644 ../../opcodes/../include/dis-asm.h '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libopcodes.la '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libopcodes.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libopcodes.la
libtool: install: /usr/bin/install -c .libs/libopcodes.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libopcodes.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libopcodes.a
libtool: install: i686-w64-mingw32-ranlib --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libopcodes.a
libtool: install: warning: remember to run `libtool --finish /usr/i686-w64-mingw32/lib'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes'
Making install in po
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes/po'
if test -r ../../../opcodes/../mkinstalldirs; then \
  ../../../opcodes/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share; \
else \
  ../../../opcodes/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share; \
fi
installing ../../../opcodes/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/da/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/de/LC_MESSAGES
installing ../../../opcodes/po/de.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/de/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/es/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fr/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ga/LC_MESSAGES
installing ../../../opcodes/po/ga.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ga/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/id/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/it/LC_MESSAGES
installing ../../../opcodes/po/it.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/it/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/nl/LC_MESSAGES
installing ../../../opcodes/po/nl.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/nl/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/pt_BR/LC_MESSAGES
installing ../../../opcodes/po/pt_BR.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ro/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sv/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/tr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/uk/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/vi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/da/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/de.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/de/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/es/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/fr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/ga.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ga/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/id/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/it.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/it/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/nl.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/nl/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/pt_BR.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/ro/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/sv/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/tr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/uk/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/vi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
if test "opcodes" = "gettext"; then \
  if test -r ../../../opcodes/../mkinstalldirs; then \
    ../../../opcodes/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gettext/po; \
  else \
    ../../../opcodes/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ../../../opcodes/po/Makefile.in.in \
		  /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes/po'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/opcodes'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/etc'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/etc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/etc'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/etc'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/intl'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libbacktrace'
true  DO=all multi-do # make
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libbacktrace'
true  DO=install multi-do # make
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libbacktrace'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libbacktrace'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libdecnumber'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libdecnumber'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libiberty'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libiberty/testsuite'
if test -n ""; then \
	/bin/sh ../../libiberty/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/`i686-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`; \
	/usr/bin/install -c -m 644 ./libiberty.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/`i686-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`/./libiberty.an; \
	( cd /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/`i686-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory` ; chmod 644 ./libiberty.an ;i686-w64-mingw32-ranlib --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so ./libiberty.an ); \
	mv -f /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/`i686-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`/./libiberty.an /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/`i686-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`/./libiberty.a; \
	case "" in \
	  /*)    thd=;; \
	  *)     thd=/usr/i686-w64-mingw32/include/;; \
	esac; \
	/bin/sh ../../libiberty/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb${thd}; \
	for h in ../../libiberty/../include/ansidecl.h ../../libiberty/../include/demangle.h ../../libiberty/../include/dyn-string.h ../../libiberty/../include/fibheap.h ../../libiberty/../include/floatformat.h ../../libiberty/../include/hashtab.h ../../libiberty/../include/libiberty.h ../../libiberty/../include/objalloc.h ../../libiberty/../include/partition.h ../../libiberty/../include/safe-ctype.h ../../libiberty/../include/sort.h ../../libiberty/../include/splay-tree.h ../../libiberty/../include/timeval-utils.h; do \
	  /usr/bin/install -c -m 644 $h /build/mingw-w64-gdb/pkg/mingw-w64-gdb${thd}; \
	done; \
fi
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libiberty/testsuite'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libiberty'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/sim'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/sim'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/sim'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/sim'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/sim'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/sim'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib'
Making install in import
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make  install-recursive
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[6]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib/import'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gnulib'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbsupport'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbsupport'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbsupport'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbsupport'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbserver'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbserver'
n=`echo gdbserver | sed 's,y,y,'`; \
if [ x$n = x ]; then n=gdbserver; else true; fi; \
if [ x"" != x ]; then \
	/bin/sh ../../gdbserver/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib; \
	 /usr/bin/install -c libinproctrace.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libinproctrace.so; \
fi; \
/bin/sh ../../gdbserver/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin; \
 /usr/bin/install -c gdbserver.exe /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin/$n.exe
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbserver'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdbserver'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/doc'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/testsuite'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/testsuite'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/data-directory'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/data-directory'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
/bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share
cats=""; for cat in $cats; do \
  lang=`basename $cat | sed 's/\.gmo$//'`; \
  if [ -f $cat ]; then :; \
  elif [ -f ../../gdb/$cat ]; then cat=../../gdb/$cat; \
  else continue; \
  fi; \
  dir=/usr/i686-w64-mingw32/share/locale/$lang/LC_MESSAGES; \
  echo /bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir; \
  /bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir || exit 1; \
  echo /usr/bin/install -c -m 644 $cat /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir/gdb.mo; \
  /usr/bin/install -c -m 644 $cat /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir/gdb.mo; \
done
transformed_name=`t='s,y,y,'; \
		  echo gdb | sed -e "$t"` ; \
	if test "x$transformed_name" = x; then \
	  transformed_name=gdb ; \
	else \
	  true ; \
	fi ; \
	/bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin ; \
	 /usr/bin/install -c gdb.exe \
		/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin/$transformed_name.exe ; \
	/bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include/gdb ; \
	/usr/bin/install -c -m 644 jit-reader.h /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include/gdb/jit-reader.h
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include/gdb
if test "x" != x; \
then \
  transformed_name=`t='s,y,y,'; \
		    echo gcore | sed -e "$t"` ; \
	  if test "x$transformed_name" = x; then \
	    transformed_name=gcore ; \
	  else \
	    true ; \
	  fi ; \
	  /bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin ; \
	  /usr/bin/install -c gcore \
		  /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin/$transformed_name; \
fi
transformed_name=`t='s,y,y,'; \
		  echo gdb-add-index | sed -e "$t"` ; \
if test "x$transformed_name" = x; then \
  transformed_name=gdb-add-index ; \
else \
  true ; \
fi ; \
/usr/bin/install -c ../../gdb/contrib/gdb-add-index.sh \
	/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/bin/$transformed_name
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/doc'
/bin/sh ../../../gdb/doc/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-1 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-1
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-2 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-2
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-3 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-3
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-4 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-4
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-5 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-5
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-6 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-6
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-7 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-7
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-8 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info-8
 /usr/bin/install -c -m 644 ../../../gdb/doc/stabs.info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/stabs.info
 /usr/bin/install -c -m 644 ../../../gdb/doc/annotate.info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/annotate.info
 install-info --info-dir=/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/gdb.info
 install-info --info-dir=/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/stabs.info
 install-info --info-dir=/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/annotate.info
test -z "/usr/i686-w64-mingw32/share/man/man1" || /bin/sh ../../../gdb/doc/../../mkinstalldirs "/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man1"
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man1
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdb.1' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man1/gdb.1'
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdbserver.1' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man1/gdbserver.1'
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdb-add-index.1' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man1/gdb-add-index.1'
test -z "/usr/i686-w64-mingw32/share/man/man5" || /bin/sh ../../../gdb/doc/../../mkinstalldirs "/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man5"
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man5
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdbinit.5' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/man/man5/gdbinit.5'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/doc'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/testsuite'
make[5]: Nothing to be done for 'install'.
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/testsuite'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/data-directory'
make[6]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/data-directory'
/bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/syscalls
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/syscalls
files='gdb-syscalls.dtd freebsd.xml netbsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \
for file in $files; do \
  f=../../../gdb/data-directory/../syscalls/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/syscalls ; \
  fi ; \
done
files='' ; \
if test "x$files" != x ; then \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/python/$dir ; \
    /usr/bin/install -c -m 644 ./python/$file /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/python/$dir ; \
  done ; \
fi
files='' ; \
if test "x$files" != x ; then \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/guile/$dir ; \
    /usr/bin/install -c -m 644 ./guile/$file /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/guile/$dir ; \
  done ; \
fi
/bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/system-gdbinit
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/system-gdbinit
files='elinos.py wrs-linux.py' ; \
for file in $files; do \
  f=../../../gdb/data-directory/../system-gdbinit/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/gdb/system-gdbinit ; \
  fi ; \
done
make[6]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/data-directory'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb/data-directory'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/gdb'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libctf'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libctf'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libctf.la libctf-nobfd.la '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libctf.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf.la
libtool: install: /usr/bin/install -c .libs/libctf-nobfd.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf-nobfd.la
libtool: install: /usr/bin/install -c .libs/libctf.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf.a
libtool: install: i686-w64-mingw32-ranlib --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf.a
libtool: install: /usr/bin/install -c .libs/libctf-nobfd.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf-nobfd.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf-nobfd.a
libtool: install: i686-w64-mingw32-ranlib --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/i686-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/lib/libctf-nobfd.a
libtool: install: warning: remember to run `libtool --finish /usr/i686-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include'
 /usr/bin/install -c -m 644 ../../libctf/../include/ctf.h ../../libctf/../include/ctf-api.h '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info'
 /usr/bin/install -c -m 644 ../../libctf/doc/ctf-spec.info '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info'
 install-info --info-dir='/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/i686-w64-mingw32/share/info/ctf-spec.info'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libctf'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32/libctf'
make[1]: Nothing to be done for 'install-target'.
make[1]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-i686-w64-mingw32'
make[1]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32'
/bin/sh ../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make  install-recursive
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
Making install in po
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd/po'
if test -r ../../../bfd/../mkinstalldirs; then \
  ../../../bfd/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share; \
else \
  ../../../bfd/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share; \
fi
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/da/LC_MESSAGES
installing ../../../bfd/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/da/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/es/LC_MESSAGES
installing ../../../bfd/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/es/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fi/LC_MESSAGES
installing ../../../bfd/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fi/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fr/LC_MESSAGES
installing ../../../bfd/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/hr/LC_MESSAGES
installing ../../../bfd/po/hr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/hr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/id/LC_MESSAGES
installing ../../../bfd/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/id/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ja/LC_MESSAGES
installing ../../../bfd/po/ja.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ja/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/pt/LC_MESSAGES
installing ../../../bfd/po/pt.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/pt/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ro/LC_MESSAGES
installing ../../../bfd/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ro/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ru/LC_MESSAGES
installing ../../../bfd/po/ru.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ru/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/rw/LC_MESSAGES
installing ../../../bfd/po/rw.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/rw/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sr/LC_MESSAGES
installing ../../../bfd/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sv/LC_MESSAGES
installing ../../../bfd/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sv/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/tr/LC_MESSAGES
installing ../../../bfd/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/tr/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/uk/LC_MESSAGES
installing ../../../bfd/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/uk/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/vi/LC_MESSAGES
installing ../../../bfd/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/vi/LC_MESSAGES/bfd.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/zh_CN/LC_MESSAGES
installing ../../../bfd/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/da/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/es/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fi/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/hr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/hr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/id/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/ja.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ja/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/pt.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/pt/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ro/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/ru.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ru/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/rw.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/rw/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sv/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/tr/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/uk/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/vi/LC_MESSAGES/bfd.mo
installing ../../../bfd/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/bfd.mo
if test "bfd" = "gettext"; then \
  if test -r ../../../bfd/../mkinstalldirs; then \
    ../../../bfd/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gettext/po; \
  else \
    ../../../bfd/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ../../../bfd/po/Makefile.in.in \
		  /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd/po'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include'
 /usr/bin/install -c -m 644 bfd.h ../../bfd/../include/ansidecl.h ../../bfd/../include/symcat.h ../../bfd/../include/diagnostics.h ../../bfd/../include/bfdlink.h ../../bfd/../include/plugin-api.h '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libbfd.la '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libbfd.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libbfd.la
libtool: install: /usr/bin/install -c .libs/libbfd.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libbfd.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libbfd.a
libtool: install: x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libbfd.a
libtool: install: warning: remember to run `libtool --finish /usr/x86_64-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info'
 /usr/bin/install -c -m 644 ./doc/bfd.info '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info'
 install-info --info-dir='/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/bfd.info'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/bfd'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes'
Making install in .
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include'
 /usr/bin/install -c -m 644 ../../opcodes/../include/dis-asm.h '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libopcodes.la '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libopcodes.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libopcodes.la
libtool: install: /usr/bin/install -c .libs/libopcodes.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libopcodes.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libopcodes.a
libtool: install: x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libopcodes.a
libtool: install: warning: remember to run `libtool --finish /usr/x86_64-w64-mingw32/lib'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes'
Making install in po
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes/po'
if test -r ../../../opcodes/../mkinstalldirs; then \
  ../../../opcodes/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share; \
else \
  ../../../opcodes/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share; \
fi
installing ../../../opcodes/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/da/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/de/LC_MESSAGES
installing ../../../opcodes/po/de.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/de/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/es/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fr/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ga/LC_MESSAGES
installing ../../../opcodes/po/ga.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ga/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/id/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/it/LC_MESSAGES
installing ../../../opcodes/po/it.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/it/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/nl/LC_MESSAGES
installing ../../../opcodes/po/nl.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/nl/LC_MESSAGES/opcodes.mo
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/pt_BR/LC_MESSAGES
installing ../../../opcodes/po/pt_BR.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ro/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sv/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/tr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/uk/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/vi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/da.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/da/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/de.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/de/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/es.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/es/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/fr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/fr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/ga.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ga/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/id.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/id/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/it.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/it/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/nl.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/nl/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/pt_BR.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/ro.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/ro/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/sv.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/sv/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/tr.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/tr/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/uk.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/uk/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/vi.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/vi/LC_MESSAGES/opcodes.mo
installing ../../../opcodes/po/zh_CN.gmo as /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
if test "opcodes" = "gettext"; then \
  if test -r ../../../opcodes/../mkinstalldirs; then \
    ../../../opcodes/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gettext/po; \
  else \
    ../../../opcodes/mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ../../../opcodes/po/Makefile.in.in \
		  /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes/po'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/opcodes'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/etc'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/etc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/etc'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/etc'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/intl'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libbacktrace'
true  DO=all multi-do # make
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libbacktrace'
true  DO=install multi-do # make
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libbacktrace'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libbacktrace'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libdecnumber'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libdecnumber'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libiberty'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libiberty/testsuite'
if test -n ""; then \
	/bin/sh ../../libiberty/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/`x86_64-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`; \
	/usr/bin/install -c -m 644 ./libiberty.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/`x86_64-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`/./libiberty.an; \
	( cd /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/`x86_64-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory` ; chmod 644 ./libiberty.an ;x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so ./libiberty.an ); \
	mv -f /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/`x86_64-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`/./libiberty.an /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/`x86_64-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fcf-protection      -print-multi-os-directory`/./libiberty.a; \
	case "" in \
	  /*)    thd=;; \
	  *)     thd=/usr/x86_64-w64-mingw32/include/;; \
	esac; \
	/bin/sh ../../libiberty/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb${thd}; \
	for h in ../../libiberty/../include/ansidecl.h ../../libiberty/../include/demangle.h ../../libiberty/../include/dyn-string.h ../../libiberty/../include/fibheap.h ../../libiberty/../include/floatformat.h ../../libiberty/../include/hashtab.h ../../libiberty/../include/libiberty.h ../../libiberty/../include/objalloc.h ../../libiberty/../include/partition.h ../../libiberty/../include/safe-ctype.h ../../libiberty/../include/sort.h ../../libiberty/../include/splay-tree.h ../../libiberty/../include/timeval-utils.h; do \
	  /usr/bin/install -c -m 644 $h /build/mingw-w64-gdb/pkg/mingw-w64-gdb${thd}; \
	done; \
fi
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libiberty/testsuite'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libiberty'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/sim'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/sim'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/sim'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/sim'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/sim'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/sim'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib'
Making install in import
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make  install-recursive
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[6]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib/import'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gnulib'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbsupport'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbsupport'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbsupport'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbsupport'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbserver'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbserver'
n=`echo gdbserver | sed 's,y,y,'`; \
if [ x$n = x ]; then n=gdbserver; else true; fi; \
if [ x"" != x ]; then \
	/bin/sh ../../gdbserver/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib; \
	 /usr/bin/install -c libinproctrace.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libinproctrace.so; \
fi; \
/bin/sh ../../gdbserver/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin; \
 /usr/bin/install -c gdbserver.exe /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin/$n.exe
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbserver'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdbserver'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/doc'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite'
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
/bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share
cats=""; for cat in $cats; do \
  lang=`basename $cat | sed 's/\.gmo$//'`; \
  if [ -f $cat ]; then :; \
  elif [ -f ../../gdb/$cat ]; then cat=../../gdb/$cat; \
  else continue; \
  fi; \
  dir=/usr/x86_64-w64-mingw32/share/locale/$lang/LC_MESSAGES; \
  echo /bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir; \
  /bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir || exit 1; \
  echo /usr/bin/install -c -m 644 $cat /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir/gdb.mo; \
  /usr/bin/install -c -m 644 $cat /build/mingw-w64-gdb/pkg/mingw-w64-gdb$dir/gdb.mo; \
done
transformed_name=`t='s,y,y,'; \
		  echo gdb | sed -e "$t"` ; \
	if test "x$transformed_name" = x; then \
	  transformed_name=gdb ; \
	else \
	  true ; \
	fi ; \
	/bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin ; \
	 /usr/bin/install -c gdb.exe \
		/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin/$transformed_name.exe ; \
	/bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include/gdb ; \
	/usr/bin/install -c -m 644 jit-reader.h /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include/gdb/jit-reader.h
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include/gdb
if test "x" != x; \
then \
  transformed_name=`t='s,y,y,'; \
		    echo gcore | sed -e "$t"` ; \
	  if test "x$transformed_name" = x; then \
	    transformed_name=gcore ; \
	  else \
	    true ; \
	  fi ; \
	  /bin/sh ../../gdb/../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin ; \
	  /usr/bin/install -c gcore \
		  /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin/$transformed_name; \
fi
transformed_name=`t='s,y,y,'; \
		  echo gdb-add-index | sed -e "$t"` ; \
if test "x$transformed_name" = x; then \
  transformed_name=gdb-add-index ; \
else \
  true ; \
fi ; \
/usr/bin/install -c ../../gdb/contrib/gdb-add-index.sh \
	/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/bin/$transformed_name
make[4]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/doc'
/bin/sh ../../../gdb/doc/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-1 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-1
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-2 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-2
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-3 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-3
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-4 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-4
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-5 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-5
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-6 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-6
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-7 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-7
 /usr/bin/install -c -m 644 ../../../gdb/doc/gdb.info-8 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info-8
 /usr/bin/install -c -m 644 ../../../gdb/doc/stabs.info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/stabs.info
 /usr/bin/install -c -m 644 ../../../gdb/doc/annotate.info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/annotate.info
 install-info --info-dir=/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/gdb.info
 install-info --info-dir=/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/stabs.info
 install-info --info-dir=/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/annotate.info
test -z "/usr/x86_64-w64-mingw32/share/man/man1" || /bin/sh ../../../gdb/doc/../../mkinstalldirs "/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man1"
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man1
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdb.1' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man1/gdb.1'
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdbserver.1' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man1/gdbserver.1'
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdb-add-index.1' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man1/gdb-add-index.1'
test -z "/usr/x86_64-w64-mingw32/share/man/man5" || /bin/sh ../../../gdb/doc/../../mkinstalldirs "/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man5"
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man5
 /usr/bin/install -c -m 644 '../../../gdb/doc/gdbinit.5' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/man/man5/gdbinit.5'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/doc'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite'
make[5]: Nothing to be done for 'install'.
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/testsuite'
make[5]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
make[6]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
/bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/syscalls
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/syscalls
files='gdb-syscalls.dtd freebsd.xml netbsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \
for file in $files; do \
  f=../../../gdb/data-directory/../syscalls/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/syscalls ; \
  fi ; \
done
files='' ; \
if test "x$files" != x ; then \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/python/$dir ; \
    /usr/bin/install -c -m 644 ./python/$file /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/python/$dir ; \
  done ; \
fi
files='' ; \
if test "x$files" != x ; then \
  for file in $files ; do \
    dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \
    /bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/guile/$dir ; \
    /usr/bin/install -c -m 644 ./guile/$file /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/guile/$dir ; \
  done ; \
fi
/bin/sh ../../../gdb/data-directory/../../mkinstalldirs /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/system-gdbinit
mkdir -p -- /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/system-gdbinit
files='elinos.py wrs-linux.py' ; \
for file in $files; do \
  f=../../../gdb/data-directory/../system-gdbinit/$file ; \
  if test -f $f ; then \
    /usr/bin/install -c -m 644 $f /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/gdb/system-gdbinit ; \
  fi ; \
done
make[6]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
make[5]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb/data-directory'
make[4]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/gdb'
make[2]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
make[3]: Entering directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libctf.la libctf-nobfd.la '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib'
libtool: install: /usr/bin/install -c .libs/libctf.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf.la
libtool: install: /usr/bin/install -c .libs/libctf-nobfd.lai /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf-nobfd.la
libtool: install: /usr/bin/install -c .libs/libctf.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf.a
libtool: install: x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf.a
libtool: install: /usr/bin/install -c .libs/libctf-nobfd.a /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf-nobfd.a
libtool: install: chmod 644 /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf-nobfd.a
libtool: install: x86_64-w64-mingw32-ranlib --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-w64-mingw32/12.2.0/liblto_plugin.so /build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/lib/libctf-nobfd.a
libtool: install: warning: remember to run `libtool --finish /usr/x86_64-w64-mingw32/lib'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include'
 /usr/bin/install -c -m 644 ../../libctf/../include/ctf.h ../../libctf/../include/ctf-api.h '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/include'
 /usr/bin/mkdir -p '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info'
 /usr/bin/install -c -m 644 ../../libctf/doc/ctf-spec.info '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info'
 install-info --info-dir='/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info' '/build/mingw-w64-gdb/pkg/mingw-w64-gdb/usr/x86_64-w64-mingw32/share/info/ctf-spec.info'
make[3]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
make[2]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32/libctf'
make[1]: Nothing to be done for 'install-target'.
make[1]: Leaving directory '/build/mingw-w64-gdb/src/gdb-12.1/build-x86_64-w64-mingw32'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "mingw-w64-gdb"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mingw-w64-gdb 12.1-1 (Fri Nov  4 16:26:49 2022)
'mingw-w64-gdb-12.1-1-any.pkg.tar.zst' -> '/var/lib/aur-repo/mingw-w64-gdb-12.1-1-any.pkg.tar.zst'
'mingw-w64-gdb-12.1-1-any.pkg.tar.zst.sig' -> '/var/lib/aur-repo/mingw-w64-gdb-12.1-1-any.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Fri 04 Nov 2022 04:23:50 PM UTC
gpg:                using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
  -> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Fri 04 Nov 2022 04:23:51 PM UTC
gpg:                using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
  -> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'mingw-w64-gdb-12.1-1-any.pkg.tar.zst'
  -> Adding package signature...
  -> Computing checksums...
  -> Creating 'desc' db entry...
  -> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
  -> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
  -> Created signature file 'score.moe.files.tar.gz.sig'
Finished: SUCCESS