This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Breakage on builder Fedora-x86_64-w64-mingw32, revision 381befeedf9316991d47f4213850545a96593d23


Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Rename field_int to field_signed'
Revision: 381befeedf9316991d47f4213850545a96593d23

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

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 -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wno-format -Werror
checking for dladdr... no
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) no
checking whether ffs is declared... (cached) no
checking whether asprintf is declared... (cached) yes
checking whether vasprintf is declared... (cached) yes
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether strtol is declared... (cached) yes
checking whether strtoul is declared... (cached) yes
checking whether strtoll is declared... (cached) yes
checking whether strtoull is declared... (cached) yes
checking whether strverscmp is declared... (cached) no
checking whether strerror is declared... (cached) yes
checking whether perror is declared... yes
checking whether vasprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking for struct stat.st_blocks... (cached) no
checking for struct stat.st_blksize... (cached) no
checking for struct user_regs_struct.fs_base... (cached) no
checking for struct user_regs_struct.gs_base... (cached) no
checking for socklen_t... (cached) no
checking for Elf32_auxv_t... no
checking for Elf64_auxv_t... no
checking for lwpid_t in thread_db.h... no
checking for psaddr_t in thread_db.h... no
checking for dlopen in -ldl... no
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
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
make[2]: Entering directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps
mkdir -p -- arch/.deps
mkdir -p -- cli/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps
mkdir -p -- mi/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs gdbsupport/.deps
mkdir -p -- gdbsupport/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps
mkdir -p -- compile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps
mkdir -p -- tui/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps
mkdir -p -- unittests/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps
mkdir -p -- guile/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs python/.deps
mkdir -p -- python/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs target/.deps
mkdir -p -- target/.deps
/bin/sh ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps
mkdir -p -- nat/.deps
  LEX    ada-lex.c
CONFIG_HEADERS=config.h:config.in \
  CONFIG_COMMANDS="default depdir" \
  CONFIG_FILES= \
  CONFIG_LINKS= \
  /bin/sh config.status
config.status: creating config.h
  YACC   ada-exp.c
config.status: config.h is unchanged
config.status: executing default commands
config.status: executing depdir commands
  YACC   c-exp.c
  YACC   d-exp.c
  YACC   cp-name-parser.c
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr]
  YACC   f-exp.c
  YACC   go-exp.c
  YACC   m2-exp.c
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr]
/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb/../../binutils-gdb/gdb/m2-exp.y:301.25-52: warning: rule useless in parser due to conflicts [-Wother]
                         { pstate->start_arglist(); }
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  YACC   p-exp.c
  YACC   rust-exp.c
  GEN    stamp-version
  GEN    xml-builtin.c
  CXX    gdb.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o

command timed out: 1200 seconds without output running [b'make', b'-j4', b'all'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=3584.520640


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]