public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp
@ 2019-05-16 16:03 sergiodj+buildbot
  2019-05-16 16:05 ` *** COMPILATION FAILED *** Failures on RHEL-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (12 more replies)
  0 siblings, 13 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:03 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 143275ea7e56baf5ad7a736698b79a90b473183a ***

Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Branch: master
Commit: 143275ea7e56baf5ad7a736698b79a90b473183a

[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

opcodes/ChangeLog:
2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
	    Michael Collison <michael.collison@arm.com>

	* arm-dis.c (enum mve_instructions): Add new instructions.
	(enum mve_unpredictable): Add new values.
	(mve_opcodes): Add new instructions.
	(vec_condnames): New array with vector conditions.
	(mve_predicatenames): New array with predicate suffixes.
	(mve_vec_sizename): New array with vector sizes.
	(enum vpt_pred_state): New enum with vector predication states.
	(struct vpt_block): New struct type for vpt blocks.
	(vpt_block_state): Global struct to keep track of state.
	(mve_extract_pred_mask): New helper function.
	(num_instructions_vpt_block): Likewise.
	(mark_outside_vpt_block): Likewise.
	(mark_inside_vpt_block): Likewise.
	(invert_next_predicate_state): Likewise.
	(update_next_predicate_state): Likewise.
	(update_vpt_block_state): Likewise.
	(is_vpt_instruction): Likewise.
	(is_mve_encoding_conflict): Add entries for new instructions.
	(is_mve_unpredictable): Likewise.
	(print_mve_unpredictable): Handle new cases.
	(print_instruction_predicate): Likewise.
	(print_mve_size): New function.
	(print_vec_condition): New function.
	(print_insn_mve): Handle vpt blocks and new print operands.


^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on RHEL-s390x-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
@ 2019-05-16 16:05 ` sergiodj+buildbot
  2019-05-16 16:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9987>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
checking compiler warning flags...  -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory `/home/dje/rhel-7_1-s390x-1/rhel-s390x/build'
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
  2019-05-16 16:05 ` *** COMPILATION FAILED *** Failures on RHEL-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2019-05-16 16:44 ` sergiodj+buildbot
  2019-05-16 16:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/12541>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-extended-gdbserver-m32/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
  2019-05-16 16:05 ` *** COMPILATION FAILED *** Failures on RHEL-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
  2019-05-16 16:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2019-05-16 16:46 ` sergiodj+buildbot
  2019-05-16 16:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/12773>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-cc-with-index/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2019-05-16 16:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2019-05-16 16:47 ` sergiodj+buildbot
  2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/12816>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-extended-gdbserver/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2019-05-16 16:48 ` sergiodj+buildbot
  2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/4341>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for fcntl.h... yes
checking for signal.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... (cached) no
checking netinet/in.h usability... no
checking netinet/in.h presence... no
checking for netinet/in.h... no
checking for sys/socket.h... (cached) no
checking netdb.h usability... no
checking netdb.h presence... no
checking for netdb.h... no
checking netinet/tcp.h usability... no
checking netinet/tcp.h presence... no
checking for netinet/tcp.h... no
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) no
checking for vfork... (cached) no
checking for getauxval... (cached) no
checking for pread... (cached) no
checking for pwrite... (cached) no
checking for pread64... (cached) no
checking for setns... (cached) no
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) no
checking for linux/perf_event.h... (cached) no
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) no
checking for sys/socket.h... (cached) no
checking for sys/un.h... (cached) no
checking for sys/wait.h... (cached) no
checking for thread_db.h... (cached) no
checking for wait.h... (cached) no
checking for termios.h... (cached) no
checking for fdwalk... (cached) no
checking for getrlimit... (cached) no
checking for pipe... (cached) no
checking for pipe2... (cached) no
checking for socketpair... (cached) no
checking for sigaction... (cached) no
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) no
checking for sys/ptrace.h... (cached) no
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) no
checking return type of ptrace... (cached) int
checking types of arguments for ptrace... (cached) int,int,long,long
checking for ust... no
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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
@ 2019-05-16 16:48 ` sergiodj+buildbot
  2019-05-16 16:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/12779>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2019-05-16 16:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-05-16 16:48 ` sergiodj+buildbot
  2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/12953>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-05-16 16:49 ` sergiodj+buildbot
  2019-05-16 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/12549>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-gdbserver-m32/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2019-05-16 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
@ 2019-05-16 16:50 ` sergiodj+buildbot
  2019-05-16 18:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/12614>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
checking for struct user_regs_struct.fs_base... (cached) yes
checking for struct user_regs_struct.gs_base... (cached) yes
checking for socklen_t... (cached) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x32... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-m32/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Fedora-i686, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2019-05-16 16:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2019-05-16 16:50 ` sergiodj+buildbot
  2019-05-16 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/12889>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking if building for x86-64... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... yes
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-i686/build'
make: *** [Makefile:850: all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2019-05-16 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2019-05-16 18:25 ` sergiodj+buildbot
  2019-05-16 18:34 ` *** COMPILATION FAILED *** Failures on Debian-s390x-m64, " sergiodj+buildbot
  2019-05-16 18:42 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/8148>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2019-05-16 18:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-05-16 18:34 ` sergiodj+buildbot
  2019-05-16 18:42 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-m64/builds/8105>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2019-05-16 18:34 ` *** COMPILATION FAILED *** Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2019-05-16 18:42 ` sergiodj+buildbot
  12 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8290>

Commit(s) tested:
	143275ea7e56baf5ad7a736698b79a90b473183a

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/14/143275ea7e56baf5ad7a736698b79a90b473183a/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 21:49 [binutils-gdb] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define' sergiodj+buildbot
@ 2019-06-02  0:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-02  0:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8418>

Commit(s) tested:
	955b06fa576df1a6954263043ea3f3a5b9ad5940

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/95/955b06fa576df1a6954263043ea3f3a5b9ad5940/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
mkdir -p -- ./zlib
Checking multilib configuration for zlib...
mkdir -p -- ./libdecnumber
mkdir -p -- ./readline
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libdecnumber
mkdir -p -- s390x-ibm-linux-gnu/zlib
Configuring in ./libiberty
Configuring in ./readline
Configuring in ./etc
Configuring in ./intl
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... configure: creating cache ./config.cache
s390x-ibm-linux-gnu
checking host system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
checking build system type... configure: updating cache ./config.cache
s390x-ibm-linux-gnu
configure: creating cache ./config.cache
checking target system type... s390x-ibm-linux-gnu
checking host system type... checking build system type... s390x-ibm-linux-gnu
s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... configure: creating ./config.status
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... s390x-ibm-linux-gnu
checking host system type... yes
s390x-ibm-linux-gnu
checking target system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking whether the C compiler works... checking for perl... perl
checking whether the C compiler works... checking for a thread-safe mkdir -p... yes
checking build system type... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking host system type... checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
yes
checking for suffix of executables... checking whether make supports nested variables... checking whether make supports nested variables... yes
yes

checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out

checking whether to enable maintainer-specific portions of Makefiles... checking for suffix of executables... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether we are cross compiling... no
checking for suffix of object files... 
no
checking for suffix of object files... checking whether the C compiler works... checking whether we are cross compiling... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking whether gcc accepts -g... no
checking whether the C compiler works... checking for suffix of object files... yes
checking whether gcc accepts -g... checking whether the C compiler works... 
yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... config.status: creating Makefile
yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for suffix of executables... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
yes
checking whether gcc accepts -g... checking for suffix of object files... none needed
checking how to run the C preprocessor... checking whether gcc supports -W... yes
checking for gcc option to accept ISO C89... 

checking whether we are cross compiling... yes
checking whether we are cross compiling... o
checking whether we are using the GNU C compiler... gcc -E
checking whether gcc supports -Wall... none needed
checking how to run the C preprocessor... yes
checking whether gcc accepts -g... yes
no
checking for suffix of object files... no
checking for suffix of object files... checking whether gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
yes
checking for gcc option to accept ISO C89... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... gcc -E
yes
none needed
checking how to run the C preprocessor... checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc accepts -g... yes
checking whether gcc     accepts -g... checking for grep that handles long lines and -e... yes
checking for gcc option to accept ISO C89... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
yes
checking for gcc     option to accept ISO C89... gcc -E
checking whether gcc supports -Wmissing-prototypes... none needed
checking whether gcc understands -c and -o together... yes
none needed
checking whether gcc     understands -c and -o together... checking for grep that handles long lines and -e... yes
checking whether gcc supports -Wold-style-definition... /bin/grep
checking for egrep... checking for sys/types.h... /bin/grep -E
checking for ANSI C header files... yes
checking for style of include used by make... yes
GNU
checking dependency style of gcc... yes
checking for style of include used by make... yes
checking for sys/stat.h... checking whether gcc supports -Wmissing-format-attribute... GNU
yes
checking dependency style of gcc    ... checking for sys/types.h... yes
yes
checking whether gcc supports -Wcast-qual... yes
checking for stdlib.h... gcc3
checking how to print strings... checking for sys/stat.h... gcc3
yes
checking how to print strings... checking whether gcc supports -pedantic -Wlong-long... yes
yes
printf
checking for a sed that does not truncate output... checking for sys/types.h... printf
checking for a sed that does not truncate output... /bin/sed
yes
/bin/sed
checking for grep that handles long lines and -e... checking for string.h... checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep
checking for egrep... checking whether gcc supports -fno-lto... /bin/grep -E
checking for fgrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc    ... checking for stdlib.h... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... ld
checking if the linker (ld) is GNU ld... yes
yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking how to run the C preprocessor... yes
checking for sys/stat.h... checking for memory.h... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
gcc -E
1572864
checking whether the shell understands some XSI constructs... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
yes
checking whether the shell understands "+="... yes
checking for stdlib.h... checking for strings.h... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking for ld option to reload object files... -r
checking how to recognize dependent libraries... checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
pass_all
checking for s390x-ibm-linux-gnu-strip... checking for s390x-ibm-linux-gnu-ar... ar
no
checking for strip... checking for s390x-ibm-linux-gnu-strip... strip
strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking command to parse nm output from gcc     object... checking for memory.h... yes
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for string.h... yes
checking for inttypes.h... checking for strings.h... yes
yes
yes
ok
checking for stdint.h... ok
checking for memory.h... checking for inttypes.h... checking how to run the C preprocessor... checking how to run the C preprocessor... yes
yes
yes
checking for unistd.h... checking for strings.h... yes
checking for stdint.h... checking for sys/types.h... gcc -E
gcc     -E
yes
yes
yes
checking minix/config.h usability... checking for inttypes.h... yes
checking for unistd.h... checking for ANSI C header files... checking for sys/stat.h... checking for ANSI C header files... yes
no
checking minix/config.h presence... yes
checking for stdint.h... yes
checking minix/config.h usability... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdlib.h... no
checking minix/config.h presence... yes
checking whether make sets $(MAKE)... checking for unistd.h... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for string.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking minix/config.h usability... checking for xgettext... yes
checking for sys/types.h... checking for sys/types.h... /usr/bin/xgettext
yes
checking whether gcc needs -traditional... yes
checking for msgmerge... /usr/bin/msgmerge
no
checking minix/config.h presence... yes
checking for memory.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... checking for sys/stat.h... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking build system type... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... s390x-ibm-linux-gnu
checking host system type... yes
yes
s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking for stdlib.h... checking for strings.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for stdlib.h... yes
checking for working volatile... no
yes
yes
checking whether gcc supports -W... none required
checking for an ANSI C-conforming const... yes
yes
checking return type of signal handlers... checking for string.h... checking for inttypes.h... checking for string.h... yes
checking for inline... yes
void
checking whether gcc supports -Wall... yes
checking for size_t... yes
yes
inline
checking for off_t... yes
checking for memory.h... checking whether gcc supports -Wwrite-strings... checking for stdint.h... checking for memory.h... yes
yes
yes
checking whether gcc supports -Wc++-compat... yes
checking for strings.h... yes
checking for ssize_t... checking for unistd.h... yes
checking for size_t... checking for strings.h... yes
checking whether gcc supports -Wstrict-prototypes... yes
yes
yes
checking for inttypes.h... yes
checking for inttypes.h... checking ctype.h usability... checking whether gcc supports -Wshadow=local... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for working alloca.h... yes
yes
checking ctype.h presence... yes
no
checking for stdint.h... no
checking whether gcc supports -pedantic ... yes
checking for ctype.h... yes
checking for dirent.h that defines DIR... checking for stdint.h... yes
checking for alloca... checking stddef.h usability... yes
checking whether gcc and cc understand -c and -o together... yes
yes
yes
checking for library containing opendir... checking for unistd.h... yes
yes
checking stddef.h presence... checking for unistd.h... checking for stdlib.h... (cached) yes
yes
checking for stddef.h... yes
none required
yes
checking for unistd.h... (cached) yes
yes
checking for fcntl... checking for string.h... (cached) yes
checking for dlfcn.h... checking for dlfcn.h... checking for sys/param.h... checking stdio.h usability... yes
yes
checking for objdir... yes
checking for objdir... yes
.libs
yes
checking for an ANSI C-conforming const... yes
checking stdio.h presence... checking for kill... .libs
checking for getpagesize... yes
checking for stdio.h... yes
yes
checking for inline... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking for working mmap... checking for lstat... inline
checking whether byte ordering is bigendian... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc     supports -fno-rtti -fno-exceptions... yes
checking for uintptr_t... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking whether integer division by zero raises SIGFPE... checking for memmove... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking if gcc     static flag -static works... yes
checking for int_least32_t... yes
checking if gcc static flag -static works... yes
checking for inttypes.h... yes
checking for sys/file.h... yes
checking for putenv... yes
checking for stdint.h... yes
checking if gcc     supports -c -o file.o... checking for sys/param.h... yes
checking for int_fast32_t... yes
checking if gcc supports -c -o file.o... yes
yes
checking for unsigned long long... yes
checking for select... checking for limits.h... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... yes
checking for inttypes.h... yes
yes
checking for uint64_t... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for stdlib.h... (cached) yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for setenv... yes
checking whether -lc should be explicitly linked in... checking for malloc.h... no
checking dynamic linker characteristics... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking what to include in gstdint.h... yes
checking for shared library run path origin... yes
yes
stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking dynamic linker characteristics... checking for setlocale... checking for string.h... (cached) yes
yes
checking for off_t... checking for unistd.h... (cached) yes
done
yes
checking for strings.h... (cached) yes
checking argz.h usability... checking for strcasecmp... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/time.h... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking size of int... yes
yes
checking argz.h presence... GNU/Linux ld.so
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 how to run the C preprocessor... gcc -E
checking for time.h... yes
checking for argz.h... yes
yes
yes
checking for stdlib.h... (cached) yes
checking limits.h usability... 4
checking size of long... checking for unistd.h... (cached) yes
checking for strpbrk... checking for sys/resource.h... checking for sys/param.h... checking for stdlib.h... (cached) yes
yes
checking limits.h presence... yes
yes
checking for limits.h... yes
8
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking build system type... yes
checking locale.h usability... checking for sys/mman.h... s390x-ibm-linux-gnu
checking host system type... checking for tcgetattr... checking for getpagesize... checking for sys/param.h... s390x-ibm-linux-gnu
checking target system type... yes
s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... yes
checking locale.h presence... yes
yes
checking for fcntl.h... checking for working mmap... yes
yes
checking for locale.h... yes
checking for getpagesize... yes
checking nl_types.h usability... checking for vsnprintf... checking for alloca.h... yes
checking nl_types.h presence... yes
yes
checking for working mmap... yes
yes
checking for nl_types.h... yes
yes
checking for memcpy... checking for sys/pstat.h... yes
checking malloc.h usability... checking for isascii... no
configure: updating cache ./config.cache
yes
checking malloc.h presence... configure: creating ./config.status
checking for sys/sysmp.h... yes
yes
checking for memcpy... yes
checking for malloc.h... yes
no
yes
checking for sys/sysinfo.h... checking stddef.h usability... checking for strerror... checking for isxdigit... yes
yes
checking for machine/hal_sysinfo.h... yes
checking stddef.h presence... yes
no
checking for unistd.h... (cached) yes
yes
checking for sys/table.h... yes
checking for stddef.h... yes
checking for getpwent... no
checking for strerror... configure: updating cache ./config.cache
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for string.h... (cached) yes
yes
yes
checking for sys/systemcfg.h... checking for getpwnam... checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
yes
checking for feof_unlocked... configure: updating cache ./config.cache
checking for stdio_ext.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for getpwuid... yes
yes
config.status: creating Makefile
checking for process.h... checking for fgets_unlocked... yes
checking for working strcoll... config.status: creating config.h
no
checking for sys/prctl.h... yes
config.status: executing gstdint.h commands
yes
checking for sys/wait.h that is POSIX.1 compatible... checking for getc_unlocked... yes
yes
checking whether time.h and sys/time.h may both be included... checking fcntl.h usability... yes
checking whether errno must be declared... yes
yes
checking fcntl.h presence... checking for getcwd... no
checking size of int... yes
checking for fcntl.h... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
checking for unistd.h... (cached) yes
yes
4
checking size of long... checking for stdlib.h... (cached) yes
source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
checking for getegid... source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
checking varargs.h usability... yes
8
no
checking varargs.h presence... checking size of size_t... checking for geteuid... no
checking for varargs.h... no
checking stdarg.h usability... yes
8
checking for long long... checking for getgid... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for getuid... yes
checking size of long long... checking limits.h usability... yes
yes
checking limits.h presence... checking for mempcpy... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
8
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
yes
checking for limits.h... yes
checking for a 64-bit type... make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
checking locale.h usability... uint64_t
checking for intptr_t... yes
yes
checking locale.h presence... checking for munmap... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for uintptr_t... yes
yes
checking pwd.h presence... checking for putenv... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
yes
yes
checking for ssize_t... checking termcap.h usability... checking for setenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... yes
checking for pid_t... checking for setlocale... yes
checking termios.h presence... yes
checking for termios.h... yes
yes
checking termio.h usability... checking for stpcpy... yes
checking for library containing strerror... yes
checking termio.h presence... yes
checking for termio.h... yes
yes
checking sys/pte.h usability... none required
checking for asprintf... checking for strcasecmp... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
yes
checking sys/stream.h usability... checking for atexit... checking for strdup... no
checking sys/stream.h presence... yes
yes
checking for basename... no
checking for sys/stream.h... no
checking for strtoul... checking sys/select.h usability... yes
checking sys/select.h presence... yes
yes
yes
checking for sys/select.h... yes
checking for bcmp... checking for tsearch... checking sys/file.h usability... yes
yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for __argz_count... checking for sys/ptem.h... checking for bcopy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for __argz_stringify... no
yes
checking for type of signal functions... config.status: creating Makefile
checking for bsearch... config.status: executing default-1 commands
yes
posix
checking if signal handlers must be reinstalled when invoked... checking for __argz_next... yes
checking for bzero... yes
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... checking for __fsetlocking... yes
checking for calloc... present
checking for lstat... config.status: creating Makefile
yes
checking for iconv... config.status: executing depfiles commands
yes
yes
checking whether or not strcoll and strcmp differ... yes
checking for iconv declaration... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
checking for clock... Running configure in multilib subdirs 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
Running configure in multilib subdir 32

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
checking for nl_langinfo and CODESET... mkdir 32
no
checking whether the ctype macros accept non-ascii characters... yes
checking for ffs... yes
checking for LC_MESSAGES... no
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for getcwd... yes
checking for sig_atomic_t in signal.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
config.status: executing libtool commands
yes
checking whether signal handlers are of type void... configure: updating cache ./config.cache
configure: creating ./config.status
checking for getpagesize... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for gettimeofday... yes
checking for speed_t in sys/types.h... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for index... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
sys/ioctl.h
checking for struct dirent.d_ino... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for struct dirent.d_fileno... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for insque... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
checking for tgetent... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for memchr... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
config.status: creating Makefile
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
no
checking for tgetent in -ltermcap... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
config.status: creating config.intl
yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for memcmp... config.status: creating config.h
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking wctype.h presence... rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
yes
config.status: executing default-1 commands
yes
checking for wctype.h... yes
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
checking wchar.h usability... checking for memcpy... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
configure: creating cache ./config.cache
checking for memmem... checking build system type... yes
checking langinfo.h presence... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
yes
checking target system type... checking for langinfo.h... yes
checking for mbrlen... s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
yes
checking for mbscasecmp... checking for memmove... checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
no
checking for mbscmp... checking whether make supports nested variables... yes
yes
checking for mempcpy... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
no
checking for mbsnrtowcs... yes
checking for memset... yes
checking for mbsrtowcs... yes
checking for mbschr... checking for suffix of object files... yes
checking for mkstemps... o
checking whether we are using the GNU C compiler... no
checking for wcrtomb... yes
checking whether gcc  -m31 accepts -g... yes
yes
checking for gcc  -m31 option to accept ISO C89... yes
checking for wcscoll... checking for putenv... yes
checking for wcsdup... yes
checking for random... yes
checking for wcwidth... yes
yes
checking for wctype... checking for rename... yes
checking for wcswidth... yes
checking for rindex... unsupported
checking whether gcc  -m31 understands -c and -o together... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for style of include used by make... checking for setenv... GNU
checking dependency style of gcc  -m31... yes
checking for iswlower... yes
checking for snprintf... gcc3
checking how to print strings... yes
yes
printf
checking for a sed that does not truncate output... checking for iswupper... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... checking for sigsetmask... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
yes
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 "+="... checking for stpcpy... yes
checking for towlower... checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... yes
yes
checking for stpncpy... checking for towupper... yes
checking for strcasecmp... failed
yes
checking how to run the C preprocessor... checking for iswctype... yes
yes
checking for strchr... checking for nl_langinfo and CODESET... yes
yes
checking for wchar_t in wchar.h... checking for strdup... yes
checking for wctype_t in wctype.h... /lib/cpp
yes
checking for wint_t in wctype.h... yes
checking for ANSI C header files... yes
checking configuration for building shared libraries... supported
checking for strncasecmp... no
checking for sys/types.h... configure: updating cache ./config.cache
yes
configure: creating ./config.status
no
checking for sys/stat.h... checking for strndup... no
checking for stdlib.h... yes
checking for strnlen... no
checking for string.h... yes
no
checking for memory.h... checking for strrchr... no
checking for strings.h... yes
checking for strstr... no
checking for inttypes.h... config.status: creating Makefile
no
yes
checking for stdint.h... checking for strtod... config.status: creating doc/Makefile
no
checking for unistd.h... yes
config.status: creating examples/Makefile
checking for strtol... no
checking for dlfcn.h... no
checking for objdir... config.status: creating shlib/Makefile
.libs
yes
checking for strtoul... config.status: creating config.h
yes
checking if gcc  -m31 supports -fno-rtti -fno-exceptions... config.status: executing default commands
checking for strtoll... no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... yes
checking for strtoull... yes
checking if gcc  -m31 static flag -static works... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
yes
no
checking if gcc  -m31 supports -c -o file.o... checking for strverscmp... rm -f rltty.o
rm -f complete.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
yes
rm -f signals.o
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
rm -f util.o
checking for tmpnam... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
yes
checking whether -lc should be explicitly linked in... rm -f kill.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
rm -f undo.o
rm -f macro.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
no
checking dynamic linker characteristics... yes
rm -f callback.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
rm -f terminal.o
rm -f text.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
checking for vasprintf... rm -f misc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
rm -f xmalloc.o
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
yes
rm -f histfile.o
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
checking for vfprintf... rm -f mbutil.o
rm -f tilde.o
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
yes
rm -f libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
checking for vprintf... test -n "ranlib" && ranlib libreadline.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 17:24 [binutils-gdb] Fix failure in gdb.ada/complete.exp sergiodj+buildbot
@ 2019-06-01 22:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8417>

Commit(s) tested:
	f49055a52f04f75b6560f304eb975128dd82ad68

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix failure in gdb.ada/complete.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f4/f49055a52f04f75b6560f304eb975128dd82ad68/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Checking multilib configuration for zlib...
mkdir -p -- ./intl
mkdir -p -- ./readline
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./etc
mkdir -p -- ./libdecnumber
Configuring in ./intl
mkdir -p -- s390x-ibm-linux-gnu/zlib
Configuring in ./readline
Configuring in ./libdecnumber
Configuring in ./libiberty
Configuring in ./zlib
Configuring in ./etc
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... configure: updating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking host system type... configure: creating ./config.status
checking build system type... s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking host system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking target system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
yes
checking whether the C compiler works... checking build system type... checking for a thread-safe mkdir -p... s390x-ibm-linux-gnu
checking host system type... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking target system type... checking for perl... perl
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... s390x-ibm-linux-gnu
checking build system type... checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking whether make supports nested variables... s390x-ibm-linux-gnu
checking host system type... yes
yes
s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc

checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
checking for a thread-safe mkdir -p... checking for suffix of executables... yes
checking for C compiler default output file name... a.out
/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for suffix of executables... yes


checking whether make supports nested variables... no
checking whether we are cross compiling... checking for suffix of object files... checking whether we are cross compiling... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... no
checking for suffix of object files... no
checking for suffix of object files... checking whether the C compiler works... yes
checking whether gcc accepts -g... config.status: creating Makefile
o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... none needed
checking how to run the C preprocessor... checking whether the C compiler works... yes
checking for gcc option to accept ISO C89... 

yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... checking whether we are cross compiling... none needed
checking how to run the C preprocessor... gcc -E
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
no
no
checking for suffix of object files... checking whether gcc supports -W... checking for suffix of object files... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
gcc -E

o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... yes
checking whether we are cross compiling... /bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /bin/grep -E
checking for ANSI C header files... checking whether gcc supports -Wall... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking whether gcc supports -Wwrite-strings... no
checking for suffix of object files... yes
yes
checking for gcc option to accept ISO C89... checking for gcc option to accept ISO C89... yes
o
checking whether we are using the GNU C compiler... checking whether gcc supports -Wstrict-prototypes... none needed
none needed
checking how to run the C preprocessor... checking whether gcc understands -c and -o together... yes
checking whether gcc     accepts -g... yes
yes
checking whether gcc supports -Wmissing-prototypes... yes
checking for style of include used by make... gcc -E
checking for sys/types.h... GNU
checking dependency style of gcc... yes
checking for gcc     option to accept ISO C89... yes
yes
checking for sys/types.h... yes
checking whether gcc supports -Wold-style-definition... none needed
checking for grep that handles long lines and -e... checking whether gcc     understands -c and -o together... /bin/grep
checking for egrep... checking for sys/stat.h... yes
/bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... gcc3
yes
yes
checking how to print strings... yes
checking for style of include used by make... checking whether gcc supports -Wmissing-format-attribute... checking for stdlib.h... GNU
yes
checking dependency style of gcc    ... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... yes
checking for stdlib.h... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... checking whether gcc supports -Wcast-qual... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for string.h... yes
yes
yes
checking whether gcc supports -pedantic -Wlong-long... checking for sys/types.h... gcc3
checking for string.h... checking how to print strings... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
printf
checking for a sed that does not truncate output... checking whether gcc supports -fno-lto... checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... /bin/sed
yes
checking whether the shell understands "+="... checking for grep that handles long lines and -e... yes
yes
/bin/grep
checking for egrep... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... /bin/grep -E
checking for fgrep... checking for sys/stat.h... /bin/grep -F
checking for ld used by gcc    ... yes
checking for memory.h... ld
checking if the linker (ld) is GNU ld... checking how to run the C preprocessor... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for strings.h... checking for stdlib.h... yes
gcc -E
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for strings.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for inttypes.h... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for string.h... yes
ok
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for inttypes.h... yes
checking how to run the C preprocessor... yes
checking for stdint.h... yes
checking for memory.h... checking for stdint.h... yes
gcc -E
ok
yes
checking for unistd.h... yes
checking for strings.h... checking how to run the C preprocessor... checking for unistd.h... checking for ANSI C header files... yes
yes
yes
checking minix/config.h usability... checking for sys/types.h... yes
gcc     -E
checking for inttypes.h... checking minix/config.h usability... yes
no
checking minix/config.h presence... yes
checking for sys/stat.h... checking for ANSI C header files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... checking for stdint.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for sys/types.h... yes
yes
checking for a BSD-compatible install... checking whether gcc needs -traditional... /usr/bin/install -c
checking whether NLS is requested... yes
checking for unistd.h... checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking for xgettext... checking for string.h... yes
/usr/bin/xgettext
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... checking minix/config.h usability... checking for sys/stat.h... yes
checking for msgmerge... /usr/bin/msgmerge
yes
checking for sys/types.h... yes
checking for function prototypes... yes
checking whether char is unsigned... checking for memory.h... yes
no
checking minix/config.h presence... checking build system type... yes
s390x-ibm-linux-gnu
checking host system type... checking for stdlib.h... yes
yes
checking for working volatile... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for strings.h... yes
checking return type of signal handlers... yes
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... none required
checking for an ANSI C-conforming const... checking for string.h... yes
void
checking for size_t... checking for inttypes.h... no
checking for stdlib.h... checking whether gcc supports -W... yes
checking for inline... yes
yes
yes
yes
checking for memory.h... inline
checking for off_t... checking for stdint.h... checking whether gcc supports -Wall... checking for string.h... yes
checking for ssize_t... yes
yes
yes
checking whether gcc supports -Wwrite-strings... yes
checking for unistd.h... checking for strings.h... yes
checking for memory.h... checking whether gcc supports -Wc++-compat... yes
yes
checking for size_t... yes
checking ctype.h usability... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
yes
checking for inttypes.h... checking whether gcc supports -Wstrict-prototypes... checking for strings.h... no
yes
checking ctype.h presence... checking for dirent.h that defines DIR... yes
yes
checking for ctype.h... yes
yes
yes
yes
checking whether gcc supports -Wshadow=local... yes
checking stddef.h usability... checking for working alloca.h... checking for stdint.h... checking for library containing opendir... checking for inttypes.h... no
yes
checking stddef.h presence... yes
checking whether gcc supports -pedantic ... yes
checking for alloca... yes
yes
checking for stddef.h... yes
none required
checking for unistd.h... yes
checking whether gcc and cc understand -c and -o together... checking for fcntl... checking for string.h... (cached) yes
checking for stdint.h... checking stdio.h usability... yes
yes
checking for stdlib.h... (cached) yes
yes
yes
checking for dlfcn.h... checking for unistd.h... (cached) yes
checking for unistd.h... yes
checking stdio.h presence... checking for kill... yes
checking for objdir... checking for sys/param.h... yes
checking for stdio.h... yes
.libs
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking for dlfcn.h... yes
yes
checking for an ANSI C-conforming const... checking for lstat... checking for getpagesize... yes
checking for inline... yes
checking for objdir... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for uintptr_t... yes
.libs
inline
checking whether byte ordering is bigendian... yes
checking for working mmap... checking for memmove... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for int_least32_t... yes
yes
checking if gcc static flag -static works... yes
checking whether we are using the GNU C Library 2.1 or newer... checking if gcc     supports -fno-rtti -fno-exceptions... checking for putenv... yes
checking whether integer division by zero raises SIGFPE... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for int_fast32_t... yes
yes
checking if gcc supports -c -o file.o... checking for sys/file.h... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... checking for select... yes
yes
checking for inttypes.h... checking for sys/param.h... yes
checking if gcc     static flag -static works... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... yes
checking for uint64_t... yes
yes
checking for stdint.h... checking for setenv... yes
checking whether -lc should be explicitly linked in... checking for limits.h... yes
checking if gcc     supports -c -o file.o... yes
yes
checking for unsigned long long... yes
checking for stdlib.h... (cached) yes
no
checking dynamic linker characteristics... checking for setlocale... yes
checking what to include in gstdint.h... checking for malloc.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... yes
checking for off_t... yes
yes
checking for string.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking whether -lc should be explicitly linked in... checking for strcasecmp... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for unistd.h... (cached) yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... checking for strings.h... (cached) yes
no
checking dynamic linker characteristics... checking for sys/time.h... yes
checking size of int... yes
yes
checking for stdlib.h... (cached) yes
checking for strpbrk... done
checking for unistd.h... (cached) yes
checking for time.h... checking argz.h usability... yes
checking for sys/param.h... 4
checking size of long... checking for sys/resource.h... yes
yes
checking argz.h presence... yes
yes
yes
checking for argz.h... yes
checking for tcgetattr... checking for getpagesize... GNU/Linux ld.so
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 how to run the C preprocessor... gcc     -E
checking for sys/stat.h... (cached) yes
8
checking limits.h usability... checking for ANSI C header files... (cached) yes
checking for sys/mman.h... checking build system type... yes
yes
checking for working mmap... yes
s390x-ibm-linux-gnu
checking host system type... yes
checking limits.h presence... checking for vsnprintf... checking for stdlib.h... (cached) yes
s390x-ibm-linux-gnu
checking target system type... checking for fcntl.h... yes
checking for limits.h... yes
s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes
yes
checking locale.h usability... yes
checking for sys/param.h... checking for memcpy... yes
checking for alloca.h... yes
checking locale.h presence... yes
checking for isascii... yes
checking for locale.h... yes
yes
checking for getpagesize... yes
checking for sys/pstat.h... checking nl_types.h usability... yes
checking for strerror... yes
yes
no
configure: updating cache ./config.cache
checking for working mmap... yes
checking nl_types.h presence... checking for isxdigit... checking for sys/sysmp.h... configure: creating ./config.status
yes
checking for nl_types.h... yes
yes
no
checking malloc.h usability... checking for unistd.h... (cached) yes
checking for sys/sysinfo.h... yes
yes
yes
checking for getpwent... yes
checking malloc.h presence... checking for memcpy... configure: updating cache ./config.cache
checking for machine/hal_sysinfo.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for malloc.h... yes
yes
checking stddef.h usability... no
yes
checking for getpwnam... checking for sys/table.h... checking for strerror... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
yes
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
yes
yes
checking for getpwuid... checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/systemcfg.h... checking for unistd.h... (cached) yes
yes
no
configure: updating cache ./config.cache
checking for sys/param.h... (cached) yes
checking for stdint.h... (cached) yes
checking for working strcoll... checking that generated files are newer than configure... done
configure: creating ./config.status
checking for feof_unlocked... checking for stdio_ext.h... config.status: creating Makefile
yes
yes
config.status: creating config.h
checking for process.h... yes
checking for fgets_unlocked... checking fcntl.h usability... config.status: executing gstdint.h commands
no
yes
checking fcntl.h presence... checking for sys/prctl.h... yes
yes
checking for fcntl.h... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... checking for unistd.h... (cached) yes
checking for getc_unlocked... checking for stdlib.h... (cached) yes
yes
checking whether time.h and sys/time.h may both be included... checking varargs.h usability... yes
checking whether errno must be declared... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
checking for getcwd... no
checking size of int... no
checking varargs.h presence... source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
no
checking for varargs.h... no
checking stdarg.h usability... yes
4
checking size of long... checking for getegid... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
8
checking size of size_t... checking limits.h usability... checking for geteuid... yes
checking limits.h presence... yes
checking for limits.h... yes
8
checking for long long... yes
checking locale.h usability... checking for getgid... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
checking for getuid... yes
checking size of long long... ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
checking pwd.h usability... make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
yes
checking pwd.h presence... yes
yes
checking for pwd.h... yes
8
checking for mempcpy... checking for a 64-bit type... checking for memory.h... (cached) yes
uint64_t
checking termcap.h usability... checking for intptr_t... yes
yes
checking termcap.h presence... checking for munmap... yes
checking for termcap.h... yes
checking termios.h usability... yes
yes
checking for uintptr_t... yes
checking termios.h presence... checking for putenv... yes
checking for termios.h... yes
checking termio.h usability... yes
checking for setenv... yes
checking for ssize_t... yes
checking termio.h presence... yes
checking for termio.h... yes
yes
checking sys/pte.h usability... checking for setlocale... yes
checking for pid_t... no
checking sys/pte.h presence... yes
checking for stpcpy... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for library containing strerror... yes
no
checking sys/stream.h presence... checking for strcasecmp... none required
checking for asprintf... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
yes
checking sys/select.h presence... yes
yes
checking for sys/select.h... yes
checking for strdup... checking for atexit... checking sys/file.h usability... yes
yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for basename... checking for strtoul... checking for sys/ptem.h... yes
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for bcmp... no
checking for type of signal functions... checking for tsearch... yes
config.status: creating Makefile
yes
checking for bcopy... posix
checking if signal handlers must be reinstalled when invoked... checking for __argz_count... config.status: executing depfiles commands
config.status: creating Makefile
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
config.status: executing default-1 commands
checking for bsearch... yes
yes
present
checking for lstat... checking for __argz_stringify... checking for bzero... yes
config.status: executing libtool commands
yes
checking whether or not strcoll and strcmp differ... checking for __argz_next... yes
yes
no
checking whether the ctype macros accept non-ascii characters... checking for __fsetlocking... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
checking for calloc... pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
Running configure in multilib subdir 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
no
checking whether getpw functions are declared in pwd.h... yes
mkdir 32
yes
checking whether termios.h defines TIOCGWINSZ... yes
no
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for clock... yes
checking for sig_atomic_t in signal.h... checking for iconv... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking whether signal handlers are of type void... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
checking for iconv declaration... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for TIOCSTAT in sys/ioctl.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
checking for ffs... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
no
checking for FIONREAD in sys/ioctl.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
checking for LC_MESSAGES... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
yes
yes
checking for speed_t in sys/types.h... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for bison... bison
checking version of bison... checking for getcwd... no
checking for struct winsize in sys/ioctl.h and termios.h... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
sys/ioctl.h
checking for struct dirent.d_ino... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
yes
yes
checking for struct dirent.d_fileno... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for getpagesize... yes
configure: updating cache ./config.cache
yes
checking for tgetent... configure: creating ./config.status
checking for gettimeofday... no
checking for tgetent in -ltermcap... yes
checking for index... yes
checking for insque... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... checking for memchr... yes
checking wchar.h presence... yes
yes
checking for wchar.h... yes
checking for memcmp... checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
yes
checking for mbscasecmp... no
checking for mbscmp... checking for memcpy... config.status: creating Makefile
no
checking for mbsnrtowcs... yes
checking for memmem... configure: creating cache ./config.cache
yes
checking for memmove... checking build system type... config.status: creating config.intl
yes
checking for mbsrtowcs... config.status: creating config.h
s390x-ibm-linux-gnu
checking host system type... yes
yes
checking for mbschr... s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
config.status: executing default-1 commands
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for wcrtomb... checking for mempcpy... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
yes
checking for wcscoll... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
checking for suffix of object files... checking for memset... yes
checking for wcsdup... o
checking whether we are using the GNU C compiler... yes
yes
checking whether gcc  -m31 accepts -g... yes
checking for wcwidth... checking for mkstemps... yes
checking for gcc  -m31 option to accept ISO C89... yes
checking for wctype... yes
checking for putenv... yes
checking for wcswidth... yes
yes
checking whether mbrtowc and mbstate_t are properly declared... checking for random... yes
yes
checking for iswlower... checking for rename... yes
yes
checking for iswupper... checking for rindex... unsupported
checking whether gcc  -m31 understands -c and -o together... yes
yes
checking for towlower... yes
checking for style of include used by make... GNU
checking for setenv... checking dependency style of gcc  -m31... yes
yes
checking for towupper... checking for snprintf... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... yes
/bin/sed
checking for iswctype... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for sigsetmask... /bin/grep -F
checking for ld used by gcc  -m31... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for nl_langinfo and CODESET... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for stpcpy... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for wchar_t in wchar.h... yes
checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for stpncpy... yes
checking configuration for building shared libraries... supported
yes
configure: updating cache ./config.cache
failed
checking for strcasecmp... configure: creating ./config.status
checking how to run the C preprocessor... yes
checking for strchr... yes
checking for strdup... /lib/cpp
yes
checking for strncasecmp... checking for ANSI C header files... config.status: creating Makefile
no
checking for sys/types.h... yes
config.status: creating doc/Makefile
checking for strndup... no
checking for sys/stat.h... no
checking for stdlib.h... config.status: creating examples/Makefile
yes
checking for strnlen... no
checking for string.h... config.status: creating shlib/Makefile
yes
no
checking for memory.h... checking for strrchr... config.status: creating config.h
no
checking for strings.h... config.status: executing default commands
yes
no
checking for strstr... checking for inttypes.h... no
checking for stdint.h... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
checking for strtod... no
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
checking for unistd.h... rm -f complete.o
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
yes
rm -f isearch.o
no
checking for dlfcn.h... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
checking for strtol... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
rm -f signals.o
no
checking for objdir... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
.libs
yes
checking for strtoul... rm -f util.o
rm -f kill.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
checking if gcc  -m31 supports -fno-rtti -fno-exceptions... yes
rm -f macro.o
rm -f input.o
rm -f callback.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
checking for strtoll... rm -f text.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
rm -f nls.o
rm -f misc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
rm -f compat.o
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
rm -f xfree.o
rm -f xmalloc.o
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
rm -f histsearch.o
rm -f shell.o
checking for strtoull... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
yes
checking if gcc  -m31 static flag -static works... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
no
checking if gcc  -m31 supports -c -o file.o... yes
rm -f libreadline.a
rm -f libhistory.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
checking for strverscmp... ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
test -n "ranlib" && ranlib libreadline.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for tmpnam... no
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
yes
checking for vasprintf... yes
Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 16:38 [binutils-gdb] Make some DWARF complaints clearer sergiodj+buildbot
@ 2019-06-01 19:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 19:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8416>

Commit(s) tested:
	fa9c3fa035433debc24503e32c59688650ffcdbb

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make some DWARF complaints clearer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/fa/fa9c3fa035433debc24503e32c59688650ffcdbb/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
mkdir -p -- ./libiberty
mkdir -p -- ./readline
Configuring in ./readline
mkdir -p -- ./etc
mkdir -p -- ./zlib
Configuring in ./etc
mkdir -p -- ./intl
Configuring in ./intl
Configuring in ./libiberty
Checking multilib configuration for zlib...
Configuring in ./zlib
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
mkdir -p -- s390x-ibm-linux-gnu/zlib
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking build system type... checking build system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking target system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
configure: updating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating ./config.status
yes
checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... yes
yes
checking for perl... perl
checking whether make supports nested variables... yes
checking whether make supports nested variables... checking build system type... s390x-ibm-linux-gnu
checking host system type... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    
checking whether the C compiler works... 
checking whether the C compiler works... checking whether we are cross compiling... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.out
yes
checking for s390x-ibm-linux-gnu-gcc... gcc
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... 
checking whether we are cross compiling... checking whether the C compiler works... 
checking whether we are cross compiling... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... config.status: creating Makefile
yes
checking for C compiler default output file name... a.out
yes
checking whether gcc accepts -g... checking for suffix of executables... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
no
checking whether the C compiler works... checking for suffix of executables... checking for suffix of object files... yes
checking for gcc option to accept ISO C89... 
o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
none needed
checking how to run the C preprocessor... checking for suffix of executables... 
yes
checking whether gcc accepts -g... checking whether we are cross compiling... yes
checking whether gcc accepts -g... gcc -E
no
checking for suffix of object files... 
no
checking for suffix of object files... checking whether we are cross compiling... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
checking whether gcc accepts -g... /bin/grep -E
checking for ANSI C header files... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
no
o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... checking for suffix of object files... yes
checking whether gcc     accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for gcc     option to accept ISO C89... gcc -E
none needed
checking whether gcc understands -c and -o together... gcc -E
o
checking whether we are using the GNU C compiler... none needed
checking whether gcc     understands -c and -o together... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for style of include used by make... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... checking for grep that handles long lines and -e... GNU
checking dependency style of gcc... GNU
checking dependency style of gcc    ... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for gcc option to accept ISO C89... yes
checking for sys/types.h... gcc3
checking how to print strings... yes
gcc3
checking how to print strings... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... checking whether gcc supports -W... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... printf
checking for a sed that does not truncate output... yes
checking for sys/stat.h... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc    ... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking whether gcc supports -Wall... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/types.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... 1572864
checking whether the shell understands some XSI constructs... checking for stdlib.h... checking whether gcc supports -Wwrite-strings... yes
checking whether the shell understands "+="... yes
checking for sys/types.h... yes
checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
checking for sys/stat.h... yes
yes
checking for sys/stat.h... checking for string.h... checking for stdlib.h... yes
yes
yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for memory.h... checking for stdlib.h... checking for string.h... yes
yes
yes
ok
checking whether gcc supports -Wmissing-prototypes... yes
checking for memory.h... checking for string.h... ok
checking for strings.h... yes
checking how to run the C preprocessor... checking how to run the C preprocessor... checking whether gcc supports -Wold-style-definition... yes
yes
yes
checking for strings.h... gcc -E
checking for memory.h... yes
yes
yes
gcc     -E
checking whether gcc supports -Wmissing-format-attribute... checking for strings.h... checking for inttypes.h... checking for inttypes.h... checking for ANSI C header files... yes
yes
checking whether gcc supports -Wcast-qual... yes
checking for stdint.h... checking for inttypes.h... yes
checking for ANSI C header files... yes
checking for stdint.h... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for stdint.h... yes
checking for unistd.h... yes
yes
checking for unistd.h... yes
checking for sys/types.h... yes
checking minix/config.h usability... checking whether gcc supports -fno-lto... checking for unistd.h... yes
yes
yes
no
checking minix/config.h presence... yes
checking for sys/stat.h... checking minix/config.h usability... checking how to run the C preprocessor... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/types.h... checking minix/config.h usability... yes
no
checking minix/config.h presence... yes
gcc -E
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for stdlib.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
checking whether gcc needs -traditional... /bin/grep -E
yes
checking for ANSI C header files... checking for string.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... no
yes
yes
checking whether gcc supports -W... checking whether make sets $(MAKE)... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
yes
checking for stdlib.h... checking whether gcc supports -Wall... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for memory.h... yes
checking for working volatile... checking for msgfmt... yes
yes
checking whether gcc supports -Wwrite-strings... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
yes
checking return type of signal handlers... yes
checking for sys/types.h... checking for xgettext... yes
checking for string.h... /usr/bin/xgettext
checking whether gcc supports -Wc++-compat... checking for msgmerge... yes
checking for memory.h... checking for strings.h... /usr/bin/msgmerge
void
yes
checking for size_t... yes
yes
checking whether gcc supports -Wstrict-prototypes... yes
checking build system type... checking for sys/stat.h... checking for strings.h... s390x-ibm-linux-gnu
checking host system type... checking for inttypes.h... yes
checking whether gcc supports -Wshadow=local... yes
checking for ssize_t... yes
s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... yes
no
checking whether gcc supports -pedantic ... yes
checking for stdint.h... checking for inttypes.h... checking for stdlib.h... yes
checking whether gcc and cc understand -c and -o together... none required
checking for an ANSI C-conforming const... yes
checking for inline... yes
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... inline
checking for off_t... checking for unistd.h... yes
checking for string.h... checking for stdint.h... yes
no
checking for dirent.h that defines DIR... checking for dlfcn.h... yes
yes
checking for library containing opendir... yes
checking for size_t... checking for memory.h... yes
yes
checking for an ANSI C-conforming const... yes
checking for objdir... .libs
yes
none required
checking for fcntl... checking for unistd.h... yes
checking for inline... checking for strings.h... yes
yes
checking for working alloca.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for dlfcn.h... inline
checking whether byte ordering is bigendian... yes
checking for objdir... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... .libs
yes
checking for kill... yes
checking for alloca... checking for inttypes.h... yes
checking if gcc static flag -static works... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for sys/file.h... yes
checking if gcc supports -c -o file.o... checking for stdlib.h... (cached) yes
checking for lstat... yes
yes
checking if gcc     supports -fno-rtti -fno-exceptions... yes
checking for stdint.h... checking for unistd.h... (cached) yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... checking for memmove... checking for sys/param.h... checking for sys/param.h... yes
checking whether -lc should be explicitly linked in... yes
no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
yes
checking for unistd.h... checking for limits.h... yes
checking for putenv... checking for getpagesize... no
checking dynamic linker characteristics... yes
yes
checking if gcc     static flag -static works... yes
checking for stdlib.h... (cached) yes
checking ctype.h usability... yes
yes
checking for working mmap... checking for malloc.h... yes
checking if gcc     supports -c -o file.o... yes
checking for select... yes
checking ctype.h presence... checking for string.h... (cached) yes
yes
checking for ctype.h... yes
yes
checking whether we are using the GNU C Library 2.1 or newer... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for unistd.h... (cached) yes
checking stddef.h usability... yes
checking whether integer division by zero raises SIGFPE... checking for setenv... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... checking for strings.h... (cached) yes
yes
checking stddef.h presence... yes
checking whether -lc should be explicitly linked in... checking for sys/time.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
yes
yes
yes
checking for inttypes.h... checking for string.h... (cached) yes
no
checking dynamic linker characteristics... checking for unistd.h... (cached) yes
checking for time.h... checking for setlocale... checking stdio.h usability... yes
yes
checking for sys/param.h... checking for stdint.h... checking for sys/resource.h... yes
yes
checking stdio.h presence... yes
yes
yes
checking for stdio.h... yes
checking for unsigned long long... yes
checking for strcasecmp... checking for getpagesize... checking for sys/stat.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... GNU/Linux ld.so
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 how to run the C preprocessor... gcc     -E
checking for sys/mman.h... yes
checking for inttypes.h... yes
yes
checking for working mmap... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for fcntl.h... checking for stdlib.h... (cached) yes
checking for strpbrk... yes
checking for uintptr_t... yes
checking for unistd.h... (cached) yes
no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... checking for alloca.h... yes
checking for shared library run path origin... yes
checking for sys/param.h... yes
checking for memcpy... yes
checking for tcgetattr... checking for sys/pstat.h... yes
done
yes
checking for int_least32_t... checking for getpagesize... yes
checking argz.h usability... no
checking for sys/sysmp.h... checking for strerror... yes
yes
checking argz.h presence... no
yes
checking for working mmap... checking for vsnprintf... checking for sys/sysinfo.h... yes
checking for argz.h... yes
yes
yes
checking for int_fast32_t... yes
checking limits.h usability... checking for unistd.h... (cached) yes
checking for machine/hal_sysinfo.h... no
yes
checking limits.h presence... yes
yes
checking for sys/table.h... yes
checking for uint64_t... checking for memcpy... yes
checking for limits.h... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for isascii... checking locale.h usability... checking for sys/sysctl.h... yes
yes
yes
checking locale.h presence... yes
checking for sys/systemcfg.h... checking what to include in gstdint.h... checking for strerror... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
yes
checking for locale.h... yes
no
yes
checking for off_t... checking for stdint.h... (cached) yes
checking for isxdigit... checking nl_types.h usability... yes
checking for stdio_ext.h... checking for unistd.h... (cached) yes
yes
yes
checking nl_types.h presence... yes
checking for process.h... yes
checking for nl_types.h... yes
configure: updating cache ./config.cache
yes
checking size of int... checking for getpwent... checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking malloc.h usability... checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking malloc.h presence... 4
yes
checking for malloc.h... yes
checking size of long... checking for getpwnam... yes
checking whether time.h and sys/time.h may both be included... checking stddef.h usability... yes
checking whether errno must be declared... yes
yes
checking stddef.h presence... checking for getpwuid... 8
checking for ANSI C header files... (cached) yes
yes
checking for stddef.h... yes
checking build system type... no
checking size of int... checking for stdlib.h... (cached) yes
s390x-ibm-linux-gnu
checking host system type... checking for string.h... (cached) yes
s390x-ibm-linux-gnu
checking target system type... yes
s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... checking for working strcoll... checking for unistd.h... (cached) yes
4
checking size of long... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking fcntl.h usability... 8
yes
checking size of size_t... yes
yes
checking fcntl.h presence... checking for fgets_unlocked... yes
checking for fcntl.h... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for unistd.h... (cached) yes
8
checking for long long... checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... checking for getc_unlocked... yes
no
checking varargs.h presence... yes
checking size of long long... checking for getcwd... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... checking for getegid... 8
yes
checking for stdarg.h... yes
checking for a 64-bit type... checking for string.h... (cached) yes
uint64_t
checking for intptr_t... checking for strings.h... (cached) yes
yes
checking for geteuid... checking limits.h usability... yes
config.status: creating Makefile
yes
checking for uintptr_t... yes
checking limits.h presence... checking for getgid... yes
checking for limits.h... yes
config.status: creating config.h
config.status: executing gstdint.h commands
checking locale.h usability... yes
checking for getuid... yes
checking for ssize_t... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for mempcpy... yes
checking pwd.h presence... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
yes
checking for pid_t... yes
checking for pwd.h... yes
yes
checking for memory.h... (cached) yes
source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
checking for munmap... checking termcap.h usability... source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
yes
checking termcap.h presence... yes
yes
checking for library containing strerror... yes
checking for termcap.h... yes
checking for putenv... checking termios.h usability... none required
checking for asprintf... yes
checking termios.h presence... yes
yes
checking for termios.h... yes
checking for setenv... checking termio.h usability... yes
checking for atexit... yes
checking termio.h presence... yes
yes
checking for termio.h... yes
yes
checking for setlocale... checking sys/pte.h usability... checking for basename... no
checking sys/pte.h presence... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
yes
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
yes
checking for bcmp... no
checking for sys/pte.h... no
checking for stpcpy... checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for bcopy... yes
no
checking for sys/stream.h... no
checking for strcasecmp... checking sys/select.h usability... yes
yes
checking sys/select.h presence... checking for bsearch... yes
yes
checking for sys/select.h... yes
checking for strdup... config.status: creating Makefile
checking sys/file.h usability... yes
checking for bzero... config.status: executing depfiles commands
yes
checking sys/file.h presence... yes
checking for strtoul... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for calloc... checking for tsearch... no
checking for type of signal functions... yes
yes
checking for clock... posix
checking if signal handlers must be reinstalled when invoked... config.status: creating Makefile
checking for __argz_count... config.status: executing default-1 commands
yes
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for ffs... checking for __argz_stringify... config.status: executing libtool commands
present
checking for lstat... yes
yes
checking for getcwd... checking for __argz_next... yes
checking whether or not strcoll and strcmp differ... yes
Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
yes
Running configure in multilib subdirs 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
Running configure in multilib subdir 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
mkdir 32
no
checking whether the ctype macros accept non-ascii characters... checking for getpagesize... checking for __fsetlocking... yes
no
checking whether getpw functions are declared in pwd.h... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking whether termios.h defines TIOCGWINSZ... checking for gettimeofday... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
checking for sig_atomic_t in signal.h... checking for iconv... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for iconv declaration... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
checking whether signal handlers are of type void... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for index... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for TIOCSTAT in sys/ioctl.h... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
no
checking for FIONREAD in sys/ioctl.h... yes
yes
checking for LC_MESSAGES... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
checking for insque... yes
checking for speed_t in sys/types.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
sys/ioctl.h
checking for struct dirent.d_ino... rm -f libz.a
yes
checking for struct dirent.d_fileno... ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
checking for memchr... ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
yes
checking for tgetent... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
no
checking for tgetent in -ltermcap... checking for memcmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for memcpy... yes
checking wctype.h presence... yes
yes
checking for wctype.h... yes
checking wchar.h usability... checking for memmem... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
configure: creating cache ./config.cache
checking build system type... s390x-ibm-linux-gnu
checking host system type... config.status: creating Makefile
checking for memmove... s390x-ibm-linux-gnu
checking target system type... yes
yes
checking for mbscasecmp... s390x-ibm-linux-gnu
config.status: creating config.intl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... config.status: creating config.h
config.status: executing default-1 commands
checking for mempcpy... yes
checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for mbscmp... yes
yes
checking whether make supports nested variables... yes
no
checking for mbsnrtowcs... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
checking for memset... yes
checking for mbsrtowcs... yes
checking for mbschr... yes
checking for mkstemps... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
yes
checking for putenv... yes
checking for suffix of object files... no
checking for wcrtomb... checking for random... o
checking whether we are using the GNU C compiler... yes
checking for wcscoll... yes
checking whether gcc  -m31 accepts -g... yes
yes
checking for wcsdup... yes
checking for gcc  -m31 option to accept ISO C89... checking for rename... yes
checking for wcwidth... yes
checking for rindex... yes
checking for wctype... yes
yes
checking for wcswidth... checking for setenv... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
unsupported
checking whether gcc  -m31 understands -c and -o together... checking for snprintf... yes
checking for iswlower... yes
checking for style of include used by make... GNU
yes
checking dependency style of gcc  -m31... yes
checking for sigsetmask... checking for iswupper... yes
gcc3
checking how to print strings... yes
checking for stpcpy... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... checking for towlower... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
yes
checking for stpncpy... checking for towupper... 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 ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... yes
yes
checking for strcasecmp... checking for iswctype... yes
yes
checking for nl_langinfo and CODESET... checking for strchr... yes
checking for wchar_t in wchar.h... failed
yes
checking how to run the C preprocessor... yes
checking for wctype_t in wctype.h... checking for strdup... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
yes
checking for strncasecmp... configure: updating cache ./config.cache
configure: creating ./config.status
yes
/lib/cpp
checking for strndup... checking for ANSI C header files... yes
no
checking for sys/types.h... checking for strnlen... no
checking for sys/stat.h... yes
checking for strrchr... no
checking for stdlib.h... no
yes
checking for string.h... checking for strstr... no
checking for memory.h... no
yes
checking for strings.h... config.status: creating Makefile
checking for strtod... no
checking for inttypes.h... config.status: creating doc/Makefile
yes
no
checking for strtol... checking for stdint.h... config.status: creating examples/Makefile
no
yes
checking for unistd.h... checking for strtoul... no
checking for dlfcn.h... config.status: creating shlib/Makefile
yes
no
checking for objdir... .libs
checking for strtoll... config.status: creating config.h
config.status: executing default commands
yes
checking for strtoull... checking if gcc  -m31 supports -fno-rtti -fno-exceptions... yes
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... checking for strverscmp... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
yes
checking if gcc  -m31 static flag -static works... rm -f rltty.o
rm -f complete.o
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
yes
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
no
checking if gcc  -m31 supports -c -o file.o... checking for tmpnam... rm -f signals.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
yes
rm -f util.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
rm -f kill.o
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
checking for vasprintf... yes
checking whether -lc should be explicitly linked in... rm -f macro.o
rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
yes
rm -f text.o
rm -f nls.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
no
checking dynamic linker characteristics... rm -f misc.o
rm -f compat.o
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
checking for vfprintf... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
rm -f history.o
rm -f histexpand.o
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
yes
rm -f mbutil.o
rm -f tilde.o
checking for vprintf... gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
rm -f libreadline.a
rm -f libhistory.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
yes
test -n "ranlib" && ranlib libreadline.a
test -n "ranlib" && ranlib libhistory.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 16:22 [binutils-gdb] Fix crash in cp_print_value_fields sergiodj+buildbot
@ 2019-06-01 16:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 16:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8415>

Commit(s) tested:
	4330d61dfb05d77fd925efdca45091f12e3a6266

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix crash in cp_print_value_fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/43/4330d61dfb05d77fd925efdca45091f12e3a6266/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Checking multilib configuration for zlib...
mkdir -p -- ./etc
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- s390x-ibm-linux-gnu/zlib
mkdir -p -- ./intl
mkdir -p -- ./libdecnumber
mkdir -p -- ./readline
Configuring in ./libiberty
Configuring in ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libdecnumber
Configuring in ./readline
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... configure: creating cache ./config.cache
s390x-ibm-linux-gnu
checking host system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
s390x-ibm-linux-gnu
checking target system type... configure: creating cache ./config.cache
checking build system type... checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
yes
checking build system type... s390x-ibm-linux-gnu
checking host system type... configure: updating cache ./config.cache
s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... configure: creating ./config.status
checking whether the C compiler works... checking for a thread-safe mkdir -p... s390x-ibm-linux-gnu
checking target system type... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for perl... perl
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
checking build system type... yes
yes
checking whether the C compiler works... s390x-ibm-linux-gnu
checking host system type... checking for a thread-safe mkdir -p... checking whether make supports nested variables... yes
checking for C compiler default output file name... a.out
yes
/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for suffix of executables... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking whether the C compiler works... checking whether make supports nested variables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
yes
checking whether we are cross compiling... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    

checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... 
checking whether the C compiler works... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... no
checking whether we are cross compiling... checking for suffix of object files... yes
checking whether gcc accepts -g... no
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for suffix of object files... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... 
yes
checking whether gcc accepts -g... 
checking whether we are cross compiling... yes
checking for C compiler default output file name... a.out
checking whether we are cross compiling... config.status: creating Makefile
checking for suffix of executables... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... no
checking for suffix of object files... 
no
checking whether we are cross compiling... checking for suffix of object files... yes
checking for gcc option to accept ISO C89... yes
none needed
checking how to run the C preprocessor... o
checking whether gcc supports -Wall... checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... no
yes
checking whether gcc accepts -g... checking for suffix of object files... gcc -E
yes
checking whether gcc supports -Wwrite-strings... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc accepts -g... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... yes
checking for grep that handles long lines and -e... yes
checking whether gcc     accepts -g... /bin/grep
checking for egrep... none needed
checking whether gcc understands -c and -o together... /bin/grep -E
checking for ANSI C header files... checking whether gcc supports -Wstrict-prototypes... checking for grep that handles long lines and -e... none needed
checking how to run the C preprocessor... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for gcc     option to accept ISO C89... yes
checking for style of include used by make... yes
checking whether gcc supports -Wmissing-prototypes... GNU
checking dependency style of gcc... none needed
checking whether gcc     understands -c and -o together... gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for style of include used by make... GNU
checking for grep that handles long lines and -e... gcc3
checking dependency style of gcc    ... checking how to print strings... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for sys/types.h... yes
yes
printf
checking for a sed that does not truncate output... checking whether gcc supports -Wmissing-format-attribute... /bin/sed
checking for sys/types.h... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... checking for sys/stat.h... yes
ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking whether gcc supports -Wcast-qual... gcc3
checking how to print strings... checking for sys/stat.h... yes
yes
checking whether gcc supports -pedantic -Wlong-long... printf
checking for a sed that does not truncate output... checking for stdlib.h... /bin/sed
checking for grep that handles long lines and -e... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc    ... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
ld
checking if the linker (ld) is GNU ld... yes
yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/types.h... yes
checking for stdlib.h... checking whether gcc supports -fno-lto... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking for string.h... yes
yes
yes
checking how to run the C preprocessor... checking for sys/stat.h... checking for string.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
gcc -E
checking for ld option to reload object files... -r
checking for memory.h... checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
yes
checking for memory.h... checking for stdlib.h... yes
checking for grep that handles long lines and -e... ok
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for strings.h... yes
yes
checking how to run the C preprocessor... checking for strings.h... checking for string.h... yes
ok
yes
checking for inttypes.h... checking how to run the C preprocessor... yes
gcc -E
checking for inttypes.h... checking for memory.h... yes
gcc     -E
yes
yes
checking for stdint.h... checking for sys/types.h... yes
checking for ANSI C header files... checking for stdint.h... checking for strings.h... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
yes
checking for sys/stat.h... checking for unistd.h... checking for inttypes.h... yes
yes
checking minix/config.h usability... checking for stdlib.h... yes
yes
checking minix/config.h usability... yes
checking for stdint.h... yes
checking for sys/types.h... yes
no
checking minix/config.h presence... checking for sys/types.h... checking for string.h... yes
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for unistd.h... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for memory.h... checking for sys/stat.h... yes
yes
checking whether make sets $(MAKE)... yes
checking minix/config.h usability... yes
checking whether gcc needs -traditional... yes
yes
checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... checking for strings.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for stdlib.h... checking for xgettext... no
checking minix/config.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... yes
/usr/bin/xgettext
yes
checking for msgmerge... yes
checking for string.h... no
checking for minix/config.h... no
/usr/bin/msgmerge
checking whether it is safe to define __EXTENSIONS__... yes
checking for function prototypes... yes
checking whether char is unsigned... checking for inttypes.h... checking for string.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking build system type... yes
yes
checking for working volatile... s390x-ibm-linux-gnu
checking host system type... no
checking for stdint.h... checking for memory.h... checking for memory.h... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking whether gcc supports -W... yes
checking return type of signal handlers... yes
yes
yes
yes
checking whether gcc supports -Wall... void
checking for size_t... checking for unistd.h... checking for strings.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
checking whether gcc supports -Wwrite-strings... yes
yes
yes
yes
checking for inline... checking ctype.h usability... checking for inttypes.h... yes
checking for inttypes.h... inline
checking for off_t... checking whether gcc supports -Wc++-compat... yes
yes
checking ctype.h presence... yes
checking for ssize_t... yes
yes
yes
checking for ctype.h... yes
checking whether gcc supports -Wstrict-prototypes... checking for stdint.h... checking stddef.h usability... checking for stdint.h... yes
yes
checking whether gcc supports -Wshadow=local... yes
checking for size_t... yes
yes
checking stddef.h presence... checking for unistd.h... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for stddef.h... yes
checking for unistd.h... no
checking whether gcc supports -pedantic ... yes
no
checking for string.h... (cached) yes
checking for dirent.h that defines DIR... checking for dlfcn.h... yes
checking whether gcc and cc understand -c and -o together... yes
yes
checking for working alloca.h... checking for dlfcn.h... checking stdio.h usability... yes
yes
checking for library containing opendir... checking for objdir... .libs
yes
yes
checking stdio.h presence... checking for objdir... yes
checking for alloca... .libs
yes
checking for stdio.h... yes
none required
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for fcntl... yes
yes
checking for an ANSI C-conforming const... checking if gcc supports -fno-rtti -fno-exceptions... checking for stdlib.h... (cached) yes
checking if gcc     supports -fno-rtti -fno-exceptions... yes
yes
checking for inline... checking for unistd.h... (cached) yes
checking for kill... yes
checking for uintptr_t... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking for sys/param.h... inline
checking whether byte ordering is bigendian... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
yes
checking for getpagesize... yes
checking if gcc     static flag -static works... yes
checking for int_least32_t... checking for lstat... yes
checking if gcc supports -c -o file.o... yes
checking for working mmap... yes
checking if gcc     supports -c -o file.o... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for int_fast32_t... checking for memmove... checking for sys/file.h... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... yes
yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether -lc should be explicitly linked in... yes
checking whether integer division by zero raises SIGFPE... checking for sys/param.h... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... yes
yes
yes
checking for uint64_t... no
checking dynamic linker characteristics... yes
checking whether -lc should be explicitly linked in... checking for putenv... checking for limits.h... yes
yes
checking for inttypes.h... no
checking dynamic linker characteristics... checking for stdlib.h... (cached) yes
yes
yes
checking for stdint.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for malloc.h... checking for select... yes
yes
checking for unsigned long long... yes
checking for off_t... GNU/Linux ld.so
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 how to run the C preprocessor... gcc -E
checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for inttypes.h... checking for setenv... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for strings.h... (cached) yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
checking for stdlib.h... (cached) yes
checking for sys/time.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for unistd.h... (cached) yes
yes
checking size of int... yes
checking for setlocale... no
checking for ld used by GCC... checking for stdlib.h... (cached) yes
checking for sys/param.h... checking for time.h... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... checking for unistd.h... (cached) yes
yes
yes
yes
checking for sys/param.h... 4
checking for sys/resource.h... checking size of long... checking for getpagesize... checking for strcasecmp... yes
done
yes
checking argz.h usability... checking for getpagesize... checking for sys/stat.h... (cached) yes
yes
checking for working mmap... yes
checking for sys/mman.h... 8
checking for ANSI C header files... (cached) yes
yes
checking build system type... yes
checking argz.h presence... s390x-ibm-linux-gnu
yes
checking host system type... checking for strpbrk... checking for working mmap... yes
checking for argz.h... yes
s390x-ibm-linux-gnu
checking target system type... checking for fcntl.h... checking limits.h usability... s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... yes
yes
checking for memcpy... checking for alloca.h... yes
yes
checking limits.h presence... yes
yes
yes
checking for limits.h... yes
checking for sys/pstat.h... checking for tcgetattr... checking for memcpy... checking locale.h usability... yes
no
checking for strerror... checking for sys/sysmp.h... yes
yes
yes
checking locale.h presence... checking for vsnprintf... no
yes
checking for locale.h... yes
checking for sys/sysinfo.h... yes
configure: updating cache ./config.cache
yes
yes
checking nl_types.h usability... checking for unistd.h... (cached) yes
configure: creating ./config.status
checking for strerror... checking for machine/hal_sysinfo.h... yes
yes
checking nl_types.h presence... checking for isascii... configure: updating cache ./config.cache
no
yes
checking for nl_types.h... yes
checking for sys/table.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking malloc.h usability... yes
checking for unistd.h... (cached) yes
no
yes
checking for sys/sysctl.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
configure: updating cache ./config.cache
checking for isxdigit... checking for sys/systemcfg.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking stddef.h usability... no
yes
checking stddef.h presence... yes
checking for stdint.h... (cached) yes
yes
checking for stddef.h... yes
checking for stdio_ext.h... checking for getpwent... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for process.h... checking for unistd.h... (cached) yes
yes
no
checking for getpwnam... config.status: creating Makefile
checking for sys/prctl.h... checking for sys/param.h... (cached) yes
yes
checking for feof_unlocked... checking for sys/wait.h that is POSIX.1 compatible... config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for getpwuid... yes
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for fgets_unlocked... yes
no
checking size of int... checking for working strcoll... yes
checking for getc_unlocked... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
yes
checking fcntl.h usability... 4
checking size of long... source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
yes
source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for getcwd... 8
checking size of size_t... checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking varargs.h usability... 8
checking for long long... checking for getegid... no
checking varargs.h presence... yes
no
checking for varargs.h... no
checking for geteuid... checking stdarg.h usability... yes
checking size of long long... yes
checking stdarg.h presence... yes
yes
checking for stdarg.h... yes
8
checking for a 64-bit type... checking for string.h... (cached) yes
checking for getgid... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
checking for strings.h... (cached) yes
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
uint64_t
checking for intptr_t... checking limits.h usability... yes
checking for getuid... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for uintptr_t... yes
checking locale.h usability... checking for mempcpy... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking for ssize_t... yes
checking pwd.h usability... checking for munmap... yes
checking pwd.h presence... yes
checking for pwd.h... yes
yes
yes
checking for pid_t... checking for memory.h... (cached) yes
checking for putenv... checking termcap.h usability... yes
yes
checking termcap.h presence... yes
checking for library containing strerror... yes
checking for termcap.h... yes
checking for setenv... checking termios.h usability... none required
checking for asprintf... yes
yes
checking termios.h presence... checking for setlocale... yes
checking for termios.h... yes
checking termio.h usability... yes
yes
checking for atexit... yes
checking termio.h presence... checking for stpcpy... yes
checking for termio.h... yes
yes
checking sys/pte.h usability... checking for basename... yes
checking for strcasecmp... no
checking sys/pte.h presence... yes
checking for bcmp... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strdup... yes
no
checking sys/stream.h presence... checking for bcopy... no
checking for sys/stream.h... no
yes
checking sys/select.h usability... yes
checking for strtoul... checking for bsearch... yes
checking sys/select.h presence... config.status: creating Makefile
yes
yes
checking for sys/select.h... yes
checking for tsearch... checking sys/file.h usability... config.status: executing depfiles commands
yes
checking for bzero... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
config.status: creating Makefile
checking for __argz_count... checking for sys/ptem.h... yes
config.status: executing default-1 commands
yes
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for calloc... checking for __argz_stringify... no
checking for type of signal functions... yes
yes
checking for clock... posix
checking if signal handlers must be reinstalled when invoked... checking for __argz_next... yes
yes
config.status: executing libtool commands
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... checking for ffs... checking for __fsetlocking... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
yes
present
checking for lstat... yes
Running configure in multilib subdirs 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
checking for iconv... Running configure in multilib subdir 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
mkdir 32
checking for getcwd... yes
checking whether or not strcoll and strcmp differ... yes
checking for iconv declaration... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for getpagesize... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... no
checking whether the ctype macros accept non-ascii characters... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for LC_MESSAGES... checking for gettimeofday... no
checking whether getpw functions are declared in pwd.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
yes
checking whether termios.h defines TIOCGWINSZ... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for bison... bison
checking version of bison... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking whether sys/ioctl.h defines TIOCGWINSZ... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
checking for index... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
checking for sig_atomic_t in signal.h... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking whether signal handlers are of type void... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
configure: updating cache ./config.cache
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
configure: creating ./config.status
checking for insque... yes
checking for TIOCSTAT in sys/ioctl.h... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
yes
no
checking for FIONREAD in sys/ioctl.h... checking for memchr... yes
checking for speed_t in sys/types.h... yes
no
checking for struct winsize in sys/ioctl.h and termios.h... checking for memcmp... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for memcpy... yes
checking for tgetent... yes
config.status: creating Makefile
checking for memmem... no
checking for tgetent in -ltermcap... config.status: creating config.intl
yes
config.status: creating config.h
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for memmove... config.status: executing default-1 commands
yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
configure: creating cache ./config.cache
checking build system type... checking for mempcpy... yes
checking wchar.h presence... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking target system type... yes
checking for wchar.h... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
checking langinfo.h usability... s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
yes
checking langinfo.h presence... checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... checking for memset... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking whether make supports nested variables... yes
yes
checking for mbscasecmp... yes
checking for mkstemps... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
no
checking for mbscmp... yes
checking for putenv... no
checking for mbsnrtowcs... yes
checking for suffix of object files... checking for random... yes
checking for mbsrtowcs... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  -m31 accepts -g... yes
yes
checking for mbschr... checking for rename... yes
checking for gcc  -m31 option to accept ISO C89... no
checking for wcrtomb... yes
checking for rindex... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for setenv... yes
checking for wcwidth... yes
checking for snprintf... yes
checking for wctype... yes
checking for wcswidth... yes
unsupported
checking whether gcc  -m31 understands -c and -o together... checking for sigsetmask... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for style of include used by make... GNU
yes
checking dependency style of gcc  -m31... yes
checking for iswlower... checking for stpcpy... yes
yes
checking for stpncpy... gcc3
checking how to print strings... checking for iswupper... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
/bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... yes
ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for strcasecmp... checking for towlower... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for towupper... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking for strchr... yes
checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... yes
yes
checking for strdup... checking for iswctype... yes
yes
checking for nl_langinfo and CODESET... checking for strncasecmp... failed
yes
checking for wchar_t in wchar.h... checking how to run the C preprocessor... yes
yes
checking for wctype_t in wctype.h... checking for strndup... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... yes
supported
checking for strnlen... configure: updating cache ./config.cache
yes
configure: creating ./config.status
/lib/cpp
checking for strrchr... checking for ANSI C header files... yes
no
checking for strstr... checking for sys/types.h... no
checking for sys/stat.h... yes
checking for strtod... no
checking for stdlib.h... yes
no
checking for string.h... checking for strtol... config.status: creating Makefile
no
checking for memory.h... yes
config.status: creating doc/Makefile
no
checking for strtoul... checking for strings.h... config.status: creating examples/Makefile
no
yes
checking for inttypes.h... checking for strtoll... config.status: creating shlib/Makefile
no
checking for stdint.h... yes
no
config.status: creating config.h
checking for unistd.h... checking for strtoull... config.status: executing default commands
no
checking for dlfcn.h... yes
checking for strverscmp... no
checking for objdir... .libs
yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
checking for tmpnam... rm -f rltty.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
rm -f complete.o
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
checking if gcc  -m31 supports -fno-rtti -fno-exceptions... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
rm -f signals.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... checking for vasprintf... rm -f util.o
rm -f kill.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
yes
checking if gcc  -m31 static flag -static works... yes
rm -f macro.o
rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
no
checking if gcc  -m31 supports -c -o file.o... checking for vfprintf... rm -f callback.o
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
rm -f nls.o
rm -f misc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
rm -f compat.o
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
yes
rm -f xmalloc.o
rm -f history.o
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
checking for vprintf... rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
rm -f shell.o
yes
checking whether -lc should be explicitly linked in... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
yes
rm -f libhistory.a
no
checking dynamic linker characteristics... rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libreadline.a
checking for vsnprintf... test -n "ranlib" && ranlib libhistory.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
yes
checking for vsprintf... yes
Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 16:06 [binutils-gdb] Add new GCC 9 warnings to warnings.m4 sergiodj+buildbot
@ 2019-06-01 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8414>

Commit(s) tested:
	33a6bc350f5b4f03d586ba9d32667b6fea1dce4a

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add new GCC 9 warnings to warnings.m4

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/33/33a6bc350f5b4f03d586ba9d32667b6fea1dce4a/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Checking multilib configuration for zlib...
mkdir -p -- ./intl
mkdir -p -- ./libdecnumber
mkdir -p -- ./libiberty
mkdir -p -- ./readline
mkdir -p -- ./zlib
Configuring in ./libdecnumber
mkdir -p -- s390x-ibm-linux-gnu/zlib
Configuring in ./libiberty
Configuring in ./intl
mkdir -p -- ./etc
Configuring in ./readline
Configuring in ./zlib
Configuring in ./etc
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating cache ./config.cache
checking build system type... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking host system type... checking build system type... s390x-ibm-linux-gnu
checking target system type... configure: updating cache ./config.cache
s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
configure: creating ./config.status
checking whether the C compiler works... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... s390x-ibm-linux-gnu
checking target system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... perl
yes
checking for C compiler default output file name... a.out
yes
checking for C compiler default output file name... a.out
checking build system type... checking for suffix of executables... yes
checking for a thread-safe mkdir -p... checking for suffix of executables... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether make supports nested variables... s390x-ibm-linux-gnu
checking host system type... yes
s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether the C compiler works... yes


checking whether make supports nested variables... checking whether we are cross compiling... checking whether we are cross compiling... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    
no
no
checking for suffix of object files... checking for suffix of object files... 
checking whether we are cross compiling... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... no
yes
checking whether gcc accepts -g... checking for suffix of object files... checking whether the C compiler works... yes
checking whether gcc accepts -g... yes
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for suffix of executables... config.status: creating Makefile
yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
yes
checking for C compiler default output file name... a.out
checking whether we are cross compiling... checking for suffix of executables... yes
checking whether gcc accepts -g... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
none needed
checking how to run the C preprocessor... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... 
yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... 
no
checking whether we are cross compiling... checking for suffix of object files... yes
gcc -E
checking whether gcc supports -Wall... none needed
checking how to run the C preprocessor... no
o
checking whether we are using the GNU C compiler... checking for suffix of object files... no
checking for suffix of object files... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... gcc -E
o
checking whether we are using the GNU C compiler... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc     accepts -g... checking for grep that handles long lines and -e... yes
checking for gcc option to accept ISO C89... /bin/grep
checking for egrep... yes
checking for gcc     option to accept ISO C89... /bin/grep -E
checking for ANSI C header files... none needed
checking how to run the C preprocessor... yes
checking whether gcc supports -Wmissing-prototypes... none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc     understands -c and -o together... gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for style of include used by make... yes
GNU
checking for sys/types.h... yes
checking dependency style of gcc    ... checking for style of include used by make... GNU
checking for grep that handles long lines and -e... checking dependency style of gcc... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... yes
yes
yes
checking for sys/stat.h... checking for sys/types.h... checking whether gcc supports -Wcast-qual... gcc3
checking how to print strings... gcc3
checking how to print strings... yes
yes
yes
printf
checking for a sed that does not truncate output... checking whether gcc supports -pedantic -Wlong-long... /bin/sed
checking for grep that handles long lines and -e... checking for stdlib.h... /bin/grep
checking for egrep... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep -E
checking for fgrep... checking for sys/stat.h... /bin/grep
checking for egrep... /bin/grep -F
checking for ld used by gcc    ... /bin/grep -E
checking for fgrep... yes
ld
checking if the linker (ld) is GNU ld... /bin/grep -F
checking for ld used by gcc... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking whether gcc supports -fno-lto... checking for sys/types.h... yes
checking for string.h... yes
checking how to run the C preprocessor... checking for stdlib.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 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... checking for sys/stat.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking whether the shell understands "+="... yes
yes
checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking for memory.h... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for string.h... gcc -E
yes
yes
checking for stdlib.h... yes
checking for strings.h... checking for grep that handles long lines and -e... checking for memory.h... /bin/grep
checking for egrep... yes
/bin/grep -E
checking for ANSI C header files... yes
checking for string.h... yes
checking for inttypes.h... checking for strings.h... ok
yes
ok
yes
checking how to run the C preprocessor... checking for memory.h... yes
checking for stdint.h... checking how to run the C preprocessor... checking for inttypes.h... yes
checking for strings.h... gcc -E
yes
yes
gcc     -E
yes
checking for stdint.h... yes
checking for unistd.h... checking for ANSI C header files... checking for sys/types.h... checking for inttypes.h... yes
yes
checking for ANSI C header files... checking minix/config.h usability... yes
yes
checking for unistd.h... checking for sys/stat.h... checking for stdint.h... no
checking minix/config.h presence... yes
checking minix/config.h usability... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
checking for stdlib.h... checking for unistd.h... checking for sys/types.h... yes
checking whether make sets $(MAKE)... no
checking minix/config.h presence... yes
yes
yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for string.h... checking minix/config.h usability... checking for msgfmt... checking for sys/types.h... checking for sys/stat.h... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for xgettext... yes
yes
yes
no
checking minix/config.h presence... /usr/bin/xgettext
yes
checking whether gcc needs -traditional... checking for sys/stat.h... checking for memory.h... checking for stdlib.h... checking for msgmerge... /usr/bin/msgmerge
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... checking build system type... checking for stdlib.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for strings.h... checking for string.h... s390x-ibm-linux-gnu
checking host system type... yes
checking for function prototypes... yes
checking whether char is unsigned... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... no
yes
yes
checking whether gcc supports -W... yes
checking for string.h... checking for memory.h... checking for inttypes.h... yes
checking for working volatile... yes
none required
checking for an ANSI C-conforming const... checking whether gcc supports -Wall... yes
yes
yes
checking return type of signal handlers... yes
yes
checking for inline... checking for strings.h... checking for memory.h... yes
checking for stdint.h... inline
checking for off_t... checking whether gcc supports -Wwrite-strings... void
yes
checking for size_t... yes
yes
checking for inttypes.h... yes
checking for strings.h... checking for unistd.h... checking whether gcc supports -Wc++-compat... yes
yes
yes
yes
checking for size_t... yes
yes
checking for ssize_t... checking for inttypes.h... checking whether gcc supports -Wstrict-prototypes... checking for stdint.h... checking ctype.h usability... yes
yes
yes
yes
checking ctype.h presence... checking whether gcc supports -Wshadow=local... checking for stdint.h... yes
checking for working alloca.h... checking for unistd.h... yes
checking for ctype.h... yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking whether gcc supports -pedantic ... yes
checking stddef.h usability... no
yes
checking for unistd.h... yes
checking for alloca... checking for dlfcn.h... checking for dirent.h that defines DIR... yes
checking whether gcc and cc understand -c and -o together... yes
checking stddef.h presence... yes
yes
checking for objdir... yes
checking for stddef.h... yes
.libs
checking for dlfcn.h... yes
yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for library containing opendir... yes
checking for objdir... checking for unistd.h... (cached) yes
checking stdio.h usability... .libs
checking for sys/param.h... none required
yes
checking stdio.h presence... yes
checking for fcntl... checking for an ANSI C-conforming const... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for stdio.h... yes
yes
yes
checking for inline... checking for getpagesize... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... inline
checking whether byte ordering is bigendian... checking if gcc     supports -fno-rtti -fno-exceptions... checking for kill... yes
yes
checking if gcc static flag -static works... checking for working mmap... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
checking for uintptr_t... yes
yes
checking if gcc supports -c -o file.o... checking for lstat... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking if gcc     static flag -static works... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking whether integer division by zero raises SIGFPE... yes
yes
checking for int_least32_t... checking for memmove... checking for sys/file.h... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... yes
checking if gcc     supports -c -o file.o... yes
yes
yes
checking whether -lc should be explicitly linked in... checking for inttypes.h... checking for sys/param.h... yes
checking for stdint.h... yes
yes
yes
checking for int_fast32_t... no
checking dynamic linker characteristics... checking for putenv... checking for limits.h... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... yes
checking for unsigned long long... yes
yes
checking whether -lc should be explicitly linked in... checking for stdlib.h... (cached) yes
yes
yes
checking for uint64_t... checking for malloc.h... yes
checking for inttypes.h... checking for select... yes
no
checking dynamic linker characteristics... checking for string.h... (cached) yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... (cached) yes
yes
yes
checking what to include in gstdint.h... no
checking for ld used by GCC... stdint.h (already complete)
checking for an ANSI C-conforming const... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... checking for strings.h... (cached) yes
checking for setenv... yes
checking for off_t... checking for sys/time.h... checking for stdlib.h... (cached) yes
yes
GNU/Linux ld.so
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 how to run the C preprocessor... gcc     -E
yes
done
checking for unistd.h... (cached) yes
checking for time.h... checking for setlocale... checking argz.h usability... checking for sys/param.h... yes
yes
yes
checking argz.h presence... checking size of int... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for argz.h... yes
checking for sys/resource.h... checking for getpagesize... checking for unistd.h... (cached) yes
checking for strcasecmp... yes
checking limits.h usability... checking for sys/param.h... checking for sys/stat.h... 4
(cached) yes
checking size of long... yes
yes
checking limits.h presence... checking for working mmap... checking for sys/mman.h... yes
yes
yes
checking for limits.h... yes
checking for getpagesize... checking for strpbrk... yes
checking locale.h usability... 8
checking for ANSI C header files... (cached) yes
checking for fcntl.h... checking build system type... yes
yes
yes
yes
checking locale.h presence... s390x-ibm-linux-gnu
checking host system type... checking for working mmap... yes
checking for alloca.h... checking for memcpy... yes
checking for locale.h... yes
s390x-ibm-linux-gnu
checking target system type... checking for tcgetattr... yes
s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... checking nl_types.h usability... checking for sys/pstat.h... yes
yes
no
checking for strerror... yes
checking nl_types.h presence... yes
checking for sys/sysmp.h... yes
checking for nl_types.h... yes
checking for memcpy... checking for vsnprintf... checking malloc.h usability... no
yes
checking for sys/sysinfo.h... yes
checking for unistd.h... (cached) yes
yes
checking malloc.h presence... yes
yes
yes
configure: updating cache ./config.cache
checking for strerror... yes
checking for malloc.h... yes
configure: creating ./config.status
checking for machine/hal_sysinfo.h... checking for isascii... checking stddef.h usability... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
yes
yes
checking stddef.h presence... checking for sys/table.h... checking for unistd.h... (cached) yes
yes
yes
checking for stddef.h... yes
checking for isxdigit... no
checking for sys/sysctl.h... checking for stdlib.h... (cached) yes
configure: updating cache ./config.cache
yes
checking for string.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/systemcfg.h... yes
checking for unistd.h... (cached) yes
checking for getpwent... checking for sys/param.h... (cached) yes
no
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... yes
yes
checking for process.h... checking for getpwnam... yes
checking for fgets_unlocked... config.status: creating Makefile
no
yes
checking for sys/prctl.h... checking for getpwuid... config.status: creating config.h
yes
yes
checking for sys/wait.h that is POSIX.1 compatible... config.status: executing gstdint.h commands
checking for getc_unlocked... yes
yes
checking whether time.h and sys/time.h may both be included... checking for working strcoll... yes
yes
checking whether errno must be declared... checking for getcwd... no
checking size of int... yes
checking fcntl.h usability... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
yes
4
yes
checking fcntl.h presence... checking size of long... source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
checking for getegid... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
8
checking size of size_t... checking varargs.h usability... checking for geteuid... yes
no
checking varargs.h presence... 8
checking for long long... checking for getgid... no
checking for varargs.h... no
checking stdarg.h usability... yes
yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for getuid... yes
checking size of long long... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
ar: `u' modifier ignored since `D' is the default (see `U')
8
ranlib libdecnumber.a
checking for a 64-bit type... checking for mempcpy... make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
checking limits.h usability... uint64_t
checking for intptr_t... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for munmap... yes
checking locale.h presence... yes
checking for uintptr_t... yes
checking for locale.h... yes
yes
checking for putenv... checking pwd.h usability... yes
checking pwd.h presence... yes
yes
checking for pwd.h... yes
yes
checking for ssize_t... checking for setenv... checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for setlocale... yes
checking termcap.h presence... yes
checking for pid_t... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for stpcpy... yes
checking termios.h presence... yes
checking for library containing strerror... yes
checking for termios.h... yes
checking termio.h usability... yes
yes
checking termio.h presence... none required
checking for strcasecmp... checking for asprintf... yes
checking for termio.h... yes
checking sys/pte.h usability... yes
yes
no
checking sys/pte.h presence... checking for atexit... checking for strdup... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
yes
checking for strtoul... checking for basename... no
checking sys/stream.h presence... yes
yes
no
checking for sys/stream.h... no
checking for tsearch... checking sys/select.h usability... checking for bcmp... yes
checking sys/select.h presence... yes
yes
checking for sys/select.h... yes
yes
checking for __argz_count... checking sys/file.h usability... checking for bcopy... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
yes
checking for __argz_stringify... checking for sys/ptem.h... checking for bsearch... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
config.status: creating Makefile
checking for __argz_next... checking for bzero... no
checking for type of signal functions... yes
config.status: executing depfiles commands
posix
checking if signal handlers must be reinstalled when invoked... checking for __fsetlocking... config.status: creating Makefile
yes
checking for calloc... config.status: executing default-1 commands
yes
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... checking for iconv... yes
yes
present
checking for lstat... checking for iconv declaration... checking for clock... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
yes
checking whether or not strcoll and strcmp differ... checking for ffs... yes
checking for LC_MESSAGES... no
checking whether the ctype macros accept non-ascii characters... config.status: executing libtool commands
Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
yes
Running configure in multilib subdirs 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
yes
checking for bison... bison
checking version of bison... Running configure in multilib subdir 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for getcwd... no
checking whether getpw functions are declared in pwd.h... mkdir 32
yes
checking whether termios.h defines TIOCGWINSZ... yes
yes
checking whether to use NLS... no
yes
checking where the gettext function comes from... libc
checking whether sys/ioctl.h defines TIOCGWINSZ... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for getpagesize... yes
checking for sig_atomic_t in signal.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking whether signal handlers are of type void... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
checking for gettimeofday... yes
checking for TIOCSTAT in sys/ioctl.h... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
no
yes
checking for FIONREAD in sys/ioctl.h... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
checking for index... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
checking for speed_t in sys/types.h... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
no
checking for struct winsize in sys/ioctl.h and termios.h... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
sys/ioctl.h
checking for struct dirent.d_ino... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
checking for insque... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking for struct dirent.d_fileno... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for tgetent... rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
config.status: creating Makefile
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
checking for memchr... config.status: creating config.intl
no
checking for tgetent in -ltermcap... yes
config.status: creating config.h
checking for memcmp... yes
checking which library has the termcap functions... config.status: executing default-1 commands
using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for memcpy... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
yes
checking for wchar.h... yes
yes
checking langinfo.h usability... checking for memmem... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
configure: creating cache ./config.cache
checking for mbrlen... checking build system type... yes
s390x-ibm-linux-gnu
checking host system type... checking for memmove... s390x-ibm-linux-gnu
checking target system type... yes
s390x-ibm-linux-gnu
checking for mbscasecmp... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... yes
/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for mbscmp... checking for mempcpy... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
no
checking for mbsnrtowcs... yes
checking for memset... yes
checking for mbsrtowcs... yes
checking for mkstemps... yes
checking for mbschr... checking for suffix of object files... yes
checking for putenv... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  -m31 accepts -g... no
checking for wcrtomb... yes
yes
checking for gcc  -m31 option to accept ISO C89... checking for random... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for rename... yes
checking for wcwidth... yes
checking for rindex... yes
checking for wctype... yes
yes
checking for wcswidth... checking for setenv... unsupported
checking whether gcc  -m31 understands -c and -o together... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
yes
checking for style of include used by make... GNU
checking dependency style of gcc  -m31... checking for snprintf... yes
checking for iswlower... yes
gcc3
checking how to print strings... yes
checking for sigsetmask... checking for iswupper... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... checking for stpcpy... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for towlower... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for stpncpy... checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... yes
checking for towupper... yes
checking for strcasecmp... yes
checking for iswctype... yes
failed
yes
checking for strchr... checking for nl_langinfo and CODESET... checking how to run the C preprocessor... yes
yes
checking for wchar_t in wchar.h... checking for strdup... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for strncasecmp... yes
checking configuration for building shared libraries... supported
/lib/cpp
yes
configure: updating cache ./config.cache
checking for strndup... configure: creating ./config.status
checking for ANSI C header files... yes
no
checking for strnlen... checking for sys/types.h... yes
no
checking for strrchr... checking for sys/stat.h... no
yes
checking for stdlib.h... checking for strstr... no
checking for string.h... config.status: creating Makefile
yes
checking for strtod... config.status: creating doc/Makefile
no
checking for memory.h... yes
config.status: creating examples/Makefile
checking for strtol... no
checking for strings.h... yes
config.status: creating shlib/Makefile
checking for strtoul... no
checking for inttypes.h... config.status: creating config.h
yes
no
config.status: executing default commands
checking for stdint.h... checking for strtoll... no
yes
checking for unistd.h... checking for strtoull... no
checking for dlfcn.h... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
rm -f search.o
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
no
checking for objdir... checking for strverscmp... rm -f rltty.o
.libs
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
rm -f bind.o
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
yes
rm -f signals.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
checking for tmpnam... rm -f util.o
checking if gcc  -m31 supports -fno-rtti -fno-exceptions... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
yes
rm -f macro.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... rm -f callback.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
rm -f text.o
rm -f nls.o
checking for vasprintf... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
rm -f compat.o
rm -f xfree.o
yes
checking if gcc  -m31 static flag -static works... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
rm -f histexpand.o
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
no
checking if gcc  -m31 supports -c -o file.o... rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
rm -f histsearch.o
rm -f shell.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
checking for vfprintf... rm -f mbutil.o
rm -f tilde.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
rm -f libreadline.a
rm -f libhistory.a
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
yes
test -n "ranlib" && ranlib libhistory.a
test -n "ranlib" && ranlib libreadline.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
yes
checking whether -lc should be explicitly linked in... checking for vprintf... no
checking dynamic linker characteristics... yes
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
checking for vsnprintf... yes
checking for vsprintf... Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 15:38 [binutils-gdb] Add "set print finish" sergiodj+buildbot
@ 2019-06-01 12:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 12:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8413>

Commit(s) tested:
	000439d52897541ad00a84026ac471b4f8cb3c97

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add "set print finish"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/00/000439d52897541ad00a84026ac471b4f8cb3c97/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Checking multilib configuration for zlib...
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- s390x-ibm-linux-gnu/zlib
mkdir -p -- ./libdecnumber
mkdir -p -- ./intl
mkdir -p -- ./etc
mkdir -p -- ./readline
Configuring in ./libiberty
Configuring in ./libdecnumber
Configuring in ./intl
Configuring in ./etc
Configuring in ./zlib
Configuring in ./readline
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
s390x-ibm-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... s390x-ibm-linux-gnu
checking target system type... configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: updating cache ./config.cache
yes
configure: creating cache ./config.cache
yes
checking for s390x-ibm-linux-gnu-gcc... gcc
checking build system type... checking for a thread-safe mkdir -p... configure: creating ./config.status
s390x-ibm-linux-gnu
checking host system type... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether the C compiler works... s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for perl... perl
checking whether the C compiler works... checking whether make supports nested variables... yes
checking build system type... yes
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... s390x-ibm-linux-gnu
checking host system type... checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
yes

checking for suffix of executables... checking whether we are cross compiling... checking whether make supports nested variables... yes

checking whether we are cross compiling... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    

checking whether we are cross compiling... no
checking for suffix of object files... checking whether the C compiler works... no
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... checking whether the C compiler works... yes
checking for gcc option to accept ISO C89... 
checking whether we are cross compiling... 
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... config.status: creating Makefile
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
none needed
yes
checking for gcc option to accept ISO C89... checking how to run the C preprocessor... checking for suffix of object files... no
checking for suffix of object files... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... 
none needed
checking how to run the C preprocessor... checking whether gcc supports -W... checking whether we are cross compiling... o
checking whether we are using the GNU C compiler... gcc -E
yes
checking whether gcc accepts -g... yes
yes
checking whether gcc accepts -g... checking whether gcc supports -Wall... no
gcc -E
yes
checking for gcc option to accept ISO C89... checking for suffix of object files... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for gcc option to accept ISO C89... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
o
checking whether we are using the GNU C compiler... none needed
checking how to run the C preprocessor... checking whether gcc supports -Wwrite-strings... checking for grep that handles long lines and -e... none needed
checking whether gcc understands -c and -o together... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc     accepts -g... yes
checking whether gcc supports -Wstrict-prototypes... gcc -E
yes
checking for gcc     option to accept ISO C89... yes
checking for style of include used by make... GNU
yes
checking dependency style of gcc... none needed
checking whether gcc     understands -c and -o together... checking for grep that handles long lines and -e... checking whether gcc supports -Wmissing-prototypes... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for sys/types.h... yes
yes
yes
checking for style of include used by make... checking whether gcc supports -Wold-style-definition... yes
checking for sys/types.h... GNU
checking dependency style of gcc    ... checking for sys/stat.h... gcc3
yes
checking how to print strings... yes
checking whether gcc supports -Wmissing-format-attribute... checking for sys/stat.h... yes
printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for stdlib.h... gcc3
/bin/grep -F
checking for ld used by gcc... yes
yes
checking how to print strings... ld
checking if the linker (ld) is GNU ld... checking whether gcc supports -Wcast-qual... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for stdlib.h... checking for sys/types.h... yes
printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
/bin/grep -E
checking for fgrep... yes
/bin/grep -F
checking for ld used by gcc    ... checking whether gcc supports -pedantic -Wlong-long... checking for string.h... yes
ld
checking if the linker (ld) is GNU ld... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/stat.h... checking for string.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
yes
checking whether gcc supports -fno-lto... yes
checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking for memory.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for stdlib.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking how to run the C preprocessor... yes
yes
checking for memory.h... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for strings.h... yes
checking for string.h... yes
gcc -E
checking for strings.h... yes
yes
ok
checking for inttypes.h... yes
checking for grep that handles long lines and -e... checking for memory.h... /bin/grep
checking for egrep... checking how to run the C preprocessor... /bin/grep -E
checking for ANSI C header files... checking for inttypes.h... ok
yes
yes
checking how to run the C preprocessor... yes
checking for stdint.h... checking for strings.h... gcc -E
checking for stdint.h... yes
yes
gcc     -E
checking for unistd.h... yes
checking for inttypes.h... checking for ANSI C header files... checking for unistd.h... yes
yes
yes
checking minix/config.h usability... checking for ANSI C header files... checking for sys/types.h... yes
checking for stdint.h... checking minix/config.h usability... no
checking minix/config.h presence... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for unistd.h... no
checking minix/config.h presence... yes
checking for sys/types.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether make sets $(MAKE)... checking minix/config.h usability... checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking whether gcc needs -traditional... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for sys/types.h... checking for sys/stat.h... checking for xgettext... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... no
checking minix/config.h presence... /usr/bin/xgettext
checking for string.h... checking for msgmerge... yes
/usr/bin/msgmerge
yes
yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdlib.h... yes
checking for sys/stat.h... checking build system type... checking for memory.h... yes
yes
checking for working volatile... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
s390x-ibm-linux-gnu
checking host system type... yes
no
yes
checking return type of signal handlers... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... yes
checking for string.h... checking for stdlib.h... checking whether gcc supports -W... checking for strings.h... void
yes
yes
checking for size_t... yes
checking whether gcc supports -Wall... none required
checking for an ANSI C-conforming const... yes
checking for memory.h... checking for string.h... checking for inttypes.h... yes
yes
checking for inline... checking whether gcc supports -Wwrite-strings... yes
yes
yes
inline
checking for off_t... yes
checking for memory.h... checking for strings.h... checking for stdint.h... checking whether gcc supports -Wc++-compat... yes
checking for ssize_t... yes
yes
yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for strings.h... checking for inttypes.h... yes
checking for size_t... checking for unistd.h... yes
yes
yes
checking whether gcc supports -Wshadow=local... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for inttypes.h... checking for stdint.h... checking ctype.h usability... no
no
checking whether gcc supports -pedantic ... checking for dirent.h that defines DIR... yes
yes
checking for working alloca.h... yes
yes
checking ctype.h presence... checking for stdint.h... yes
checking whether gcc and cc understand -c and -o together... yes
checking for unistd.h... yes
checking for ctype.h... yes
checking for library containing opendir... yes
checking for alloca... yes
checking stddef.h usability... yes
checking for unistd.h... yes
checking for dlfcn.h... none required
checking for stdlib.h... (cached) yes
yes
checking stddef.h presence... checking for fcntl... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
yes
yes
checking for objdir... checking for sys/param.h... checking for dlfcn.h... checking for string.h... (cached) yes
.libs
yes
checking for an ANSI C-conforming const... yes
checking stdio.h usability... yes
yes
checking for objdir... checking for kill... checking for getpagesize... .libs
yes
checking for inline... yes
checking stdio.h presence... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for stdio.h... yes
inline
checking whether byte ordering is bigendian... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for working mmap... checking for lstat... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking if gcc     supports -fno-rtti -fno-exceptions... yes
checking if gcc static flag -static works... yes
yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for uintptr_t... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
checking whether integer division by zero raises SIGFPE... checking for memmove... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking if gcc supports -c -o file.o... checking for sys/file.h... yes
yes
checking if gcc     static flag -static works... yes
checking for inttypes.h... yes
checking for int_least32_t... yes
checking for sys/param.h... yes
checking for putenv... yes
checking for stdint.h... yes
checking if gcc     supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... checking for limits.h... yes
yes
checking whether -lc should be explicitly linked in... checking for unsigned long long... yes
yes
checking for int_fast32_t... yes
checking for stdlib.h... (cached) yes
checking for select... no
checking dynamic linker characteristics... yes
checking for inttypes.h... checking for malloc.h... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... yes
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for uint64_t... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for ld used by GCC... checking for setenv... ld
checking if the linker (ld) is GNU ld... no
checking dynamic linker characteristics... checking for strings.h... (cached) yes
yes
checking for shared library run path origin... GNU/Linux ld.so
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 how to run the C preprocessor... gcc -E
checking for sys/time.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
yes
checking for time.h... checking for setlocale... yes
checking for off_t... done
checking for stdlib.h... (cached) yes
yes
checking argz.h usability... yes
checking for unistd.h... (cached) yes
checking for sys/resource.h... GNU/Linux ld.so
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 how to run the C preprocessor... gcc     -E
yes
checking for sys/param.h... yes
checking argz.h presence... checking for strcasecmp... yes
checking for argz.h... yes
checking for sys/stat.h... (cached) yes
yes
checking size of int... yes
checking limits.h usability... checking for sys/mman.h... checking for getpagesize... yes
yes
checking for stdlib.h... (cached) yes
yes
checking limits.h presence... checking for strpbrk... checking for fcntl.h... 4
checking size of long... yes
checking for limits.h... checking for unistd.h... (cached) yes
yes
yes
yes
checking for working mmap... checking locale.h usability... checking for alloca.h... checking for sys/param.h... yes
yes
checking for sys/pstat.h... 8
checking for ANSI C header files... (cached) yes
checking for tcgetattr... yes
checking locale.h presence... yes
checking build system type... yes
s390x-ibm-linux-gnu
checking host system type... checking for memcpy... yes
checking for locale.h... yes
checking for getpagesize... no
s390x-ibm-linux-gnu
checking target system type... checking for sys/sysmp.h... s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... yes
checking nl_types.h usability... no
checking for sys/sysinfo.h... yes
checking for vsnprintf... checking for working mmap... yes
yes
yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking for strerror... checking for machine/hal_sysinfo.h... yes
checking malloc.h usability... yes
yes
checking for isascii... no
checking for sys/table.h... checking for memcpy... checking for unistd.h... (cached) yes
yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
no
checking for sys/sysctl.h... yes
checking stddef.h usability... configure: updating cache ./config.cache
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for isxdigit... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/systemcfg.h... yes
checking stddef.h presence... checking for strerror... yes
checking for stddef.h... yes
no
checking for stdint.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
yes
checking for stdio_ext.h... checking for getpwent... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for process.h... yes
checking for sys/param.h... (cached) yes
configure: updating cache ./config.cache
checking for getpwnam... checking for feof_unlocked... checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking for sys/prctl.h... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getpwuid... checking for fgets_unlocked... yes
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... checking for working strcoll... yes
config.status: creating Makefile
no
checking size of int... checking for getc_unlocked... yes
config.status: creating config.h
checking fcntl.h usability... yes
config.status: executing gstdint.h commands
yes
checking fcntl.h presence... checking for getcwd... 4
checking size of long... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
yes
checking for stdlib.h... (cached) yes
8
checking size of size_t... checking for getegid... checking varargs.h usability... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
yes
8
checking for long long... no
checking varargs.h presence... checking for geteuid... source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
no
checking for varargs.h... no
checking stdarg.h usability... yes
checking for getgid... yes
checking stdarg.h presence... yes
checking size of long long... yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for getuid... 8
checking limits.h usability... checking for a 64-bit type... yes
uint64_t
checking for intptr_t... yes
checking limits.h presence... checking for mempcpy... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for munmap... yes
checking for uintptr_t... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
yes
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
yes
checking for ssize_t... checking for putenv... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
yes
checking for pid_t... checking for setenv... checking pwd.h usability... yes
yes
checking for library containing strerror... checking for setlocale... yes
checking pwd.h presence... yes
checking for pwd.h... yes
yes
none required
checking for memory.h... (cached) yes
checking for stpcpy... checking for asprintf... checking termcap.h usability... yes
yes
checking for strcasecmp... yes
yes
checking termcap.h presence... checking for strdup... checking for atexit... yes
checking for termcap.h... yes
yes
yes
checking for strtoul... checking for basename... yes
checking termios.h usability... checking for tsearch... yes
yes
checking termios.h presence... yes
checking for termios.h... yes
checking for bcmp... checking termio.h usability... yes
yes
checking for bcopy... yes
checking termio.h presence... yes
checking for termio.h... yes
checking for __argz_count... checking sys/pte.h usability... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
yes
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... checking for bsearch... checking for __fsetlocking... no
checking sys/stream.h presence... yes
checking for iconv... no
checking for sys/stream.h... no
yes
checking for iconv declaration... yes
checking sys/select.h usability... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for bzero... checking sys/file.h usability... yes
checking for LC_MESSAGES... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... config.status: creating Makefile
yes
config.status: executing depfiles commands
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for bison... bison
checking version of bison... checking for calloc... no
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for type of signal functions... yes
posix
checking if signal handlers must be reinstalled when invoked... config.status: creating Makefile
checking for clock... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... config.status: executing default-1 commands
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
present
checking for lstat... config.status: executing libtool commands
checking for ffs... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether or not strcoll and strcmp differ... yes
Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
no
checking whether the ctype macros accept non-ascii characters... Running configure in multilib subdirs 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
checking for getcwd... Running configure in multilib subdir 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
mkdir 32
no
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
yes
checking whether signal handlers are of type void... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for TIOCSTAT in sys/ioctl.h... checking for getpagesize... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
no
checking for FIONREAD in sys/ioctl.h... config.status: creating Makefile
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for speed_t in sys/types.h... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
checking for gettimeofday... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
config.status: creating config.intl
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
no
checking for struct winsize in sys/ioctl.h and termios.h... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
config.status: creating config.h
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
sys/ioctl.h
checking for struct dirent.d_ino... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
checking for index... config.status: executing default-1 commands
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
checking for struct dirent.d_fileno... rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
yes
checking for insque... yes
yes
checking for tgetent... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
checking for memchr... no
checking for tgetent in -ltermcap... yes
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... checking for memcmp... yes
checking wctype.h presence... yes
checking for wctype.h... yes
yes
checking wchar.h usability... checking for memcpy... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
yes
checking langinfo.h presence... checking for memmem... yes
checking for langinfo.h... yes
checking for mbrlen... yes
yes
checking for mbscasecmp... checking for memmove... configure: creating cache ./config.cache
checking build system type... no
checking for mbscmp... s390x-ibm-linux-gnu
checking host system type... yes
s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
checking for mempcpy... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
no
checking for mbsnrtowcs... checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for mbsrtowcs... yes
checking for memset... checking whether make supports nested variables... yes
yes
checking for mbschr... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
yes
checking for mkstemps... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for putenv... yes
checking for wcsdup... checking for suffix of object files... yes
o
checking whether we are using the GNU C compiler... yes
checking for wcwidth... checking for random... yes
checking whether gcc  -m31 accepts -g... yes
checking for wctype... yes
checking for gcc  -m31 option to accept ISO C89... yes
checking for rename... yes
checking for wcswidth... yes
yes
checking whether mbrtowc and mbstate_t are properly declared... checking for rindex... yes
checking for iswlower... yes
checking for setenv... unsupported
checking whether gcc  -m31 understands -c and -o together... yes
checking for iswupper... yes
yes
checking for style of include used by make... checking for snprintf... GNU
checking dependency style of gcc  -m31... yes
yes
checking for towlower... checking for sigsetmask... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
yes
yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... checking for stpcpy... checking for towupper... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
yes
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... checking for stpncpy... checking for iswctype... yes
checking whether the shell understands "+="... yes
checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... yes
yes
checking for nl_langinfo and CODESET... checking for strcasecmp... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
yes
checking for wint_t in wctype.h... checking for strchr... failed
checking how to run the C preprocessor... yes
checking configuration for building shared libraries... supported
yes
checking for strdup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strncasecmp... /lib/cpp
yes
checking for strndup... checking for ANSI C header files... no
yes
checking for sys/types.h... checking for strnlen... no
checking for sys/stat.h... yes
config.status: creating Makefile
no
checking for stdlib.h... checking for strrchr... config.status: creating doc/Makefile
no
checking for string.h... yes
config.status: creating examples/Makefile
no
checking for strstr... checking for memory.h... config.status: creating shlib/Makefile
no
checking for strings.h... yes
checking for strtod... no
config.status: creating config.h
checking for inttypes.h... config.status: executing default commands
yes
no
checking for stdint.h... checking for strtol... no
yes
checking for unistd.h... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
checking for strtoul... rm -f rltty.o
rm -f complete.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
no
checking for dlfcn.h... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
yes
rm -f display.o
rm -f signals.o
no
checking for objdir... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
checking for strtoll... .libs
rm -f util.o
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
rm -f kill.o
rm -f undo.o
rm -f macro.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
checking for strtoull... checking if gcc  -m31 supports -fno-rtti -fno-exceptions... rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
rm -f callback.o
rm -f terminal.o
rm -f text.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
rm -f nls.o
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
rm -f misc.o
checking for strverscmp... rm -f compat.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
rm -f xmalloc.o
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
yes
checking if gcc  -m31 static flag -static works... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
yes
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
no
checking if gcc  -m31 supports -c -o file.o... checking for tmpnam... rm -f shell.o
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
rm -f tilde.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
rm -f libhistory.a
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
test -n "ranlib" && ranlib libreadline.a
yes
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... checking for vasprintf... yes
checking whether -lc should be explicitly linked in... yes
no
checking dynamic linker characteristics... checking for vfprintf... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
yes
checking for vprintf... Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 13:07 [binutils-gdb] Update release tools with libctf support sergiodj+buildbot
@ 2019-06-01 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8412>

Commit(s) tested:
	e33f2313bf63b77763739732be14b469b4b647b7

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update release tools with libctf support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/e3/e33f2313bf63b77763739732be14b469b4b647b7/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
mkdir -p -- ./readline
mkdir -p -- ./libdecnumber
Checking multilib configuration for zlib...
mkdir -p -- ./libiberty
Configuring in ./readline
Configuring in ./libiberty
mkdir -p -- s390x-ibm-linux-gnu/zlib
mkdir -p -- ./zlib
mkdir -p -- ./intl
Configuring in ./libdecnumber
Configuring in ./intl
Configuring in ./zlib
mkdir -p -- ./etc
Configuring in ./etc
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking build system type... s390x-ibm-linux-gnu
checking host system type... configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... checking build system type... configure: creating cache ./config.cache
checking for perl... perl
s390x-ibm-linux-gnu
checking host system type... checking build system type... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
checking host system type... checking whether the C compiler works... checking build system type... s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
s390x-ibm-linux-gnu
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... yes
config.status: creating Makefile
yes
checking for s390x-ibm-linux-gnu-gcc... gcc
/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C compiler default output file name... a.out
yes
checking for suffix of executables... checking for a thread-safe mkdir -p... checking whether make supports nested variables... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking whether the C compiler works... checking whether make supports nested variables... checking whether the C compiler works... 
checking whether we are cross compiling... yes
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    
no
checking for suffix of object files... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether the C compiler works... checking whether we are cross compiling... yes
checking whether gcc accepts -g... 
checking whether we are cross compiling... 
checking whether the C compiler works... checking whether we are cross compiling... yes
checking for gcc option to accept ISO C89... no
yes
checking for C compiler default output file name... a.out
checking for suffix of object files... no
checking for suffix of executables... checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc -E
yes
checking whether gcc accepts -g... 
yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes
checking whether gcc accepts -g... checking for grep that handles long lines and -e... 
none needed
checking how to run the C preprocessor... checking whether we are cross compiling... /bin/grep
checking for egrep... yes
checking whether gcc accepts -g... /bin/grep -E
checking for ANSI C header files... no
checking for suffix of object files... no
checking for suffix of object files... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... gcc -E
none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
o
checking whether we are using the GNU C compiler... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
none needed
checking how to run the C preprocessor... yes
checking whether gcc     accepts -g... yes
checking whether gcc accepts -g... checking whether gcc supports -W... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for gcc option to accept ISO C89... yes
checking for gcc     option to accept ISO C89... gcc -E
yes
checking whether gcc supports -Wall... none needed
checking whether gcc     understands -c and -o together... yes
none needed
checking whether gcc understands -c and -o together... checking for sys/types.h... checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking whether gcc supports -Wwrite-strings... yes
yes
checking for style of include used by make... checking for style of include used by make... yes
GNU
GNU
checking dependency style of gcc... checking dependency style of gcc    ... checking for sys/stat.h... yes
checking whether gcc supports -Wstrict-prototypes... yes
yes
checking for sys/types.h... yes
gcc3
checking how to print strings... checking for stdlib.h... checking whether gcc supports -Wmissing-prototypes... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... yes
/bin/sed
yes
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... checking whether gcc supports -Wold-style-definition... /bin/grep -E
checking for fgrep... checking for sys/stat.h... /bin/grep -F
checking for ld used by gcc... checking for string.h... checking for sys/types.h... printf
checking for a sed that does not truncate output... ld
checking if the linker (ld) is GNU ld... /bin/sed
checking for grep that handles long lines and -e... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc    ... yes
ld
checking if the linker (ld) is GNU ld... checking for sys/stat.h... yes
yes
checking for BSD- or MS-compatible name lister (nm)... yes
nm
checking the name lister (nm) interface... yes
checking whether gcc supports -Wmissing-format-attribute... 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 ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for stdlib.h... checking for memory.h... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... yes
checking for stdlib.h... yes
checking whether gcc supports -Wcast-qual... yes
checking for strings.h... checking for string.h... yes
checking whether gcc supports -pedantic -Wlong-long... checking for string.h... yes
ok
yes
yes
yes
checking for inttypes.h... checking for memory.h... checking whether gcc supports -fno-lto... checking how to run the C preprocessor... yes
ok
checking for memory.h... yes
yes
checking how to run the C preprocessor... checking for stdint.h... yes
gcc -E
checking for strings.h... checking for strings.h... gcc     -E
checking how to run the C preprocessor... yes
yes
yes
checking for ANSI C header files... checking for ANSI C header files... checking for inttypes.h... checking for inttypes.h... gcc -E
checking for unistd.h... yes
yes
checking for grep that handles long lines and -e... yes
checking minix/config.h usability... checking for stdint.h... /bin/grep
checking for egrep... checking for stdint.h... /bin/grep -E
checking for ANSI C header files... yes
no
checking minix/config.h presence... checking for sys/types.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking whether make sets $(MAKE)... checking for unistd.h... checking for unistd.h... yes
yes
checking minix/config.h usability... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking minix/config.h usability... yes
checking for sys/stat.h... checking for sys/types.h... checking for msgfmt... no
checking minix/config.h presence... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
no
checking minix/config.h presence... checking for xgettext... yes
yes
/usr/bin/xgettext
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... checking for sys/stat.h... yes
checking for msgmerge... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... /usr/bin/msgmerge
checking for stdlib.h... checking for sys/stat.h... yes
checking for string.h... checking build system type... yes
checking whether gcc needs -traditional... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
s390x-ibm-linux-gnu
checking host system type... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... checking for stdlib.h... no
checking whether gcc supports -W... checking for stdlib.h... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking for memory.h... checking whether gcc supports -Wall... yes
yes
yes
checking for working volatile... yes
yes
checking whether gcc supports -Wwrite-strings... yes
yes
checking return type of signal handlers... checking for string.h... none required
checking for an ANSI C-conforming const... checking for strings.h... checking for string.h... void
checking whether gcc supports -Wc++-compat... checking for size_t... yes
yes
checking for inttypes.h... yes
checking for inline... yes
yes
yes
checking for stdint.h... checking for memory.h... inline
checking for off_t... checking whether gcc supports -Wstrict-prototypes... yes
checking for memory.h... yes
checking for unistd.h... yes
checking for ssize_t... yes
checking for dlfcn.h... checking for strings.h... yes
checking whether gcc supports -Wshadow=local... yes
no
checking whether gcc supports -pedantic ... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for objdir... .libs
yes
checking whether gcc and cc understand -c and -o together... yes
checking for strings.h... no
yes
checking for size_t... checking for inttypes.h... checking for dirent.h that defines DIR... yes
yes
yes
checking if gcc supports -fno-rtti -fno-exceptions... checking for inttypes.h... checking for library containing opendir... yes
checking for working alloca.h... checking for stdint.h... yes
none required
checking for fcntl... yes
checking for alloca... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for stdint.h... yes
yes
yes
checking for an ANSI C-conforming const... checking for stdlib.h... (cached) yes
checking for kill... yes
checking for unistd.h... yes
checking for inline... yes
checking if gcc static flag -static works... checking for unistd.h... (cached) yes
inline
checking whether byte ordering is bigendian... checking for unistd.h... yes
checking if gcc supports -c -o file.o... checking for sys/param.h... yes
yes
yes
checking for dlfcn.h... yes
checking for getpagesize... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... checking ctype.h usability... checking for lstat... yes
checking for objdir... .libs
yes
checking ctype.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for working mmap... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for ctype.h... yes
yes
checking stddef.h usability... checking for memmove... checking for sys/file.h... no
checking dynamic linker characteristics... yes
checking if gcc     supports -fno-rtti -fno-exceptions... yes
checking stddef.h presence... yes
checking whether we are using the GNU C Library 2.1 or newer... checking for sys/param.h... yes
yes
checking for stddef.h... yes
yes
checking whether integer division by zero raises SIGFPE... yes
no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... checking for putenv... checking for string.h... (cached) yes
checking for limits.h... yes
checking stdio.h usability... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if gcc     static flag -static works... yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for inttypes.h... checking for stdlib.h... (cached) yes
yes
checking for select... yes
checking stdio.h presence... checking for malloc.h... yes
checking for stdint.h... yes
checking for stdio.h... yes
yes
yes
checking if gcc     supports -c -o file.o... checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for unsigned long long... yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for setenv... checking for sys/param.h... checking for strings.h... (cached) yes
yes
checking for inttypes.h... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... yes
checking for uintptr_t... checking for sys/time.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
yes
checking whether -lc should be explicitly linked in... checking for getpagesize... yes
checking for setlocale... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... checking for time.h... yes
checking for shared library run path origin... no
checking dynamic linker characteristics... yes
yes
yes
checking for int_least32_t... yes
checking for working mmap... checking for sys/resource.h... checking for strcasecmp... yes
done
checking argz.h usability... checking for sys/stat.h... (cached) yes
yes
yes
yes
checking for int_fast32_t... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for sys/mman.h... checking for memcpy... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking argz.h presence... checking for strpbrk... yes
checking for argz.h... yes
yes
checking for fcntl.h... checking limits.h usability... checking for stdlib.h... (cached) yes
yes
yes
yes
checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking for uint64_t... checking for strerror... yes
checking limits.h presence... checking for tcgetattr... checking for sys/param.h... yes
yes
checking for limits.h... yes
checking for sys/pstat.h... checking locale.h usability... yes
yes
yes
checking for getpagesize... checking for unistd.h... (cached) yes
checking for vsnprintf... yes
no
checking what to include in gstdint.h... yes
checking locale.h presence... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/sysmp.h... yes
checking for locale.h... yes
configure: updating cache ./config.cache
yes
yes
checking for off_t... checking for working mmap... checking nl_types.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
no
yes
checking for sys/sysinfo.h... yes
checking for isascii... yes
checking nl_types.h presence... checking for machine/hal_sysinfo.h... yes
checking for nl_types.h... yes
yes
no
checking for memcpy... checking malloc.h usability... yes
checking for sys/table.h... yes
checking size of int... checking for isxdigit... yes
checking malloc.h presence... no
checking for sys/sysctl.h... yes
yes
checking for malloc.h... yes
yes
checking for strerror... checking stddef.h usability... yes
4
checking size of long... checking for sys/systemcfg.h... checking for getpwent... yes
checking stddef.h presence... no
yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
yes
yes
checking for unistd.h... (cached) yes
8
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdio_ext.h... checking build system type... yes
checking for getpwnam... s390x-ibm-linux-gnu
checking host system type... checking for string.h... (cached) yes
s390x-ibm-linux-gnu
checking target system type... checking for unistd.h... (cached) yes
s390x-ibm-linux-gnu
checking for decimal floating point... checking for process.h... dpd
checking whether byte ordering is bigendian... configure: updating cache ./config.cache
checking for sys/param.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
no
checking for feof_unlocked... checking for sys/prctl.h... checking for getpwuid... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
yes
checking whether time.h and sys/time.h may both be included... yes
checking for working strcoll... checking for fgets_unlocked... yes
checking whether errno must be declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
no
checking size of int... checking fcntl.h usability... checking for getc_unlocked... yes
checking fcntl.h presence... yes
4
yes
checking for fcntl.h... yes
checking size of long... checking for unistd.h... (cached) yes
checking for getcwd... checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
8
checking size of size_t... checking for getegid... no
checking varargs.h presence... no
checking for varargs.h... no
yes
8
checking stdarg.h usability... checking for long long... checking for geteuid... yes
checking stdarg.h presence... config.status: creating Makefile
yes
checking for stdarg.h... yes
yes
checking for string.h... (cached) yes
checking for getgid... yes
checking size of long long... config.status: creating config.h
checking for strings.h... (cached) yes
config.status: executing gstdint.h commands
checking limits.h usability... yes
checking for getuid... 8
yes
checking limits.h presence... checking for a 64-bit type... yes
checking for limits.h... yes
uint64_t
checking for intptr_t... yes
checking locale.h usability... checking for mempcpy... yes
checking locale.h presence... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for uintptr_t... source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
yes
yes
checking pwd.h presence... checking for munmap... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
yes
checking termcap.h usability... yes
checking for ssize_t... checking for putenv... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
checking termios.h usability... yes
checking for pid_t... checking for setenv... yes
checking termios.h presence... yes
yes
checking for termios.h... yes
checking for setlocale... checking termio.h usability... yes
rm -f libdecnumber.a
checking for library containing strerror... ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
yes
yes
checking termio.h presence... checking for stpcpy... none required
yes
checking for termio.h... yes
checking for asprintf... checking sys/pte.h usability... yes
checking for strcasecmp... yes
no
checking sys/pte.h presence... checking for atexit... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... yes
checking for strdup... checking for basename... no
checking sys/stream.h presence... yes
yes
no
checking for sys/stream.h... no
checking for strtoul... checking sys/select.h usability... checking for bcmp... yes
checking sys/select.h presence... yes
config.status: creating Makefile
checking for tsearch... yes
checking for sys/select.h... yes
yes
config.status: executing depfiles commands
checking sys/file.h usability... checking for bcopy... yes
yes
checking sys/file.h presence... checking for __argz_count... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... yes
checking for bsearch... checking for __argz_stringify... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
no
yes
checking for type of signal functions... checking for bzero... checking for __argz_next... posix
checking if signal handlers must be reinstalled when invoked... yes
yes
checking for __fsetlocking... config.status: executing libtool commands
checking for calloc... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
config.status: creating Makefile
checking for iconv... yes
present
checking for lstat... checking for clock... config.status: executing default-1 commands
yes
checking for iconv declaration... yes
checking whether or not strcoll and strcmp differ... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... checking for ffs... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
no
checking whether the ctype macros accept non-ascii characters... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for LC_MESSAGES... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
no
checking whether getpw functions are declared in pwd.h... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
checking for getcwd... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
checking for bison... bison
checking version of bison... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
yes
checking whether termios.h defines TIOCGWINSZ... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
no
checking whether sys/ioctl.h defines TIOCGWINSZ... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
Running configure in multilib subdirs 32
checking for getpagesize... pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
yes
checking for sig_atomic_t in signal.h... Running configure in multilib subdir 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
mkdir 32
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
checking whether signal handlers are of type void... yes
configure: updating cache ./config.cache
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
checking for gettimeofday... rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
configure: creating ./config.status
yes
checking for TIOCSTAT in sys/ioctl.h... make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
yes
no
checking for FIONREAD in sys/ioctl.h... checking for index... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for insque... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for memchr... yes
checking for tgetent... yes
no
checking for tgetent in -ltermcap... checking for memcmp... config.status: creating Makefile
yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... config.status: creating config.intl
yes
yes
checking wctype.h presence... checking for memcpy... yes
checking for wctype.h... yes
checking wchar.h usability... config.status: creating config.h
yes
yes
checking wchar.h presence... config.status: executing default-1 commands
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for memmem... yes
checking langinfo.h presence... yes
yes
checking for langinfo.h... yes
checking for mbrlen... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
checking for memmove... yes
checking for mbscasecmp... yes
checking for mempcpy... configure: creating cache ./config.cache
checking build system type... s390x-ibm-linux-gnu
checking host system type... no
checking for mbscmp... s390x-ibm-linux-gnu
checking target system type... s390x-ibm-linux-gnu
checking for a BSD-compatible install... yes
/usr/bin/install -c
checking whether build environment is sane... yes
checking for memset... checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... no
checking for mbsnrtowcs... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking whether make supports nested variables... yes
yes
checking for mbsrtowcs... checking for mkstemps... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
yes
checking for mbschr... yes
checking for putenv... no
checking for wcrtomb... yes
checking for random... checking for suffix of object files... yes
checking for wcscoll... o
checking whether we are using the GNU C compiler... yes
yes
checking whether gcc  -m31 accepts -g... checking for rename... yes
checking for wcsdup... yes
checking for gcc  -m31 option to accept ISO C89... yes
yes
checking for wcwidth... checking for rindex... yes
checking for wctype... yes
yes
checking for wcswidth... checking for setenv... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for snprintf... yes
checking for iswlower... yes
checking for sigsetmask... yes
unsupported
checking whether gcc  -m31 understands -c and -o together... checking for iswupper... yes
yes
checking for style of include used by make... GNU
checking for stpcpy... checking dependency style of gcc  -m31... yes
checking for towlower... yes
checking for stpncpy... gcc3
checking how to print strings... yes
printf
checking for a sed that does not truncate output... checking for towupper... /bin/sed
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for strcasecmp... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for iswctype... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... checking for strchr... yes
checking for nl_langinfo and CODESET... yes
yes
checking for wchar_t in wchar.h... checking for strdup... yes
checking for wctype_t in wctype.h... failed
yes
yes
checking for wint_t in wctype.h... checking how to run the C preprocessor... checking for strncasecmp... yes
checking configuration for building shared libraries... supported
yes
configure: updating cache ./config.cache
checking for strndup... configure: creating ./config.status
yes
checking for strnlen... /lib/cpp
yes
checking for strrchr... checking for ANSI C header files... no
checking for sys/types.h... yes
no
checking for strstr... checking for sys/stat.h... no
checking for stdlib.h... yes
config.status: creating Makefile
checking for strtod... no
checking for string.h... config.status: creating doc/Makefile
yes
no
checking for memory.h... checking for strtol... config.status: creating examples/Makefile
no
checking for strings.h... yes
config.status: creating shlib/Makefile
checking for strtoul... no
checking for inttypes.h... config.status: creating config.h
yes
no
checking for stdint.h... config.status: executing default commands
checking for strtoll... no
checking for unistd.h... yes
checking for strtoull... no
checking for dlfcn.h... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
no
checking for objdir... yes
.libs
rm -f rltty.o
rm -f complete.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
checking for strverscmp... rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
yes
rm -f signals.o
checking if gcc  -m31 supports -fno-rtti -fno-exceptions... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
checking for tmpnam... rm -f util.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... rm -f input.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
yes
rm -f callback.o
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
rm -f text.o
rm -f nls.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
checking for vasprintf... rm -f misc.o
yes
checking if gcc  -m31 static flag -static works... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
rm -f xmalloc.o
no
checking if gcc  -m31 supports -c -o file.o... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
yes
rm -f histfile.o
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
rm -f mbutil.o
checking for vfprintf... gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
yes
rm -f libreadline.a
rm -f libhistory.a
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
test -n "ranlib" && ranlib libreadline.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
checking for vprintf... yes
checking whether -lc should be explicitly linked in... yes
no
checking dynamic linker characteristics... checking for vsnprintf... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
yes
checking for vsprintf... Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-29 12:50 [binutils-gdb] Sync top level files with versions from gcc sergiodj+buildbot
@ 2019-06-01 12:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-06-01 12:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8411>

Commit(s) tested:
	f948b2de97884bfb4e5fc11d40a6bea9e0b096ae

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync top level files with versions from gcc.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f9/f948b2de97884bfb4e5fc11d40a6bea9e0b096ae/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
mkdir -p -- ./intl
mkdir -p -- ./etc
Configuring in ./etc
Configuring in ./intl
mkdir -p -- ./libdecnumber
mkdir -p -- ./libiberty
mkdir -p -- ./readline
Configuring in ./readline
mkdir -p -- ./zlib
Checking multilib configuration for zlib...
Configuring in ./libiberty
Configuring in ./libdecnumber
mkdir -p -- s390x-ibm-linux-gnu/zlib
Configuring in ./zlib
Configuring in s390x-ibm-linux-gnu/zlib
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
configure: creating cache ./config.cache
checking build system type... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu

Beginning configuration for readline-6.2 for s390x-ibm-linux-gnu

checking whether make sets $(MAKE)... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for s390x-ibm-linux-gnu-gcc... gcc
checking whether the C compiler works... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking whether the C compiler works... checking for suffix of executables... config.status: creating Makefile

yes
checking for C compiler default output file name... a.out
checking whether we are cross compiling... checking for suffix of executables... checking whether the C compiler works... checking for perl... perl
configure: creating cache ./config.cache

checking build system type... no
checking build system type... checking whether we are cross compiling... checking for suffix of object files... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for s390x-ibm-linux-gnu-gcc... gcc
yes
checking for C compiler default output file name... a.out
s390x-ibm-linux-gnu
checking target system type... checking for suffix of executables... o
checking whether we are using the GNU C compiler... s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... no
yes
checking for suffix of object files... yes
checking whether gcc accepts -g... configure: creating cache ./config.cache

checking whether we are cross compiling... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/etc'
checking for a thread-safe mkdir -p... checking build system type... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... s390x-ibm-linux-gnu
checking host system type... yes
checking for gcc option to accept ISO C89... s390x-ibm-linux-gnu
checking target system type... yes
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... no
yes
checking whether gcc accepts -g... checking for suffix of object files... checking whether make supports nested variables... yes
checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for a thread-safe mkdir -p... yes
checking for gcc option to accept ISO C89... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... o
checking whether we are using the GNU C compiler... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc    
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
gcc -E
yes
checking whether gcc accepts -g... checking whether make supports nested variables... none needed
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether gcc supports -W... 
checking whether we are cross compiling... yes
checking for gcc option to accept ISO C89... yes
checking for grep that handles long lines and -e... checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking whether gcc supports -Wall... none needed
checking how to run the C preprocessor... no
checking for suffix of object files... checking whether the C compiler works... yes
checking whether gcc supports -Wwrite-strings... gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
yes
checking whether gcc accepts -g... checking whether gcc supports -Wstrict-prototypes... checking whether the C compiler works... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 
yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... yes
yes
checking for sys/types.h... checking whether gcc supports -Wmissing-prototypes... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... none needed
checking how to run the C preprocessor... yes
no
yes
checking for suffix of object files... checking whether gcc supports -Wold-style-definition... 
checking for sys/stat.h... checking whether we are cross compiling... o
checking whether we are using the GNU C compiler... gcc -E
yes
yes
checking whether gcc     accepts -g... checking whether gcc supports -Wmissing-format-attribute... yes
no
checking for suffix of object files... yes
yes
checking for gcc     option to accept ISO C89... checking for sys/types.h... checking for grep that handles long lines and -e... checking for stdlib.h... yes
/bin/grep
checking for egrep... checking whether gcc supports -Wcast-qual... o
checking whether we are using the GNU C compiler... /bin/grep -E
checking for ANSI C header files... yes
yes
none needed
checking whether gcc     understands -c and -o together... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether gcc accepts -g... checking for sys/stat.h... checking for string.h... yes
yes
checking for gcc option to accept ISO C89... yes
yes
checking for style of include used by make... checking whether gcc supports -fno-lto... GNU
checking dependency style of gcc    ... checking for stdlib.h... yes
none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... checking for memory.h... yes
yes
checking for sys/types.h... yes
checking for style of include used by make... checking for string.h... yes
GNU
checking dependency style of gcc... gcc -E
yes
gcc3
checking how to print strings... checking for strings.h... checking for sys/stat.h... yes
checking for memory.h... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc    ... gcc3
checking how to print strings... ld
checking if the linker (ld) is GNU ld... checking for inttypes.h... yes
checking for stdlib.h... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... printf
checking for a sed that does not truncate output... checking for strings.h... yes
/bin/sed
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... checking for stdint.h... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... BSD nm
checking for string.h... checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for inttypes.h... checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for unistd.h... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/types.h... yes
1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for memory.h... yes
checking for ld option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... no
checking for strip... strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking for stdint.h... yes
checking minix/config.h usability... yes
checking for sys/stat.h... yes
checking for strings.h... checking for unistd.h... no
checking minix/config.h presence... yes
ok
checking how to run the C preprocessor... checking for stdlib.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking minix/config.h usability... checking for inttypes.h... ok
yes
gcc     -E
yes
checking whether gcc needs -traditional... checking for string.h... yes
checking how to run the C preprocessor... no
checking minix/config.h presence... checking for stdint.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for ANSI C header files... gcc -E
yes
checking for memory.h... yes
checking for function prototypes... yes
checking whether char is unsigned... checking for unistd.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for working volatile... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
yes
checking for ANSI C header files... checking minix/config.h usability... checking for msgfmt... checking for strings.h... yes
checking return type of signal handlers... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... yes
no
checking minix/config.h presence... /usr/bin/xgettext
yes
checking for inttypes.h... checking for msgmerge... checking for sys/types.h... void
checking for size_t... /usr/bin/msgmerge
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking build system type... checking for stdint.h... s390x-ibm-linux-gnu
checking host system type... checking for sys/stat.h... yes
no
s390x-ibm-linux-gnu
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking whether gcc supports -W... checking for sys/types.h... yes
yes
checking for ssize_t... yes
yes
yes
checking for unistd.h... checking whether gcc supports -Wall... checking for stdlib.h... none required
checking for an ANSI C-conforming const... checking for sys/stat.h... yes
yes
yes
checking whether gcc supports -Wwrite-strings... yes
checking for inline... checking ctype.h usability... checking for string.h... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
yes
inline
checking for off_t... no
checking for stdlib.h... checking whether gcc supports -Wc++-compat... yes
checking ctype.h presence... checking for dirent.h that defines DIR... yes
yes
checking for ctype.h... yes
yes
checking for memory.h... yes
yes
checking whether gcc supports -Wstrict-prototypes... checking stddef.h usability... checking for library containing opendir... checking for string.h... yes
yes
checking for size_t... yes
checking for strings.h... yes
checking stddef.h presence... checking whether gcc supports -Wshadow=local... yes
yes
checking for stddef.h... yes
none required
checking for fcntl... no
checking for memory.h... checking whether gcc supports -pedantic ... yes
checking for string.h... (cached) yes
checking stdio.h usability... checking for inttypes.h... yes
checking whether gcc and cc understand -c and -o together... yes
yes
yes
checking for working alloca.h... checking for kill... checking for strings.h... yes
checking stdio.h presence... yes
yes
checking for stdio.h... yes
yes
checking for alloca... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for stdint.h... checking for inttypes.h... checking for lstat... yes
yes
checking for stdlib.h... (cached) yes
yes
checking for an ANSI C-conforming const... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
yes
checking for uintptr_t... checking for stdint.h... yes
checking for inline... checking for sys/param.h... checking for memmove... yes
inline
checking whether byte ordering is bigendian... checking for dlfcn.h... yes
yes
checking for getpagesize... yes
checking for int_least32_t... checking for unistd.h... yes
yes
checking for objdir... .libs
checking for putenv... yes
yes
checking for working mmap... checking for dlfcn.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
yes
yes
checking for int_fast32_t... checking for select... yes
checking for sys/file.h... yes
checking for objdir... checking whether we are using the GNU C Library 2.1 or newer... .libs
checking if gcc     supports -fno-rtti -fno-exceptions... yes
yes
checking whether integer division by zero raises SIGFPE... yes
checking for sys/param.h... checking for setenv... yes
checking for uint64_t... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for inttypes.h... checking for limits.h... checking for setlocale... yes
yes
checking if gcc     static flag -static works... yes
checking what to include in gstdint.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for stdint.h... checking for stdlib.h... (cached) yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
yes
checking for off_t... yes
checking for strcasecmp... checking for malloc.h... checking for unsigned long long... yes
checking if gcc     supports -c -o file.o... yes
checking if gcc static flag -static works... yes
yes
checking for inttypes.h... checking for string.h... (cached) yes
yes
yes
checking if gcc supports -c -o file.o... checking for strpbrk... yes
yes
checking size of int... checking for unistd.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (ld -m elf64_s390) supports shared libraries... checking for strings.h... (cached) yes
yes
checking whether -lc should be explicitly linked in... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... checking for sys/time.h... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf64_s390) supports shared libraries... no
checking dynamic linker characteristics... 4
yes
checking size of long... yes
checking whether -lc should be explicitly linked in... checking for tcgetattr... done
checking for time.h... checking argz.h usability... yes
8
no
checking dynamic linker characteristics... checking for ANSI C header files... (cached) yes
yes
checking build system type... checking for sys/resource.h... yes
checking argz.h presence... s390x-ibm-linux-gnu
checking host system type... yes
checking for vsnprintf... s390x-ibm-linux-gnu
checking target system type... yes
checking for argz.h... yes
GNU/Linux ld.so
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 how to run the C preprocessor... gcc     -E
s390x-ibm-linux-gnu
checking for decimal floating point... dpd
checking whether byte ordering is bigendian... checking for sys/stat.h... (cached) yes
checking limits.h usability... checking for sys/mman.h... yes
yes
yes
checking limits.h presence... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for stdlib.h... (cached) yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for isascii... checking for fcntl.h... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
yes
checking locale.h usability... checking for sys/param.h... checking for alloca.h... yes
yes
yes
checking for stdlib.h... (cached) yes
yes
checking locale.h presence... checking for isxdigit... configure: updating cache ./config.cache
yes
checking for locale.h... yes
checking for sys/pstat.h... yes
configure: creating ./config.status
checking for unistd.h... (cached) yes
checking for getpagesize... checking nl_types.h usability... checking for sys/param.h... no
checking for sys/sysmp.h... yes
yes
yes
checking nl_types.h presence... checking for working mmap... yes
checking for getpwent... no
yes
checking for nl_types.h... yes
checking for sys/sysinfo.h... checking for getpagesize... yes
checking malloc.h usability... yes
yes
checking for machine/hal_sysinfo.h... checking for working mmap... yes
checking malloc.h presence... yes
checking for getpwnam... checking for memcpy... yes
checking for malloc.h... yes
no
checking for sys/table.h... checking stddef.h usability... yes
yes
yes
checking for getpwuid... checking for memcpy... yes
checking stddef.h presence... no
checking for sys/sysctl.h... checking for strerror... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for sys/systemcfg.h... yes
yes
checking for string.h... (cached) yes
checking for working strcoll... yes
checking for unistd.h... (cached) yes
checking for strerror... no
checking for unistd.h... (cached) yes
config.status: creating Makefile
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
configure: updating cache ./config.cache
checking for stdio_ext.h... config.status: creating config.h
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for feof_unlocked... checking fcntl.h usability... yes
yes
config.status: executing gstdint.h commands
checking for unistd.h... (cached) yes
checking for process.h... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
no
checking for fgets_unlocked... configure: updating cache ./config.cache
checking for sys/prctl.h... checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for stdlib.h... (cached) yes
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking varargs.h usability... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
source='../../binutils-gdb/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal32.c
checking for getc_unlocked... yes
checking whether time.h and sys/time.h may both be included... source='../../binutils-gdb/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal64.c
source='../../binutils-gdb/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../binutils-gdb/libdecnumber -I.  -g -D_GLIBCXX_DEBUG  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -fno-lto -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/dpd/decimal128.c
no
checking varargs.h presence... yes
checking whether errno must be declared... yes
no
checking size of int... checking for getcwd... no
checking for varargs.h... no
checking stdarg.h usability... yes
4
checking size of long... yes
checking stdarg.h presence... checking for getegid... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
yes
8
checking size of size_t... checking for strings.h... (cached) yes
checking for geteuid... checking limits.h usability... yes
8
checking for long long... yes
checking limits.h presence... checking for getgid... yes
checking for limits.h... yes
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
checking locale.h usability... make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/libdecnumber'
yes
yes
checking locale.h presence... checking for getuid... yes
checking size of long long... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for mempcpy... yes
checking pwd.h presence... 8
checking for a 64-bit type... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
uint64_t
checking for intptr_t... yes
checking termcap.h usability... checking for munmap... yes
checking termcap.h presence... yes
checking for termcap.h... yes
yes
yes
checking for uintptr_t... checking termios.h usability... checking for putenv... yes
checking termios.h presence... yes
checking for termios.h... yes
yes
checking termio.h usability... checking for setenv... yes
checking for ssize_t... yes
checking termio.h presence... yes
yes
checking for termio.h... yes
checking sys/pte.h usability... checking for setlocale... yes
checking for pid_t... no
checking sys/pte.h presence... yes
no
checking for sys/pte.h... no
checking for stpcpy... yes
checking sys/stream.h usability... checking for library containing strerror... none required
no
checking sys/stream.h presence... yes
checking for asprintf... no
checking for sys/stream.h... no
checking for strcasecmp... checking sys/select.h usability... yes
yes
checking sys/select.h presence... checking for atexit... yes
yes
checking for sys/select.h... yes
checking sys/file.h usability... checking for strdup... yes
yes
checking sys/file.h presence... checking for basename... yes
checking for sys/file.h... yes
yes
checking for sys/ptem.h... checking for strtoul... yes
no
checking for bcmp... checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
no
checking for type of signal functions... checking for tsearch... yes
checking for bcopy... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for __argz_count... yes
checking for bsearch... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for __argz_stringify... yes
present
checking for lstat... checking for bzero... yes
yes
checking whether or not strcoll and strcmp differ... checking for __argz_next... yes
checking for calloc... yes
config.status: creating Makefile
no
checking whether the ctype macros accept non-ascii characters... checking for __fsetlocking... config.status: executing default-1 commands
yes
no
checking whether getpw functions are declared in pwd.h... checking for clock... yes
checking for iconv... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
yes
checking for iconv declaration... checking for ffs... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... config.status: creating Makefile
yes
checking whether signal handlers are of type void... yes
config.status: executing depfiles commands
yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for LC_MESSAGES... checking for getcwd... no
checking for FIONREAD in sys/ioctl.h... yes
checking for bison... bison
checking version of bison... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
Running configure in multilib subdirs 32
pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu/zlib
yes
checking for speed_t in sys/types.h... Running configure in multilib subdir 32
checking for getpagesize... pwd: /home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/s390x-ibm-linux-gnu
mkdir 32
no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
sys/ioctl.h
checking for struct dirent.d_ino... configure: updating cache ./config.cache
checking for gettimeofday... configure: creating ./config.status
yes
checking for struct dirent.d_fileno... yes
yes
checking for tgetent... checking for index... config.status: executing libtool commands
yes
no
checking for tgetent in -ltermcap... checking for insque... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
yes
checking wctype.h presence... checking for memchr... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-gdb/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-gdb/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-gdb/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-gdb/zlib/'`deflate.c
yes
checking for wctype.h... yes
checking wchar.h usability... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-gdb/zlib/'`gzread.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-gdb/zlib/'`gzclose.c
yes
yes
checking wchar.h presence... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
checking for wchar.h... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking langinfo.h usability... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
checking for memcmp... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-gdb/zlib/'`infback.c
config.status: creating Makefile
yes
checking langinfo.h presence... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-gdb/zlib/'`inffast.c
yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
checking for langinfo.h... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
checking for mbrlen... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-gdb/zlib/'`inflate.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-gdb/zlib/'`inftrees.c
config.status: creating config.intl
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
checking for memcpy... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-gdb/zlib/'`uncompr.c
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG  -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-gdb/zlib/'`zutil.c
yes
checking for mbscasecmp... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG " "CXXFLAGS=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG " "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG " "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/s390x-ibm-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
yes
config.status: creating config.h
checking for memmem... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
config.status: executing default-1 commands
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
yes
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/zlib'
no
checking for mbscmp... checking for memmove... make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/intl'
no
checking for mbsnrtowcs... yes
checking for mempcpy... configure: creating cache ./config.cache
checking build system type... yes
checking for mbsrtowcs... s390x-ibm-linux-gnu
checking host system type... s390x-ibm-linux-gnu
checking target system type... yes
s390x-ibm-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for mbschr... checking for memset... checking for s390x-ibm-linux-gnu-strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
no
checking whether make supports nested variables... checking for wcrtomb... checking for mkstemps... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for s390x-ibm-linux-gnu-gcc... gcc  -m31
yes
yes
checking for wcscoll... checking for putenv... yes
checking for wcsdup... yes
checking for suffix of object files... checking for random... yes
checking for wcwidth... o
checking whether we are using the GNU C compiler... yes
checking whether gcc  -m31 accepts -g... yes
yes
checking for wctype... yes
checking for gcc  -m31 option to accept ISO C89... checking for rename... yes
checking for wcswidth... yes
yes
checking whether mbrtowc and mbstate_t are properly declared... checking for rindex... yes
checking for iswlower... yes
checking for setenv... yes
yes
checking for iswupper... unsupported
checking whether gcc  -m31 understands -c and -o together... checking for snprintf... yes
yes
checking for style of include used by make... GNU
yes
checking dependency style of gcc  -m31... checking for towlower... checking for sigsetmask... yes
yes
gcc3
checking for stpcpy... checking how to print strings... checking for towupper... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
yes
/bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m31... ld -m elf64_s390
checking if the linker (ld -m elf64_s390) is GNU ld... yes
checking for stpncpy... checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for iswctype... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for nl_langinfo and CODESET... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld -m elf64_s390 option to reload object files... -r
checking for s390x-ibm-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for s390x-ibm-linux-gnu-ar... ar
checking for s390x-ibm-linux-gnu-strip... (cached) strip
checking for s390x-ibm-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m31 object... checking for strcasecmp... yes
checking for wchar_t in wchar.h... yes
yes
checking for wctype_t in wctype.h... checking for strchr... yes
checking for wint_t in wctype.h... yes
yes
checking configuration for building shared libraries... supported
failed
checking for strdup... checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strncasecmp... yes
checking for strndup... /lib/cpp
yes
checking for ANSI C header files... checking for strnlen... no
checking for sys/types.h... yes
checking for strrchr... config.status: creating Makefile
no
checking for sys/stat.h... config.status: creating doc/Makefile
yes
no
checking for stdlib.h... checking for strstr... config.status: creating examples/Makefile
no
checking for string.h... yes
checking for strtod... config.status: creating shlib/Makefile
no
checking for memory.h... yes
no
config.status: creating config.h
checking for strings.h... checking for strtol... config.status: executing default commands
no
checking for inttypes.h... yes
checking for strtoul... no
checking for stdint.h... yes
make[2]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
rm -f keymaps.o
rm -f parens.o
rm -f search.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/keymaps.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/readline.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/vi_mode.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/funmap.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/parens.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/search.c
no
checking for strtoll... checking for unistd.h... rm -f rltty.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/rltty.c
rm -f complete.o
rm -f bind.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/bind.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/complete.c
no
checking for dlfcn.h... rm -f isearch.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/isearch.c
rm -f display.o
yes
rm -f signals.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/display.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/signals.c
no
checking for objdir... checking for strtoull... .libs
rm -f util.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/util.c
rm -f kill.o
rm -f undo.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/undo.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/kill.c
rm -f macro.o
yes
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/macro.c
rm -f input.o
rm -f callback.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/input.c
rm -f terminal.o
checking if gcc  -m31 supports -fno-rtti -fno-exceptions... checking for strverscmp... rm -f text.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/terminal.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/callback.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/misc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/compat.c
no
checking for gcc  -m31 option to produce PIC... -fPIC -DPIC
checking if gcc  -m31 PIC flag -fPIC -DPIC works... rm -f xfree.o
yes
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xfree.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/xmalloc.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/history.c
checking for tmpnam... rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histfile.c
rm -f histsearch.o
rm -f shell.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/histsearch.c
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/shell.c
yes
checking if gcc  -m31 static flag -static works... rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  ../../binutils-gdb/readline/mbutil.c
rm -f tilde.o
gcc -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -fsigned-char -DRL_LIBRARY_VERSION='"6.2"' -g -D_GLIBCXX_DEBUG  -DREADLINE_LIBRARY -c ../../binutils-gdb/readline/tilde.c
no
checking if gcc  -m31 supports -c -o file.o... yes
checking for vasprintf... rm -f libreadline.a
rm -f libhistory.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
test -n "ranlib" && ranlib libreadline.a
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/readline'
yes
yes
checking if gcc  -m31 supports -c -o file.o... (cached) yes
checking whether the gcc  -m31 linker (ld -m elf64_s390 -m elf_s390) supports shared libraries... checking for vfprintf... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... yes
checking for vprintf... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
yes
checking for vsnprintf... Makefile:12688: recipe for target 'configure-target-zlib' failed
make[1]: *** [configure-target-zlib] Error 1
make[1]: *** Waiting for unfinished jobs....
yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
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 calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk 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... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:929: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:12 [binutils-gdb] [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint sergiodj+buildbot
@ 2019-05-16 20:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 20:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8295>

Commit(s) tested:
	bf0b396de71b76c02f6dd37e61e4044cdccb28d3

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/bf/bf0b396de71b76c02f6dd37e61e4044cdccb28d3/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:10 [binutils-gdb] [PATCH 43/57][Arm][OBJDUMP] Add support for MVE instructions: scatter stores and gather loads sergiodj+buildbot
@ 2019-05-16 20:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 20:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8294>

Commit(s) tested:
	ef1576a1b5f14276b44ee4c0fc259832ca0dfd99

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 43/57][Arm][OBJDUMP] Add support for MVE instructions: scatter stores and gather loads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ef/ef1576a1b5f14276b44ee4c0fc259832ca0dfd99/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:08 [binutils-gdb] [PATCH 42/57][Arm][OBJDUMP] Add support for MVE instructions: vldr[bhw] and vstr[bhw] sergiodj+buildbot
@ 2019-05-16 19:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8293>

Commit(s) tested:
	aef6d006581cab8a858e7abd36c57e73ea6e97a2

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 42/57][Arm][OBJDUMP] Add support for MVE instructions: vldr[bhw] and vstr[bhw]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ae/aef6d006581cab8a858e7abd36c57e73ea6e97a2/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:06 [binutils-gdb] [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst[24] sergiodj+buildbot
@ 2019-05-16 19:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8292>

Commit(s) tested:
	04d54ace12e77deb8b1d26541de0f2cbc11880f5

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst[24]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/04/04d54ace12e77deb8b1d26541de0f2cbc11880f5/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:05 [binutils-gdb] [PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms, vhadd, vhsub and vrhadd sergiodj+buildbot
@ 2019-05-16 19:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 19:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8291>

Commit(s) tested:
	9743db035e9bc256b5accdcbdecd7d1e9b41d4be

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms, vhadd, vhsub and vrhadd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/97/9743db035e9bc256b5accdcbdecd7d1e9b41d4be/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 16:01 [binutils-gdb] [PATCH 38/57][Arm][OBJDUMP] Disable the use of MVE reserved coproc numbers in coprocessor instructions sergiodj+buildbot
@ 2019-05-16 18:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8289>

Commit(s) tested:
	f08d8ce3cd39f34f26dbc681d873e59a0d7e6780

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 38/57][Arm][OBJDUMP] Disable the use of MVE reserved coproc numbers in coprocessor instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f0/f08d8ce3cd39f34f26dbc681d873e59a0d7e6780/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-16 15:59 [binutils-gdb] [PATCH 37/57][Arm][OBJDUMP] Add framework for MVE instructions sergiodj+buildbot
@ 2019-05-16 18:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8288>

Commit(s) tested:
	73cd51e51b294af9591ecc2e8a28a9bec4f466b3

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 37/57][Arm][OBJDUMP] Add framework for MVE instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/73/73cd51e51b294af9591ecc2e8a28a9bec4f466b3/>

*** Failed to compiled GDB.  ***
============================

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

checking for netdb.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for getauxval... (cached) yes
checking for pread... (cached) yes
checking for pwrite... (cached) yes
checking for pread64... (cached) yes
checking for setns... (cached) yes
checking for size_t... (cached) yes
checking for ANSI C header files... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for nl_langinfo and CODESET... (cached) yes
checking for linux/perf_event.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/un.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for thread_db.h... (cached) yes
checking for wait.h... (cached) yes
checking for termios.h... (cached) yes
checking for fdwalk... (cached) no
checking for getrlimit... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... (cached) yes
checking for socketpair... (cached) yes
checking for sigaction... (cached) yes
checking whether strerror is declared... (cached) yes
checking whether strstr is declared... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sys/ptrace.h... (cached) yes
checking for ptrace.h... (cached) no
checking whether ptrace is declared... (cached) yes
checking return type of ptrace... (cached) long
checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long
checking for ust... no
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 -Wduplicated-cond -Wformat -Wformat-nonliteral -Werror
checking for dladdr... yes
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
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) yes
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) yes
checking for struct stat.st_blksize... (cached) yes
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) yes
checking for Elf32_auxv_t... yes
checking for Elf64_auxv_t... yes
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for lwpid_t in sys/procfs.h... (cached) yes
checking for psaddr_t in sys/procfs.h... (cached) yes
checking for prgregset_t in sys/procfs.h... (cached) yes
checking for prfpregset_t in sys/procfs.h... (cached) yes
checking for elf_fpregset_t in sys/procfs.h... (cached) yes
checking for dlopen in -ldl... yes
checking for the dynamic export flag... -Wl,--dynamic-list
checking for TD_VERSION... yes
checking whether the target supports __sync_*_compare_and_swap... yes
checking whether ADDR_NO_RANDOMIZE is declared... (cached) 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 -- common/.deps
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-05-08 17:01 [binutils-gdb] Fix style bug when paging sergiodj+buildbot
@ 2019-05-09  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/8208>

Commit(s) tested:
	99f20f08682ecc7be882774ff78409530802d000

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix style bug when paging

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/99/99f20f08682ecc7be882774ff78409530802d000/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    stack.o
  CXX    stap-probe.o
  CXX    std-regs.o
  CXX    symfile-debug.o
  CXX    symfile-mem.o
  CXX    symfile.o
  CXX    symmisc.o
  CXX    symtab.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    tic6x-linux-tdep.o
  CXX    tic6x-tdep.o
  CXX    tid-parse.o
  CXX    tilegx-linux-tdep.o
  CXX    tilegx-tdep.o
  CXX    top.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    tui/tui-command.o
  CXX    tui/tui-data.o
  CXX    tui/tui-disasm.o
  CXX    tui/tui-file.o
  CXX    tui/tui-hooks.o
  CXX    tui/tui-interp.o
  CXX    tui/tui-io.o
  CXX    tui/tui-layout.o
  CXX    tui/tui-out.o
  CXX    tui/tui-regs.o
  CXX    tui/tui-source.o
  CXX    tui/tui-stack.o
  CXX    tui/tui-win.o
  CXX    tui/tui-windata.o
  CXX    tui/tui-wingeneral.o
  CXX    tui/tui-winsource.o
  CXX    tui/tui.o
  CXX    type-stack.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    unittests/array-view-selftests.o
  CXX    ui-style.o
  CXX    unittests/child-path-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-selftests.o
  CXX    unittests/copy_bitwise-selftests.o
  CXX    unittests/environ-selftests.o
  CXX    unittests/format_pieces-selftests.o
  CXX    unittests/function-view-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/memory-map-selftests.o
  CXX    unittests/memrange-selftests.o
  CXX    unittests/mkdir-recursive-selftests.o
  CXX    unittests/observable-selftests.o
  CXX    unittests/offset-type-selftests.o
  CXX    unittests/optional-selftests.o
  CXX    unittests/parse-connection-spec-selftests.o
  CXX    unittests/ptid-selftests.o
  CXX    unittests/rsp-low-selftests.o
  CXX    unittests/scoped_fd-selftests.o
  CXX    unittests/scoped_mmap-selftests.o
  CXX    unittests/scoped_restore-selftests.o
  CXX    unittests/string_view-selftests.o
  CXX    unittests/style-selftests.o
  CXX    unittests/tracepoint-selftests.o
  CXX    unittests/unpack-selftests.o
  CXX    unittests/utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    v850-tdep.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    vax-nbsd-tdep.o
../../binutils-gdb/gdb/utils.c: In function 'void fputs_maybe_filtered(const char*, ui_file*, int)':
../../binutils-gdb/gdb/utils.c:1829:62: error: 'can_emit_style_escape' was not declared in this scope
        else if (did_paginate && can_emit_style_escape (stream))
                                                              ^
Makefile:1643: recipe for target 'utils.o' failed
make[2]: *** [utils.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-03-25 16:55 [binutils-gdb] Add linux_get_hwcap sergiodj+buildbot
@ 2019-03-25 23:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-03-25 23:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7861>

Commit(s) tested:
	0f83012ea0fb84d86d2a84a5feb51c0d63f0b7eb

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add linux_get_hwcap

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0f/0f83012ea0fb84d86d2a84a5feb51c0d63f0b7eb/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.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/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.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    reverse.o
  CXX    remote.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
  CXX    rs6000-aix-tdep.o
  CXX    rs6000-lynx178-tdep.o
  CXX    rs6000-tdep.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.o
  CXX    s390-linux-nat.o
  CXX    s390-linux-tdep.o
  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    selftest-arch.o
../../binutils-gdb/gdb/s390-linux-nat.c: In member function 'virtual const target_desc* s390_linux_nat_target::read_description()':
../../binutils-gdb/gdb/s390-linux-nat.c:1019:61: error: 'linux_get_hwcap' was not declared in this scope
     CORE_ADDR hwcap = linux_get_hwcap (current_top_target ());
                                                             ^
Makefile:1641: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-01-10 17:12 [binutils-gdb] gdb: Improve scoped_switch_fork_info class sergiodj+buildbot
@ 2019-01-11 16:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-01-11 16:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7397>

Commit(s) tested:
	1ef8573cc77c91feeef3edab74d383d20809eb33

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Improve scoped_switch_fork_info class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/1e/1ef8573cc77c91feeef3edab74d383d20809eb33/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    dwarf2-frame.o
  CXX    dwarf2expr.o
  CXX    dwarf2loc.o
  CXX    dwarf2read.o
  CXX    elfread.o
  CXX    eval.o
  CXX    event-loop.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    fbsd-tdep.o
  CXX    filename-seen-cache.o
  CXX    filesystem.o
  CXX    findcmd.o
  CXX    findvar.o
  CXX    fork-child.o
  CXX    frame-base.o
  CXX    frame-unwind.o
  CXX    frame.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    gcore.o
  CXX    gdb-dlfcn.o
  CXX    gdb_bfd.o
  CXX    gdb_obstack.o
  CXX    gdb_regex.o
  CXX    gdb_usleep.o
  CXX    gdbarch-selftests.o
  CXX    gdbarch.o
  CXX    gdbtypes.o
  CXX    glibc-tdep.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    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    ia64-linux-tdep.o
  CXX    ia64-tdep.o
  CXX    ia64-vms-tdep.o
  CXX    inf-child.o
  CXX    inf-loop.o
  CXX    inf-ptrace.o
  CXX    infcall.o
  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    iq2000-tdep.o
  CXX    jit.o
  CXX    linespec.o
  CXX    language.o
  CXX    linux-fork.o
  CXX    linux-nat.o
  CXX    linux-record.o
  CXX    linux-tdep.o
../../binutils-gdb/gdb/linux-fork.c: In destructor 'scoped_switch_fork_info::~scoped_switch_fork_info()':
../../binutils-gdb/gdb/linux-fork.c:484:27: error: 'fp' was not declared in this scope
        target_pid_to_str (fp->ptid), ex.message);
                           ^~
Makefile:1641: recipe for target 'linux-fork.o' failed
make[2]: *** [linux-fork.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2019-01-07 13:26 [binutils-gdb] Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match sergiodj+buildbot
@ 2019-01-07 13:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2019-01-07 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7352>

Commit(s) tested:
	053af8c9034f92d6e36a1180655ba22a65c56437

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync libiberty sources with master version in gcc repository.  Updated stabs demangling and cxxfilt tests to match.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/05/053af8c9034f92d6e36a1180655ba22a65c56437/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    tic6x-tdep.o
  CXX    tid-parse.o
  CXX    tilegx-linux-tdep.o
  CXX    tilegx-tdep.o
  CXX    top.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    tui/tui-command.o
  CXX    tui/tui-data.o
  CXX    tui/tui-disasm.o
  CXX    tui/tui-file.o
  CXX    tui/tui-hooks.o
  CXX    tui/tui-interp.o
  CXX    tui/tui-io.o
  CXX    tui/tui-layout.o
  CXX    tui/tui-out.o
  CXX    tui/tui-regs.o
  CXX    tui/tui-source.o
  CXX    tui/tui-stack.o
  CXX    tui/tui-win.o
  CXX    tui/tui-windata.o
  CXX    tui/tui-winsource.o
  CXX    tui/tui-wingeneral.o
  CXX    tui/tui.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    ui-style.o
  CXX    unittests/array-view-selftests.o
  CXX    unittests/cli-utils-selftests.o
  CXX    unittests/common-utils-selftests.o
  CXX    unittests/copy_bitwise-selftests.o
  CXX    unittests/environ-selftests.o
  CXX    unittests/format_pieces-selftests.o
  CXX    unittests/function-view-selftests.o
  CXX    unittests/lookup_name_info-selftests.o
  CXX    unittests/memory-map-selftests.o
  CXX    unittests/memrange-selftests.o
  CXX    unittests/mkdir-recursive-selftests.o
  CXX    unittests/observable-selftests.o
  CXX    unittests/offset-type-selftests.o
  CXX    unittests/optional-selftests.o
  CXX    unittests/parse-connection-spec-selftests.o
  CXX    unittests/ptid-selftests.o
  CXX    unittests/rsp-low-selftests.o
  CXX    unittests/scoped_fd-selftests.o
  CXX    unittests/scoped_mmap-selftests.o
  CXX    unittests/scoped_restore-selftests.o
  CXX    unittests/string_view-selftests.o
  CXX    unittests/style-selftests.o
  CXX    unittests/unpack-selftests.o
  CXX    unittests/tracepoint-selftests.o
  CXX    unittests/utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    v850-tdep.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    vax-nbsd-tdep.o
  CXX    vax-tdep.o
  CXX    windows-tdep.o
  CXX    version.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xml-builtin.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  CXX    init.o
  CXXLD  gdb
gdbtypes.o: In function `check_stub_method_group(type*, int)':
/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/../../binutils-gdb/gdb/gdbtypes.c:2763: undefined reference to `cplus_demangle_opname'
/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/../../binutils-gdb/gdb/gdbtypes.c:2767: undefined reference to `cplus_demangle_opname'
linespec.o: In function `find_methods(type*, language, char const*, std::__debug::vector<char const*, std::allocator<char const*> >*, std::__debug::vector<type*, std::allocator<type*> >*)':
/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/../../binutils-gdb/gdb/linespec.c:1260: undefined reference to `cplus_demangle_opname'
/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/../../binutils-gdb/gdb/linespec.c:1262: undefined reference to `cplus_demangle_opname'
stabsread.o: In function `read_member_functions(field_info*, char const**, type*, objfile*)':
/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/../../binutils-gdb/gdb/stabsread.c:2713: undefined reference to `cplus_demangle_opname'
stabsread.o:/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/../../binutils-gdb/gdb/stabsread.c:2716: more undefined references to `cplus_demangle_opname' follow
collect2: error: ld returned 1 exit status
Makefile:1892: recipe for target 'gdb' failed
make[2]: *** [gdb] Error 1
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot
@ 2018-12-29 16:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 16:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7300>

Commit(s) tested:
	2cd8cc0b66ca297bce4d08e4f712f86d9f1a2fb6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix a crash in jit.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/2c/2cd8cc0b66ca297bce4d08e4f712f86d9f1a2fb6/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.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
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
  CXX    rs6000-aix-tdep.o
  CXX    rs6000-lynx178-tdep.o
  CXX    rs6000-tdep.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.o
  CXX    s390-linux-nat.o
  CXX    s390-linux-tdep.o
  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    skip.o
  CXX    sol2-tdep.o
  CXX    solib-aix.o
  CXX    solib-darwin.o
  CXX    solib-dsbt.o
  CXX    solib-frv.o
  CXX    solib-spu.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.o
  CXX    sparc-nbsd-tdep.o
  CXX    source.o
  CXX    sparc-linux-tdep.o
  CXX    sparc-obsd-tdep.o
../../binutils-gdb/gdb/source-cache.c:115:1: error: 'const char* get_language_name(language)' defined but not used [-Werror=unused-function]
 get_language_name (enum language lang)
 ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
Makefile:1641: recipe for target 'source-cache.o' failed
make[2]: *** [source-cache.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-12-28 23:46 [binutils-gdb] Document the "set style" commands sergiodj+buildbot
@ 2018-12-29 16:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 16:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7299>

Commit(s) tested:
	140a4bc099820c909da0eac1df0f56ec468ad3dd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Document the "set style" commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/14/140a4bc099820c909da0eac1df0f56ec468ad3dd/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.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
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
  CXX    rs6000-aix-tdep.o
  CXX    rs6000-lynx178-tdep.o
  CXX    rs6000-tdep.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.o
  CXX    s390-linux-nat.o
  CXX    s390-linux-tdep.o
  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    skip.o
  CXX    sol2-tdep.o
  CXX    solib-aix.o
  CXX    solib-darwin.o
  CXX    solib-dsbt.o
  CXX    solib-frv.o
  CXX    solib-spu.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.o
  CXX    source.o
  CXX    sparc-linux-tdep.o
  CXX    sparc-nbsd-tdep.o
  CXX    sparc-obsd-tdep.o
../../binutils-gdb/gdb/source-cache.c:115:1: error: 'const char* get_language_name(language)' defined but not used [-Werror=unused-function]
 get_language_name (enum language lang)
 ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
Makefile:1641: recipe for target 'source-cache.o' failed
make[2]: *** [source-cache.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot
@ 2018-12-29 15:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 15:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7298>

Commit(s) tested:
	62f29fda90cf1d5a1899f57ef78452471c707fd6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Highlight source code using GNU Source Highlight

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/62/62f29fda90cf1d5a1899f57ef78452471c707fd6/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.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
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
  CXX    rs6000-aix-tdep.o
  CXX    rs6000-lynx178-tdep.o
  CXX    rs6000-tdep.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    rx-tdep.o
  CXX    s12z-tdep.o
  CXX    s390-linux-nat.o
  CXX    s390-linux-tdep.o
  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
  CXX    skip.o
  CXX    sol2-tdep.o
  CXX    solib-aix.o
  CXX    solib-darwin.o
  CXX    solib-dsbt.o
  CXX    solib-frv.o
  CXX    solib-spu.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.o
  CXX    source.o
  CXX    sparc-linux-tdep.o
  CXX    sparc-nbsd-tdep.o
  CXX    sparc-obsd-tdep.o
../../binutils-gdb/gdb/source-cache.c:115:1: error: 'const char* get_language_name(language)' defined but not used [-Werror=unused-function]
 get_language_name (enum language lang)
 ^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
Makefile:1641: recipe for target 'source-cache.o' failed
make[2]: *** [source-cache.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-11-20 16:57 [binutils-gdb] Avoid "Invalid parameter passed to C runtime function" warning sergiodj+buildbot
@ 2018-11-20 16:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-11-20 16:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7112>

Commit(s) tested:
	970d89d8fdd84b31decaf3bd84e785aad057ea32

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Avoid "Invalid parameter passed to C runtime function" warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/97/970d89d8fdd84b31decaf3bd84e785aad057ea32/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    alpha-tdep.o
  CXX    amd64-darwin-tdep.o
  CXX    amd64-dicos-tdep.o
  CXX    amd64-fbsd-tdep.o
  CXX    amd64-linux-tdep.o
  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/ppc-linux-common.o
  CXX    arm-bsd-tdep.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-pikeos-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    auto-load.o
  CXX    auxv.o
  CXX    avr-tdep.o
  CXX    ax-gdb.o
  CXX    ax-general.o
  CXX    bcache.o
  CXX    bfd-target.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    block.o
  CXX    blockframe.o
  CXX    break-catch-sig.o
  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.o
  CXX    bsd-uthread.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-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    common/agent.o
  CXX    common/btrace-common.o
  CXX    common/buffer.o
  CXX    common/cleanups.o
  CXX    common/common-debug.o
  CXX    common/common-exceptions.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/environ.o
  CXX    common/errors.o
  CXX    common/fileio.o
  CXX    common/format.o
  CXX    common/filestuff.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/netstuff.o
../../binutils-gdb/gdb/common/filestuff.c: In function 'gdb_file_up gdb_fopen_cloexec(const char*, const char*)':
../../binutils-gdb/gdb/common/filestuff.c:306:36: error: 'O_NOINHERIT' was not declared in this scope
     O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT;
                                    ^~~~~~~~~~~
  CXX    common/new-op.o
  CXX    common/pathstuff.o
Makefile:1627: recipe for target 'common/filestuff.o' failed
make[2]: *** [common/filestuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-11-09 15:43 [binutils-gdb] [ARC] More fixes for TLS sergiodj+buildbot
@ 2018-11-10  5:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-11-10  5:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/7071>

Commit(s) tested:
	d07b621f4cc585607c7eee7cc58ce54a7dde52f5

Author(s) (in the same order as the commits):
	Cupertino Miranda <cmiranda@synopsys.com>

Subject:
	[ARC] More fixes for TLS.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d0/d07b621f4cc585607c7eee7cc58ce54a7dde52f5/>

*** Failed to compiled GDB.  ***
============================

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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error -o coff-tic4x.o
mv -f .deps/coff-go32.Tpo .deps/coff-go32.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c -o coff-tic80.lo ../../binutils-gdb/bfd/coff-tic80.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error -o coff-tic54x.o
mv -f .deps/coff-i386.Tpo .deps/coff-i386.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c -o coff-z80.lo ../../binutils-gdb/bfd/coff-z80.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c ../../binutils-gdb/bfd/coff-tic80.c -o coff-tic80.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c ../../binutils-gdb/bfd/coff-z80.c -o coff-z80.o
mv -f .deps/coff-tic4x.Tpo .deps/coff-tic4x.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c -o coff-z8k.lo ../../binutils-gdb/bfd/coff-z8k.c
mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-gdb/bfd/coffgen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c ../../binutils-gdb/bfd/coff-z8k.c -o coff-z8k.o
mv -f .deps/coff-tic30.Tpo .deps/coff-tic30.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-gdb/bfd/coffgen.c -o coffgen.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../binutils-gdb/bfd/cofflink.c
mv -f .deps/coff-stgo32.Tpo .deps/coff-stgo32.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.lo ../../binutils-gdb/bfd/ecoff.c
mv -f .deps/coff-sh.Tpo .deps/coff-sh.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ../../binutils-gdb/bfd/ecofflink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ../../binutils-gdb/bfd/ecofflink.c -o ecofflink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../binutils-gdb/bfd/cofflink.c -o cofflink.o
mv -f .deps/coff-tic54x.Tpo .deps/coff-tic54x.Plo
mv -f .deps/coff-tic80.Tpo .deps/coff-tic80.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../binutils-gdb/bfd/elf-ifunc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c ../../binutils-gdb/bfd/ecoff.c -o ecoff.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c -o elf-m10200.lo ../../binutils-gdb/bfd/elf-m10200.c
mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../binutils-gdb/bfd/elf-ifunc.c -o elf-ifunc.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo ../../binutils-gdb/bfd/elf-m10300.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c ../../binutils-gdb/bfd/elf-m10200.c -o elf-m10200.o
mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-gdb/bfd/elf-nacl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c ../../binutils-gdb/bfd/elf-m10300.c -o elf-m10300.o
mv -f .deps/coff-z8k.Tpo .deps/coff-z8k.Plo
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-gdb/bfd/elf-vxworks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../binutils-gdb/bfd/elf-nacl.c -o elf-nacl.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c -o elf32-am33lin.lo ../../binutils-gdb/bfd/elf32-am33lin.c
mv -f .deps/elf-m10200.Tpo .deps/elf-m10200.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c -o elf32-arc.lo ../../binutils-gdb/bfd/elf32-arc.c
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../binutils-gdb/bfd/elf32-arm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c ../../binutils-gdb/bfd/elf32-arc.c -o elf32-arc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c ../../binutils-gdb/bfd/elf32-am33lin.c -o elf32-am33lin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-gdb/bfd/elf-vxworks.c -o elf-vxworks.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../binutils-gdb/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../binutils-gdb/bfd/elf32-avr.c
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c -o elf32-bfin.lo ../../binutils-gdb/bfd/elf32-bfin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c ../../binutils-gdb/bfd/elf32-bfin.c -o elf32-bfin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
../../binutils-gdb/bfd/elf32-arc.c: In function 'arc_create_forced_local_got_entries_for_tls':
../../binutils-gdb/bfd/elf32-arc.c:2534:19: error: passing argument 4 of 'create_got_dynrelocs_for_single_entry' from incompatible pointer type [-Werror=incompatible-pointer-types]
        tmp->info, h);
                   ^
In file included from ../../binutils-gdb/bfd/elf32-arc.c:177:0:
../../binutils-gdb/bfd/arc-got.h:436:1: note: expected 'struct elf_link_hash_entry *' but argument is of type 'struct elf_arc_link_hash_entry *'
 create_got_dynrelocs_for_single_entry (struct got_entry *list,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c -o elf32-cr16.lo ../../binutils-gdb/bfd/elf32-cr16.c
mv -f .deps/ecoff.Tpo .deps/ecoff.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c -o elf32-cr16c.lo ../../binutils-gdb/bfd/elf32-cr16c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c ../../binutils-gdb/bfd/elf32-cr16.c -o elf32-cr16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c ../../binutils-gdb/bfd/elf32-cr16c.c -o elf32-cr16c.o
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-cris.lo -MD -MP -MF .deps/elf32-cris.Tpo -c -o elf32-cris.lo ../../binutils-gdb/bfd/elf32-cris.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-crx.lo -MD -MP -MF .deps/elf32-crx.Tpo -c -o elf32-crx.lo ../../binutils-gdb/bfd/elf32-crx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-cris.lo -MD -MP -MF .deps/elf32-cris.Tpo -c ../../binutils-gdb/bfd/elf32-cris.c -o elf32-cris.o
mv -f .deps/elf32-cr16c.Tpo .deps/elf32-cr16c.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-csky.lo -MD -MP -MF .deps/elf32-csky.Tpo -c -o elf32-csky.lo ../../binutils-gdb/bfd/elf32-csky.c
cc1: all warnings being treated as errors
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-crx.lo -MD -MP -MF .deps/elf32-crx.Tpo -c ../../binutils-gdb/bfd/elf32-crx.c -o elf32-crx.o
Makefile:1598: recipe for target 'elf32-arc.lo' failed
make[4]: *** [elf32-arc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-csky.lo -MD -MP -MF .deps/elf32-csky.Tpo -c ../../binutils-gdb/bfd/elf32-csky.c -o elf32-csky.o
mv -f .deps/elf32-cr16.Tpo .deps/elf32-cr16.Plo
mv -f .deps/elf32-bfin.Tpo .deps/elf32-bfin.Plo
mv -f .deps/elf32-crx.Tpo .deps/elf32-crx.Plo
mv -f .deps/elf32-cris.Tpo .deps/elf32-cris.Plo
mv -f .deps/elf32-csky.Tpo .deps/elf32-csky.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1641: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1167: recipe for target 'all' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
Makefile:2689: recipe for target 'all-bfd' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-bfd] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-12 19:01 [binutils-gdb] Remove unused variable in record-btrace.c sergiodj+buildbot
@ 2018-09-12 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-12 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6592>

Commit(s) tested:
	8ec235834d454a66a89fe16bc62e11497eb79078

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove unused variable in record-btrace.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/8e/8ec235834d454a66a89fe16bc62e11497eb79078/>

*** Failed to compiled GDB.  ***
============================

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

make[4]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      glob.h
  GEN      fcntl.h
  GEN      alloca.h
  GEN      dirent.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      math.h
  GEN      signal.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      unistd.h
  GEN      time.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       basename-lgpl.o
  CC       fd-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       math.o
  CC       malloca.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       dup-safer.o
  CC       unistd.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
  CC       mbrtowc.o
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-12 14:53 [binutils-gdb] (Ada) Fix resolving of homonym components in tagged types sergiodj+buildbot
@ 2018-09-12 18:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-12 18:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6589>

Commit(s) tested:
	1f5d1570c0eaadbb72d450211f70b24c4c23ac8e

Author(s) (in the same order as the commits):
	Jerome Guitton <guitton@adacore.com>

Subject:
	(Ada) Fix resolving of homonym components in tagged types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/1f/1f5d1570c0eaadbb72d450211f70b24c4c23ac8e/>

*** Failed to compiled GDB.  ***
============================

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

make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      dirent.h
  GEN      fcntl.h
  GEN      alloca.h
  GEN      inttypes.h
  GEN      glob.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdint.h
  GEN      math.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      time.h
  GEN      sys/types.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       stripslash.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       wctype-h.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       mbrtowc.o
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-12 12:16 [binutils-gdb] (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call sergiodj+buildbot
@ 2018-09-12 17:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-12 17:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6588>

Commit(s) tested:
	d91e9ea81dce83259f2a7f32f43876373f3e7981

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d9/d91e9ea81dce83259f2a7f32f43876373f3e7981/>

*** Failed to compiled GDB.  ***
============================

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

make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      fcntl.h
  GEN      alloca.h
  GEN      dirent.h
  GEN      glob.h
  GEN      inttypes.h
  GEN      math.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdio.h
  GEN      stdint.h
  GEN      stdlib.h
  GEN      string.h
  GEN      time.h
  GEN      sys/types.h
  GEN      sys/stat.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      sys/time.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       basename-lgpl.o
  CC       stripslash.o
  CC       exitfail.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       hard-locale.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       openat-proc.o
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-12 12:06 [binutils-gdb] (Ada) Fix printing of access to unconstrained arrays sergiodj+buildbot
@ 2018-09-12 17:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-12 17:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6587>

Commit(s) tested:
	cc330e39bc938cefd4cfc581639177ef4c6bcbe3

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) Fix printing of access to unconstrained arrays

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/cc/cc330e39bc938cefd4cfc581639177ef4c6bcbe3/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       dup-safer-flag.o
  CC       fd-safer-flag.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       basename-lgpl.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       localcharset.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-12 11:37 [binutils-gdb] (Ada/MI) Fix -var-evaluate-expression for access to unconstrained arrays sergiodj+buildbot
@ 2018-09-12 16:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-12 16:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6586>

Commit(s) tested:
	b9c50e9a9ac48662b2132583c52d46976efb3512

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada/MI) Fix -var-evaluate-expression for access to unconstrained arrays

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/b9/b9c50e9a9ac48662b2132583c52d46976efb3512/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       tempname.o
  CC       stat-time.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       malloc/scratch_buffer_grow.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-12 11:28 [binutils-gdb] (Ada) New function ada_is_access_to_unconstrained_array sergiodj+buildbot
@ 2018-09-12 11:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-12 11:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6585>

Commit(s) tested:
	736ade86ea3dd3df31120b6c617d64c88bcc86c1

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) New function ada_is_access_to_unconstrained_array

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/73/736ade86ea3dd3df31120b6c617d64c88bcc86c1/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       malloca.o
  CC       localcharset.o
  CC       math.o
  CC       hard-locale.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       tempname.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[7]: *** [all-recursive] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-11 21:36 [binutils-gdb] (Ada) Fix -var-list-children MI command for union type sergiodj+buildbot
@ 2018-09-11 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-11 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6584>

Commit(s) tested:
	2963898f38dab323a9e381d7c41a26b9c3498882

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) Fix -var-list-children MI command for union type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/29/2963898f38dab323a9e381d7c41a26b9c3498882/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       unistd.o
  CC       strnlen1.o
  CC       dup-safer.o
  CC       tempname.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob_pattern_p.o
  CC       glob.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       openat-proc.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-11 15:00 [binutils-gdb] Fix help text for "python" command sergiodj+buildbot
@ 2018-09-11 15:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-11 15:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6583>

Commit(s) tested:
	a154931ef1ef1c588c0e7da5e5fd4658c5dd28f5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix help text for "python" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/a1/a154931ef1ef1c588c0e7da5e5fd4658c5dd28f5/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       glob.o
  CC       chdir-long.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       openat-proc.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-11 12:01 [binutils-gdb] Fix "make install-strip" failure to install gdb-add-index.sh sergiodj+buildbot
@ 2018-09-11 12:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-11 12:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6582>

Commit(s) tested:
	23c4651c060c123493de004ef61d8ed052d46113

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix "make install-strip" failure to install gdb-add-index.sh

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/23/23c4651c060c123493de004ef61d8ed052d46113/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-safer-flag.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       stripslash.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       filenamecat-lgpl.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10 20:12 [binutils-gdb] python: Make two functions return gdbpy_ref<> sergiodj+buildbot
@ 2018-09-10 20:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 20:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6581>

Commit(s) tested:
	a5c5eda7e412aa7f3cb843cd48b3b4c0101718a0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	python: Make two functions return gdbpy_ref<>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/a5/a5c5eda7e412aa7f3cb843cd48b3b4c0101718a0/>

*** Failed to compiled GDB.  ***
============================

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

  CC       dup-safer-flag.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fd-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10 17:59 [binutils-gdb] Make py-prettyprint.exp test names unique sergiodj+buildbot
@ 2018-09-10 18:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6579>

Commit(s) tested:
	1aac008f1c2f0a239b7ba26efe9d6b68044cddf8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make py-prettyprint.exp test names unique

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/1a/1aac008f1c2f0a239b7ba26efe9d6b68044cddf8/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10 16:47 [binutils-gdb] Allow a pretty-printer without a to_string method sergiodj+buildbot
@ 2018-09-10 16:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6578>

Commit(s) tested:
	332cf4c9251a31f0addc2ce2970c9a8bb0c16f96

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow a pretty-printer without a to_string method

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/33/332cf4c9251a31f0addc2ce2970c9a8bb0c16f96/>

*** Failed to compiled GDB.  ***
============================

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

  CC       filenamecat-lgpl.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       pipe-safer.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10 10:42 [binutils-gdb] (Ada) fix handling of expression with parameterless function call sergiodj+buildbot
@ 2018-09-10 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6577>

Commit(s) tested:
	424da6cf3b30b889ff577b1babd09777148dc0e0

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) fix handling of expression with parameterless function call

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/42/424da6cf3b30b889ff577b1babd09777148dc0e0/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  9:19 [binutils-gdb] ada-lang.c::ada_value_cast: remove unnecessary parentheses sergiodj+buildbot
@ 2018-09-10 15:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 15:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6576>

Commit(s) tested:
	95f39a5b2755e5aaaceb6248e585f8a593542331

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	ada-lang.c::ada_value_cast: remove unnecessary parentheses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/95/95f39a5b2755e5aaaceb6248e585f8a593542331/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       filenamecat-lgpl.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[7]: *** [all-recursive] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  9:00 [binutils-gdb] (Ada) slightly incorrect bounds for type of array indexed by enum sergiodj+buildbot
@ 2018-09-10 14:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 14:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6575>

Commit(s) tested:
	16b9eb7bfa56f060d183aa44165bf75cb3c414d8

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) slightly incorrect bounds for type of array indexed by enum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/16/16b9eb7bfa56f060d183aa44165bf75cb3c414d8/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       localcharset.o
  CC       getprogname.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       math.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fd-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  7:38 [binutils-gdb] minor reformatting in ada-lang.c::ada_to_fixed_value sergiodj+buildbot
@ 2018-09-10 14:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 14:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6574>

Commit(s) tested:
	d8ce91275e421dfe57aa4e79bb9a58824c155e96

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	minor reformatting in ada-lang.c::ada_to_fixed_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d8/d8ce91275e421dfe57aa4e79bb9a58824c155e96/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       wctype-h.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  7:19 [binutils-gdb] Handle PPC64 function descriptor in Ada decoding sergiodj+buildbot
@ 2018-09-10 13:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10 13:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6573>

Commit(s) tested:
	0d81f350ec01630ef7cd9ae4385a1dc504c54d73

Author(s) (in the same order as the commits):
	Jerome Guitton <guitton@adacore.com>

Subject:
	Handle PPC64 function descriptor in Ada decoding

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0d/0d81f350ec01630ef7cd9ae4385a1dc504c54d73/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       localtime-buffer.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
  CC       globfree.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  5:17 [binutils-gdb] (Ada) "catch assert" spurious internal error sergiodj+buildbot
@ 2018-09-10  9:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10  9:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6572>

Commit(s) tested:
	57aff202b4b17a05d73e71680a26fe12a817f110

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) "catch assert" spurious internal error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/57/57aff202b4b17a05d73e71680a26fe12a817f110/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  3:54 [binutils-gdb] (Ada) infinite loop when hitting unhandled exception catchpoint sergiodj+buildbot
@ 2018-09-10  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6571>

Commit(s) tested:
	fb44b1a737ee7d53d5d88c4f2a3d449e8084d6c2

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) infinite loop when hitting unhandled exception catchpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/fb/fb44b1a737ee7d53d5d88c4f2a3d449e8084d6c2/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       dup-safer-flag.o
  CC       fd-safer-flag.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       localcharset.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       strnlen1.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-10  0:24 [binutils-gdb] (Ada) assigning packed array aggregate with variable as component sergiodj+buildbot
@ 2018-09-10  1:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-10  1:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6570>

Commit(s) tested:
	2a62dfa93f1980fd8d5b0651753c550942fa30b6

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) assigning packed array aggregate with variable as component

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/2a/2a62dfa93f1980fd8d5b0651753c550942fa30b6/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fd-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-09 11:13 [binutils-gdb] gdb: Add builtin types for 24 bit integers sergiodj+buildbot
@ 2018-09-09 12:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-09 12:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6569>

Commit(s) tested:
	d1908f2d6b9f161b6a31449e83e1b671acb99620

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	gdb: Add builtin types for 24 bit integers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d1/d1908f2d6b9f161b6a31449e83e1b671acb99620/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       dup-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-09  7:50 [binutils-gdb] S12Z: Make disassebler work for --enable-targets=all config sergiodj+buildbot
@ 2018-09-09  7:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-09  7:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6568>

Commit(s) tested:
	9da4dfd6816fa2198bd80fd6a7b12fef4d6c8361

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Make disassebler work for --enable-targets=all config.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/9d/9da4dfd6816fa2198bd80fd6a7b12fef4d6c8361/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       cloexec.o
  CC       fd-safer-flag.o
  CC       basename-lgpl.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       localcharset.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       globfree.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       mbrtowc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-09  4:35 [binutils-gdb] gdb/testsuite: Make test names unique in gdb.base/watchpoint.exp sergiodj+buildbot
@ 2018-09-09  4:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-09  4:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6567>

Commit(s) tested:
	96b6697fd807428f3832bdab1527ad55156e88d7

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Make test names unique in gdb.base/watchpoint.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/96/96b6697fd807428f3832bdab1527ad55156e88d7/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fd-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-09  0:05 [binutils-gdb] Generate NT_PROCSTAT_{AUXV, VMMAP, PS_STRINGS} in FreeBSD coredumps sergiodj+buildbot
@ 2018-09-09  0:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-09  0:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6566>

Commit(s) tested:
	739ab2e92e1840c9285f3cfce1f1236c0fa68730

Author(s) (in the same order as the commits):
	Simon Ser <contact@emersion.fr>

Subject:
	Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumps

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/73/739ab2e92e1840c9285f3cfce1f1236c0fa68730/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow_preserve.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-08 22:13 [binutils-gdb] compile: Remove non-const reference parameters sergiodj+buildbot
@ 2018-09-08 22:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-08 22:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6565>

Commit(s) tested:
	d82b3862f1218134f5301ed990c6db48fcb82b2f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	compile: Remove non-const reference parameters

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d8/d82b3862f1218134f5301ed990c6db48fcb82b2f/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-08 22:11 [binutils-gdb] Remove unused tui_win_element::highlight sergiodj+buildbot
@ 2018-09-08 22:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-08 22:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6564>

Commit(s) tested:
	cc5a5ae5b7ea576bb8bf4bbebeaa70366851eacd

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove unused tui_win_element::highlight

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/cc/cc5a5ae5b7ea576bb8bf4bbebeaa70366851eacd/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       dirname-lgpl.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       strnlen1.o
  CC       pipe-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       glob_pattern_p.o
  CC       malloc/scratch_buffer_grow.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-08 17:19 [binutils-gdb] Remove unused tui_win_info::detail::opaque sergiodj+buildbot
@ 2018-09-08 22:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-08 22:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6563>

Commit(s) tested:
	137be54029ed2d2fc95120bba2af88311e5a198a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove unused tui_win_info::detail::opaque

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/13/137be54029ed2d2fc95120bba2af88311e5a198a/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-08 11:43 [binutils-gdb] PR23570, AVR .noinit section defaults to PROGBITS sergiodj+buildbot
@ 2018-09-08 11:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-08 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6562>

Commit(s) tested:
	deee88e9810fe5a3e73b071713ff6fa03b5c016d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23570, AVR .noinit section defaults to PROGBITS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/de/deee88e9810fe5a3e73b071713ff6fa03b5c016d/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       basename-lgpl.o
  CC       fd-safer-flag.o
  CC       stripslash.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       getprogname.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-08  8:49 [binutils-gdb] Make -Wformat-nonliteral work with gcc sergiodj+buildbot
@ 2018-09-08  9:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-08  9:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6561>

Commit(s) tested:
	f1628857d783fee0171f16f1bad0b7816460dec5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make -Wformat-nonliteral work with gcc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f1/f1628857d783fee0171f16f1bad0b7816460dec5/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       malloca.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       tempname.o
  CC       pipe-safer.o
  CC       fd-safer.o
  CC       fcntl.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob_pattern_p.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[7]: *** [all-recursive] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-08  8:41 [binutils-gdb] Disable -Wformat-nonliteral in parts of printcmd.c sergiodj+buildbot
@ 2018-09-08  8:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-08  8:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6560>

Commit(s) tested:
	af39b1c216ffb11e6ca8e8607b00749e0fc1ab41

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Disable -Wformat-nonliteral in parts of printcmd.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/af/af39b1c216ffb11e6ca8e8607b00749e0fc1ab41/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       math.o
  CC       tempname.o
  CC       unistd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       localtime-buffer.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_set_array_size.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-07 15:23 [binutils-gdb] Remove unnecessary casts from cli-cmds.c sergiodj+buildbot
@ 2018-09-07 18:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-07 18:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6559>

Commit(s) tested:
	081bca4d622143b229cf02a1dda4afb9b457eefa

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unnecessary casts from cli-cmds.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/08/081bca4d622143b229cf02a1dda4afb9b457eefa/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-safer-flag.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       fd-safer.o
  CC       chdir-long.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-07  3:16 [binutils-gdb] [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies sergiodj+buildbot
@ 2018-09-07  3:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-07  3:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6558>

Commit(s) tested:
	e4a62c65fa8fe6a48b6ff564f45c1ac535f10f14

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/e4/e4a62c65fa8fe6a48b6ff564f45c1ac535f10f14/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-06  3:54 [binutils-gdb] bfd, sparc: avoid duplicated error messages on invalid relocations sergiodj+buildbot
@ 2018-09-06  4:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-06  4:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6555>

Commit(s) tested:
	e920c014ecd9fbb630c76576d2771aa4631d93f7

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	bfd, sparc: avoid duplicated error messages on invalid relocations.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/e9/e920c014ecd9fbb630c76576d2771aa4631d93f7/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       math.o
  CC       localcharset.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       malloca.o
  CC       strnlen1.o
  CC       tempname.o
  CC       stat-time.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       mbrtowc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-06  3:53 [binutils-gdb] bfd, sparc: issue an error when reading relocations with invalid symbol references sergiodj+buildbot
@ 2018-09-06  4:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-06  4:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6554>

Commit(s) tested:
	8410d65b77164d020a45cc9aa17a0147dc76862d

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	bfd, sparc: issue an error when reading relocations with invalid symbol references.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/84/8410d65b77164d020a45cc9aa17a0147dc76862d/>

*** Failed to compiled GDB.  ***
============================

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

make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      dirent.h
  GEN      alloca.h
  GEN      fcntl.h
  GEN      glob.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      math.h
  GEN      signal.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      stdint.h
  GEN      string.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      time.h
  GEN      sys/stat.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       stripslash.o
  CC       exitfail.o
  CC       dirname-lgpl.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       basename-lgpl.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       mbrtowc.o
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05 22:50 [binutils-gdb] Automatically update "aclocal_m4_deps" when updating gnulib sergiodj+buildbot
@ 2018-09-05 22:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05 22:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6552>

Commit(s) tested:
	fcc9b044b7f563023633a9964810e76f4cde40d4

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Automatically update "aclocal_m4_deps" when updating gnulib

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/fc/fcc9b044b7f563023633a9964810e76f4cde40d4/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       localcharset.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05 15:50 [binutils-gdb] Remove --enable-multi-ice sergiodj+buildbot
@ 2018-09-05 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6551>

Commit(s) tested:
	d53d543682d9add652a82d267681cf6426aded42

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove --enable-multi-ice

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d5/d53d543682d9add652a82d267681cf6426aded42/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      unistd.h
  GEN      time.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       fd-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       getprogname.o
  CC       malloca.o
  CC       math.o
  CC       localcharset.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
  CC       mbrtowc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05 15:32 [binutils-gdb] Simplify ada-exp.o rule sergiodj+buildbot
@ 2018-09-05 16:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05 16:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6550>

Commit(s) tested:
	8dc9fd87b0965f24e21922f295c4af9c3f624985

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify ada-exp.o rule

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/8d/8dc9fd87b0965f24e21922f295c4af9c3f624985/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       localcharset.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2007: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1912: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05 15:02 [binutils-gdb] Remove unneeded explicit .o targets sergiodj+buildbot
@ 2018-09-05 15:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05 15:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6549>

Commit(s) tested:
	3322c5d9a102f9af099bd87cc65a1e2a70f91c78

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unneeded explicit .o targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/33/3322c5d9a102f9af099bd87cc65a1e2a70f91c78/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdint.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/types.h
  GEN      time.h
  GEN      sys/time.h
  GEN      unistd.h
  GEN      wctype.h
  GEN      wchar.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       stripslash.o
  CC       basename-lgpl.o
  CC       fd-hook.o
  CC       exitfail.o
  CC       dirname-lgpl.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       openat-proc.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2010: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1915: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05 12:05 [binutils-gdb] Remove obsolete comments from Makefiles sergiodj+buildbot
@ 2018-09-05 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6548>

Commit(s) tested:
	ba2bf2aaba97866f4c9c67239666916caa7bb150

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove obsolete comments from Makefiles

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ba/ba2bf2aaba97866f4c9c67239666916caa7bb150/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/time.h
  GEN      sys/stat.h
  GEN      sys/types.h
  GEN      time.h
  GEN      wchar.h
  GEN      wctype.h
  GEN      unistd.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       stripslash.o
  CC       fd-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       malloca.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       fd-safer.o
  CC       tempname.o
  CC       wctype-h.o
  CC       dup-safer.o
  CC       chdir-long.o
  CC       pipe-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:161: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:116: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2012: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1917: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05  9:57 [binutils-gdb] Fix batch exit status test failure on Fedora 28 sergiodj+buildbot
@ 2018-09-05  9:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05  9:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6547>

Commit(s) tested:
	dd083ee23d23903e8bc595b64aa8ea62379491cd

Author(s) (in the same order as the commits):
	Gary Benson <gbenson@redhat.com>

Subject:
	Fix batch exit status test failure on Fedora 28

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/dd/dd083ee23d23903e8bc595b64aa8ea62379491cd/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       math.o
  CC       openat-die.o
  CC       malloca.o
  CC       save-cwd.o
  CC       unistd.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       wctype-h.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       malloc/scratch_buffer_grow.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow_preserve.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: *** [all] Error 2
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-05  9:07 [binutils-gdb] gdb/riscv: Fix an ARI warning sergiodj+buildbot
@ 2018-09-05  8:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-05  8:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6546>

Commit(s) tested:
	6c9d681b07e32d07f7ca0774360be62bbf065b82

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Fix an ARI warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/6c/6c9d681b07e32d07f7ca0774360be62bbf065b82/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       fd-safer-flag.o
  CC       basename-lgpl.o
  CC       stripslash.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-04 20:01 [binutils-gdb] gdb/riscv: Provide non-DWARF stack unwinder sergiodj+buildbot
@ 2018-09-04 20:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-04 20:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6545>

Commit(s) tested:
	78a3b0fab8200fdca2b1b934645c29e7bd502d36

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Provide non-DWARF stack unwinder

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/78/78a3b0fab8200fdca2b1b934645c29e7bd502d36/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       dup-safer-flag.o
  CC       fd-hook.o
  CC       basename-lgpl.o
  CC       fd-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       getprogname.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-04 19:39 [binutils-gdb] gdb: Extend the trad-frame API sergiodj+buildbot
@ 2018-09-04 19:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-04 19:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6544>

Commit(s) tested:
	23e60e7a4ea772eabb6ae4788913e228763755cf

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Extend the trad-frame API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/23/23e60e7a4ea772eabb6ae4788913e228763755cf/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/time.h
  GEN      sys/stat.h
  GEN      time.h
  GEN      wchar.h
  GEN      unistd.h
  GEN      sys/types.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       stripslash.o
  CC       cloexec.o
  CC       fd-hook.o
  CC       exitfail.o
  CC       basename-lgpl.o
  CC       dirname-lgpl.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       math.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       stat-time.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-04 18:26 [binutils-gdb] PR23595, simple objcopy of executable failure for msp430-elf sergiodj+buildbot
@ 2018-09-04 18:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-04 18:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6543>

Commit(s) tested:
	2542e49e21e6b7270f72c7be0fc4ff1a986371da

Author(s) (in the same order as the commits):
	Jozef Lawrynowicz <jozef.l@mittosystems.com>

Subject:
	PR23595, simple objcopy of executable failure for msp430-elf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/25/2542e49e21e6b7270f72c7be0fc4ff1a986371da/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       openat-die.o
  CC       math.o
  CC       malloca.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       unistd.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-03 17:01 [binutils-gdb] Fix ARI violations in c++compile sergiodj+buildbot
@ 2018-09-03 17:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-03 17:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6541>

Commit(s) tested:
	5c889512f325e0447a6182f70cfa7e1d9e407167

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Fix ARI violations in c++compile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/5c/5c889512f325e0447a6182f70cfa7e1d9e407167/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-02  6:57 [binutils-gdb] Allow an IR object with unknown architecture sergiodj+buildbot
@ 2018-09-02  6:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-02  6:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6539>

Commit(s) tested:
	b986869b6605e45044626c5b3111390ac4e70b82

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Allow an IR object with unknown architecture

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/b9/b986869b6605e45044626c5b3111390ac4e70b82/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      sys/stat.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       fd-safer-flag.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       getprogname.o
  CC       malloca.o
  CC       localcharset.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       pipe-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       localtime-buffer.o
  CC       mbrtowc.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-01  4:41 [binutils-gdb] RISC-V: Correct the requirement of compressed floating point instructions sergiodj+buildbot
@ 2018-09-01  8:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-01  8:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6536>

Commit(s) tested:
	be192bc284b329fa0b38646bd3df9a02b880a704

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Correct the requirement of compressed floating point instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/be/be192bc284b329fa0b38646bd3df9a02b880a704/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       glob.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-01  3:00 [binutils-gdb] Set TYPE_LENGTH on a variant part sergiodj+buildbot
@ 2018-09-01  3:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-01  3:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6533>

Commit(s) tested:
	c8c81635739435a31860ff5f1e49743d80321f43

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Set TYPE_LENGTH on a variant part

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/c8/c8c81635739435a31860ff5f1e49743d80321f43/>

*** Failed to compiled GDB.  ***
============================

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

make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      fcntl.h
  GEN      dirent.h
  GEN      alloca.h
  GEN      glob.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      math.h
  GEN      signal.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/types.h
  GEN      sys/time.h
  GEN      time.h
  GEN      unistd.h
  GEN      wctype.h
  GEN      wchar.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       dup-safer-flag.o
  CC       fd-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-09-01  1:47 [binutils-gdb] Fix a small bug in gdb.rust/simple.rs sergiodj+buildbot
@ 2018-09-01  1:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-09-01  1:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6532>

Commit(s) tested:
	aef9346c25b0a0c665bce793c00797f5ab82ed37

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix a small bug in gdb.rust/simple.rs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ae/aef9346c25b0a0c665bce793c00797f5ab82ed37/>

*** Failed to compiled GDB.  ***
============================

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

make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      alloca.h
  GEN      fcntl.h
  GEN      glob.h
  GEN      dirent.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      math.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       stripslash.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       getprogname.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 23:08 [binutils-gdb] Regenerate gdbarch.h sergiodj+buildbot
@ 2018-08-31 23:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 23:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6531>

Commit(s) tested:
	0c8885885ab1d62971bbae22d4b5e335c31b19c9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Regenerate gdbarch.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0c/0c8885885ab1d62971bbae22d4b5e335c31b19c9/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       basename-lgpl.o
  CC       stripslash.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       getprogname.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       unistd.o
  CC       tempname.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       chdir-long.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       pipe-safer.o
  CC       glob.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 22:25 [binutils-gdb] Add comment describing continuable/steppable/non-steppable watchpoints sergiodj+buildbot
@ 2018-08-31 22:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 22:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6530>

Commit(s) tested:
	7ea65f08fa1b8279b65133a958de02fe84767eb9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Add comment describing continuable/steppable/non-steppable watchpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/7e/7ea65f08fa1b8279b65133a958de02fe84767eb9/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       filenamecat-lgpl.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 22:04 [binutils-gdb] Eliminate target_have_continuable_watchpoint sergiodj+buildbot
@ 2018-08-31 22:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 22:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6529>

Commit(s) tested:
	7eb65fafed7b50511f52664e98e22b20eb697197

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate target_have_continuable_watchpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/7e/7eb65fafed7b50511f52664e98e22b20eb697197/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
  CC       mbrtowc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 20:14 [binutils-gdb] Update gnulib/Makefile.in:aclocal_m4_deps sergiodj+buildbot
@ 2018-08-31 20:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 20:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6528>

Commit(s) tested:
	dab999b116b507ad431c70fab0a28074dfea29df

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Update gnulib/Makefile.in:aclocal_m4_deps

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/da/dab999b116b507ad431c70fab0a28074dfea29df/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
  CC       malloc/scratch_buffer_grow.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 19:43 [binutils-gdb] PowerPC64 --emit-relocs support for notoc stubs sergiodj+buildbot
@ 2018-08-31 19:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 19:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6527>

Commit(s) tested:
	3d58e1fcfbedad71be7e539dfa2045ab2768f013

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 --emit-relocs support for notoc stubs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/3d/3d58e1fcfbedad71be7e539dfa2045ab2768f013/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 19:39 [binutils-gdb] PowerPC64 higher REL16 relocations sergiodj+buildbot
@ 2018-08-31 19:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 19:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6526>

Commit(s) tested:
	4a9699735b04d4629bd3dc418c265e7f0bc1f9ce

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 higher REL16 relocations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/4a/4a9699735b04d4629bd3dc418c265e7f0bc1f9ce/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       localcharset.o
  CC       getprogname.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       unistd.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       glob.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 19:26 [binutils-gdb] Rearrange ppc_size_one_stub and correct _notoc stub examples sergiodj+buildbot
@ 2018-08-31 19:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 19:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6525>

Commit(s) tested:
	f891966ff66639673a5207b94bd68ec928fb68bc

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Rearrange ppc_size_one_stub and correct _notoc stub examples

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f8/f891966ff66639673a5207b94bd68ec928fb68bc/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       math.o
  CC       openat-die.o
  CC       localcharset.o
  CC       malloca.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       glob.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-31 16:33 [binutils-gdb] RISC-V: Allow instruction require more than one extension sergiodj+buildbot
@ 2018-08-31 16:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 16:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6524>

Commit(s) tested:
	43135d3b15ce10a786704f9bb4736d834d6581a8

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Allow instruction require more than one extension

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/43/43135d3b15ce10a786704f9bb4736d834d6581a8/>

*** Failed to compiled GDB.  ***
============================

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

  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       localcharset.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       glob.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30 22:32 [binutils-gdb] gdb/riscv: Extend instruction decode to cover more instructions sergiodj+buildbot
@ 2018-08-31  7:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31  7:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6523>

Commit(s) tested:
	ff3a05b3f87093e5ac2bcd5e510bca4bebf1bef2

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Extend instruction decode to cover more instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ff/ff3a05b3f87093e5ac2bcd5e510bca4bebf1bef2/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdint.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       basename-lgpl.o
  CC       stripslash.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30 21:42 [binutils-gdb] gdb/riscv: remove extra caching of misa register sergiodj+buildbot
@ 2018-08-31  4:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-31  4:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6522>

Commit(s) tested:
	0b3f9efc044d2971aa0d9bb39a4c76678bc4ea6d

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: remove extra caching of misa register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0b/0b3f9efc044d2971aa0d9bb39a4c76678bc4ea6d/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       save-cwd.o
  CC       math.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: *** [all] Error 2
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30 21:26 [binutils-gdb] gdb: Ensure compiler doesn't optimise variable out in test sergiodj+buildbot
@ 2018-08-30 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6521>

Commit(s) tested:
	c67f2e1518a829c4ae4f346c316701ef5d56a30f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Ensure compiler doesn't optimise variable out in test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/c6/c67f2e1518a829c4ae4f346c316701ef5d56a30f/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       pipe-safer.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30 20:30 [binutils-gdb] Fix compile-cplus-types.c build errors sergiodj+buildbot
@ 2018-08-30 20:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30 20:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6519>

Commit(s) tested:
	a0dc02a6df86011462293cc11b4e35c0f18effd0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix compile-cplus-types.c build errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/a0/a0dc02a6df86011462293cc11b4e35c0f18effd0/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       stripslash.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       localcharset.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       tempname.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       wctype-h.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30 19:05 [binutils-gdb] Use host_address_to_string in compile_cplus_instance::enter_scope sergiodj+buildbot
@ 2018-08-30 19:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30 19:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6518>

Commit(s) tested:
	fdad7678b74a170ead1ef967007be087435715f7

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Use host_address_to_string in compile_cplus_instance::enter_scope

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/fd/fdad7678b74a170ead1ef967007be087435715f7/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       malloca.o
  CC       localcharset.o
  CC       getprogname.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  1:55 [binutils-gdb] C++ compile support sergiodj+buildbot
@ 2018-08-30  6:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  6:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6516>

Commit(s) tested:
	078a020797210f4d8f9491bbfe16ec31e9efb652

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	C++ compile support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/07/078a020797210f4d8f9491bbfe16ec31e9efb652/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       getprogname.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       tempname.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2017: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1922: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  1:51 [binutils-gdb] Add new search_symbols_multiple API sergiodj+buildbot
@ 2018-08-30  6:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  6:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6515>

Commit(s) tested:
	fcaad03cc027ec2cdf7f2cff70d792867d43c57f

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Add new search_symbols_multiple API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/fc/fcaad03cc027ec2cdf7f2cff70d792867d43c57f/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdlib.h
  GEN      stdint.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      wchar.h
  GEN      unistd.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       getprogname.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       glob.o
  CC       fcntl.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  1:27 [binutils-gdb] Use block_symbol in linespec APIs sergiodj+buildbot
@ 2018-08-30  5:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  5:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6514>

Commit(s) tested:
	7e41c8db84bc6f74843dda40ae443d41977c0d20

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Use block_symbol in linespec APIs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/7e/7e41c8db84bc6f74843dda40ae443d41977c0d20/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       getprogname.o
  CC       malloca.o
  CC       localcharset.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       openat-proc.o
  CC       mbrtowc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  1:10 [binutils-gdb] Remove VEC definitions from linespec.c sergiodj+buildbot
@ 2018-08-30  5:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  5:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6513>

Commit(s) tested:
	63e8c3daad1eae11cef5b6d1833507d9d4d6b0c0

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Remove VEC definitions from linespec.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/63/63e8c3daad1eae11cef5b6d1833507d9d4d6b0c0/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow_preserve.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  1:07 [binutils-gdb] Change decode_compound_collector to use std::vector sergiodj+buildbot
@ 2018-08-30  4:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  4:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6512>

Commit(s) tested:
	4dedf84da98ca7dcb9fc80895044d09b5787c1f0

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Change decode_compound_collector to use std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/4d/4dedf84da98ca7dcb9fc80895044d09b5787c1f0/>

*** Failed to compiled GDB.  ***
============================

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

make[4]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[6]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  GEN      alloca.h
  GEN      dirent.h
  GEN      glob.h
  GEN      fcntl.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      math.h
  GEN      stdint.h
  GEN      signal.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       dup-safer-flag.o
  CC       fd-safer-flag.o
  CC       getprogname.o
  CC       filenamecat-lgpl.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       hard-locale.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  0:47 [binutils-gdb] Change `minimal_symbols' to std::vector in linespec.c structures sergiodj+buildbot
@ 2018-08-30  4:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6511>

Commit(s) tested:
	c2a031c5822b4256f116254def47b9887c230e68

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Change `minimal_symbols' to std::vector in linespec.c structures

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/c2/c2a031c5822b4256f116254def47b9887c230e68/>

*** Failed to compiled GDB.  ***
============================

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

  CC       localcharset.o
  CC       getprogname.o
  CC       dup-safer-flag.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       strnlen1.o
  CC       stat-time.o
  CC       unistd.o
  CC       tempname.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  0:35 [binutils-gdb] Change `label_symbols' to std::vector in linespec.c structures sergiodj+buildbot
@ 2018-08-30  4:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  4:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6510>

Commit(s) tested:
	3553eadc8cb5f087ea0fb72ebdd1c52264304e0b

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Change `label_symbols' to std::vector in linespec.c structures

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/35/3553eadc8cb5f087ea0fb72ebdd1c52264304e0b/>

*** Failed to compiled GDB.  ***
============================

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

make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       exitfail.o
  CC       basename-lgpl.o
  CC       fd-safer-flag.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       localcharset.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       chdir-long.o
  CC       wctype-h.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       glob_pattern_p.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       openat-proc.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  0:11 [binutils-gdb] Change `function_symbols' to std::vector sergiodj+buildbot
@ 2018-08-30  3:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  3:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6509>

Commit(s) tested:
	7243d0118af6f72e3e72db1eb66941fec4530963

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Change `function_symbols' to std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/72/7243d0118af6f72e3e72db1eb66941fec4530963/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      math.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      wchar.h
  GEN      unistd.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       exitfail.o
  CC       dup-safer-flag.o
  CC       fd-safer-flag.o
  CC       fd-hook.o
  CC       stripslash.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       math.o
  CC       malloca.o
  CC       openat-die.o
  CC       localcharset.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-30  0:06 [binutils-gdb] Change `file_symtabs' to std::vector sergiodj+buildbot
@ 2018-08-30  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6508>

Commit(s) tested:
	2a90824133f9d46970c9c52b68ef2ccbeb6389ac

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Change `file_symtabs' to std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/2a/2a90824133f9d46970c9c52b68ef2ccbeb6389ac/>

*** Failed to compiled GDB.  ***
============================

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

  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      time.h
  GEN      sys/types.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[7]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: Entering directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
  CC       cloexec.o
  CC       dirname-lgpl.o
  CC       stripslash.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       basename-lgpl.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       hard-locale.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       dup-safer.o
  CC       unistd.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       fcntl.o
  CC       globfree.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       localtime-buffer.o
  CC       malloc/scratch_buffer_grow.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-29 23:06 [binutils-gdb] Use core_addr_to_string_nz in csky_analyze_prologue sergiodj+buildbot
@ 2018-08-30  3:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  3:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6507>

Commit(s) tested:
	f6c4e3e8a3af94fbecce2a38d3fccc0980616c6d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use core_addr_to_string_nz in csky_analyze_prologue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f6/f6c4e3e8a3af94fbecce2a38d3fccc0980616c6d/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       malloca.o
  CC       localcharset.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       math.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       glob_pattern_p.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_set_array_size.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-29 22:41 [binutils-gdb] Fix windows-nat.c for -Wnarrowing sergiodj+buildbot
@ 2018-08-30  2:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  2:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6506>

Commit(s) tested:
	73c13fe69a4275433544533a610275861346ef44

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix windows-nat.c for -Wnarrowing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/73/73c13fe69a4275433544533a610275861346ef44/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       openat-die.o
  CC       math.o
  CC       save-cwd.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       fd-safer.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       fcntl.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
  CC       malloc/scratch_buffer_grow_preserve.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-29 21:44 [binutils-gdb] sparc/leon: add support for partial write psr instruction sergiodj+buildbot
@ 2018-08-30  2:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  2:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6505>

Commit(s) tested:
	df28970fcc741fa744a51aece29bb755c20eceab

Author(s) (in the same order as the commits):
	Martin Aberg <maberg@gaisler.com>

Subject:
	sparc/leon: add support for partial write psr instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/df/df28970fcc741fa744a51aece29bb755c20eceab/>

*** Failed to compiled GDB.  ***
============================

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

  CC       filenamecat-lgpl.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       strnlen1.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       glob.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
make[8]: *** Waiting for unfinished jobs....
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-29 20:38 [binutils-gdb] Fix riscv-linux native gdb build failure sergiodj+buildbot
@ 2018-08-30  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6504>

Commit(s) tested:
	4d3928d7e0a141e0fb16405d33b375cbe2f13123

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	Fix riscv-linux native gdb build failure.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/4d/4d3928d7e0a141e0fb16405d33b375cbe2f13123/>

*** Failed to compiled GDB.  ***
============================

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

  CC       getprogname.o
  CC       localcharset.o
  CC       hard-locale.o
  CC       malloca.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       tempname.o
  CC       strnlen1.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: *** Waiting for unfinished jobs....
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1667: recipe for target 'all' failed
make[6]: *** [all] Error 2
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:166: recipe for target 'subdir_do' failed
make[5]: *** [subdir_do] Error 1
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-29 19:31 [binutils-gdb] Update gnulib to current upstream master sergiodj+buildbot
@ 2018-08-30  2:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-30  2:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6503>

Commit(s) tested:
	7a6dbc2fdb2323c35e981f93236f323e9d7c0b24

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Update gnulib to current upstream master

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/7a/7a6dbc2fdb2323c35e981f93236f323e9d7c0b24/>

*** Failed to compiled GDB.  ***
============================

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

  CC       hard-locale.o
  CC       localcharset.o
  CC       malloca.o
  CC       getprogname.o
  CC       math.o
  CC       save-cwd.o
  CC       openat-die.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       pipe-safer.o
  CC       fd-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       glob.o
  CC       glob_pattern_p.o
  CC       globfree.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       openat-proc.o
  CC       malloc/scratch_buffer_grow.o
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/glob.c:87:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
  CC       malloc/scratch_buffer_grow_preserve.o
../../../../binutils-gdb/gdb/gnulib/import/glob.c: In function 'glob_in_dir':
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1413:15: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
../../../../binutils-gdb/gdb/gnulib/import/glob.c:1438:15: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
               for (size_t i = 0; i < cur; ++i)
               ^
  CC       malloc/scratch_buffer_set_array_size.o
Makefile:1836: recipe for target 'glob.o' failed
make[8]: *** [glob.o] Error 1
make[8]: *** Waiting for unfinished jobs....
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow_preserve.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow_preserve.o' failed
make[8]: *** [malloc/scratch_buffer_grow_preserve.o] Error 1
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_set_array_size.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
In file included from ../../../../binutils-gdb/gdb/gnulib/import/scratch_buffer.h:9:0,
                 from ../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer_grow.c:23:
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:3: error: unknown type name 'max_align_t'
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
   ^
../../../../binutils-gdb/gdb/gnulib/import/malloc/scratch_buffer.h:69:39: error: 'max_align_t' undeclared here (not in a function)
   max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
                                       ^
Makefile:1836: recipe for target 'malloc/scratch_buffer_set_array_size.o' failed
make[8]: *** [malloc/scratch_buffer_set_array_size.o] Error 1
Makefile:1836: recipe for target 'malloc/scratch_buffer_grow.o' failed
make[8]: *** [malloc/scratch_buffer_grow.o] Error 1
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
Makefile:1858: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: *** [all-recursive] Error 1
Makefile:1667: recipe for target 'all' failed
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: *** [all] Error 2
Makefile:166: recipe for target 'subdir_do' failed
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
Makefile:121: recipe for target 'all' failed
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[5]: *** [subdir_do] Error 1
make[4]: *** [all] Error 2
Makefile:2013: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:1918: recipe for target 'all-lib' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-08-06 14:07 [binutils-gdb] [ARC] Add Tag_ARC_ATR_version sergiodj+buildbot
@ 2018-08-06 15:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-08-06 15:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6293>

Commit(s) tested:
	db1e1b45b417dc3e7d37f401828afa18328d8508

Author(s) (in the same order as the commits):
	claziss <claziss@synopsys.com>

Subject:
	[ARC] Add Tag_ARC_ATR_version.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/db/db1e1b45b417dc3e7d37f401828afa18328d8508/>

*** Failed to compiled GDB.  ***
============================

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

/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-sh.lo -MD -MP -MF .deps/coff-sh.Tpo -c -o coff-sh.lo ../../binutils-gdb/bfd/coff-sh.c
mv -f .deps/aout32.Tpo .deps/aout32.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-stgo32.lo -MD -MP -MF .deps/coff-stgo32.Tpo -c -o coff-stgo32.lo ../../binutils-gdb/bfd/coff-stgo32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c ../../binutils-gdb/bfd/coff-rs6000.c -o coff-rs6000.o
mv -f .deps/coff-go32.Tpo .deps/coff-go32.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c -o coff-tic30.lo ../../binutils-gdb/bfd/coff-tic30.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-sh.lo -MD -MP -MF .deps/coff-sh.Tpo -c ../../binutils-gdb/bfd/coff-sh.c -o coff-sh.o
mv -f .deps/aout-tic30.Tpo .deps/aout-tic30.Plo
mv -f .deps/coff-i386.Tpo .deps/coff-i386.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-stgo32.lo -MD -MP -MF .deps/coff-stgo32.Tpo -c ../../binutils-gdb/bfd/coff-stgo32.c -o coff-stgo32.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c -o coff-tic4x.lo ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c -o coff-tic54x.lo ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error
mv -f .deps/vms-alpha.Tpo .deps/vms-alpha.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c -o coff-tic80.lo ../../binutils-gdb/bfd/coff-tic80.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c ../../binutils-gdb/bfd/coff-tic30.c -o coff-tic30.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error -o coff-tic4x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error -o coff-tic54x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c ../../binutils-gdb/bfd/coff-tic80.c -o coff-tic80.o
mv -f .deps/coff-mips.Tpo .deps/coff-mips.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c -o coff-z80.lo ../../binutils-gdb/bfd/coff-z80.c
mv -f .deps/coff-stgo32.Tpo .deps/coff-stgo32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c ../../binutils-gdb/bfd/coff-z80.c -o coff-z80.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c -o coff-z8k.lo ../../binutils-gdb/bfd/coff-z8k.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c ../../binutils-gdb/bfd/coff-z8k.c -o coff-z8k.o
mv -f .deps/coff-tic54x.Tpo .deps/coff-tic54x.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-gdb/bfd/coffgen.c
mv -f .deps/coff-tic30.Tpo .deps/coff-tic30.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../binutils-gdb/bfd/cofflink.c
mv -f .deps/coff-tic80.Tpo .deps/coff-tic80.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.lo ../../binutils-gdb/bfd/ecoff.c
mv -f .deps/coff-sh.Tpo .deps/coff-sh.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-gdb/bfd/coffgen.c -o coffgen.o
mv -f .deps/coff-tic4x.Tpo .deps/coff-tic4x.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../binutils-gdb/bfd/cofflink.c -o cofflink.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ../../binutils-gdb/bfd/ecofflink.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../binutils-gdb/bfd/elf-ifunc.c
mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ../../binutils-gdb/bfd/ecofflink.c -o ecofflink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c ../../binutils-gdb/bfd/ecoff.c -o ecoff.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c -o elf-m10200.lo ../../binutils-gdb/bfd/elf-m10200.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../binutils-gdb/bfd/elf-ifunc.c -o elf-ifunc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c ../../binutils-gdb/bfd/elf-m10200.c -o elf-m10200.o
mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo ../../binutils-gdb/bfd/elf-m10300.c
mv -f .deps/coff-z8k.Tpo .deps/coff-z8k.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-gdb/bfd/elf-nacl.c
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-gdb/bfd/elf-vxworks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c ../../binutils-gdb/bfd/elf-m10300.c -o elf-m10300.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../binutils-gdb/bfd/elf-nacl.c -o elf-nacl.o
mv -f .deps/elf-m10200.Tpo .deps/elf-m10200.Plo
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c -o elf32-am33lin.lo ../../binutils-gdb/bfd/elf32-am33lin.c
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c -o elf32-arc.lo ../../binutils-gdb/bfd/elf32-arc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-gdb/bfd/elf-vxworks.c -o elf-vxworks.o
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../binutils-gdb/bfd/elf32-arm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c ../../binutils-gdb/bfd/elf32-arc.c -o elf32-arc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c ../../binutils-gdb/bfd/elf32-am33lin.c -o elf32-am33lin.o
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../binutils-gdb/bfd/elf32-avr.c
../../binutils-gdb/bfd/elf32-arc.c: In function 'arc_elf_merge_attributes':
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c -o elf32-bfin.lo ../../binutils-gdb/bfd/elf32-bfin.c
../../binutils-gdb/bfd/elf32-arc.c:581:7: error: unused variable 'offset' [-Werror=unused-variable]
   int offset = 0;
       ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../binutils-gdb/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/ecoff.Tpo .deps/ecoff.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c ../../binutils-gdb/bfd/elf32-bfin.c -o elf32-bfin.o
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c -o elf32-cr16.lo ../../binutils-gdb/bfd/elf32-cr16.c
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"'   -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG  -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c -o elf32-cr16c.lo ../../binutils-gdb/bfd/elf32-cr16c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c ../../binutils-gdb/bfd/elf32-cr16.c -o elf32-cr16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c ../../binutils-gdb/bfd/elf32-cr16c.c -o elf32-cr16c.o
cc1: all warnings being treated as errors
Makefile:1599: recipe for target 'elf32-arc.lo' failed
make[4]: *** [elf32-arc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/elf32-cr16c.Tpo .deps/elf32-cr16c.Plo
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo
mv -f .deps/elf32-cr16.Tpo .deps/elf32-cr16.Plo
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
mv -f .deps/elf32-bfin.Tpo .deps/elf32-bfin.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1642: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1168: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:2689: recipe for target 'all-bfd' failed
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-06-29 22:12 [binutils-gdb] x86_64-windows GDB crash due to fs_base/gs_base registers sergiodj+buildbot
@ 2018-06-30  1:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-06-30  1:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5934>

Commit(s) tested:
	de52b9607d2623f18b7a7dbee3e1123d8d63f5da

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	x86_64-windows GDB crash due to fs_base/gs_base registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/de/de52b9607d2623f18b7a7dbee3e1123d8d63f5da/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    tic6x-tdep.o
  CXX    tilegx-linux-tdep.o
  CXX    tilegx-tdep.o
  CXX    v850-tdep.o
  CXX    vax-nbsd-tdep.o
  CXX    vax-tdep.o
  CXX    windows-tdep.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-tdep.o
  CXX    alpha-bsd-tdep.o
  CXX    alpha-linux-tdep.o
  CXX    alpha-mdebug-tdep.o
  CXX    alpha-nbsd-tdep.o
  CXX    alpha-obsd-tdep.o
  CXX    alpha-tdep.o
  CXX    amd64-darwin-tdep.o
  CXX    amd64-dicos-tdep.o
  CXX    amd64-fbsd-tdep.o
  CXX    amd64-linux-tdep.o
  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
../../binutils-gdb/gdb/amd64-dicos-tdep.c: In function 'void amd64_dicos_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/amd64-dicos-tdep.c:30:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)'
     amd64_target_description (X86_XSTATE_SSE_MASK));
                                                  ^
In file included from ../../binutils-gdb/gdb/amd64-dicos-tdep.c:22:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
 extern const struct target_desc *amd64_target_description (uint64_t xcr0,
                                  ^
../../binutils-gdb/gdb/amd64-darwin-tdep.c: In function 'void x86_darwin_init_abi_64(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/amd64-darwin-tdep.c:103:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)'
     amd64_target_description (X86_XSTATE_SSE_MASK));
                                                  ^
In file included from ../../binutils-gdb/gdb/amd64-darwin-tdep.c:32:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
 extern const struct target_desc *amd64_target_description (uint64_t xcr0,
                                  ^
Makefile:1622: recipe for target 'amd64-dicos-tdep.o' failed
make[2]: *** [amd64-dicos-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:1622: recipe for target 'amd64-darwin-tdep.o' failed
make[2]: *** [amd64-darwin-tdep.o] Error 1
../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function 'const target_desc* amd64fbsd_core_read_description(gdbarch*, target_ops*, bfd*)':
../../binutils-gdb/gdb/amd64-fbsd-tdep.c:159:66: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)'
   return amd64_target_description (i386fbsd_core_read_xcr0 (abfd));
                                                                  ^
In file included from ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:30:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
 extern const struct target_desc *amd64_target_description (uint64_t xcr0,
                                  ^
../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function 'void amd64fbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/amd64-fbsd-tdep.c:221:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)'
     amd64_target_description (X86_XSTATE_SSE_MASK));
                                                  ^
In file included from ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:30:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
 extern const struct target_desc *amd64_target_description (uint64_t xcr0,
                                  ^
../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function 'const target_desc* amd64fbsd_core_read_description(gdbarch*, target_ops*, bfd*)':
../../binutils-gdb/gdb/amd64-fbsd-tdep.c:160:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1plus: all warnings being treated as errors
Makefile:1622: recipe for target 'amd64-fbsd-tdep.o' failed
make[2]: *** [amd64-fbsd-tdep.o] Error 1
../../binutils-gdb/gdb/amd64-nbsd-tdep.c: In function 'void amd64nbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/amd64-nbsd-tdep.c:108:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)'
     amd64_target_description (X86_XSTATE_SSE_MASK));
                                                  ^
In file included from ../../binutils-gdb/gdb/amd64-nbsd-tdep.c:27:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
 extern const struct target_desc *amd64_target_description (uint64_t xcr0,
                                  ^
../../binutils-gdb/gdb/amd64-obsd-tdep.c: In function 'void amd64obsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/amd64-obsd-tdep.c:424:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)'
     amd64_target_description (X86_XSTATE_SSE_MASK));
                                                  ^
In file included from ../../binutils-gdb/gdb/amd64-obsd-tdep.c:33:0:
../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here
 extern const struct target_desc *amd64_target_description (uint64_t xcr0,
                                  ^
Makefile:1622: recipe for target 'amd64-nbsd-tdep.o' failed
make[2]: *** [amd64-nbsd-tdep.o] Error 1
Makefile:1622: recipe for target 'amd64-obsd-tdep.o' failed
make[2]: *** [amd64-obsd-tdep.o] Error 1
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-05-03  2:31 [binutils-gdb] target factories, target open and multiple instances of targets sergiodj+buildbot
@ 2018-05-03  7:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  7:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5390>

Commit(s) tested:
	d9f719f1adb653ab40a55e4c1b8c300215b400ff

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	target factories, target open and multiple instances of targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/d9/d9f719f1adb653ab40a55e4c1b8c300215b400ff/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mipsread.o
  CXX    namespace.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    producer.o
  CXX    progspace.o
  CXX    progspace-and-thread.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    record.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    regcache.o
  CXX    regcache-dump.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote.o
  CXX    remote-notif.o
  CXX    remote-fileio.o
  CXX    reverse.o
  CXX    rust-lang.o
  CXX    sentinel-frame.o
  CXX    ser-event.o
  CXX    serial.o
  CXX    skip.o
  CXX    solib.o
  CXX    solib-target.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    std-regs.o
  CXX    symfile.o
  CXX    symfile-debug.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-memory.o
  CXX    thread.o
  CXX    thread-fsm.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracefile.o
  CXX    tracefile-tfile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    target-float.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    target/waitstatus.o
  CXX    compile/compile.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    inflow.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb
s390-linux-nat.o:(.rodata._ZTV21s390_linux_nat_target[_ZTV21s390_linux_nat_target]+0x120): undefined reference to `s390_linux_nat_target::watchpoint_addr_within_range(unsigned long, unsigned long, int)'
collect2: error: ld returned 1 exit status
Makefile:1912: recipe for target 'gdb' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[2]: *** [gdb] Error 1
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-05-03  2:26 [binutils-gdb] linux_nat_target: More low methods sergiodj+buildbot
@ 2018-05-03  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5389>

Commit(s) tested:
	135340afdf3b333cde11e4429fb16271d5170335

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	linux_nat_target: More low methods

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/13/135340afdf3b333cde11e4429fb16271d5170335/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mipsread.o
  CXX    namespace.o
  CXX    objfiles.o
  CXX    objc-lang.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    producer.o
  CXX    progspace.o
  CXX    progspace-and-thread.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    record.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    regcache.o
  CXX    regcache-dump.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    reverse.o
  CXX    rust-lang.o
  CXX    sentinel-frame.o
  CXX    serial.o
  CXX    ser-event.o
  CXX    skip.o
  CXX    solib.o
  CXX    solib-target.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    std-regs.o
  CXX    symfile.o
  CXX    symfile-debug.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-memory.o
  CXX    thread.o
  CXX    thread-fsm.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracefile.o
  CXX    tracefile-tfile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    target-float.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    target/waitstatus.o
  CXX    compile/compile.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    compile/compile-object-run.o
  CXX    inflow.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb
s390-linux-nat.o:(.rodata._ZTV21s390_linux_nat_target[_ZTV21s390_linux_nat_target]+0x138): undefined reference to `s390_linux_nat_target::watchpoint_addr_within_range(unsigned long, unsigned long, int)'
collect2: error: ld returned 1 exit status
Makefile:1912: recipe for target 'gdb' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
make[2]: *** [gdb] Error 1
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-05-03  2:21 [binutils-gdb] target_ops: Use bool throughout sergiodj+buildbot
@ 2018-05-03  7:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  7:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5388>

Commit(s) tested:
	57810aa7e8032c598897454daea14ed17df0f89d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	target_ops: Use bool throughout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/57/57810aa7e8032c598897454daea14ed17df0f89d/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mipsread.o
  CXX    namespace.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    osabi.o
  CXX    p-lang.o
  CXX    osdata.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    producer.o
  CXX    progspace.o
  CXX    progspace-and-thread.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    record.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    regcache.o
  CXX    regcache-dump.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    reverse.o
  CXX    rust-lang.o
  CXX    sentinel-frame.o
  CXX    ser-event.o
  CXX    serial.o
  CXX    solib.o
  CXX    skip.o
  CXX    solib-target.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    std-regs.o
  CXX    symfile.o
  CXX    symfile-debug.o
  CXX    symmisc.o
  CXX    symtab.o
  CXX    target.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-memory.o
  CXX    thread.o
  CXX    thread-fsm.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracefile.o
  CXX    tracefile-tfile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    target-float.o
  CXX    typeprint.o
  CXX    ui-file.o
  CXX    ui-out.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    target/waitstatus.o
  CXX    compile/compile.o
  CXX    compile/compile-c-support.o
  CXX    compile/compile-c-symbols.o
  CXX    compile/compile-c-types.o
  CXX    compile/compile-loc2c.o
  CXX    compile/compile-object-load.o
  CXX    inflow.o
  CXX    compile/compile-object-run.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb
s390-linux-nat.o:(.rodata._ZTV21s390_linux_nat_target[_ZTV21s390_linux_nat_target]+0x138): undefined reference to `s390_linux_nat_target::watchpoint_addr_within_range(unsigned long, unsigned long, int)'
collect2: error: ld returned 1 exit status
Makefile:1912: recipe for target 'gdb' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[2]: *** [gdb] Error 1
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-05-03  2:19 [binutils-gdb] make-target-delegates: line break between return type and function name sergiodj+buildbot
@ 2018-05-03  7:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  7:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5387>

Commit(s) tested:
	ad6a4e2dd69f9d343864181b638e166ff1458861

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	make-target-delegates: line break between return type and function name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ad/ad6a4e2dd69f9d343864181b638e166ff1458861/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    sparc-linux-tdep.o
  CXX    sparc-nbsd-tdep.o
  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-tdep.o
  CXX    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    symfile-mem.o
  CXX    tic6x-linux-tdep.o
  CXX    tic6x-tdep.o
  CXX    tilegx-linux-tdep.o
  CXX    tilegx-tdep.o
  CXX    v850-tdep.o
  CXX    vax-nbsd-tdep.o
  CXX    vax-tdep.o
  CXX    windows-tdep.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-tdep.o
  CXX    alpha-bsd-tdep.o
  CXX    alpha-mdebug-tdep.o
  CXX    alpha-linux-tdep.o
  CXX    alpha-nbsd-tdep.o
  CXX    alpha-obsd-tdep.o
  CXX    alpha-tdep.o
  CXX    amd64-darwin-tdep.o
  CXX    amd64-dicos-tdep.o
  CXX    amd64-fbsd-tdep.o
  CXX    amd64-linux-tdep.o
  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-tdep.o
  CXX    arch/aarch64.o
  CXX    arch/aarch64-insn.o
  CXX    arch/amd64.o
  CXX    ia64-linux-tdep.o
  CXX    ia64-tdep.o
  CXX    ia64-vms-tdep.o
  CXX    mips64-obsd-tdep.o
  CXX    sparc64-fbsd-tdep.o
  CXX    sparc64-linux-tdep.o
  CXX    sparc64-nbsd-tdep.o
  CXX    sparc64-obsd-tdep.o
  CXX    sparc64-sol2-tdep.o
  CXX    sparc64-tdep.o
  CXX    ser-base.o
  CXX    ser-unix.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    inf-ptrace.o
  CXX    fork-child.o
  CXX    fork-inferior.o
  CXX    proc-service.o
  CXX    linux-thread-db.o
  CXX    linux-nat.o
  CXX    linux-osdata.o
  CXX    linux-fork.o
  CXX    linux-procfs.o
  CXX    linux-ptrace.o
  CXX    linux-waitpid.o
  CXX    linux-personality.o
  CXX    linux-namespaces.o
  CXX    s390-linux-nat.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-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-utils.o
../../binutils-gdb/gdb/s390-linux-nat.c:125:7: error: conflicting return type specified for 'virtual int s390_linux_nat_target::have_continuable_watchpoint()'
   int have_continuable_watchpoint () { return 1; }
       ^
In file included from ../../binutils-gdb/gdb/inferior.h:40:0,
                 from ../../binutils-gdb/gdb/s390-linux-nat.c:24:
../../binutils-gdb/gdb/target.h:534:18: error:   overriding 'virtual bool target_ops::have_continuable_watchpoint()'
     virtual bool have_continuable_watchpoint ()
                  ^
  CXX    mi/mi-cmd-break.o
Makefile:1613: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-05-03  2:19 [binutils-gdb] Convert struct target_ops to C++ sergiodj+buildbot
@ 2018-05-03  6:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  6:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5386>

Commit(s) tested:
	f6ac5f3d63e03a81c4ff3749aba234961cc9090e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Convert struct target_ops to C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f6/f6ac5f3d63e03a81c4ff3749aba234961cc9090e/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    solib-svr4.o
  CXX    sparc-linux-tdep.o
  CXX    sparc-nbsd-tdep.o
  CXX    sparc-obsd-tdep.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-tdep.o
  CXX    spu-multiarch.o
  CXX    spu-tdep.o
  CXX    symfile-mem.o
  CXX    tic6x-linux-tdep.o
  CXX    tic6x-tdep.o
  CXX    tilegx-linux-tdep.o
  CXX    tilegx-tdep.o
  CXX    v850-tdep.o
  CXX    vax-nbsd-tdep.o
  CXX    windows-tdep.o
  CXX    vax-tdep.o
  CXX    x86-tdep.o
  CXX    xcoffread.o
  CXX    xstormy16-tdep.o
  CXX    xtensa-config.o
  CXX    xtensa-linux-tdep.o
  CXX    xtensa-tdep.o
  CXX    aarch64-fbsd-tdep.o
  CXX    aarch64-linux-tdep.o
  CXX    aarch64-newlib-tdep.o
  CXX    aarch64-tdep.o
  CXX    alpha-bsd-tdep.o
  CXX    alpha-linux-tdep.o
  CXX    alpha-mdebug-tdep.o
  CXX    alpha-nbsd-tdep.o
  CXX    alpha-obsd-tdep.o
  CXX    alpha-tdep.o
  CXX    amd64-darwin-tdep.o
  CXX    amd64-dicos-tdep.o
  CXX    amd64-fbsd-tdep.o
  CXX    amd64-linux-tdep.o
  CXX    amd64-nbsd-tdep.o
  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-tdep.o
  CXX    arch/aarch64.o
  CXX    arch/aarch64-insn.o
  CXX    arch/amd64.o
  CXX    ia64-linux-tdep.o
  CXX    ia64-tdep.o
  CXX    ia64-vms-tdep.o
  CXX    mips64-obsd-tdep.o
  CXX    sparc64-fbsd-tdep.o
  CXX    sparc64-linux-tdep.o
  CXX    sparc64-nbsd-tdep.o
  CXX    sparc64-obsd-tdep.o
  CXX    sparc64-sol2-tdep.o
  CXX    sparc64-tdep.o
  CXX    ser-base.o
  CXX    ser-unix.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    inf-ptrace.o
  CXX    fork-child.o
  CXX    fork-inferior.o
  CXX    proc-service.o
  CXX    linux-thread-db.o
  CXX    linux-nat.o
  CXX    linux-osdata.o
  CXX    linux-fork.o
  CXX    linux-procfs.o
  CXX    linux-ptrace.o
  CXX    linux-waitpid.o
  CXX    linux-personality.o
  CXX    linux-namespaces.o
  CXX    s390-linux-nat.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-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-utils.o
../../binutils-gdb/gdb/s390-linux-nat.c:125:7: error: conflicting return type specified for 'virtual int s390_linux_nat_target::have_continuable_watchpoint()'
   int have_continuable_watchpoint () { return 1; }
       ^
In file included from ../../binutils-gdb/gdb/inferior.h:40:0,
                 from ../../binutils-gdb/gdb/s390-linux-nat.c:24:
../../binutils-gdb/gdb/target.h:534:18: error:   overriding 'virtual bool target_ops::have_continuable_watchpoint()'
     virtual bool have_continuable_watchpoint ()
                  ^
Makefile:1613: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 12:19 [binutils-gdb] gdb: Remove OpenBSD/m88k support sergiodj+buildbot
@ 2018-04-16 16:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5230>

Commit(s) tested:
	a2a79012fe7ad4bcc354c14410679ccb705d5326

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Remove OpenBSD/m88k support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/a2/a2a79012fe7ad4bcc354c14410679ccb705d5326/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-tdep.o
  CXX    linux-record.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    obsd-tdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    ravenscar-thread.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
  CXX    rs6000-aix-tdep.o
  CXX    rs6000-lynx178-tdep.o
  CXX    rs6000-tdep.o
  CXX    rx-tdep.o
  CXX    s390-linux-tdep.o
  CXX    s390-tdep.o
  CXX    score-tdep.o
  CXX    sh-linux-tdep.o
  CXX    sh-nbsd-tdep.o
  CXX    sh-tdep.o
../../binutils-gdb/gdb/sh-linux-tdep.c: In function 'void sh_linux_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/sh-linux-tdep.c:199:35: error: 'bfd_mach_sh5' was not declared in this scope
   if (info.bfd_arch_info->mach != bfd_mach_sh5)
                                   ^
Makefile:1613: recipe for target 'sh-linux-tdep.o' failed
make[2]: *** [sh-linux-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../binutils-gdb/gdb/sh-tdep.c: In function 'gdbarch* sh_gdbarch_init(gdbarch_info, gdbarch_list*)':
../../binutils-gdb/gdb/sh-tdep.c:2261:35: error: 'bfd_mach_sh5' was not declared in this scope
   if (info.bfd_arch_info->mach == bfd_mach_sh5)
                                   ^
Makefile:1613: recipe for target 'sh-tdep.o' failed
make[2]: *** [sh-tdep.o] Error 1
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 12:05 [binutils-gdb] Prevent an illegal memory access via an out of range fixup pointer sergiodj+buildbot
@ 2018-04-16 16:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 16:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5229>

Commit(s) tested:
	e9af4700bc7435e593dd74d4d2e099b3d7c01eb6

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent an illegal memory access via an out of range fixup pointer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/e9/e9af4700bc7435e593dd74d4d2e099b3d7c01eb6/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     pipe-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     glob.o
  CC     fcntl.o
  CC     openat-proc.o
  GEN    charset.alias
  CC     mbrtowc.o
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arm-fbsd-tdep.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-bsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 11:32 [binutils-gdb] Remove arm-epoc-pe support sergiodj+buildbot
@ 2018-04-16 16:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 16:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5228>

Commit(s) tested:
	ddb000396c9246649e02669e0bd6ad3949973e5a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove arm-epoc-pe support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/dd/ddb000396c9246649e02669e0bd6ad3949973e5a/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     strnlen1.o
  CC     unistd.o
  CC     fd-safer.o
  CC     dup-safer.o
  CC     pipe-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     glob.o
  CC     fcntl.o
  CC     mbrtowc.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 11:29 [binutils-gdb] sparc-coff removal leftover sergiodj+buildbot
@ 2018-04-16 16:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 16:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5227>

Commit(s) tested:
	5452f388a51463394553b29469e32e7765d874e1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	sparc-coff removal leftover

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/54/5452f388a51463394553b29469e32e7765d874e1/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     wctype-h.o
  CC     pipe-safer.o
  CC     chdir-long.o
  CC     fcntl.o
  CC     glob.o
  CC     mbrtowc.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16  9:35 [binutils-gdb] Remove sparc-aout and sparc-coff support sergiodj+buildbot
@ 2018-04-16 16:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 16:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5226>

Commit(s) tested:
	c9098af41e3246586a30f4f0bdb0ee4367e9a5e7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove sparc-aout and sparc-coff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/c9/c9098af41e3246586a30f4f0bdb0ee4367e9a5e7/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     pipe-safer.o
  CC     fcntl.o
  CC     glob.o
  CC     mbrtowc.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-del.sed
  GEN    ref-add.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arm-fbsd-tdep.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16  9:21 [binutils-gdb] Remove m68k-aout and m68k-coff support sergiodj+buildbot
@ 2018-04-16 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5225>

Commit(s) tested:
	dc12032bca08554cf0a72d224e44f755f7789ff3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove m68k-aout and m68k-coff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/dc/dc12032bca08554cf0a72d224e44f755f7789ff3/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     pipe-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     fcntl.o
  CC     glob.o
  CC     mbrtowc.o
  GEN    ref-add.sed
  GEN    charset.alias
  CC     openat-proc.o
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arm-bsd-tdep.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-fbsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-wince-tdep.o
  CXX    arm-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16  9:11 [binutils-gdb] Remove sh5 and sh64 support sergiodj+buildbot
@ 2018-04-16 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5224>

Commit(s) tested:
	211dc24b8744ed14ee5c293e7ac164d02e1fa1fe

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove sh5 and sh64 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/21/211dc24b8744ed14ee5c293e7ac164d02e1fa1fe/>

*** Failed to compiled GDB.  ***
============================

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

  CC     unistd.o
  CC     dup-safer.o
  CC     tempname.o
  CC     fd-safer.o
  CC     pipe-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     fcntl.o
  CC     glob.o
  CC     mbrtowc.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 11:06 [binutils-gdb] Remove sh-symbianelf support sergiodj+buildbot
@ 2018-04-16 15:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5223>

Commit(s) tested:
	4db9937a27496d2f62ac1dde76565809acd4ecde

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove sh-symbianelf support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/4d/4db9937a27496d2f62ac1dde76565809acd4ecde/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     pipe-safer.o
  CC     fd-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     fcntl.o
  CC     mbrtowc.o
  CC     glob.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arm-bsd-tdep.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-fbsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    iq2000-tdep.o
  CXX    i387-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 11:04 [binutils-gdb] Remove vax-bsd and vax-ultrix support sergiodj+buildbot
@ 2018-04-16 15:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5222>

Commit(s) tested:
	9f5d15933be033c9d54e41d605d7824f57fbed4e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove vax-bsd and vax-ultrix support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/9f/9f5d15933be033c9d54e41d605d7824f57fbed4e/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     pipe-safer.o
  CC     fd-safer.o
  CC     chdir-long.o
  CC     fcntl.o
  CC     wctype-h.o
  CC     glob.o
  CC     mbrtowc.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arm-fbsd-tdep.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-wince-tdep.o
  CXX    arm-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 11:02 [binutils-gdb] Remove w65 support sergiodj+buildbot
@ 2018-04-16 15:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5221>

Commit(s) tested:
	a9a4b30244006a0087c5a7bf73cbb13927f1d9f1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove w65 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/a9/a9a4b30244006a0087c5a7bf73cbb13927f1d9f1/>

*** Failed to compiled GDB.  ***
============================

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

  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     pipe-safer.o
  CC     chdir-long.o
  CC     wctype-h.o
  CC     fcntl.o
  CC     mbrtowc.o
  CC     glob.o
  CC     openat-proc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 11:00 [binutils-gdb] Remove we32k support sergiodj+buildbot
@ 2018-04-16 15:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5220>

Commit(s) tested:
	04cb01fd5a3bc167ae26486bbc2bf941e96ad805

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove we32k support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/04/04cb01fd5a3bc167ae26486bbc2bf941e96ad805/>

*** Failed to compiled GDB.  ***
============================

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

  CC     strnlen1.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     pipe-safer.o
  CC     wctype-h.o
  CC     chdir-long.o
  CC     fcntl.o
  CC     glob.o
  CC     openat-proc.o
  CC     mbrtowc.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arm-fbsd-tdep.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-04-16 10:58 [binutils-gdb] Remove m88k support sergiodj+buildbot
@ 2018-04-16 15:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5219>

Commit(s) tested:
	c2bf1eecf99abc4d546bb52a008a25e64a29d85e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove m88k support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/c2/c2bf1eecf99abc4d546bb52a008a25e64a29d85e/>

*** Failed to compiled GDB.  ***
============================

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

  CC     save-cwd.o
  CC     tempname.o
  CC     unistd.o
  CC     dup-safer.o
  CC     fd-safer.o
  CC     pipe-safer.o
  CC     chdir-long.o
  CC     wctype-h.o
  CC     fcntl.o
  CC     mbrtowc.o
  CC     openat-proc.o
  CC     glob.o
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
  AR     libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
  CXX    gdb.o
  CXX    arc-tdep.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/arm-linux.o
  CXX    arm-bsd-tdep.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    avr-tdep.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    bsd-uthread.o
  CXX    cris-linux-tdep.o
  CXX    cris-tdep.o
  CXX    dicos-tdep.o
  CXX    fbsd-tdep.o
  CXX    frv-linux-tdep.o
  CXX    frv-tdep.o
  CXX    ft32-tdep.o
  CXX    glibc-tdep.o
  CXX    h8300-tdep.o
  CXX    hppa-bsd-tdep.o
  CXX    hppa-linux-tdep.o
  CXX    hppa-nbsd-tdep.o
  CXX    hppa-obsd-tdep.o
  CXX    hppa-tdep.o
  CXX    i386-bsd-tdep.o
  CXX    i386-cygwin-tdep.o
  CXX    i386-darwin-tdep.o
  CXX    i386-dicos-tdep.o
  CXX    i386-fbsd-tdep.o
  CXX    i386-gnu-tdep.o
  CXX    i386-go32-tdep.o
  CXX    i386-linux-tdep.o
  CXX    i386-nbsd-tdep.o
  CXX    i386-nto-tdep.o
  CXX    i386-obsd-tdep.o
  CXX    i386-sol2-tdep.o
  CXX    i386-tdep.o
  CXX    i387-tdep.o
  CXX    iq2000-tdep.o
  CXX    linux-record.o
  CXX    linux-tdep.o
  CXX    lm32-tdep.o
  CXX    m32c-tdep.o
  CXX    m32r-linux-tdep.o
  CXX    m32r-tdep.o
  CXX    m68hc11-tdep.o
  CXX    m68k-bsd-tdep.o
  CXX    m68k-linux-tdep.o
  CXX    m68k-tdep.o
  CXX    m88k-tdep.o
  CXX    mep-tdep.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
../../binutils-gdb/gdb/m88k-tdep.c: In function 'void _initialize_m88k_tdep()':
../../binutils-gdb/gdb/m88k-tdep.c:867:21: error: 'bfd_arch_m88k' was not declared in this scope
   gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL);
                     ^
  CXX    mips-nbsd-tdep.o
Makefile:1615: recipe for target 'm88k-tdep.o' failed
make[2]: *** [m88k-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-03-23 11:28 [binutils-gdb] Fix memory leak in python.c:do_start_initialization sergiodj+buildbot
@ 2017-06-24 10:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-06-24 10:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/4127>

Commit(s) tested:
	3f2a3564b1c3872e4a380f2484d40ce2495a4835

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	Fix memory leak in python.c:do_start_initialization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/3f/3f2a3564b1c3872e4a380f2484d40ce2495a4835/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-catch.o -MT mi-cmd-catch.o -MMD -MP -MF .deps/mi-cmd-catch.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-catch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-disas.o -MT mi-cmd-disas.o -MMD -MP -MF .deps/mi-cmd-disas.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-disas.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-env.o -MT mi-cmd-env.o -MMD -MP -MF .deps/mi-cmd-env.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-env.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-file.o -MT mi-cmd-file.o -MMD -MP -MF .deps/mi-cmd-file.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-file.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-info.o -MT mi-cmd-info.o -MMD -MP -MF .deps/mi-cmd-info.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-info.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-stack.o -MT mi-cmd-stack.o -MMD -MP -MF .deps/mi-cmd-stack.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-stack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-target.o -MT mi-cmd-target.o -MMD -MP -MF .deps/mi-cmd-target.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-target.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmd-var.o -MT mi-cmd-var.o -MMD -MP -MF .deps/mi-cmd-var.Tpo ../../binutils-gdb/gdb/mi/mi-cmd-var.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-cmds.o -MT mi-cmds.o -MMD -MP -MF .deps/mi-cmds.Tpo ../../binutils-gdb/gdb/mi/mi-cmds.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-console.o -MT mi-console.o -MMD -MP -MF .deps/mi-console.Tpo ../../binutils-gdb/gdb/mi/mi-console.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-getopt.o -MT mi-getopt.o -MMD -MP -MF .deps/mi-getopt.Tpo ../../binutils-gdb/gdb/mi/mi-getopt.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-interp.o -MT mi-interp.o -MMD -MP -MF .deps/mi-interp.Tpo ../../binutils-gdb/gdb/mi/mi-interp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-main.o -MT mi-main.o -MMD -MP -MF .deps/mi-main.Tpo ../../binutils-gdb/gdb/mi/mi-main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-out.o -MT mi-out.o -MMD -MP -MF .deps/mi-out.Tpo ../../binutils-gdb/gdb/mi/mi-out.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-parse.o -MT mi-parse.o -MMD -MP -MF .deps/mi-parse.Tpo ../../binutils-gdb/gdb/mi/mi-parse.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-symbol-cmds.o -MT mi-symbol-cmds.o -MMD -MP -MF .deps/mi-symbol-cmds.Tpo ../../binutils-gdb/gdb/mi/mi-symbol-cmds.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui.o -MT tui.o -MMD -MP -MF .deps/tui.Tpo ../../binutils-gdb/gdb/tui/tui.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-command.o -MT tui-command.o -MMD -MP -MF .deps/tui-command.Tpo ../../binutils-gdb/gdb/tui/tui-command.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-data.o -MT tui-data.o -MMD -MP -MF .deps/tui-data.Tpo ../../binutils-gdb/gdb/tui/tui-data.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-disasm.o -MT tui-disasm.o -MMD -MP -MF .deps/tui-disasm.Tpo ../../binutils-gdb/gdb/tui/tui-disasm.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-file.o -MT tui-file.o -MMD -MP -MF .deps/tui-file.Tpo ../../binutils-gdb/gdb/tui/tui-file.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-hooks.o -MT tui-hooks.o -MMD -MP -MF .deps/tui-hooks.Tpo ../../binutils-gdb/gdb/tui/tui-hooks.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-interp.o -MT tui-interp.o -MMD -MP -MF .deps/tui-interp.Tpo ../../binutils-gdb/gdb/tui/tui-interp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-io.o -MT tui-io.o -MMD -MP -MF .deps/tui-io.Tpo ../../binutils-gdb/gdb/tui/tui-io.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-layout.o -MT tui-layout.o -MMD -MP -MF .deps/tui-layout.Tpo ../../binutils-gdb/gdb/tui/tui-layout.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-out.o -MT tui-out.o -MMD -MP -MF .deps/tui-out.Tpo ../../binutils-gdb/gdb/tui/tui-out.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-regs.o -MT tui-regs.o -MMD -MP -MF .deps/tui-regs.Tpo ../../binutils-gdb/gdb/tui/tui-regs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-source.o -MT tui-source.o -MMD -MP -MF .deps/tui-source.Tpo ../../binutils-gdb/gdb/tui/tui-source.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-stack.o -MT tui-stack.o -MMD -MP -MF .deps/tui-stack.Tpo ../../binutils-gdb/gdb/tui/tui-stack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-win.o -MT tui-win.o -MMD -MP -MF .deps/tui-win.Tpo ../../binutils-gdb/gdb/tui/tui-win.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-windata.o -MT tui-windata.o -MMD -MP -MF .deps/tui-windata.Tpo ../../binutils-gdb/gdb/tui/tui-windata.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-wingeneral.o -MT tui-wingeneral.o -MMD -MP -MF .deps/tui-wingeneral.Tpo ../../binutils-gdb/gdb/tui/tui-wingeneral.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tui-winsource.o -MT tui-winsource.o -MMD -MP -MF .deps/tui-winsource.Tpo ../../binutils-gdb/gdb/tui/tui-winsource.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-arch.o -MT py-arch.o -MMD -MP -MF .deps/py-arch.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-arch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-auto-load.o -MT py-auto-load.o -MMD -MP -MF .deps/py-auto-load.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-auto-load.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-block.o -MT py-block.o -MMD -MP -MF .deps/py-block.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-block.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-bpevent.o -MT py-bpevent.o -MMD -MP -MF .deps/py-bpevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-bpevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-breakpoint.o -MT py-breakpoint.o -MMD -MP -MF .deps/py-breakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-breakpoint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-cmd.o -MT py-cmd.o -MMD -MP -MF .deps/py-cmd.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-cmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-continueevent.o -MT py-continueevent.o -MMD -MP -MF .deps/py-continueevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-continueevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-event.o -MT py-event.o -MMD -MP -MF .deps/py-event.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-event.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-evtregistry.o -MT py-evtregistry.o -MMD -MP -MF .deps/py-evtregistry.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-evtregistry.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-evts.o -MT py-evts.o -MMD -MP -MF .deps/py-evts.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-evts.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-exitedevent.o -MT py-exitedevent.o -MMD -MP -MF .deps/py-exitedevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-exitedevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-finishbreakpoint.o -MT py-finishbreakpoint.o -MMD -MP -MF .deps/py-finishbreakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-finishbreakpoint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-frame.o -MT py-frame.o -MMD -MP -MF .deps/py-frame.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-framefilter.o -MT py-framefilter.o -MMD -MP -MF .deps/py-framefilter.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-framefilter.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-function.o -MT py-function.o -MMD -MP -MF .deps/py-function.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-function.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-gdb-readline.o -MT py-gdb-readline.o -MMD -MP -MF .deps/py-gdb-readline.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-gdb-readline.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-inferior.o -MT py-inferior.o -MMD -MP -MF .deps/py-inferior.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-infevents.o -MT py-infevents.o -MMD -MP -MF .deps/py-infevents.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-infevents.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-infthread.o -MT py-infthread.o -MMD -MP -MF .deps/py-infthread.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-infthread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-lazy-string.o -MT py-lazy-string.o -MMD -MP -MF .deps/py-lazy-string.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-lazy-string.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-linetable.o -MT py-linetable.o -MMD -MP -MF .deps/py-linetable.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-linetable.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-newobjfileevent.o -MT py-newobjfileevent.o -MMD -MP -MF .deps/py-newobjfileevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-newobjfileevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-objfile.o -MT py-objfile.o -MMD -MP -MF .deps/py-objfile.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-objfile.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-param.o -MT py-param.o -MMD -MP -MF .deps/py-param.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-param.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF .deps/py-prettyprint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-prettyprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-progspace.o -MT py-progspace.o -MMD -MP -MF .deps/py-progspace.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-progspace.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-record.o -MT py-record.o -MMD -MP -MF .deps/py-record.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-record.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-record-btrace.o -MT py-record-btrace.o -MMD -MP -MF .deps/py-record-btrace.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-record-btrace.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-record-full.o -MT py-record-full.o -MMD -MP -MF .deps/py-record-full.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-record-full.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-signalevent.o -MT py-signalevent.o -MMD -MP -MF .deps/py-signalevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-signalevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-stopevent.o -MT py-stopevent.o -MMD -MP -MF .deps/py-stopevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-stopevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-symbol.o -MT py-symbol.o -MMD -MP -MF .deps/py-symbol.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-symbol.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-symtab.o -MT py-symtab.o -MMD -MP -MF .deps/py-symtab.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-symtab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-threadevent.o -MT py-threadevent.o -MMD -MP -MF .deps/py-threadevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-threadevent.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-type.o -MT py-type.o -MMD -MP -MF .deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-type.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-unwind.o -MT py-unwind.o -MMD -MP -MF .deps/py-unwind.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-utils.o -MT py-utils.o -MMD -MP -MF .deps/py-utils.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-utils.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-value.o -MT py-value.o -MMD -MP -MF .deps/py-value.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-value.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-varobj.o -MT py-varobj.o -MMD -MP -MF .deps/py-varobj.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-varobj.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o py-xmethods.o -MT py-xmethods.o -MMD -MP -MF .deps/py-xmethods.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/py-xmethods.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../binutils-gdb/gdb/python/python.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o guile.o -MT guile.o -MMD -MP -MF .deps/guile.Tpo ../../binutils-gdb/gdb/guile/guile.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o elfread.o -MT elfread.o -MMD -MP -MF .deps/elfread.Tpo ../../binutils-gdb/gdb/elfread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o stap-probe.o -MT stap-probe.o -MMD -MP -MF .deps/stap-probe.Tpo ../../binutils-gdb/gdb/stap-probe.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dtrace-probe.o -MT dtrace-probe.o -MMD -MP -MF .deps/dtrace-probe.Tpo ../../binutils-gdb/gdb/dtrace-probe.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o machoread.o -MT machoread.o -MMD -MP -MF .deps/machoread.Tpo ../../binutils-gdb/gdb/machoread.c
../../binutils-gdb/gdb/python/python.c: In function 'bool do_start_initialization()':
../../binutils-gdb/gdb/python/python.c:1556:16: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
   xfree (libdir);
                ^
In file included from ../../binutils-gdb/gdb/common/common-defs.h:78:0,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/python/python.c:20:
../../binutils-gdb/gdb/common/common-utils.h:49:6: note: initializing argument 1 of 'void xfree(void*)'
 void xfree (void *);
      ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o posix-hdep.o -MT posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo ../../binutils-gdb/gdb/posix-hdep.c
Makefile:1915: recipe for target 'python.o' failed
make[2]: *** [python.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-21  1:25 [binutils-gdb] Alpha DT_RELA sergiodj+buildbot
@ 2017-02-21  1:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-21  1:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3907>

Commit(s) tested:
	24f1a75169e554d418be009d803a02e441584ea7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Alpha DT_RELA

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/24/24f1a75169e554d418be009d803a02e441584ea7/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../binutils-gdb/gdb/dwarf2expr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../binutils-gdb/gdb/dwarf2loc.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../binutils-gdb/gdb/dwarf2read.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../binutils-gdb/gdb/environ.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../binutils-gdb/gdb/eval.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../binutils-gdb/gdb/event-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../binutils-gdb/gdb/event-top.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../binutils-gdb/gdb/exceptions.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../binutils-gdb/gdb/expprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o extension.o -MT extension.o -MMD -MP -MF .deps/extension.Tpo ../../binutils-gdb/gdb/extension.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../binutils-gdb/gdb/f-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../binutils-gdb/gdb/f-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../binutils-gdb/gdb/f-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fileio.o -MT fileio.o -MMD -MP -MF .deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../binutils-gdb/gdb/filesystem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../binutils-gdb/gdb/findcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../binutils-gdb/gdb/findvar.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../binutils-gdb/gdb/frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../binutils-gdb/gdb/frame-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../binutils-gdb/gdb/frame-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../binutils-gdb/gdb/gcore.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../binutils-gdb/gdb/gdb_bfd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../binutils-gdb/gdb/gdb-dlfcn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../binutils-gdb/gdb/gdb_obstack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../binutils-gdb/gdb/gdb_usleep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../binutils-gdb/gdb/gdbarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../binutils-gdb/gdb/gdbtypes.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../binutils-gdb/gdb/gnu-v2-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../binutils-gdb/gdb/gnu-v3-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../binutils-gdb/gdb/go-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../binutils-gdb/gdb/go-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../binutils-gdb/gdb/go-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../binutils-gdb/gdb/inf-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../binutils-gdb/gdb/inf-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../binutils-gdb/gdb/infcall.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../binutils-gdb/gdb/infcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../binutils-gdb/gdb/inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../binutils-gdb/gdb/infrun.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../binutils-gdb/gdb/inline-frame.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'pc_bounds_kind dwarf2_get_pc_bounds(die_info*, CORE_ADDR*, CORE_ADDR*, dwarf2_cu*, partial_symtab*)':
../../binutils-gdb/gdb/dwarf2read.c:12134:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12133:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../binutils-gdb/gdb/interps.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'void dwarf2_record_block_ranges(die_info*, block*, CORE_ADDR, dwarf2_cu*)':
../../binutils-gdb/gdb/dwarf2read.c:12134:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12133:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../binutils-gdb/gdb/jit.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../binutils-gdb/gdb/language.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../binutils-gdb/gdb/linespec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../binutils-gdb/gdb/location.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../binutils-gdb/gdb/m2-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../binutils-gdb/gdb/m2-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../binutils-gdb/gdb/m2-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../binutils-gdb/gdb/macrocmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../binutils-gdb/gdb/macroexp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../binutils-gdb/gdb/macroscope.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../binutils-gdb/gdb/macrotab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../binutils-gdb/gdb/main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../binutils-gdb/gdb/maint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../binutils-gdb/gdb/mdebugread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../binutils-gdb/gdb/mem-break.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../binutils-gdb/gdb/memattr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../binutils-gdb/gdb/memory-map.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../binutils-gdb/gdb/memrange.c
cc1plus: all warnings being treated as errors
Makefile:1872: recipe for target 'dwarf2read.o' failed
make[2]: *** [dwarf2read.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 23:25 [binutils-gdb] DWARF-5: NEWS sergiodj+buildbot
@ 2017-02-20 23:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 23:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3906>

Commit(s) tested:
	0ae60b631e1648880d326c4a9986d5d522b6ae8a

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: NEWS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0a/0ae60b631e1648880d326c4a9986d5d522b6ae8a/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../binutils-gdb/gdb/dwarf2expr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../binutils-gdb/gdb/dwarf2loc.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../binutils-gdb/gdb/dwarf2read.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../binutils-gdb/gdb/environ.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../binutils-gdb/gdb/eval.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../binutils-gdb/gdb/event-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../binutils-gdb/gdb/event-top.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../binutils-gdb/gdb/exceptions.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../binutils-gdb/gdb/expprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o extension.o -MT extension.o -MMD -MP -MF .deps/extension.Tpo ../../binutils-gdb/gdb/extension.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../binutils-gdb/gdb/f-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../binutils-gdb/gdb/f-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../binutils-gdb/gdb/f-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fileio.o -MT fileio.o -MMD -MP -MF .deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../binutils-gdb/gdb/filesystem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../binutils-gdb/gdb/findcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../binutils-gdb/gdb/findvar.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../binutils-gdb/gdb/frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../binutils-gdb/gdb/frame-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../binutils-gdb/gdb/frame-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../binutils-gdb/gdb/gcore.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../binutils-gdb/gdb/gdb_bfd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../binutils-gdb/gdb/gdb-dlfcn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../binutils-gdb/gdb/gdb_obstack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../binutils-gdb/gdb/gdb_usleep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../binutils-gdb/gdb/gdbarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../binutils-gdb/gdb/gdbtypes.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../binutils-gdb/gdb/gnu-v2-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../binutils-gdb/gdb/gnu-v3-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../binutils-gdb/gdb/go-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../binutils-gdb/gdb/go-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../binutils-gdb/gdb/go-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../binutils-gdb/gdb/inf-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../binutils-gdb/gdb/inf-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../binutils-gdb/gdb/infcall.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../binutils-gdb/gdb/infcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../binutils-gdb/gdb/inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../binutils-gdb/gdb/infrun.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../binutils-gdb/gdb/inline-frame.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'pc_bounds_kind dwarf2_get_pc_bounds(die_info*, CORE_ADDR*, CORE_ADDR*, dwarf2_cu*, partial_symtab*)':
../../binutils-gdb/gdb/dwarf2read.c:12134:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12133:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../binutils-gdb/gdb/interps.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'void dwarf2_record_block_ranges(die_info*, block*, CORE_ADDR, dwarf2_cu*)':
../../binutils-gdb/gdb/dwarf2read.c:12134:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12133:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../binutils-gdb/gdb/jit.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../binutils-gdb/gdb/language.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../binutils-gdb/gdb/linespec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../binutils-gdb/gdb/location.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../binutils-gdb/gdb/m2-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../binutils-gdb/gdb/m2-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../binutils-gdb/gdb/m2-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../binutils-gdb/gdb/macrocmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../binutils-gdb/gdb/macroexp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../binutils-gdb/gdb/macroscope.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../binutils-gdb/gdb/macrotab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../binutils-gdb/gdb/main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../binutils-gdb/gdb/maint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../binutils-gdb/gdb/mdebugread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../binutils-gdb/gdb/mem-break.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../binutils-gdb/gdb/memattr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../binutils-gdb/gdb/memory-map.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../binutils-gdb/gdb/memrange.c
cc1plus: all warnings being treated as errors
Makefile:1872: recipe for target 'dwarf2read.o' failed
make[2]: *** [dwarf2read.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 23:15 [binutils-gdb] DWARF-5: DW_FORM_data16 sergiodj+buildbot
@ 2017-02-20 23:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 23:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3905>

Commit(s) tested:
	0224619f6085908935f689b87e1ac4e460bb1e71

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: DW_FORM_data16

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/02/0224619f6085908935f689b87e1ac4e460bb1e71/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../binutils-gdb/gdb/dwarf2loc.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../binutils-gdb/gdb/dwarf2read.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../binutils-gdb/gdb/environ.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../binutils-gdb/gdb/eval.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../binutils-gdb/gdb/event-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../binutils-gdb/gdb/event-top.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../binutils-gdb/gdb/exceptions.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../binutils-gdb/gdb/expprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o extension.o -MT extension.o -MMD -MP -MF .deps/extension.Tpo ../../binutils-gdb/gdb/extension.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../binutils-gdb/gdb/f-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../binutils-gdb/gdb/f-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../binutils-gdb/gdb/f-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fileio.o -MT fileio.o -MMD -MP -MF .deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../binutils-gdb/gdb/filesystem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../binutils-gdb/gdb/findcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../binutils-gdb/gdb/findvar.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../binutils-gdb/gdb/frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../binutils-gdb/gdb/frame-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../binutils-gdb/gdb/frame-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../binutils-gdb/gdb/gcore.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../binutils-gdb/gdb/gdb_bfd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../binutils-gdb/gdb/gdb-dlfcn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../binutils-gdb/gdb/gdb_obstack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../binutils-gdb/gdb/gdb_usleep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../binutils-gdb/gdb/gdbarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../binutils-gdb/gdb/gdbtypes.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../binutils-gdb/gdb/gnu-v2-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../binutils-gdb/gdb/gnu-v3-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../binutils-gdb/gdb/go-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../binutils-gdb/gdb/go-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../binutils-gdb/gdb/go-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../binutils-gdb/gdb/inf-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../binutils-gdb/gdb/inf-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../binutils-gdb/gdb/infcall.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../binutils-gdb/gdb/infcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../binutils-gdb/gdb/inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../binutils-gdb/gdb/infrun.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../binutils-gdb/gdb/inline-frame.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'pc_bounds_kind dwarf2_get_pc_bounds(die_info*, CORE_ADDR*, CORE_ADDR*, dwarf2_cu*, partial_symtab*)':
../../binutils-gdb/gdb/dwarf2read.c:12134:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12133:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../binutils-gdb/gdb/interps.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'void dwarf2_record_block_ranges(die_info*, block*, CORE_ADDR, dwarf2_cu*)':
../../binutils-gdb/gdb/dwarf2read.c:12134:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12133:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12033:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../binutils-gdb/gdb/jit.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../binutils-gdb/gdb/language.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../binutils-gdb/gdb/linespec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../binutils-gdb/gdb/location.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../binutils-gdb/gdb/m2-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../binutils-gdb/gdb/m2-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../binutils-gdb/gdb/m2-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../binutils-gdb/gdb/macrocmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../binutils-gdb/gdb/macroexp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../binutils-gdb/gdb/macroscope.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../binutils-gdb/gdb/macrotab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../binutils-gdb/gdb/main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../binutils-gdb/gdb/maint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../binutils-gdb/gdb/mdebugread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../binutils-gdb/gdb/mem-break.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../binutils-gdb/gdb/memattr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../binutils-gdb/gdb/memory-map.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../binutils-gdb/gdb/memrange.c
cc1plus: all warnings being treated as errors
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mi-common.o -MT mi-common.o -MMD -MP -MF .deps/mi-common.Tpo ../../binutils-gdb/gdb/mi/mi-common.c
Makefile:1872: recipe for target 'dwarf2read.o' failed
make[2]: *** [dwarf2read.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 23:04 [binutils-gdb] DWARF-5: Macros sergiodj+buildbot
@ 2017-02-20 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3904>

Commit(s) tested:
	0af92d6069f5c43f0090b78d4cb8fda7d9861b22

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: Macros

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0a/0af92d6069f5c43f0090b78d4cb8fda7d9861b22/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../binutils-gdb/gdb/dwarf2expr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../binutils-gdb/gdb/dwarf2loc.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../binutils-gdb/gdb/dwarf2read.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../binutils-gdb/gdb/environ.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../binutils-gdb/gdb/eval.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../binutils-gdb/gdb/event-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../binutils-gdb/gdb/event-top.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../binutils-gdb/gdb/exceptions.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../binutils-gdb/gdb/expprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o extension.o -MT extension.o -MMD -MP -MF .deps/extension.Tpo ../../binutils-gdb/gdb/extension.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../binutils-gdb/gdb/f-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../binutils-gdb/gdb/f-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../binutils-gdb/gdb/f-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fileio.o -MT fileio.o -MMD -MP -MF .deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../binutils-gdb/gdb/filesystem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../binutils-gdb/gdb/findcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../binutils-gdb/gdb/findvar.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../binutils-gdb/gdb/frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../binutils-gdb/gdb/frame-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../binutils-gdb/gdb/frame-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../binutils-gdb/gdb/gcore.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../binutils-gdb/gdb/gdb_bfd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../binutils-gdb/gdb/gdb-dlfcn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../binutils-gdb/gdb/gdb_obstack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../binutils-gdb/gdb/gdb_usleep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../binutils-gdb/gdb/gdbarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../binutils-gdb/gdb/gdbtypes.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../binutils-gdb/gdb/gnu-v2-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../binutils-gdb/gdb/gnu-v3-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../binutils-gdb/gdb/go-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../binutils-gdb/gdb/go-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../binutils-gdb/gdb/go-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../binutils-gdb/gdb/inf-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../binutils-gdb/gdb/inf-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../binutils-gdb/gdb/infcall.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../binutils-gdb/gdb/infcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../binutils-gdb/gdb/inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../binutils-gdb/gdb/infrun.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../binutils-gdb/gdb/inline-frame.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'pc_bounds_kind dwarf2_get_pc_bounds(die_info*, CORE_ADDR*, CORE_ADDR*, dwarf2_cu*, partial_symtab*)':
../../binutils-gdb/gdb/dwarf2read.c:12131:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12030:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12130:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12030:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../binutils-gdb/gdb/interps.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'void dwarf2_record_block_ranges(die_info*, block*, CORE_ADDR, dwarf2_cu*)':
../../binutils-gdb/gdb/dwarf2read.c:12131:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12030:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12130:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12030:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../binutils-gdb/gdb/jit.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../binutils-gdb/gdb/language.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../binutils-gdb/gdb/linespec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../binutils-gdb/gdb/location.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../binutils-gdb/gdb/m2-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../binutils-gdb/gdb/m2-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../binutils-gdb/gdb/m2-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../binutils-gdb/gdb/macrocmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../binutils-gdb/gdb/macroexp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../binutils-gdb/gdb/macroscope.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../binutils-gdb/gdb/macrotab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../binutils-gdb/gdb/main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../binutils-gdb/gdb/maint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../binutils-gdb/gdb/mdebugread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../binutils-gdb/gdb/mem-break.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../binutils-gdb/gdb/memattr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../binutils-gdb/gdb/memory-map.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../binutils-gdb/gdb/memrange.c
cc1plus: all warnings being treated as errors
Makefile:1872: recipe for target 'dwarf2read.o' failed
make[2]: *** [dwarf2read.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 22:54 [binutils-gdb] DWARF-5: call sites sergiodj+buildbot
@ 2017-02-20 22:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 22:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3903>

Commit(s) tested:
	216f72a1ed20a8c9cdaea74e03be24601a1ed974

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: call sites

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/21/216f72a1ed20a8c9cdaea74e03be24601a1ed974/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../binutils-gdb/gdb/dwarf2expr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../binutils-gdb/gdb/dwarf2loc.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../binutils-gdb/gdb/dwarf2read.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../binutils-gdb/gdb/environ.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../binutils-gdb/gdb/eval.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../binutils-gdb/gdb/event-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../binutils-gdb/gdb/event-top.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../binutils-gdb/gdb/exceptions.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../binutils-gdb/gdb/expprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o extension.o -MT extension.o -MMD -MP -MF .deps/extension.Tpo ../../binutils-gdb/gdb/extension.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../binutils-gdb/gdb/f-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../binutils-gdb/gdb/f-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../binutils-gdb/gdb/f-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fileio.o -MT fileio.o -MMD -MP -MF .deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../binutils-gdb/gdb/filesystem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../binutils-gdb/gdb/findcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../binutils-gdb/gdb/findvar.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../binutils-gdb/gdb/frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../binutils-gdb/gdb/frame-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../binutils-gdb/gdb/frame-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../binutils-gdb/gdb/gcore.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../binutils-gdb/gdb/gdb_bfd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../binutils-gdb/gdb/gdb-dlfcn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../binutils-gdb/gdb/gdb_obstack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../binutils-gdb/gdb/gdb_usleep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../binutils-gdb/gdb/gdbarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../binutils-gdb/gdb/gdbtypes.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../binutils-gdb/gdb/gnu-v2-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../binutils-gdb/gdb/gnu-v3-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../binutils-gdb/gdb/go-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../binutils-gdb/gdb/go-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../binutils-gdb/gdb/go-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../binutils-gdb/gdb/inf-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../binutils-gdb/gdb/inf-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../binutils-gdb/gdb/infcall.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../binutils-gdb/gdb/infcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../binutils-gdb/gdb/inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../binutils-gdb/gdb/infrun.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../binutils-gdb/gdb/inline-frame.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'pc_bounds_kind dwarf2_get_pc_bounds(die_info*, CORE_ADDR*, CORE_ADDR*, dwarf2_cu*, partial_symtab*)':
../../binutils-gdb/gdb/dwarf2read.c:12129:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12028:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12128:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12028:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../binutils-gdb/gdb/interps.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'void dwarf2_record_block_ranges(die_info*, block*, CORE_ADDR, dwarf2_cu*)':
../../binutils-gdb/gdb/dwarf2read.c:12129:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12028:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12128:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:12028:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../binutils-gdb/gdb/jit.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../binutils-gdb/gdb/language.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../binutils-gdb/gdb/linespec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../binutils-gdb/gdb/location.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../binutils-gdb/gdb/m2-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../binutils-gdb/gdb/m2-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../binutils-gdb/gdb/m2-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../binutils-gdb/gdb/macrocmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../binutils-gdb/gdb/macroexp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../binutils-gdb/gdb/macroscope.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../binutils-gdb/gdb/macrotab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../binutils-gdb/gdb/main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../binutils-gdb/gdb/maint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../binutils-gdb/gdb/mdebugread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../binutils-gdb/gdb/mem-break.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../binutils-gdb/gdb/memattr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../binutils-gdb/gdb/memory-map.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../binutils-gdb/gdb/memrange.c
cc1plus: all warnings being treated as errors
Makefile:1872: recipe for target 'dwarf2read.o' failed
make[2]: *** [dwarf2read.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 21:30 [binutils-gdb] DWARF-5 basic functionality sergiodj+buildbot
@ 2017-02-20 22:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 22:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3902>

Commit(s) tested:
	43988095a5a4c53e6d5b00a6335454919c4fac55

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5 basic functionality

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/43/43988095a5a4c53e6d5b00a6335454919c4fac55/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../binutils-gdb/gdb/dwarf2expr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../binutils-gdb/gdb/dwarf2loc.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../binutils-gdb/gdb/dwarf2read.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../binutils-gdb/gdb/environ.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../binutils-gdb/gdb/common/errors.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../binutils-gdb/gdb/eval.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../binutils-gdb/gdb/event-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../binutils-gdb/gdb/event-top.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../binutils-gdb/gdb/exceptions.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../binutils-gdb/gdb/exec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../binutils-gdb/gdb/expprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o extension.o -MT extension.o -MMD -MP -MF .deps/extension.Tpo ../../binutils-gdb/gdb/extension.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../binutils-gdb/gdb/f-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../binutils-gdb/gdb/f-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../binutils-gdb/gdb/f-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fileio.o -MT fileio.o -MMD -MP -MF .deps/fileio.Tpo ../../binutils-gdb/gdb/common/fileio.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../binutils-gdb/gdb/common/filestuff.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../binutils-gdb/gdb/filesystem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../binutils-gdb/gdb/findcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../binutils-gdb/gdb/findvar.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../binutils-gdb/gdb/common/format.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../binutils-gdb/gdb/frame.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../binutils-gdb/gdb/frame-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../binutils-gdb/gdb/frame-unwind.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../binutils-gdb/gdb/gcore.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../binutils-gdb/gdb/gdb_bfd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../binutils-gdb/gdb/gdb-dlfcn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../binutils-gdb/gdb/gdb_obstack.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../binutils-gdb/gdb/gdb_usleep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../binutils-gdb/gdb/common/gdb_vecs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../binutils-gdb/gdb/gdbarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../binutils-gdb/gdb/gdbtypes.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../binutils-gdb/gdb/gnu-v2-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../binutils-gdb/gdb/gnu-v3-abi.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../binutils-gdb/gdb/go-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../binutils-gdb/gdb/go-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../binutils-gdb/gdb/go-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../binutils-gdb/gdb/inf-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../binutils-gdb/gdb/inf-loop.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../binutils-gdb/gdb/infcall.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../binutils-gdb/gdb/infcmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../binutils-gdb/gdb/inferior.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../binutils-gdb/gdb/infrun.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../binutils-gdb/gdb/inline-frame.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'pc_bounds_kind dwarf2_get_pc_bounds(die_info*, CORE_ADDR*, CORE_ADDR*, dwarf2_cu*, partial_symtab*)':
../../binutils-gdb/gdb/dwarf2read.c:12100:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:11999:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12099:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:11999:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../binutils-gdb/gdb/interps.c
../../binutils-gdb/gdb/dwarf2read.c: In function 'void dwarf2_record_block_ranges(die_info*, block*, CORE_ADDR, dwarf2_cu*)':
../../binutils-gdb/gdb/dwarf2read.c:12100:7: error: 'range_end' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_end += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:11999:34: note: 'range_end' was declared here
       CORE_ADDR range_beginning, range_end;
                                  ^
../../binutils-gdb/gdb/dwarf2read.c:12099:7: error: 'range_beginning' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       range_beginning += base;
       ^
../../binutils-gdb/gdb/dwarf2read.c:11999:17: note: 'range_beginning' was declared here
       CORE_ADDR range_beginning, range_end;
                 ^
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../binutils-gdb/gdb/jit.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../binutils-gdb/gdb/language.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../binutils-gdb/gdb/linespec.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../binutils-gdb/gdb/location.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../binutils-gdb/gdb/m2-lang.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../binutils-gdb/gdb/m2-typeprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../binutils-gdb/gdb/m2-valprint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../binutils-gdb/gdb/macrocmd.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../binutils-gdb/gdb/macroexp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../binutils-gdb/gdb/macroscope.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../binutils-gdb/gdb/macrotab.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../binutils-gdb/gdb/main.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../binutils-gdb/gdb/maint.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../binutils-gdb/gdb/mdebugread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../binutils-gdb/gdb/mem-break.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../binutils-gdb/gdb/memattr.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../binutils-gdb/gdb/memory-map.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../binutils-gdb/gdb/memrange.c
cc1plus: all warnings being treated as errors
Makefile:1872: recipe for target 'dwarf2read.o' failed
make[2]: *** [dwarf2read.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 12:56 [binutils-gdb] Sync ZLIB with FSF GCC sources, bringing in version 1.2.11 sergiodj+buildbot
@ 2017-02-20 13:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 13:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3897>

Commit(s) tested:
	9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync ZLIB with FSF GCC sources, bringing in version 1.2.11.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/9c/9c7e3b0e6b5234c39d1269fdf1a1413e2a734a79/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ppc64-tdep.o -MT ppc64-tdep.o -MMD -MP -MF .deps/ppc64-tdep.Tpo ../../binutils-gdb/gdb/ppc64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ravenscar-thread.o -MT ravenscar-thread.o -MMD -MP -MF .deps/ravenscar-thread.Tpo ../../binutils-gdb/gdb/ravenscar-thread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rl78-tdep.o -MT rl78-tdep.o -MMD -MP -MF .deps/rl78-tdep.Tpo ../../binutils-gdb/gdb/rl78-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rs6000-aix-tdep.o -MT rs6000-aix-tdep.o -MMD -MP -MF .deps/rs6000-aix-tdep.Tpo ../../binutils-gdb/gdb/rs6000-aix-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rs6000-lynx178-tdep.o -MT rs6000-lynx178-tdep.o -MMD -MP -MF .deps/rs6000-lynx178-tdep.Tpo ../../binutils-gdb/gdb/rs6000-lynx178-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rs6000-tdep.o -MT rs6000-tdep.o -MMD -MP -MF .deps/rs6000-tdep.Tpo ../../binutils-gdb/gdb/rs6000-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rx-tdep.o -MT rx-tdep.o -MMD -MP -MF .deps/rx-tdep.Tpo ../../binutils-gdb/gdb/rx-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-tdep.o -MT s390-linux-tdep.o -MMD -MP -MF .deps/s390-linux-tdep.Tpo ../../binutils-gdb/gdb/s390-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o score-tdep.o -MT score-tdep.o -MMD -MP -MF .deps/score-tdep.Tpo ../../binutils-gdb/gdb/score-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-linux-tdep.o -MT sh-linux-tdep.o -MMD -MP -MF .deps/sh-linux-tdep.Tpo ../../binutils-gdb/gdb/sh-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-nbsd-tdep.o -MT sh-nbsd-tdep.o -MMD -MP -MF .deps/sh-nbsd-tdep.Tpo ../../binutils-gdb/gdb/sh-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF .deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh64-tdep.o -MT sh64-tdep.o -MMD -MP -MF .deps/sh64-tdep.Tpo ../../binutils-gdb/gdb/sh64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF .deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-aix.o -MT solib-aix.o -MMD -MP -MF .deps/solib-aix.Tpo ../../binutils-gdb/gdb/solib-aix.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF .deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF .deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF .deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF .deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-linux-tdep.o -MT sparc-linux-tdep.o -MMD -MP -MF .deps/sparc-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-nbsd-tdep.o -MT sparc-nbsd-tdep.o -MMD -MP -MF .deps/sparc-nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-obsd-tdep.o -MT sparc-obsd-tdep.o -MMD -MP -MF .deps/sparc-obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-ravenscar-thread.o -MT sparc-ravenscar-thread.o -MMD -MP -MF .deps/sparc-ravenscar-thread.Tpo ../../binutils-gdb/gdb/sparc-ravenscar-thread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-sol2-tdep.o -MT sparc-sol2-tdep.o -MMD -MP -MF .deps/sparc-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF .deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF .deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF .deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-linux-tdep.o -MT tic6x-linux-tdep.o -MMD -MP -MF .deps/tic6x-linux-tdep.Tpo ../../binutils-gdb/gdb/tic6x-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF .deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-linux-tdep.o -MT tilegx-linux-tdep.o -MMD -MP -MF .deps/tilegx-linux-tdep.Tpo ../../binutils-gdb/gdb/tilegx-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF .deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF .deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-nbsd-tdep.o -MT vax-nbsd-tdep.o -MMD -MP -MF .deps/vax-nbsd-tdep.Tpo ../../binutils-gdb/gdb/vax-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF .deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF .deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF .deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF .deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF .deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-linux-tdep.o -MT xtensa-linux-tdep.o -MMD -MP -MF .deps/xtensa-linux-tdep.Tpo ../../binutils-gdb/gdb/xtensa-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF .deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-insn.o -MT aarch64-insn.o -MMD -MP -MF .deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-linux-tdep.o -MT aarch64-linux-tdep.o -MMD -MP -MF .deps/aarch64-linux-tdep.Tpo ../../binutils-gdb/gdb/aarch64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-newlib-tdep.o -MT aarch64-newlib-tdep.o -MMD -MP -MF .deps/aarch64-newlib-tdep.Tpo ../../binutils-gdb/gdb/aarch64-newlib-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF .deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-bsd-tdep.o -MT alpha-bsd-tdep.o -MMD -MP -MF .deps/alpha-bsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-fbsd-tdep.o -MT alpha-fbsd-tdep.o -MMD -MP -MF .deps/alpha-fbsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-linux-tdep.o -MT alpha-linux-tdep.o -MMD -MP -MF .deps/alpha-linux-tdep.Tpo ../../binutils-gdb/gdb/alpha-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-mdebug-tdep.o -MT alpha-mdebug-tdep.o -MMD -MP -MF .deps/alpha-mdebug-tdep.Tpo ../../binutils-gdb/gdb/alpha-mdebug-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-nbsd-tdep.o -MT alpha-nbsd-tdep.o -MMD -MP -MF .deps/alpha-nbsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-obsd-tdep.o -MT alpha-obsd-tdep.o -MMD -MP -MF .deps/alpha-obsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF .deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-darwin-tdep.o -MT amd64-darwin-tdep.o -MMD -MP -MF .deps/amd64-darwin-tdep.Tpo ../../binutils-gdb/gdb/amd64-darwin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-dicos-tdep.o -MT amd64-dicos-tdep.o -MMD -MP -MF .deps/amd64-dicos-tdep.Tpo ../../binutils-gdb/gdb/amd64-dicos-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-fbsd-tdep.o -MT amd64-fbsd-tdep.o -MMD -MP -MF .deps/amd64-fbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-linux-tdep.o -MT amd64-linux-tdep.o -MMD -MP -MF .deps/amd64-linux-tdep.Tpo ../../binutils-gdb/gdb/amd64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-nbsd-tdep.o -MT amd64-nbsd-tdep.o -MMD -MP -MF .deps/amd64-nbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-obsd-tdep.o -MT amd64-obsd-tdep.o -MMD -MP -MF .deps/amd64-obsd-tdep.Tpo ../../binutils-gdb/gdb/amd64-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-sol2-tdep.o -MT amd64-sol2-tdep.o -MMD -MP -MF .deps/amd64-sol2-tdep.Tpo ../../binutils-gdb/gdb/amd64-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF .deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-windows-tdep.o -MT amd64-windows-tdep.o -MMD -MP -MF .deps/amd64-windows-tdep.Tpo ../../binutils-gdb/gdb/amd64-windows-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-linux-tdep.o -MT ia64-linux-tdep.o -MMD -MP -MF .deps/ia64-linux-tdep.Tpo ../../binutils-gdb/gdb/ia64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF .deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-vms-tdep.o -MT ia64-vms-tdep.o -MMD -MP -MF .deps/ia64-vms-tdep.Tpo ../../binutils-gdb/gdb/ia64-vms-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips64-obsd-tdep.o -MT mips64-obsd-tdep.o -MMD -MP -MF .deps/mips64-obsd-tdep.Tpo ../../binutils-gdb/gdb/mips64-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-fbsd-tdep.o -MT sparc64-fbsd-tdep.o -MMD -MP -MF .deps/sparc64-fbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-linux-tdep.o -MT sparc64-linux-tdep.o -MMD -MP -MF .deps/sparc64-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-nbsd-tdep.o -MT sparc64-nbsd-tdep.o -MMD -MP -MF .deps/sparc64-nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-obsd-tdep.o -MT sparc64-obsd-tdep.o -MMD -MP -MF .deps/sparc64-obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-sol2-tdep.o -MT sparc64-sol2-tdep.o -MMD -MP -MF .deps/sparc64-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc64-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF .deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../binutils-gdb/gdb/ser-unix.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../binutils-gdb/gdb/ser-pipe.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../binutils-gdb/gdb/inf-ptrace.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../binutils-gdb/gdb/fork-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-nat.o -MT s390-linux-nat.o -MMD -MP -MF .deps/s390-linux-nat.Tpo ../../binutils-gdb/gdb/s390-linux-nat.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../binutils-gdb/gdb/linux-thread-db.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../binutils-gdb/gdb/proc-service.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../binutils-gdb/gdb/linux-nat.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../binutils-gdb/gdb/nat/linux-osdata.c
In file included from ../../binutils-gdb/gdb/common/common-defs.h:51:0,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/fork-child.c:22:
../../binutils-gdb/gdb/fork-child.c: In function 'void trace_start_error(const char*, ...)':
../../binutils-gdb/gdb/fork-child.c:123:11: error: 'args' was not declared in this scope
   va_end (args);
           ^
Makefile:1872: recipe for target 'fork-child.o' failed
make[2]: *** [fork-child.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-20 12:53 [binutils-gdb] PR gdb/16188: Verify PTRACE_TRACEME succeeded sergiodj+buildbot
@ 2017-02-20 12:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 12:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3896>

Commit(s) tested:
	0db8980cc0ee05727c11f8b7c6674137a4d5de4e

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	PR gdb/16188: Verify PTRACE_TRACEME succeeded

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/0d/0db8980cc0ee05727c11f8b7c6674137a4d5de4e/>

*** Failed to compiled GDB.  ***
============================

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

g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ppc64-tdep.o -MT ppc64-tdep.o -MMD -MP -MF .deps/ppc64-tdep.Tpo ../../binutils-gdb/gdb/ppc64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ravenscar-thread.o -MT ravenscar-thread.o -MMD -MP -MF .deps/ravenscar-thread.Tpo ../../binutils-gdb/gdb/ravenscar-thread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rl78-tdep.o -MT rl78-tdep.o -MMD -MP -MF .deps/rl78-tdep.Tpo ../../binutils-gdb/gdb/rl78-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rs6000-aix-tdep.o -MT rs6000-aix-tdep.o -MMD -MP -MF .deps/rs6000-aix-tdep.Tpo ../../binutils-gdb/gdb/rs6000-aix-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rs6000-lynx178-tdep.o -MT rs6000-lynx178-tdep.o -MMD -MP -MF .deps/rs6000-lynx178-tdep.Tpo ../../binutils-gdb/gdb/rs6000-lynx178-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rs6000-tdep.o -MT rs6000-tdep.o -MMD -MP -MF .deps/rs6000-tdep.Tpo ../../binutils-gdb/gdb/rs6000-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o rx-tdep.o -MT rx-tdep.o -MMD -MP -MF .deps/rx-tdep.Tpo ../../binutils-gdb/gdb/rx-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-tdep.o -MT s390-linux-tdep.o -MMD -MP -MF .deps/s390-linux-tdep.Tpo ../../binutils-gdb/gdb/s390-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o score-tdep.o -MT score-tdep.o -MMD -MP -MF .deps/score-tdep.Tpo ../../binutils-gdb/gdb/score-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-linux-tdep.o -MT sh-linux-tdep.o -MMD -MP -MF .deps/sh-linux-tdep.Tpo ../../binutils-gdb/gdb/sh-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-nbsd-tdep.o -MT sh-nbsd-tdep.o -MMD -MP -MF .deps/sh-nbsd-tdep.Tpo ../../binutils-gdb/gdb/sh-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF .deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh64-tdep.o -MT sh64-tdep.o -MMD -MP -MF .deps/sh64-tdep.Tpo ../../binutils-gdb/gdb/sh64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF .deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-aix.o -MT solib-aix.o -MMD -MP -MF .deps/solib-aix.Tpo ../../binutils-gdb/gdb/solib-aix.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF .deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF .deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF .deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF .deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-linux-tdep.o -MT sparc-linux-tdep.o -MMD -MP -MF .deps/sparc-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-nbsd-tdep.o -MT sparc-nbsd-tdep.o -MMD -MP -MF .deps/sparc-nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-obsd-tdep.o -MT sparc-obsd-tdep.o -MMD -MP -MF .deps/sparc-obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-ravenscar-thread.o -MT sparc-ravenscar-thread.o -MMD -MP -MF .deps/sparc-ravenscar-thread.Tpo ../../binutils-gdb/gdb/sparc-ravenscar-thread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-sol2-tdep.o -MT sparc-sol2-tdep.o -MMD -MP -MF .deps/sparc-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF .deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF .deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF .deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-linux-tdep.o -MT tic6x-linux-tdep.o -MMD -MP -MF .deps/tic6x-linux-tdep.Tpo ../../binutils-gdb/gdb/tic6x-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF .deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-linux-tdep.o -MT tilegx-linux-tdep.o -MMD -MP -MF .deps/tilegx-linux-tdep.Tpo ../../binutils-gdb/gdb/tilegx-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF .deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF .deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-nbsd-tdep.o -MT vax-nbsd-tdep.o -MMD -MP -MF .deps/vax-nbsd-tdep.Tpo ../../binutils-gdb/gdb/vax-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF .deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF .deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF .deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF .deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF .deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-linux-tdep.o -MT xtensa-linux-tdep.o -MMD -MP -MF .deps/xtensa-linux-tdep.Tpo ../../binutils-gdb/gdb/xtensa-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF .deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-insn.o -MT aarch64-insn.o -MMD -MP -MF .deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-linux-tdep.o -MT aarch64-linux-tdep.o -MMD -MP -MF .deps/aarch64-linux-tdep.Tpo ../../binutils-gdb/gdb/aarch64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-newlib-tdep.o -MT aarch64-newlib-tdep.o -MMD -MP -MF .deps/aarch64-newlib-tdep.Tpo ../../binutils-gdb/gdb/aarch64-newlib-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF .deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-bsd-tdep.o -MT alpha-bsd-tdep.o -MMD -MP -MF .deps/alpha-bsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-fbsd-tdep.o -MT alpha-fbsd-tdep.o -MMD -MP -MF .deps/alpha-fbsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-linux-tdep.o -MT alpha-linux-tdep.o -MMD -MP -MF .deps/alpha-linux-tdep.Tpo ../../binutils-gdb/gdb/alpha-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-mdebug-tdep.o -MT alpha-mdebug-tdep.o -MMD -MP -MF .deps/alpha-mdebug-tdep.Tpo ../../binutils-gdb/gdb/alpha-mdebug-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-nbsd-tdep.o -MT alpha-nbsd-tdep.o -MMD -MP -MF .deps/alpha-nbsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-obsd-tdep.o -MT alpha-obsd-tdep.o -MMD -MP -MF .deps/alpha-obsd-tdep.Tpo ../../binutils-gdb/gdb/alpha-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF .deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-darwin-tdep.o -MT amd64-darwin-tdep.o -MMD -MP -MF .deps/amd64-darwin-tdep.Tpo ../../binutils-gdb/gdb/amd64-darwin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-dicos-tdep.o -MT amd64-dicos-tdep.o -MMD -MP -MF .deps/amd64-dicos-tdep.Tpo ../../binutils-gdb/gdb/amd64-dicos-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-fbsd-tdep.o -MT amd64-fbsd-tdep.o -MMD -MP -MF .deps/amd64-fbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-linux-tdep.o -MT amd64-linux-tdep.o -MMD -MP -MF .deps/amd64-linux-tdep.Tpo ../../binutils-gdb/gdb/amd64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-nbsd-tdep.o -MT amd64-nbsd-tdep.o -MMD -MP -MF .deps/amd64-nbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-obsd-tdep.o -MT amd64-obsd-tdep.o -MMD -MP -MF .deps/amd64-obsd-tdep.Tpo ../../binutils-gdb/gdb/amd64-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-sol2-tdep.o -MT amd64-sol2-tdep.o -MMD -MP -MF .deps/amd64-sol2-tdep.Tpo ../../binutils-gdb/gdb/amd64-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF .deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-windows-tdep.o -MT amd64-windows-tdep.o -MMD -MP -MF .deps/amd64-windows-tdep.Tpo ../../binutils-gdb/gdb/amd64-windows-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-linux-tdep.o -MT ia64-linux-tdep.o -MMD -MP -MF .deps/ia64-linux-tdep.Tpo ../../binutils-gdb/gdb/ia64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF .deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-vms-tdep.o -MT ia64-vms-tdep.o -MMD -MP -MF .deps/ia64-vms-tdep.Tpo ../../binutils-gdb/gdb/ia64-vms-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips64-obsd-tdep.o -MT mips64-obsd-tdep.o -MMD -MP -MF .deps/mips64-obsd-tdep.Tpo ../../binutils-gdb/gdb/mips64-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-fbsd-tdep.o -MT sparc64-fbsd-tdep.o -MMD -MP -MF .deps/sparc64-fbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-linux-tdep.o -MT sparc64-linux-tdep.o -MMD -MP -MF .deps/sparc64-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc64-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-nbsd-tdep.o -MT sparc64-nbsd-tdep.o -MMD -MP -MF .deps/sparc64-nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-obsd-tdep.o -MT sparc64-obsd-tdep.o -MMD -MP -MF .deps/sparc64-obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-sol2-tdep.o -MT sparc64-sol2-tdep.o -MMD -MP -MF .deps/sparc64-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc64-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF .deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../binutils-gdb/gdb/ser-unix.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../binutils-gdb/gdb/ser-pipe.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../binutils-gdb/gdb/inf-ptrace.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../binutils-gdb/gdb/fork-child.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-nat.o -MT s390-linux-nat.o -MMD -MP -MF .deps/s390-linux-nat.Tpo ../../binutils-gdb/gdb/s390-linux-nat.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../binutils-gdb/gdb/linux-thread-db.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../binutils-gdb/gdb/proc-service.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../binutils-gdb/gdb/linux-nat.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../binutils-gdb/gdb/nat/linux-osdata.c
In file included from ../../binutils-gdb/gdb/common/common-defs.h:51:0,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/fork-child.c:22:
../../binutils-gdb/gdb/fork-child.c: In function 'void trace_start_error(const char*, ...)':
../../binutils-gdb/gdb/fork-child.c:123:11: error: 'args' was not declared in this scope
   va_end (args);
           ^
Makefile:1872: recipe for target 'fork-child.o' failed
make[2]: *** [fork-child.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8792: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Makefile:849: recipe for target 'all' failed
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-02-17  1:29 [binutils-gdb] bfd: Rename read_{signed, unsigned}_leb128, safe_read_leb128 sergiodj+buildbot
@ 2017-02-17  1:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-02-17  1:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3882>

Commit(s) tested:
	4265548c65907f095e887148f61af4813b106737

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/42/4265548c65907f095e887148f61af4813b106737/>

*** Failed to compiled GDB.  ***
============================

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

/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../binutils-gdb/bfd/ihex.c
mv -f .deps/archive.Tpo .deps/archive.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../binutils-gdb/bfd/binary.c -o binary.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../binutils-gdb/bfd/srec.c
mv -f .deps/opncls.Tpo .deps/opncls.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../binutils-gdb/bfd/tekhex.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../binutils-gdb/bfd/ihex.c -o ihex.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../binutils-gdb/bfd/srec.c -o srec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../binutils-gdb/bfd/tekhex.c -o tekhex.o
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../binutils-gdb/bfd/verilog.c
mv -f .deps/linker.Tpo .deps/linker.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo ../../binutils-gdb/bfd/elf64-s390.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../binutils-gdb/bfd/verilog.c -o verilog.o
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../binutils-gdb/bfd/elf64.c
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../binutils-gdb/bfd/elf.c
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../binutils-gdb/bfd/elflink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c ../../binutils-gdb/bfd/elf64-s390.c -o elf64-s390.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../binutils-gdb/bfd/elf.c -o elf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../binutils-gdb/bfd/elf64.c -o elf64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../binutils-gdb/bfd/elflink.c -o elflink.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../binutils-gdb/bfd/elf-attrs.c
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../binutils-gdb/bfd/elf-strtab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../binutils-gdb/bfd/elf-attrs.c -o elf-attrs.o
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../binutils-gdb/bfd/elf-eh-frame.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../binutils-gdb/bfd/elf-strtab.c -o elf-strtab.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../binutils-gdb/bfd/elf-eh-frame.c -o elf-eh-frame.o
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../binutils-gdb/bfd/dwarf1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../binutils-gdb/bfd/dwarf1.c -o dwarf1.o
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/debug\" ../../binutils-gdb/bfd/dwarf2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/debug\" ../../binutils-gdb/bfd/dwarf2.c -o dwarf2.o
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c -o elf32-s390.lo ../../binutils-gdb/bfd/elf32-s390.c
../../binutils-gdb/bfd/dwarf2.c: In function 'read_abbrevs':
../../binutils-gdb/bfd/dwarf2.c:909:3: error: implicit declaration of function 'safe_read_leb128' [-Werror=implicit-function-declaration]
   abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end);
   ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c ../../binutils-gdb/bfd/elf32-s390.c -o elf32-s390.o
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../binutils-gdb/bfd/elf32.c
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../binutils-gdb/bfd/elf64-gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../binutils-gdb/bfd/elf32.c -o elf32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../binutils-gdb/bfd/elf64-gen.c -o elf64-gen.o
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../binutils-gdb/bfd/elf32-gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../binutils-gdb/bfd/elf32-gen.c -o elf32-gen.o
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../binutils-gdb/bfd/plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../binutils-gdb/bfd/plugin.c -o plugin.o
mv -f .deps/elf32.Tpo .deps/elf32.Plo
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c -o elf32-aarch64.lo elf32-aarch64.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c -o elf64-aarch64.lo elf64-aarch64.c
mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c -o elfxx-aarch64.lo ../../binutils-gdb/bfd/elfxx-aarch64.c
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c elf32-aarch64.c -o elf32-aarch64.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c -o aix5ppc-core.lo ../../binutils-gdb/bfd/aix5ppc-core.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c elf64-aarch64.c -o elf64-aarch64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c ../../binutils-gdb/bfd/elfxx-aarch64.c -o elfxx-aarch64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c ../../binutils-gdb/bfd/aix5ppc-core.c -o aix5ppc-core.o
mv -f .deps/aix5ppc-core.Tpo .deps/aix5ppc-core.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT aout64.lo -MD -MP -MF .deps/aout64.Tpo -c -o aout64.lo ../../binutils-gdb/bfd/aout64.c
mv -f .deps/elfxx-aarch64.Tpo .deps/elfxx-aarch64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT aout64.lo -MD -MP -MF .deps/aout64.Tpo -c ../../binutils-gdb/bfd/aout64.c -o aout64.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c -o coff-alpha.lo ../../binutils-gdb/bfd/coff-alpha.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c ../../binutils-gdb/bfd/coff-alpha.c -o coff-alpha.o
cc1: all warnings being treated as errors
Makefile:2063: recipe for target 'dwarf2.lo' failed
make[4]: *** [dwarf2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/elf32-s390.Tpo .deps/elf32-s390.Plo
mv -f .deps/coff-alpha.Tpo .deps/coff-alpha.Plo
mv -f .deps/aout64.Tpo .deps/aout64.Plo
mv -f .deps/elf64-aarch64.Tpo .deps/elf64-aarch64.Plo
mv -f .deps/elf32-aarch64.Tpo .deps/elf32-aarch64.Plo
mv -f .deps/elf.Tpo .deps/elf.Plo
mv -f .deps/elflink.Tpo .deps/elflink.Plo
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1731: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1201: recipe for target 'all' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:2689: recipe for target 'all-bfd' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[2]: *** [all] Error 2
make[1]: *** [all-bfd] Error 2
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-01-27  0:53 [binutils-gdb] Fix PR ld/20995 for cris-linux sergiodj+buildbot
@ 2017-01-27  3:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-01-27  3:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3769>

Commit(s) tested:
	1fbd05e16ebde966e44c1108dc77871f3fba329a

Author(s) (in the same order as the commits):
	Hans-Peter Nilsson <hp@bitrange.com>

Subject:
	Fix PR ld/20995 for cris-linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/1f/1fbd05e16ebde966e44c1108dc77871f3fba329a/>

*** Failed to compiled GDB.  ***
============================

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

mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo ../../binutils-gdb/bfd/elf-m10300.c
mv -f .deps/coff-z8k.Tpo .deps/coff-z8k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-gdb/bfd/elf-nacl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c ../../binutils-gdb/bfd/elf-m10300.c -o elf-m10300.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../binutils-gdb/bfd/elf-nacl.c -o elf-nacl.o
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-gdb/bfd/elf-vxworks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-gdb/bfd/elf-vxworks.c -o elf-vxworks.o
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c -o elf32-am33lin.lo ../../binutils-gdb/bfd/elf32-am33lin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c ../../binutils-gdb/bfd/elf32-am33lin.c -o elf32-am33lin.o
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c -o elf32-arc.lo ../../binutils-gdb/bfd/elf32-arc.c
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../binutils-gdb/bfd/elf32-arm.c
mv -f .deps/elf-m10200.Tpo .deps/elf-m10200.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c ../../binutils-gdb/bfd/elf32-arc.c -o elf32-arc.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../binutils-gdb/bfd/elf32-avr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../binutils-gdb/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c -o elf32-bfin.lo ../../binutils-gdb/bfd/elf32-bfin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c ../../binutils-gdb/bfd/elf32-bfin.c -o elf32-bfin.o
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c -o elf32-cr16.lo ../../binutils-gdb/bfd/elf32-cr16.c
mv -f .deps/ecoff.Tpo .deps/ecoff.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c -o elf32-cr16c.lo ../../binutils-gdb/bfd/elf32-cr16c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c ../../binutils-gdb/bfd/elf32-cr16.c -o elf32-cr16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c ../../binutils-gdb/bfd/elf32-cr16c.c -o elf32-cr16c.o
mv -f .deps/elf32-cr16c.Tpo .deps/elf32-cr16c.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cris.lo -MD -MP -MF .deps/elf32-cris.Tpo -c -o elf32-cris.lo ../../binutils-gdb/bfd/elf32-cris.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cris.lo -MD -MP -MF .deps/elf32-cris.Tpo -c ../../binutils-gdb/bfd/elf32-cris.c -o elf32-cris.o
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-crx.lo -MD -MP -MF .deps/elf32-crx.Tpo -c -o elf32-crx.lo ../../binutils-gdb/bfd/elf32-crx.c
../../binutils-gdb/bfd/elf32-cris.c: In function 'elf_cris_finish_dynamic_symbol':
../../binutils-gdb/bfd/elf32-cris.c:2060:8: error: variable 'dynobj' set but not used [-Werror=unused-but-set-variable]
   bfd *dynobj;
        ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-crx.lo -MD -MP -MF .deps/elf32-crx.Tpo -c ../../binutils-gdb/bfd/elf32-crx.c -o elf32-crx.o
mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-d10v.lo -MD -MP -MF .deps/elf32-d10v.Tpo -c -o elf32-d10v.lo ../../binutils-gdb/bfd/elf32-d10v.c
mv -f .deps/elf32-cr16.Tpo .deps/elf32-cr16.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-d30v.lo -MD -MP -MF .deps/elf32-d30v.Tpo -c -o elf32-d30v.lo ../../binutils-gdb/bfd/elf32-d30v.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-d10v.lo -MD -MP -MF .deps/elf32-d10v.Tpo -c ../../binutils-gdb/bfd/elf32-d10v.c -o elf32-d10v.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-d30v.lo -MD -MP -MF .deps/elf32-d30v.Tpo -c ../../binutils-gdb/bfd/elf32-d30v.c -o elf32-d30v.o
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-dlx.lo -MD -MP -MF .deps/elf32-dlx.Tpo -c -o elf32-dlx.lo ../../binutils-gdb/bfd/elf32-dlx.c
mv -f .deps/elf32-d10v.Tpo .deps/elf32-d10v.Plo
mv -f .deps/elf32-d30v.Tpo .deps/elf32-d30v.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-epiphany.lo -MD -MP -MF .deps/elf32-epiphany.Tpo -c -o elf32-epiphany.lo ../../binutils-gdb/bfd/elf32-epiphany.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-fr30.lo -MD -MP -MF .deps/elf32-fr30.Tpo -c -o elf32-fr30.lo ../../binutils-gdb/bfd/elf32-fr30.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-fr30.lo -MD -MP -MF .deps/elf32-fr30.Tpo -c ../../binutils-gdb/bfd/elf32-fr30.c -o elf32-fr30.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-dlx.lo -MD -MP -MF .deps/elf32-dlx.Tpo -c ../../binutils-gdb/bfd/elf32-dlx.c -o elf32-dlx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-epiphany.lo -MD -MP -MF .deps/elf32-epiphany.Tpo -c ../../binutils-gdb/bfd/elf32-epiphany.c -o elf32-epiphany.o
mv -f .deps/elf32-arc.Tpo .deps/elf32-arc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-frv.lo -MD -MP -MF .deps/elf32-frv.Tpo -c -o elf32-frv.lo ../../binutils-gdb/bfd/elf32-frv.c
mv -f .deps/elf32-crx.Tpo .deps/elf32-crx.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-ft32.lo -MD -MP -MF .deps/elf32-ft32.Tpo -c -o elf32-ft32.lo ../../binutils-gdb/bfd/elf32-ft32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-frv.lo -MD -MP -MF .deps/elf32-frv.Tpo -c ../../binutils-gdb/bfd/elf32-frv.c -o elf32-frv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-ft32.lo -MD -MP -MF .deps/elf32-ft32.Tpo -c ../../binutils-gdb/bfd/elf32-ft32.c -o elf32-ft32.o
mv -f .deps/elf32-fr30.Tpo .deps/elf32-fr30.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-h8300.lo -MD -MP -MF .deps/elf32-h8300.Tpo -c -o elf32-h8300.lo ../../binutils-gdb/bfd/elf32-h8300.c
mv -f .deps/elf32-dlx.Tpo .deps/elf32-dlx.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-hppa.lo -MD -MP -MF .deps/elf32-hppa.Tpo -c -o elf32-hppa.lo ../../binutils-gdb/bfd/elf32-hppa.c
mv -f .deps/elf32-epiphany.Tpo .deps/elf32-epiphany.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-i370.lo -MD -MP -MF .deps/elf32-i370.Tpo -c -o elf32-i370.lo ../../binutils-gdb/bfd/elf32-i370.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-i370.lo -MD -MP -MF .deps/elf32-i370.Tpo -c ../../binutils-gdb/bfd/elf32-i370.c -o elf32-i370.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-h8300.lo -MD -MP -MF .deps/elf32-h8300.Tpo -c ../../binutils-gdb/bfd/elf32-h8300.c -o elf32-h8300.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-hppa.lo -MD -MP -MF .deps/elf32-hppa.Tpo -c ../../binutils-gdb/bfd/elf32-hppa.c -o elf32-hppa.o
mv -f .deps/elf32-bfin.Tpo .deps/elf32-bfin.Plo
mv -f .deps/elf32-ft32.Tpo .deps/elf32-ft32.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../binutils-gdb/bfd/elf32-i386.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-i860.lo -MD -MP -MF .deps/elf32-i860.Tpo -c -o elf32-i860.lo ../../binutils-gdb/bfd/elf32-i860.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../binutils-gdb/bfd/elf32-i386.c -o elf32-i386.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-i860.lo -MD -MP -MF .deps/elf32-i860.Tpo -c ../../binutils-gdb/bfd/elf32-i860.c -o elf32-i860.o
cc1: all warnings being treated as errors
Makefile:1688: recipe for target 'elf32-cris.lo' failed
make[4]: *** [elf32-cris.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/elf32-i370.Tpo .deps/elf32-i370.Plo
mv -f .deps/elf32-h8300.Tpo .deps/elf32-h8300.Plo
mv -f .deps/elf32-i860.Tpo .deps/elf32-i860.Plo
mv -f .deps/elf32-hppa.Tpo .deps/elf32-hppa.Plo
mv -f .deps/elf32-frv.Tpo .deps/elf32-frv.Plo
mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1731: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1201: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:2689: recipe for target 'all-bfd' failed
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-01-04 17:51 [binutils-gdb] Add native target for FreeBSD/mips sergiodj+buildbot
@ 2017-01-04 18:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-01-04 18:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3602>

Commit(s) tested:
	b268007c68ec2d4ebd7e1fa239f0444ff59620e2

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/mips.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/b2/b268007c68ec2d4ebd7e1fa239f0444ff59620e2/>

*** Failed to compiled GDB.  ***
============================

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

mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po
rm -f t-charset.alias charset.alias && \
/bin/bash ../../../../binutils-gdb/gdb/gnulib/import/config.charset 's390x-ibm-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/libgnu/g' ../../../../binutils-gdb/gdb/gnulib/import/ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/libgnu/g' ../../../../binutils-gdb/gdb/gnulib/import/ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po
mv -f .deps/mbrtowc.Tpo .deps/mbrtowc.Po
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
rm -f libgnu.a
ar cr libgnu.a dirname-lgpl.o basename-lgpl.o stripslash.o hard-locale.o localcharset.o malloca.o math.o strnlen1.o unistd.o wctype-h.o mbrtowc.o 
ranlib libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Moving observer.itmp to observer.inc
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../binutils-gdb/gdb/gdb.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arc-tdep.o -MT arc-tdep.o -MMD -MP -MF .deps/arc-tdep.Tpo ../../binutils-gdb/gdb/arc-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm.o -MT arm.o -MMD -MP -MF .deps/arm.Tpo ../../binutils-gdb/gdb/arch/arm.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-bsd-tdep.o -MT arm-bsd-tdep.o -MMD -MP -MF .deps/arm-bsd-tdep.Tpo ../../binutils-gdb/gdb/arm-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-get-next-pcs.o -MT arm-get-next-pcs.o -MMD -MP -MF .deps/arm-get-next-pcs.Tpo ../../binutils-gdb/gdb/arch/arm-get-next-pcs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-linux.o -MT arm-linux.o -MMD -MP -MF .deps/arm-linux.Tpo ../../binutils-gdb/gdb/arch/arm-linux.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-linux-tdep.o -MT arm-linux-tdep.o -MMD -MP -MF .deps/arm-linux-tdep.Tpo ../../binutils-gdb/gdb/arm-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-nbsd-tdep.o -MT arm-nbsd-tdep.o -MMD -MP -MF .deps/arm-nbsd-tdep.Tpo ../../binutils-gdb/gdb/arm-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-obsd-tdep.o -MT arm-obsd-tdep.o -MMD -MP -MF .deps/arm-obsd-tdep.Tpo ../../binutils-gdb/gdb/arm-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-symbian-tdep.o -MT arm-symbian-tdep.o -MMD -MP -MF .deps/arm-symbian-tdep.Tpo ../../binutils-gdb/gdb/arm-symbian-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-tdep.o -MT arm-tdep.o -MMD -MP -MF .deps/arm-tdep.Tpo ../../binutils-gdb/gdb/arm-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-wince-tdep.o -MT arm-wince-tdep.o -MMD -MP -MF .deps/arm-wince-tdep.Tpo ../../binutils-gdb/gdb/arm-wince-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o avr-tdep.o -MT avr-tdep.o -MMD -MP -MF .deps/avr-tdep.Tpo ../../binutils-gdb/gdb/avr-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bfin-linux-tdep.o -MT bfin-linux-tdep.o -MMD -MP -MF .deps/bfin-linux-tdep.Tpo ../../binutils-gdb/gdb/bfin-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bfin-tdep.o -MT bfin-tdep.o -MMD -MP -MF .deps/bfin-tdep.Tpo ../../binutils-gdb/gdb/bfin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bsd-uthread.o -MT bsd-uthread.o -MMD -MP -MF .deps/bsd-uthread.Tpo ../../binutils-gdb/gdb/bsd-uthread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o cris-linux-tdep.o -MT cris-linux-tdep.o -MMD -MP -MF .deps/cris-linux-tdep.Tpo ../../binutils-gdb/gdb/cris-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o cris-tdep.o -MT cris-tdep.o -MMD -MP -MF .deps/cris-tdep.Tpo ../../binutils-gdb/gdb/cris-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dicos-tdep.o -MT dicos-tdep.o -MMD -MP -MF .deps/dicos-tdep.Tpo ../../binutils-gdb/gdb/dicos-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fbsd-tdep.o -MT fbsd-tdep.o -MMD -MP -MF .deps/fbsd-tdep.Tpo ../../binutils-gdb/gdb/fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frv-linux-tdep.o -MT frv-linux-tdep.o -MMD -MP -MF .deps/frv-linux-tdep.Tpo ../../binutils-gdb/gdb/frv-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frv-tdep.o -MT frv-tdep.o -MMD -MP -MF .deps/frv-tdep.Tpo ../../binutils-gdb/gdb/frv-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ft32-tdep.o -MT ft32-tdep.o -MMD -MP -MF .deps/ft32-tdep.Tpo ../../binutils-gdb/gdb/ft32-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../binutils-gdb/gdb/glibc-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o h8300-tdep.o -MT h8300-tdep.o -MMD -MP -MF .deps/h8300-tdep.Tpo ../../binutils-gdb/gdb/h8300-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-bsd-tdep.o -MT hppa-bsd-tdep.o -MMD -MP -MF .deps/hppa-bsd-tdep.Tpo ../../binutils-gdb/gdb/hppa-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-linux-tdep.o -MT hppa-linux-tdep.o -MMD -MP -MF .deps/hppa-linux-tdep.Tpo ../../binutils-gdb/gdb/hppa-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-nbsd-tdep.o -MT hppa-nbsd-tdep.o -MMD -MP -MF .deps/hppa-nbsd-tdep.Tpo ../../binutils-gdb/gdb/hppa-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-obsd-tdep.o -MT hppa-obsd-tdep.o -MMD -MP -MF .deps/hppa-obsd-tdep.Tpo ../../binutils-gdb/gdb/hppa-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-tdep.o -MT hppa-tdep.o -MMD -MP -MF .deps/hppa-tdep.Tpo ../../binutils-gdb/gdb/hppa-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-bsd-tdep.o -MT i386-bsd-tdep.o -MMD -MP -MF .deps/i386-bsd-tdep.Tpo ../../binutils-gdb/gdb/i386-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-cygwin-tdep.o -MT i386-cygwin-tdep.o -MMD -MP -MF .deps/i386-cygwin-tdep.Tpo ../../binutils-gdb/gdb/i386-cygwin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-darwin-tdep.o -MT i386-darwin-tdep.o -MMD -MP -MF .deps/i386-darwin-tdep.Tpo ../../binutils-gdb/gdb/i386-darwin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-dicos-tdep.o -MT i386-dicos-tdep.o -MMD -MP -MF .deps/i386-dicos-tdep.Tpo ../../binutils-gdb/gdb/i386-dicos-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-fbsd-tdep.o -MT i386-fbsd-tdep.o -MMD -MP -MF .deps/i386-fbsd-tdep.Tpo ../../binutils-gdb/gdb/i386-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-gnu-tdep.o -MT i386-gnu-tdep.o -MMD -MP -MF .deps/i386-gnu-tdep.Tpo ../../binutils-gdb/gdb/i386-gnu-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../binutils-gdb/gdb/i386-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-nbsd-tdep.o -MT i386-nbsd-tdep.o -MMD -MP -MF .deps/i386-nbsd-tdep.Tpo ../../binutils-gdb/gdb/i386-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-nto-tdep.o -MT i386-nto-tdep.o -MMD -MP -MF .deps/i386-nto-tdep.Tpo ../../binutils-gdb/gdb/i386-nto-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-obsd-tdep.o -MT i386-obsd-tdep.o -MMD -MP -MF .deps/i386-obsd-tdep.Tpo ../../binutils-gdb/gdb/i386-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-sol2-tdep.o -MT i386-sol2-tdep.o -MMD -MP -MF .deps/i386-sol2-tdep.Tpo ../../binutils-gdb/gdb/i386-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../binutils-gdb/gdb/i386-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../binutils-gdb/gdb/i387-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o iq2000-tdep.o -MT iq2000-tdep.o -MMD -MP -MF .deps/iq2000-tdep.Tpo ../../binutils-gdb/gdb/iq2000-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../binutils-gdb/gdb/linux-record.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../binutils-gdb/gdb/linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o lm32-tdep.o -MT lm32-tdep.o -MMD -MP -MF .deps/lm32-tdep.Tpo ../../binutils-gdb/gdb/lm32-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m32c-tdep.o -MT m32c-tdep.o -MMD -MP -MF .deps/m32c-tdep.Tpo ../../binutils-gdb/gdb/m32c-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m32r-linux-tdep.o -MT m32r-linux-tdep.o -MMD -MP -MF .deps/m32r-linux-tdep.Tpo ../../binutils-gdb/gdb/m32r-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m32r-tdep.o -MT m32r-tdep.o -MMD -MP -MF .deps/m32r-tdep.Tpo ../../binutils-gdb/gdb/m32r-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68hc11-tdep.o -MT m68hc11-tdep.o -MMD -MP -MF .deps/m68hc11-tdep.Tpo ../../binutils-gdb/gdb/m68hc11-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68k-bsd-tdep.o -MT m68k-bsd-tdep.o -MMD -MP -MF .deps/m68k-bsd-tdep.Tpo ../../binutils-gdb/gdb/m68k-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68k-linux-tdep.o -MT m68k-linux-tdep.o -MMD -MP -MF .deps/m68k-linux-tdep.Tpo ../../binutils-gdb/gdb/m68k-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68k-tdep.o -MT m68k-tdep.o -MMD -MP -MF .deps/m68k-tdep.Tpo ../../binutils-gdb/gdb/m68k-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m88k-tdep.o -MT m88k-tdep.o -MMD -MP -MF .deps/m88k-tdep.Tpo ../../binutils-gdb/gdb/m88k-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mep-tdep.o -MT mep-tdep.o -MMD -MP -MF .deps/mep-tdep.Tpo ../../binutils-gdb/gdb/mep-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o microblaze-linux-tdep.o -MT microblaze-linux-tdep.o -MMD -MP -MF .deps/microblaze-linux-tdep.Tpo ../../binutils-gdb/gdb/microblaze-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o microblaze-tdep.o -MT microblaze-tdep.o -MMD -MP -MF .deps/microblaze-tdep.Tpo ../../binutils-gdb/gdb/microblaze-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-fbsd-tdep.o -MT mips-fbsd-tdep.o -MMD -MP -MF .deps/mips-fbsd-tdep.Tpo ../../binutils-gdb/gdb/mips-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-linux-tdep.o -MT mips-linux-tdep.o -MMD -MP -MF .deps/mips-linux-tdep.Tpo ../../binutils-gdb/gdb/mips-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-nbsd-tdep.o -MT mips-nbsd-tdep.o -MMD -MP -MF .deps/mips-nbsd-tdep.Tpo ../../binutils-gdb/gdb/mips-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-sde-tdep.o -MT mips-sde-tdep.o -MMD -MP -MF .deps/mips-sde-tdep.Tpo ../../binutils-gdb/gdb/mips-sde-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-tdep.o -MT mips-tdep.o -MMD -MP -MF .deps/mips-tdep.Tpo ../../binutils-gdb/gdb/mips-tdep.c
../../binutils-gdb/gdb/mips-fbsd-tdep.c: In function 'void _initialize_mips_fbsd_tdep()':
../../binutils-gdb/gdb/mips-fbsd-tdep.c:558:45: error: 'GDB_OSABI_FREEBSD_ELF' was not declared in this scope
   gdbarch_register_osabi (bfd_arch_mips, 0, GDB_OSABI_FREEBSD_ELF,
                                             ^
Makefile:1861: recipe for target 'mips-fbsd-tdep.o' failed
make[2]: *** [mips-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8827: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2017-01-04 17:49 [binutils-gdb] Add FreeBSD/mips architecture sergiodj+buildbot
@ 2017-01-04 18:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2017-01-04 18:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3601>

Commit(s) tested:
	387360daf92ec2e4e02ace51f44400c167bb5c79

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add FreeBSD/mips architecture.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/38/387360daf92ec2e4e02ace51f44400c167bb5c79/>

*** Failed to compiled GDB.  ***
============================

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

/bin/bash ../../../../binutils-gdb/gdb/gnulib/import/config.charset 's390x-ibm-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/libgnu/g' ../../../../binutils-gdb/gdb/gnulib/import/ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
mv -f .deps/unistd.Tpo .deps/unistd.Po
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/libgnu/g' ../../../../binutils-gdb/gdb/gnulib/import/ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po
mv -f .deps/mbrtowc.Tpo .deps/mbrtowc.Po
mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
rm -f libgnu.a
ar cr libgnu.a dirname-lgpl.o basename-lgpl.o stripslash.o hard-locale.o localcharset.o malloca.o math.o strnlen1.o unistd.o wctype-h.o mbrtowc.o 
ranlib libgnu.a
make[8]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[7]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[6]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib/import'
make[5]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb/build-gnulib'
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Moving observer.itmp to observer.inc
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../binutils-gdb/gdb/gdb.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arc-tdep.o -MT arc-tdep.o -MMD -MP -MF .deps/arc-tdep.Tpo ../../binutils-gdb/gdb/arc-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm.o -MT arm.o -MMD -MP -MF .deps/arm.Tpo ../../binutils-gdb/gdb/arch/arm.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-bsd-tdep.o -MT arm-bsd-tdep.o -MMD -MP -MF .deps/arm-bsd-tdep.Tpo ../../binutils-gdb/gdb/arm-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-get-next-pcs.o -MT arm-get-next-pcs.o -MMD -MP -MF .deps/arm-get-next-pcs.Tpo ../../binutils-gdb/gdb/arch/arm-get-next-pcs.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-linux.o -MT arm-linux.o -MMD -MP -MF .deps/arm-linux.Tpo ../../binutils-gdb/gdb/arch/arm-linux.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-linux-tdep.o -MT arm-linux-tdep.o -MMD -MP -MF .deps/arm-linux-tdep.Tpo ../../binutils-gdb/gdb/arm-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-nbsd-tdep.o -MT arm-nbsd-tdep.o -MMD -MP -MF .deps/arm-nbsd-tdep.Tpo ../../binutils-gdb/gdb/arm-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-obsd-tdep.o -MT arm-obsd-tdep.o -MMD -MP -MF .deps/arm-obsd-tdep.Tpo ../../binutils-gdb/gdb/arm-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-symbian-tdep.o -MT arm-symbian-tdep.o -MMD -MP -MF .deps/arm-symbian-tdep.Tpo ../../binutils-gdb/gdb/arm-symbian-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-tdep.o -MT arm-tdep.o -MMD -MP -MF .deps/arm-tdep.Tpo ../../binutils-gdb/gdb/arm-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o arm-wince-tdep.o -MT arm-wince-tdep.o -MMD -MP -MF .deps/arm-wince-tdep.Tpo ../../binutils-gdb/gdb/arm-wince-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o avr-tdep.o -MT avr-tdep.o -MMD -MP -MF .deps/avr-tdep.Tpo ../../binutils-gdb/gdb/avr-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bfin-linux-tdep.o -MT bfin-linux-tdep.o -MMD -MP -MF .deps/bfin-linux-tdep.Tpo ../../binutils-gdb/gdb/bfin-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bfin-tdep.o -MT bfin-tdep.o -MMD -MP -MF .deps/bfin-tdep.Tpo ../../binutils-gdb/gdb/bfin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bsd-uthread.o -MT bsd-uthread.o -MMD -MP -MF .deps/bsd-uthread.Tpo ../../binutils-gdb/gdb/bsd-uthread.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o cris-linux-tdep.o -MT cris-linux-tdep.o -MMD -MP -MF .deps/cris-linux-tdep.Tpo ../../binutils-gdb/gdb/cris-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o cris-tdep.o -MT cris-tdep.o -MMD -MP -MF .deps/cris-tdep.Tpo ../../binutils-gdb/gdb/cris-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o dicos-tdep.o -MT dicos-tdep.o -MMD -MP -MF .deps/dicos-tdep.Tpo ../../binutils-gdb/gdb/dicos-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fbsd-tdep.o -MT fbsd-tdep.o -MMD -MP -MF .deps/fbsd-tdep.Tpo ../../binutils-gdb/gdb/fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frv-linux-tdep.o -MT frv-linux-tdep.o -MMD -MP -MF .deps/frv-linux-tdep.Tpo ../../binutils-gdb/gdb/frv-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o frv-tdep.o -MT frv-tdep.o -MMD -MP -MF .deps/frv-tdep.Tpo ../../binutils-gdb/gdb/frv-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ft32-tdep.o -MT ft32-tdep.o -MMD -MP -MF .deps/ft32-tdep.Tpo ../../binutils-gdb/gdb/ft32-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../binutils-gdb/gdb/glibc-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o h8300-tdep.o -MT h8300-tdep.o -MMD -MP -MF .deps/h8300-tdep.Tpo ../../binutils-gdb/gdb/h8300-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-bsd-tdep.o -MT hppa-bsd-tdep.o -MMD -MP -MF .deps/hppa-bsd-tdep.Tpo ../../binutils-gdb/gdb/hppa-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-linux-tdep.o -MT hppa-linux-tdep.o -MMD -MP -MF .deps/hppa-linux-tdep.Tpo ../../binutils-gdb/gdb/hppa-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-nbsd-tdep.o -MT hppa-nbsd-tdep.o -MMD -MP -MF .deps/hppa-nbsd-tdep.Tpo ../../binutils-gdb/gdb/hppa-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-obsd-tdep.o -MT hppa-obsd-tdep.o -MMD -MP -MF .deps/hppa-obsd-tdep.Tpo ../../binutils-gdb/gdb/hppa-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o hppa-tdep.o -MT hppa-tdep.o -MMD -MP -MF .deps/hppa-tdep.Tpo ../../binutils-gdb/gdb/hppa-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-bsd-tdep.o -MT i386-bsd-tdep.o -MMD -MP -MF .deps/i386-bsd-tdep.Tpo ../../binutils-gdb/gdb/i386-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-cygwin-tdep.o -MT i386-cygwin-tdep.o -MMD -MP -MF .deps/i386-cygwin-tdep.Tpo ../../binutils-gdb/gdb/i386-cygwin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-darwin-tdep.o -MT i386-darwin-tdep.o -MMD -MP -MF .deps/i386-darwin-tdep.Tpo ../../binutils-gdb/gdb/i386-darwin-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-dicos-tdep.o -MT i386-dicos-tdep.o -MMD -MP -MF .deps/i386-dicos-tdep.Tpo ../../binutils-gdb/gdb/i386-dicos-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-fbsd-tdep.o -MT i386-fbsd-tdep.o -MMD -MP -MF .deps/i386-fbsd-tdep.Tpo ../../binutils-gdb/gdb/i386-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-gnu-tdep.o -MT i386-gnu-tdep.o -MMD -MP -MF .deps/i386-gnu-tdep.Tpo ../../binutils-gdb/gdb/i386-gnu-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../binutils-gdb/gdb/i386-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-nbsd-tdep.o -MT i386-nbsd-tdep.o -MMD -MP -MF .deps/i386-nbsd-tdep.Tpo ../../binutils-gdb/gdb/i386-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-nto-tdep.o -MT i386-nto-tdep.o -MMD -MP -MF .deps/i386-nto-tdep.Tpo ../../binutils-gdb/gdb/i386-nto-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-obsd-tdep.o -MT i386-obsd-tdep.o -MMD -MP -MF .deps/i386-obsd-tdep.Tpo ../../binutils-gdb/gdb/i386-obsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-sol2-tdep.o -MT i386-sol2-tdep.o -MMD -MP -MF .deps/i386-sol2-tdep.Tpo ../../binutils-gdb/gdb/i386-sol2-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../binutils-gdb/gdb/i386-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../binutils-gdb/gdb/i387-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o iq2000-tdep.o -MT iq2000-tdep.o -MMD -MP -MF .deps/iq2000-tdep.Tpo ../../binutils-gdb/gdb/iq2000-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../binutils-gdb/gdb/linux-record.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../binutils-gdb/gdb/linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o lm32-tdep.o -MT lm32-tdep.o -MMD -MP -MF .deps/lm32-tdep.Tpo ../../binutils-gdb/gdb/lm32-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m32c-tdep.o -MT m32c-tdep.o -MMD -MP -MF .deps/m32c-tdep.Tpo ../../binutils-gdb/gdb/m32c-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m32r-linux-tdep.o -MT m32r-linux-tdep.o -MMD -MP -MF .deps/m32r-linux-tdep.Tpo ../../binutils-gdb/gdb/m32r-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m32r-tdep.o -MT m32r-tdep.o -MMD -MP -MF .deps/m32r-tdep.Tpo ../../binutils-gdb/gdb/m32r-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68hc11-tdep.o -MT m68hc11-tdep.o -MMD -MP -MF .deps/m68hc11-tdep.Tpo ../../binutils-gdb/gdb/m68hc11-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68k-bsd-tdep.o -MT m68k-bsd-tdep.o -MMD -MP -MF .deps/m68k-bsd-tdep.Tpo ../../binutils-gdb/gdb/m68k-bsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68k-linux-tdep.o -MT m68k-linux-tdep.o -MMD -MP -MF .deps/m68k-linux-tdep.Tpo ../../binutils-gdb/gdb/m68k-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m68k-tdep.o -MT m68k-tdep.o -MMD -MP -MF .deps/m68k-tdep.Tpo ../../binutils-gdb/gdb/m68k-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o m88k-tdep.o -MT m88k-tdep.o -MMD -MP -MF .deps/m88k-tdep.Tpo ../../binutils-gdb/gdb/m88k-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mep-tdep.o -MT mep-tdep.o -MMD -MP -MF .deps/mep-tdep.Tpo ../../binutils-gdb/gdb/mep-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o microblaze-linux-tdep.o -MT microblaze-linux-tdep.o -MMD -MP -MF .deps/microblaze-linux-tdep.Tpo ../../binutils-gdb/gdb/microblaze-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o microblaze-tdep.o -MT microblaze-tdep.o -MMD -MP -MF .deps/microblaze-tdep.Tpo ../../binutils-gdb/gdb/microblaze-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-fbsd-tdep.o -MT mips-fbsd-tdep.o -MMD -MP -MF .deps/mips-fbsd-tdep.Tpo ../../binutils-gdb/gdb/mips-fbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-linux-tdep.o -MT mips-linux-tdep.o -MMD -MP -MF .deps/mips-linux-tdep.Tpo ../../binutils-gdb/gdb/mips-linux-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-nbsd-tdep.o -MT mips-nbsd-tdep.o -MMD -MP -MF .deps/mips-nbsd-tdep.Tpo ../../binutils-gdb/gdb/mips-nbsd-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-sde-tdep.o -MT mips-sde-tdep.o -MMD -MP -MF .deps/mips-sde-tdep.Tpo ../../binutils-gdb/gdb/mips-sde-tdep.c
g++ -std=gnu++11 -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips-tdep.o -MT mips-tdep.o -MMD -MP -MF .deps/mips-tdep.Tpo ../../binutils-gdb/gdb/mips-tdep.c
../../binutils-gdb/gdb/mips-fbsd-tdep.c: In function 'void _initialize_mips_fbsd_tdep()':
../../binutils-gdb/gdb/mips-fbsd-tdep.c:558:45: error: 'GDB_OSABI_FREEBSD_ELF' was not declared in this scope
   gdbarch_register_osabi (bfd_arch_mips, 0, GDB_OSABI_FREEBSD_ELF,
                                             ^
Makefile:1861: recipe for target 'mips-fbsd-tdep.o' failed
make[2]: *** [mips-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8827: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-11-08 12:27 [binutils-gdb] Greatly improve the speed if looking up DWARF line number information sergiodj+buildbot
@ 2016-11-08 13:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-11-08 13:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3193>

Commit(s) tested:
	089e3718bd8de11fc4d6bbc8d32701033d467960

Author(s) (in the same order as the commits):
	Igor Tsimbalist <tigor.tools@gmail.com>

Subject:
	Greatly improve the speed if looking up DWARF line number information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 089e3718bd8de11fc4d6bbc8d32701033d467960>

*** Failed to compiled GDB.  ***
============================

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

       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4052:33: error: 'struct funcinfo' has no member named 'name'
       && strcmp (sym->name, func->name) == 0)
                                 ^
../../binutils-gdb/bfd/dwarf2.c:4053:34: error: 'struct funcinfo' has no member named 'arange'
     return ((bfd_signed_vma) func->arange.low) -
                                  ^
../../binutils-gdb/bfd/dwarf2.c: In function '_bfd_dwarf2_find_nearest_line':
../../binutils-gdb/bfd/dwarf2.c:4352:20: error: 'struct funcinfo' has no member named 'is_linkage'
       if (!function->is_linkage)
                    ^
../../binutils-gdb/bfd/dwarf2.c:4364:43: error: 'struct funcinfo' has no member named 'arange'
        && fun->value + sec_vma == function->arange.low)
                                           ^
../../binutils-gdb/bfd/dwarf2.c:4365:14: error: 'struct funcinfo' has no member named 'name'
      function->name = *functionname_ptr;
              ^
../../binutils-gdb/bfd/dwarf2.c:4368:12: error: 'struct funcinfo' has no member named 'is_linkage'
    function->is_linkage = TRUE;
            ^
../../binutils-gdb/bfd/dwarf2.c:4370:35: error: 'struct funcinfo' has no member named 'name'
       *functionname_ptr = function->name;
                                   ^
../../binutils-gdb/bfd/dwarf2.c: In function '_bfd_dwarf2_find_inliner_info':
../../binutils-gdb/bfd/dwarf2.c:4395:41: error: 'struct funcinfo' has no member named 'name'
    *functionname_ptr = func->caller_func->name;
                                         ^
Makefile:2057: recipe for target 'dwarf2.lo' failed
make[4]: *** [dwarf2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../binutils-gdb/bfd/elf64-gen.c -o elf64-gen.o
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
mv -f .deps/elf32.Tpo .deps/elf32.Plo
mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
mv -f .deps/elf32-s390.Tpo .deps/elf32-s390.Plo
mv -f .deps/elf.Tpo .deps/elf.Plo
mv -f .deps/elflink.Tpo .deps/elflink.Plo
make[4]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1725: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1197: recipe for target 'all' failed
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:2724: recipe for target 'all-bfd' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[2]: *** [all] Error 2
make[1]: *** [all-bfd] Error 2
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-09-19  6:16 [binutils-gdb] gdb: Fix std::{min, max}-related build breakage on 32-bit hosts sergiodj+buildbot
@ 2016-09-19  7:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-09-19  7:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2938>

Commit(s) tested:
	768adc05c44c7e8b5c0f9ca5ad3ca96657715293

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix std::{min, max}-related build breakage on 32-bit hosts

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 768adc05c44c7e8b5c0f9ca5ad3ca96657715293>

*** Failed to compiled GDB.  ***
============================

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

g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o shnbsd-tdep.o -MT shnbsd-tdep.o -MMD -MP -MF .deps/shnbsd-tdep.Tpo ../../binutils-gdb/gdb/shnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF .deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-linux-tdep.o -MT sparc-linux-tdep.o -MMD -MP -MF .deps/sparc-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcnbsd-tdep.o -MT sparcnbsd-tdep.o -MMD -MP -MF .deps/sparcnbsd-tdep.Tpo ../../binutils-gdb/gdb/sparcnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcobsd-tdep.o -MT sparcobsd-tdep.o -MMD -MP -MF .deps/sparcobsd-tdep.Tpo ../../binutils-gdb/gdb/sparcobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-sol2-tdep.o -MT sparc-sol2-tdep.o -MMD -MP -MF .deps/sparc-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF .deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-ravenscar-thread.o -MT sparc-ravenscar-thread.o -MMD -MP -MF .deps/sparc-ravenscar-thread.Tpo ../../binutils-gdb/gdb/sparc-ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF .deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF .deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF .deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF .deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-linux-tdep.o -MT tic6x-linux-tdep.o -MMD -MP -MF .deps/tic6x-linux-tdep.Tpo ../../binutils-gdb/gdb/tic6x-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF .deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-linux-tdep.o -MT tilegx-linux-tdep.o -MMD -MP -MF .deps/tilegx-linux-tdep.Tpo ../../binutils-gdb/gdb/tilegx-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF .deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxnbsd-tdep.o -MT vaxnbsd-tdep.o -MMD -MP -MF .deps/vaxnbsd-tdep.Tpo ../../binutils-gdb/gdb/vaxnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxobsd-tdep.o -MT vaxobsd-tdep.o -MMD -MP -MF .deps/vaxobsd-tdep.Tpo ../../binutils-gdb/gdb/vaxobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF .deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF .deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF .deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF .deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-linux-tdep.o -MT xtensa-linux-tdep.o -MMD -MP -MF .deps/xtensa-linux-tdep.Tpo ../../binutils-gdb/gdb/xtensa-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../binutils-gdb/gdb/glibc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bsd-uthread.o -MT bsd-uthread.o -MMD -MP -MF .deps/bsd-uthread.Tpo ../../binutils-gdb/gdb/bsd-uthread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o nbsd-tdep.o -MT nbsd-tdep.o -MMD -MP -MF .deps/nbsd-tdep.Tpo ../../binutils-gdb/gdb/nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o obsd-tdep.o -MT obsd-tdep.o -MMD -MP -MF .deps/obsd-tdep.Tpo ../../binutils-gdb/gdb/obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF .deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF .deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF .deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF .deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF .deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF .deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../binutils-gdb/gdb/linux-record.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ravenscar-thread.o -MT ravenscar-thread.o -MMD -MP -MF .deps/ravenscar-thread.Tpo ../../binutils-gdb/gdb/ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF .deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-linux-tdep.o -MT aarch64-linux-tdep.o -MMD -MP -MF .deps/aarch64-linux-tdep.Tpo ../../binutils-gdb/gdb/aarch64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-newlib-tdep.o -MT aarch64-newlib-tdep.o -MMD -MP -MF .deps/aarch64-newlib-tdep.Tpo ../../binutils-gdb/gdb/aarch64-newlib-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-insn.o -MT aarch64-insn.o -MMD -MP -MF .deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphabsd-tdep.o -MT alphabsd-tdep.o -MMD -MP -MF .deps/alphabsd-tdep.Tpo ../../binutils-gdb/gdb/alphabsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphafbsd-tdep.o -MT alphafbsd-tdep.o -MMD -MP -MF .deps/alphafbsd-tdep.Tpo ../../binutils-gdb/gdb/alphafbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-linux-tdep.o -MT alpha-linux-tdep.o -MMD -MP -MF .deps/alpha-linux-tdep.Tpo ../../binutils-gdb/gdb/alpha-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-mdebug-tdep.o -MT alpha-mdebug-tdep.o -MMD -MP -MF .deps/alpha-mdebug-tdep.Tpo ../../binutils-gdb/gdb/alpha-mdebug-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphanbsd-tdep.o -MT alphanbsd-tdep.o -MMD -MP -MF .deps/alphanbsd-tdep.Tpo ../../binutils-gdb/gdb/alphanbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphaobsd-tdep.o -MT alphaobsd-tdep.o -MMD -MP -MF .deps/alphaobsd-tdep.Tpo ../../binutils-gdb/gdb/alphaobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF .deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64fbsd-tdep.o -MT amd64fbsd-tdep.o -MMD -MP -MF .deps/amd64fbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-darwin-tdep.o -MT amd64-darwin-tdep.o -MMD -MP -MF .deps/amd64-darwin-tdep.Tpo ../../binutils-gdb/gdb/amd64-darwin-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-dicos-tdep.o -MT amd64-dicos-tdep.o -MMD -MP -MF .deps/amd64-dicos-tdep.Tpo ../../binutils-gdb/gdb/amd64-dicos-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-linux-tdep.o -MT amd64-linux-tdep.o -MMD -MP -MF .deps/amd64-linux-tdep.Tpo ../../binutils-gdb/gdb/amd64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64nbsd-tdep.o -MT amd64nbsd-tdep.o -MMD -MP -MF .deps/amd64nbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64obsd-tdep.o -MT amd64obsd-tdep.o -MMD -MP -MF .deps/amd64obsd-tdep.Tpo ../../binutils-gdb/gdb/amd64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-sol2-tdep.o -MT amd64-sol2-tdep.o -MMD -MP -MF .deps/amd64-sol2-tdep.Tpo ../../binutils-gdb/gdb/amd64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF .deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-windows-tdep.o -MT amd64-windows-tdep.o -MMD -MP -MF .deps/amd64-windows-tdep.Tpo ../../binutils-gdb/gdb/amd64-windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-linux-tdep.o -MT ia64-linux-tdep.o -MMD -MP -MF .deps/ia64-linux-tdep.Tpo ../../binutils-gdb/gdb/ia64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-vms-tdep.o -MT ia64-vms-tdep.o -MMD -MP -MF .deps/ia64-vms-tdep.Tpo ../../binutils-gdb/gdb/ia64-vms-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF .deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips64obsd-tdep.o -MT mips64obsd-tdep.o -MMD -MP -MF .deps/mips64obsd-tdep.Tpo ../../binutils-gdb/gdb/mips64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64fbsd-tdep.o -MT sparc64fbsd-tdep.o -MMD -MP -MF .deps/sparc64fbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-linux-tdep.o -MT sparc64-linux-tdep.o -MMD -MP -MF .deps/sparc64-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64nbsd-tdep.o -MT sparc64nbsd-tdep.o -MMD -MP -MF .deps/sparc64nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64obsd-tdep.o -MT sparc64obsd-tdep.o -MMD -MP -MF .deps/sparc64obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-sol2-tdep.o -MT sparc64-sol2-tdep.o -MMD -MP -MF .deps/sparc64-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF .deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../binutils-gdb/gdb/ser-unix.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../binutils-gdb/gdb/ser-pipe.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../binutils-gdb/gdb/inf-ptrace.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../binutils-gdb/gdb/fork-child.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-nat.o -MT s390-linux-nat.o -MMD -MP -MF .deps/s390-linux-nat.Tpo ../../binutils-gdb/gdb/s390-linux-nat.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../binutils-gdb/gdb/linux-thread-db.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../binutils-gdb/gdb/proc-service.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../binutils-gdb/gdb/linux-nat.c
../../binutils-gdb/gdb/s390-linux-nat.c: In function 'void s390_prepare_to_resume(lwp_info*)':
../../binutils-gdb/gdb/s390-linux-nat.c:703:20: error: 'min' is not a member of 'std'
    watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:704:20: error: 'max' is not a member of 'std'
    watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:725:24: error: 'min' is not a member of 'std'
        watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                        ^
../../binutils-gdb/gdb/s390-linux-nat.c:726:24: error: 'max' is not a member of 'std'
        watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                        ^
Makefile:1135: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8827: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-09-18 23:24 [binutils-gdb] Improve MinGW support in Readline sergiodj+buildbot
@ 2016-09-19  0:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-09-19  0:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2936>

Commit(s) tested:
	7f3c5ec870943f7f32c946ff9459dfd04fcb8e07

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Improve MinGW support in Readline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7f3c5ec870943f7f32c946ff9459dfd04fcb8e07>

*** Failed to compiled GDB.  ***
============================

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

g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o shnbsd-tdep.o -MT shnbsd-tdep.o -MMD -MP -MF .deps/shnbsd-tdep.Tpo ../../binutils-gdb/gdb/shnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF .deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-linux-tdep.o -MT sparc-linux-tdep.o -MMD -MP -MF .deps/sparc-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcnbsd-tdep.o -MT sparcnbsd-tdep.o -MMD -MP -MF .deps/sparcnbsd-tdep.Tpo ../../binutils-gdb/gdb/sparcnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcobsd-tdep.o -MT sparcobsd-tdep.o -MMD -MP -MF .deps/sparcobsd-tdep.Tpo ../../binutils-gdb/gdb/sparcobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-sol2-tdep.o -MT sparc-sol2-tdep.o -MMD -MP -MF .deps/sparc-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF .deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-ravenscar-thread.o -MT sparc-ravenscar-thread.o -MMD -MP -MF .deps/sparc-ravenscar-thread.Tpo ../../binutils-gdb/gdb/sparc-ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF .deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF .deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF .deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF .deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-linux-tdep.o -MT tic6x-linux-tdep.o -MMD -MP -MF .deps/tic6x-linux-tdep.Tpo ../../binutils-gdb/gdb/tic6x-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF .deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-linux-tdep.o -MT tilegx-linux-tdep.o -MMD -MP -MF .deps/tilegx-linux-tdep.Tpo ../../binutils-gdb/gdb/tilegx-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF .deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxnbsd-tdep.o -MT vaxnbsd-tdep.o -MMD -MP -MF .deps/vaxnbsd-tdep.Tpo ../../binutils-gdb/gdb/vaxnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxobsd-tdep.o -MT vaxobsd-tdep.o -MMD -MP -MF .deps/vaxobsd-tdep.Tpo ../../binutils-gdb/gdb/vaxobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF .deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF .deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF .deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF .deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-linux-tdep.o -MT xtensa-linux-tdep.o -MMD -MP -MF .deps/xtensa-linux-tdep.Tpo ../../binutils-gdb/gdb/xtensa-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../binutils-gdb/gdb/glibc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bsd-uthread.o -MT bsd-uthread.o -MMD -MP -MF .deps/bsd-uthread.Tpo ../../binutils-gdb/gdb/bsd-uthread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o nbsd-tdep.o -MT nbsd-tdep.o -MMD -MP -MF .deps/nbsd-tdep.Tpo ../../binutils-gdb/gdb/nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o obsd-tdep.o -MT obsd-tdep.o -MMD -MP -MF .deps/obsd-tdep.Tpo ../../binutils-gdb/gdb/obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF .deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF .deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF .deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF .deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF .deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF .deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../binutils-gdb/gdb/linux-record.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ravenscar-thread.o -MT ravenscar-thread.o -MMD -MP -MF .deps/ravenscar-thread.Tpo ../../binutils-gdb/gdb/ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF .deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-linux-tdep.o -MT aarch64-linux-tdep.o -MMD -MP -MF .deps/aarch64-linux-tdep.Tpo ../../binutils-gdb/gdb/aarch64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-newlib-tdep.o -MT aarch64-newlib-tdep.o -MMD -MP -MF .deps/aarch64-newlib-tdep.Tpo ../../binutils-gdb/gdb/aarch64-newlib-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-insn.o -MT aarch64-insn.o -MMD -MP -MF .deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphabsd-tdep.o -MT alphabsd-tdep.o -MMD -MP -MF .deps/alphabsd-tdep.Tpo ../../binutils-gdb/gdb/alphabsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphafbsd-tdep.o -MT alphafbsd-tdep.o -MMD -MP -MF .deps/alphafbsd-tdep.Tpo ../../binutils-gdb/gdb/alphafbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-linux-tdep.o -MT alpha-linux-tdep.o -MMD -MP -MF .deps/alpha-linux-tdep.Tpo ../../binutils-gdb/gdb/alpha-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-mdebug-tdep.o -MT alpha-mdebug-tdep.o -MMD -MP -MF .deps/alpha-mdebug-tdep.Tpo ../../binutils-gdb/gdb/alpha-mdebug-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphanbsd-tdep.o -MT alphanbsd-tdep.o -MMD -MP -MF .deps/alphanbsd-tdep.Tpo ../../binutils-gdb/gdb/alphanbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphaobsd-tdep.o -MT alphaobsd-tdep.o -MMD -MP -MF .deps/alphaobsd-tdep.Tpo ../../binutils-gdb/gdb/alphaobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF .deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64fbsd-tdep.o -MT amd64fbsd-tdep.o -MMD -MP -MF .deps/amd64fbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-darwin-tdep.o -MT amd64-darwin-tdep.o -MMD -MP -MF .deps/amd64-darwin-tdep.Tpo ../../binutils-gdb/gdb/amd64-darwin-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-dicos-tdep.o -MT amd64-dicos-tdep.o -MMD -MP -MF .deps/amd64-dicos-tdep.Tpo ../../binutils-gdb/gdb/amd64-dicos-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-linux-tdep.o -MT amd64-linux-tdep.o -MMD -MP -MF .deps/amd64-linux-tdep.Tpo ../../binutils-gdb/gdb/amd64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64nbsd-tdep.o -MT amd64nbsd-tdep.o -MMD -MP -MF .deps/amd64nbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64obsd-tdep.o -MT amd64obsd-tdep.o -MMD -MP -MF .deps/amd64obsd-tdep.Tpo ../../binutils-gdb/gdb/amd64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-sol2-tdep.o -MT amd64-sol2-tdep.o -MMD -MP -MF .deps/amd64-sol2-tdep.Tpo ../../binutils-gdb/gdb/amd64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF .deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-windows-tdep.o -MT amd64-windows-tdep.o -MMD -MP -MF .deps/amd64-windows-tdep.Tpo ../../binutils-gdb/gdb/amd64-windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-linux-tdep.o -MT ia64-linux-tdep.o -MMD -MP -MF .deps/ia64-linux-tdep.Tpo ../../binutils-gdb/gdb/ia64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-vms-tdep.o -MT ia64-vms-tdep.o -MMD -MP -MF .deps/ia64-vms-tdep.Tpo ../../binutils-gdb/gdb/ia64-vms-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF .deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips64obsd-tdep.o -MT mips64obsd-tdep.o -MMD -MP -MF .deps/mips64obsd-tdep.Tpo ../../binutils-gdb/gdb/mips64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64fbsd-tdep.o -MT sparc64fbsd-tdep.o -MMD -MP -MF .deps/sparc64fbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-linux-tdep.o -MT sparc64-linux-tdep.o -MMD -MP -MF .deps/sparc64-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64nbsd-tdep.o -MT sparc64nbsd-tdep.o -MMD -MP -MF .deps/sparc64nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64obsd-tdep.o -MT sparc64obsd-tdep.o -MMD -MP -MF .deps/sparc64obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-sol2-tdep.o -MT sparc64-sol2-tdep.o -MMD -MP -MF .deps/sparc64-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF .deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../binutils-gdb/gdb/ser-unix.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../binutils-gdb/gdb/ser-pipe.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../binutils-gdb/gdb/inf-ptrace.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../binutils-gdb/gdb/fork-child.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-nat.o -MT s390-linux-nat.o -MMD -MP -MF .deps/s390-linux-nat.Tpo ../../binutils-gdb/gdb/s390-linux-nat.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../binutils-gdb/gdb/linux-thread-db.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../binutils-gdb/gdb/proc-service.c
../../binutils-gdb/gdb/s390-linux-nat.c: In function 'void s390_prepare_to_resume(lwp_info*)':
../../binutils-gdb/gdb/s390-linux-nat.c:703:20: error: 'min' is not a member of 'std'
    watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:704:20: error: 'max' is not a member of 'std'
    watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:725:24: error: 'min' is not a member of 'std'
        watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                        ^
../../binutils-gdb/gdb/s390-linux-nat.c:726:24: error: 'max' is not a member of 'std'
        watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                        ^
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../binutils-gdb/gdb/linux-nat.c
Makefile:1135: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8827: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-gdb] Error 2
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-09-17  5:15 [binutils-gdb] Introduce cleanup to restore current_uiout sergiodj+buildbot
@ 2016-09-17 10:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-09-17 10:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2934>

Commit(s) tested:
	cd94f6d535d1ebd8f252185cd84d21fe0df3c893

Author(s) (in the same order as the commits):
	Simon Marchi <simark@simark.ca>

Subject:
	Introduce cleanup to restore current_uiout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for cd94f6d535d1ebd8f252185cd84d21fe0df3c893>

*** Failed to compiled GDB.  ***
============================

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

g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o shnbsd-tdep.o -MT shnbsd-tdep.o -MMD -MP -MF .deps/shnbsd-tdep.Tpo ../../binutils-gdb/gdb/shnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF .deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-linux-tdep.o -MT sparc-linux-tdep.o -MMD -MP -MF .deps/sparc-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcnbsd-tdep.o -MT sparcnbsd-tdep.o -MMD -MP -MF .deps/sparcnbsd-tdep.Tpo ../../binutils-gdb/gdb/sparcnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcobsd-tdep.o -MT sparcobsd-tdep.o -MMD -MP -MF .deps/sparcobsd-tdep.Tpo ../../binutils-gdb/gdb/sparcobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-sol2-tdep.o -MT sparc-sol2-tdep.o -MMD -MP -MF .deps/sparc-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF .deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-ravenscar-thread.o -MT sparc-ravenscar-thread.o -MMD -MP -MF .deps/sparc-ravenscar-thread.Tpo ../../binutils-gdb/gdb/sparc-ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF .deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF .deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF .deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF .deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-linux-tdep.o -MT tic6x-linux-tdep.o -MMD -MP -MF .deps/tic6x-linux-tdep.Tpo ../../binutils-gdb/gdb/tic6x-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF .deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-linux-tdep.o -MT tilegx-linux-tdep.o -MMD -MP -MF .deps/tilegx-linux-tdep.Tpo ../../binutils-gdb/gdb/tilegx-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF .deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxnbsd-tdep.o -MT vaxnbsd-tdep.o -MMD -MP -MF .deps/vaxnbsd-tdep.Tpo ../../binutils-gdb/gdb/vaxnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxobsd-tdep.o -MT vaxobsd-tdep.o -MMD -MP -MF .deps/vaxobsd-tdep.Tpo ../../binutils-gdb/gdb/vaxobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF .deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF .deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF .deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF .deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-linux-tdep.o -MT xtensa-linux-tdep.o -MMD -MP -MF .deps/xtensa-linux-tdep.Tpo ../../binutils-gdb/gdb/xtensa-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../binutils-gdb/gdb/glibc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bsd-uthread.o -MT bsd-uthread.o -MMD -MP -MF .deps/bsd-uthread.Tpo ../../binutils-gdb/gdb/bsd-uthread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o nbsd-tdep.o -MT nbsd-tdep.o -MMD -MP -MF .deps/nbsd-tdep.Tpo ../../binutils-gdb/gdb/nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o obsd-tdep.o -MT obsd-tdep.o -MMD -MP -MF .deps/obsd-tdep.Tpo ../../binutils-gdb/gdb/obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF .deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF .deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF .deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF .deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF .deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF .deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../binutils-gdb/gdb/linux-record.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ravenscar-thread.o -MT ravenscar-thread.o -MMD -MP -MF .deps/ravenscar-thread.Tpo ../../binutils-gdb/gdb/ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF .deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-linux-tdep.o -MT aarch64-linux-tdep.o -MMD -MP -MF .deps/aarch64-linux-tdep.Tpo ../../binutils-gdb/gdb/aarch64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-newlib-tdep.o -MT aarch64-newlib-tdep.o -MMD -MP -MF .deps/aarch64-newlib-tdep.Tpo ../../binutils-gdb/gdb/aarch64-newlib-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-insn.o -MT aarch64-insn.o -MMD -MP -MF .deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphabsd-tdep.o -MT alphabsd-tdep.o -MMD -MP -MF .deps/alphabsd-tdep.Tpo ../../binutils-gdb/gdb/alphabsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphafbsd-tdep.o -MT alphafbsd-tdep.o -MMD -MP -MF .deps/alphafbsd-tdep.Tpo ../../binutils-gdb/gdb/alphafbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-linux-tdep.o -MT alpha-linux-tdep.o -MMD -MP -MF .deps/alpha-linux-tdep.Tpo ../../binutils-gdb/gdb/alpha-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-mdebug-tdep.o -MT alpha-mdebug-tdep.o -MMD -MP -MF .deps/alpha-mdebug-tdep.Tpo ../../binutils-gdb/gdb/alpha-mdebug-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphanbsd-tdep.o -MT alphanbsd-tdep.o -MMD -MP -MF .deps/alphanbsd-tdep.Tpo ../../binutils-gdb/gdb/alphanbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphaobsd-tdep.o -MT alphaobsd-tdep.o -MMD -MP -MF .deps/alphaobsd-tdep.Tpo ../../binutils-gdb/gdb/alphaobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF .deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64fbsd-tdep.o -MT amd64fbsd-tdep.o -MMD -MP -MF .deps/amd64fbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-darwin-tdep.o -MT amd64-darwin-tdep.o -MMD -MP -MF .deps/amd64-darwin-tdep.Tpo ../../binutils-gdb/gdb/amd64-darwin-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-dicos-tdep.o -MT amd64-dicos-tdep.o -MMD -MP -MF .deps/amd64-dicos-tdep.Tpo ../../binutils-gdb/gdb/amd64-dicos-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-linux-tdep.o -MT amd64-linux-tdep.o -MMD -MP -MF .deps/amd64-linux-tdep.Tpo ../../binutils-gdb/gdb/amd64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64nbsd-tdep.o -MT amd64nbsd-tdep.o -MMD -MP -MF .deps/amd64nbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64obsd-tdep.o -MT amd64obsd-tdep.o -MMD -MP -MF .deps/amd64obsd-tdep.Tpo ../../binutils-gdb/gdb/amd64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-sol2-tdep.o -MT amd64-sol2-tdep.o -MMD -MP -MF .deps/amd64-sol2-tdep.Tpo ../../binutils-gdb/gdb/amd64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF .deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-windows-tdep.o -MT amd64-windows-tdep.o -MMD -MP -MF .deps/amd64-windows-tdep.Tpo ../../binutils-gdb/gdb/amd64-windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-linux-tdep.o -MT ia64-linux-tdep.o -MMD -MP -MF .deps/ia64-linux-tdep.Tpo ../../binutils-gdb/gdb/ia64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-vms-tdep.o -MT ia64-vms-tdep.o -MMD -MP -MF .deps/ia64-vms-tdep.Tpo ../../binutils-gdb/gdb/ia64-vms-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF .deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips64obsd-tdep.o -MT mips64obsd-tdep.o -MMD -MP -MF .deps/mips64obsd-tdep.Tpo ../../binutils-gdb/gdb/mips64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64fbsd-tdep.o -MT sparc64fbsd-tdep.o -MMD -MP -MF .deps/sparc64fbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-linux-tdep.o -MT sparc64-linux-tdep.o -MMD -MP -MF .deps/sparc64-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64nbsd-tdep.o -MT sparc64nbsd-tdep.o -MMD -MP -MF .deps/sparc64nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64obsd-tdep.o -MT sparc64obsd-tdep.o -MMD -MP -MF .deps/sparc64obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-sol2-tdep.o -MT sparc64-sol2-tdep.o -MMD -MP -MF .deps/sparc64-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF .deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../binutils-gdb/gdb/ser-unix.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../binutils-gdb/gdb/ser-pipe.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../binutils-gdb/gdb/inf-ptrace.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../binutils-gdb/gdb/fork-child.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-nat.o -MT s390-linux-nat.o -MMD -MP -MF .deps/s390-linux-nat.Tpo ../../binutils-gdb/gdb/s390-linux-nat.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../binutils-gdb/gdb/linux-thread-db.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../binutils-gdb/gdb/proc-service.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../binutils-gdb/gdb/linux-nat.c
../../binutils-gdb/gdb/s390-linux-nat.c: In function 'void s390_prepare_to_resume(lwp_info*)':
../../binutils-gdb/gdb/s390-linux-nat.c:703:20: error: 'min' is not a member of 'std'
    watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:704:20: error: 'max' is not a member of 'std'
    watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:725:24: error: 'min' is not a member of 'std'
        watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                        ^
../../binutils-gdb/gdb/s390-linux-nat.c:726:24: error: 'max' is not a member of 'std'
        watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                        ^
Makefile:1135: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8827: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:850: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-09-17  3:34 [binutils-gdb] gdb: Use std::min and std::max throughout sergiodj+buildbot
@ 2016-09-17  9:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-09-17  9:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2933>

Commit(s) tested:
	325fac504a327de9c46a4e5cf9c88ece9d9d7701

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Use std::min and std::max throughout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 325fac504a327de9c46a4e5cf9c88ece9d9d7701>

*** Failed to compiled GDB.  ***
============================

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

g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o shnbsd-tdep.o -MT shnbsd-tdep.o -MMD -MP -MF .deps/shnbsd-tdep.Tpo ../../binutils-gdb/gdb/shnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sh-tdep.o -MT sh-tdep.o -MMD -MP -MF .deps/sh-tdep.Tpo ../../binutils-gdb/gdb/sh-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-linux-tdep.o -MT sparc-linux-tdep.o -MMD -MP -MF .deps/sparc-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcnbsd-tdep.o -MT sparcnbsd-tdep.o -MMD -MP -MF .deps/sparcnbsd-tdep.Tpo ../../binutils-gdb/gdb/sparcnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparcobsd-tdep.o -MT sparcobsd-tdep.o -MMD -MP -MF .deps/sparcobsd-tdep.Tpo ../../binutils-gdb/gdb/sparcobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-sol2-tdep.o -MT sparc-sol2-tdep.o -MMD -MP -MF .deps/sparc-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-tdep.o -MT sparc-tdep.o -MMD -MP -MF .deps/sparc-tdep.Tpo ../../binutils-gdb/gdb/sparc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc-ravenscar-thread.o -MT sparc-ravenscar-thread.o -MMD -MP -MF .deps/sparc-ravenscar-thread.Tpo ../../binutils-gdb/gdb/sparc-ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-tdep.o -MT spu-tdep.o -MMD -MP -MF .deps/spu-tdep.Tpo ../../binutils-gdb/gdb/spu-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o spu-multiarch.o -MT spu-multiarch.o -MMD -MP -MF .deps/spu-multiarch.Tpo ../../binutils-gdb/gdb/spu-multiarch.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-spu.o -MT solib-spu.o -MMD -MP -MF .deps/solib-spu.Tpo ../../binutils-gdb/gdb/solib-spu.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-tdep.o -MT tic6x-tdep.o -MMD -MP -MF .deps/tic6x-tdep.Tpo ../../binutils-gdb/gdb/tic6x-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tic6x-linux-tdep.o -MT tic6x-linux-tdep.o -MMD -MP -MF .deps/tic6x-linux-tdep.Tpo ../../binutils-gdb/gdb/tic6x-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-tdep.o -MT tilegx-tdep.o -MMD -MP -MF .deps/tilegx-tdep.Tpo ../../binutils-gdb/gdb/tilegx-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o tilegx-linux-tdep.o -MT tilegx-linux-tdep.o -MMD -MP -MF .deps/tilegx-linux-tdep.Tpo ../../binutils-gdb/gdb/tilegx-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o v850-tdep.o -MT v850-tdep.o -MMD -MP -MF .deps/v850-tdep.Tpo ../../binutils-gdb/gdb/v850-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxnbsd-tdep.o -MT vaxnbsd-tdep.o -MMD -MP -MF .deps/vaxnbsd-tdep.Tpo ../../binutils-gdb/gdb/vaxnbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vaxobsd-tdep.o -MT vaxobsd-tdep.o -MMD -MP -MF .deps/vaxobsd-tdep.Tpo ../../binutils-gdb/gdb/vaxobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o vax-tdep.o -MT vax-tdep.o -MMD -MP -MF .deps/vax-tdep.Tpo ../../binutils-gdb/gdb/vax-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xstormy16-tdep.o -MT xstormy16-tdep.o -MMD -MP -MF .deps/xstormy16-tdep.Tpo ../../binutils-gdb/gdb/xstormy16-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-config.o -MT xtensa-config.o -MMD -MP -MF .deps/xtensa-config.Tpo ../../binutils-gdb/gdb/xtensa-config.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-tdep.o -MT xtensa-tdep.o -MMD -MP -MF .deps/xtensa-tdep.Tpo ../../binutils-gdb/gdb/xtensa-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xtensa-linux-tdep.o -MT xtensa-linux-tdep.o -MMD -MP -MF .deps/xtensa-linux-tdep.Tpo ../../binutils-gdb/gdb/xtensa-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../binutils-gdb/gdb/glibc-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o bsd-uthread.o -MT bsd-uthread.o -MMD -MP -MF .deps/bsd-uthread.Tpo ../../binutils-gdb/gdb/bsd-uthread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o nbsd-tdep.o -MT nbsd-tdep.o -MMD -MP -MF .deps/nbsd-tdep.Tpo ../../binutils-gdb/gdb/nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o obsd-tdep.o -MT obsd-tdep.o -MMD -MP -MF .deps/obsd-tdep.Tpo ../../binutils-gdb/gdb/obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sol2-tdep.o -MT sol2-tdep.o -MMD -MP -MF .deps/sol2-tdep.Tpo ../../binutils-gdb/gdb/sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-frv.o -MT solib-frv.o -MMD -MP -MF .deps/solib-frv.Tpo ../../binutils-gdb/gdb/solib-frv.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../binutils-gdb/gdb/solib-svr4.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-darwin.o -MT solib-darwin.o -MMD -MP -MF .deps/solib-darwin.Tpo ../../binutils-gdb/gdb/solib-darwin.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o solib-dsbt.o -MT solib-dsbt.o -MMD -MP -MF .deps/solib-dsbt.Tpo ../../binutils-gdb/gdb/solib-dsbt.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o xcoffread.o -MT xcoffread.o -MMD -MP -MF .deps/xcoffread.Tpo ../../binutils-gdb/gdb/xcoffread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../binutils-gdb/gdb/symfile-mem.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o windows-tdep.o -MT windows-tdep.o -MMD -MP -MF .deps/windows-tdep.Tpo ../../binutils-gdb/gdb/windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../binutils-gdb/gdb/linux-record.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ravenscar-thread.o -MT ravenscar-thread.o -MMD -MP -MF .deps/ravenscar-thread.Tpo ../../binutils-gdb/gdb/ravenscar-thread.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-tdep.o -MT aarch64-tdep.o -MMD -MP -MF .deps/aarch64-tdep.Tpo ../../binutils-gdb/gdb/aarch64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-linux-tdep.o -MT aarch64-linux-tdep.o -MMD -MP -MF .deps/aarch64-linux-tdep.Tpo ../../binutils-gdb/gdb/aarch64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-newlib-tdep.o -MT aarch64-newlib-tdep.o -MMD -MP -MF .deps/aarch64-newlib-tdep.Tpo ../../binutils-gdb/gdb/aarch64-newlib-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o aarch64-insn.o -MT aarch64-insn.o -MMD -MP -MF .deps/aarch64-insn.Tpo ../../binutils-gdb/gdb/arch/aarch64-insn.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphabsd-tdep.o -MT alphabsd-tdep.o -MMD -MP -MF .deps/alphabsd-tdep.Tpo ../../binutils-gdb/gdb/alphabsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphafbsd-tdep.o -MT alphafbsd-tdep.o -MMD -MP -MF .deps/alphafbsd-tdep.Tpo ../../binutils-gdb/gdb/alphafbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-linux-tdep.o -MT alpha-linux-tdep.o -MMD -MP -MF .deps/alpha-linux-tdep.Tpo ../../binutils-gdb/gdb/alpha-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-mdebug-tdep.o -MT alpha-mdebug-tdep.o -MMD -MP -MF .deps/alpha-mdebug-tdep.Tpo ../../binutils-gdb/gdb/alpha-mdebug-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphanbsd-tdep.o -MT alphanbsd-tdep.o -MMD -MP -MF .deps/alphanbsd-tdep.Tpo ../../binutils-gdb/gdb/alphanbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alphaobsd-tdep.o -MT alphaobsd-tdep.o -MMD -MP -MF .deps/alphaobsd-tdep.Tpo ../../binutils-gdb/gdb/alphaobsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o alpha-tdep.o -MT alpha-tdep.o -MMD -MP -MF .deps/alpha-tdep.Tpo ../../binutils-gdb/gdb/alpha-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64fbsd-tdep.o -MT amd64fbsd-tdep.o -MMD -MP -MF .deps/amd64fbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-darwin-tdep.o -MT amd64-darwin-tdep.o -MMD -MP -MF .deps/amd64-darwin-tdep.Tpo ../../binutils-gdb/gdb/amd64-darwin-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-dicos-tdep.o -MT amd64-dicos-tdep.o -MMD -MP -MF .deps/amd64-dicos-tdep.Tpo ../../binutils-gdb/gdb/amd64-dicos-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-linux-tdep.o -MT amd64-linux-tdep.o -MMD -MP -MF .deps/amd64-linux-tdep.Tpo ../../binutils-gdb/gdb/amd64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64nbsd-tdep.o -MT amd64nbsd-tdep.o -MMD -MP -MF .deps/amd64nbsd-tdep.Tpo ../../binutils-gdb/gdb/amd64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64obsd-tdep.o -MT amd64obsd-tdep.o -MMD -MP -MF .deps/amd64obsd-tdep.Tpo ../../binutils-gdb/gdb/amd64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-sol2-tdep.o -MT amd64-sol2-tdep.o -MMD -MP -MF .deps/amd64-sol2-tdep.Tpo ../../binutils-gdb/gdb/amd64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-tdep.o -MT amd64-tdep.o -MMD -MP -MF .deps/amd64-tdep.Tpo ../../binutils-gdb/gdb/amd64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o amd64-windows-tdep.o -MT amd64-windows-tdep.o -MMD -MP -MF .deps/amd64-windows-tdep.Tpo ../../binutils-gdb/gdb/amd64-windows-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-linux-tdep.o -MT ia64-linux-tdep.o -MMD -MP -MF .deps/ia64-linux-tdep.Tpo ../../binutils-gdb/gdb/ia64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-vms-tdep.o -MT ia64-vms-tdep.o -MMD -MP -MF .deps/ia64-vms-tdep.Tpo ../../binutils-gdb/gdb/ia64-vms-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ia64-tdep.o -MT ia64-tdep.o -MMD -MP -MF .deps/ia64-tdep.Tpo ../../binutils-gdb/gdb/ia64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o mips64obsd-tdep.o -MT mips64obsd-tdep.o -MMD -MP -MF .deps/mips64obsd-tdep.Tpo ../../binutils-gdb/gdb/mips64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64fbsd-tdep.o -MT sparc64fbsd-tdep.o -MMD -MP -MF .deps/sparc64fbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64fbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-linux-tdep.o -MT sparc64-linux-tdep.o -MMD -MP -MF .deps/sparc64-linux-tdep.Tpo ../../binutils-gdb/gdb/sparc64-linux-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64nbsd-tdep.o -MT sparc64nbsd-tdep.o -MMD -MP -MF .deps/sparc64nbsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64nbsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64obsd-tdep.o -MT sparc64obsd-tdep.o -MMD -MP -MF .deps/sparc64obsd-tdep.Tpo ../../binutils-gdb/gdb/sparc64obsd-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-sol2-tdep.o -MT sparc64-sol2-tdep.o -MMD -MP -MF .deps/sparc64-sol2-tdep.Tpo ../../binutils-gdb/gdb/sparc64-sol2-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o sparc64-tdep.o -MT sparc64-tdep.o -MMD -MP -MF .deps/sparc64-tdep.Tpo ../../binutils-gdb/gdb/sparc64-tdep.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../binutils-gdb/gdb/ser-base.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../binutils-gdb/gdb/ser-unix.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../binutils-gdb/gdb/ser-pipe.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../binutils-gdb/gdb/ser-tcp.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../binutils-gdb/gdb/inf-ptrace.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../binutils-gdb/gdb/fork-child.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o s390-linux-nat.o -MT s390-linux-nat.o -MMD -MP -MF .deps/s390-linux-nat.Tpo ../../binutils-gdb/gdb/s390-linux-nat.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../binutils-gdb/gdb/linux-thread-db.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../binutils-gdb/gdb/proc-service.c
g++ -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1  -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-write-strings -Wno-narrowing -Wformat-nonliteral -Werror -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../binutils-gdb/gdb/linux-nat.c
../../binutils-gdb/gdb/s390-linux-nat.c: In function 'void s390_prepare_to_resume(lwp_info*)':
../../binutils-gdb/gdb/s390-linux-nat.c:703:20: error: 'min' is not a member of 'std'
    watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:704:20: error: 'max' is not a member of 'std'
    watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                    ^
../../binutils-gdb/gdb/s390-linux-nat.c:725:24: error: 'min' is not a member of 'std'
        watch_lo_addr = std::min (watch_lo_addr, area->lo_addr);
                        ^
../../binutils-gdb/gdb/s390-linux-nat.c:726:24: error: 'max' is not a member of 'std'
        watch_hi_addr = std::max (watch_hi_addr, area->hi_addr);
                        ^
Makefile:1135: recipe for target 's390-linux-nat.o' failed
make[2]: *** [s390-linux-nat.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb'
Makefile:8827: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-06-28 15:16 [binutils-gdb] Skip version check for unreferenced and undefined symbol sergiodj+buildbot
@ 2016-06-28 17:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-06-28 17:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-wheezy-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2567>

Commit(s) tested:
	f4ab0e2d1d4e14cfdddf46ac846c48ae55f4e14a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Skip version check for unreferenced and undefined symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f4ab0e2d1d4e14cfdddf46ac846c48ae55f4e14a>

*** Failed to compiled GDB.  ***
============================

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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c ../../binutils-gdb/bfd/coff-tic30.c -o coff-tic30.o
mv -f .deps/coff-m88k.Tpo .deps/coff-m88k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c -o coff-tic4x.lo ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error -o coff-tic4x.o
mv -f .deps/coff-mips.Tpo .deps/coff-mips.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c -o coff-tic54x.lo ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error -o coff-tic54x.o
mv -f .deps/coff-sparc.Tpo .deps/coff-sparc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c -o coff-tic80.lo ../../binutils-gdb/bfd/coff-tic80.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c ../../binutils-gdb/bfd/coff-tic80.c -o coff-tic80.o
mv -f .deps/coff-tic30.Tpo .deps/coff-tic30.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-u68k.lo -MD -MP -MF .deps/coff-u68k.Tpo -c -o coff-u68k.lo ../../binutils-gdb/bfd/coff-u68k.c
mv -f .deps/coff-stgo32.Tpo .deps/coff-stgo32.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-w65.lo -MD -MP -MF .deps/coff-w65.Tpo -c -o coff-w65.lo ../../binutils-gdb/bfd/coff-w65.c
mv -f .deps/coff-svm68k.Tpo .deps/coff-svm68k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-we32k.lo -MD -MP -MF .deps/coff-we32k.Tpo -c -o coff-we32k.lo ../../binutils-gdb/bfd/coff-we32k.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-w65.lo -MD -MP -MF .deps/coff-w65.Tpo -c ../../binutils-gdb/bfd/coff-w65.c -o coff-w65.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-u68k.lo -MD -MP -MF .deps/coff-u68k.Tpo -c ../../binutils-gdb/bfd/coff-u68k.c -o coff-u68k.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-we32k.lo -MD -MP -MF .deps/coff-we32k.Tpo -c ../../binutils-gdb/bfd/coff-we32k.c -o coff-we32k.o
mv -f .deps/coff-tic4x.Tpo .deps/coff-tic4x.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c -o coff-z80.lo ../../binutils-gdb/bfd/coff-z80.c
mv -f .deps/coff-sh.Tpo .deps/coff-sh.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c -o coff-z8k.lo ../../binutils-gdb/bfd/coff-z8k.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c ../../binutils-gdb/bfd/coff-z80.c -o coff-z80.o
mv -f .deps/coff-tic54x.Tpo .deps/coff-tic54x.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-gdb/bfd/coffgen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c ../../binutils-gdb/bfd/coff-z8k.c -o coff-z8k.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-gdb/bfd/coffgen.c -o coffgen.o
mv -f .deps/coff-tic80.Tpo .deps/coff-tic80.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../binutils-gdb/bfd/cofflink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../binutils-gdb/bfd/cofflink.c -o cofflink.o
mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.lo ../../binutils-gdb/bfd/ecoff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c ../../binutils-gdb/bfd/ecoff.c -o ecoff.o
mv -f .deps/coff-u68k.Tpo .deps/coff-u68k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ../../binutils-gdb/bfd/ecofflink.c
mv -f .deps/coff-w65.Tpo .deps/coff-w65.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../binutils-gdb/bfd/elf-ifunc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ../../binutils-gdb/bfd/ecofflink.c -o ecofflink.o
mv -f .deps/coff-we32k.Tpo .deps/coff-we32k.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../binutils-gdb/bfd/elf-ifunc.c -o elf-ifunc.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c -o elf-m10200.lo ../../binutils-gdb/bfd/elf-m10200.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c ../../binutils-gdb/bfd/elf-m10200.c -o elf-m10200.o
mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo ../../binutils-gdb/bfd/elf-m10300.c
mv -f .deps/coff-z8k.Tpo .deps/coff-z8k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-gdb/bfd/elf-nacl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c ../../binutils-gdb/bfd/elf-m10300.c -o elf-m10300.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../binutils-gdb/bfd/elf-nacl.c -o elf-nacl.o
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-gdb/bfd/elf-vxworks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-gdb/bfd/elf-vxworks.c -o elf-vxworks.o
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c -o elf32-am33lin.lo ../../binutils-gdb/bfd/elf32-am33lin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c ../../binutils-gdb/bfd/elf32-am33lin.c -o elf32-am33lin.o
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c -o elf32-arc.lo ../../binutils-gdb/bfd/elf32-arc.c
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../binutils-gdb/bfd/elf32-arm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c ../../binutils-gdb/bfd/elf32-arc.c -o elf32-arc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../binutils-gdb/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/elf-m10200.Tpo .deps/elf-m10200.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../binutils-gdb/bfd/elf32-avr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c -o elf32-bfin.lo ../../binutils-gdb/bfd/elf32-bfin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c ../../binutils-gdb/bfd/elf32-bfin.c -o elf32-bfin.o
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c -o elf32-cr16.lo ../../binutils-gdb/bfd/elf32-cr16.c
../../binutils-gdb/bfd/elf32-bfin.c: In function 'bfin_adjust_dynamic_symbol':
../../binutils-gdb/bfd/elf32-bfin.c:5273:7: error: expected expression before 'return'
       return FALSE;
       ^
../../binutils-gdb/bfd/elf32-bfin.c:5274:5: error: expected ';' before '}' token
     }
     ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c ../../binutils-gdb/bfd/elf32-cr16.c -o elf32-cr16.o
Makefile:1668: recipe for target 'elf32-bfin.lo' failed
make[4]: *** [elf32-bfin.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/ecoff.Tpo .deps/ecoff.Plo
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo
mv -f .deps/elf32-cr16.Tpo .deps/elf32-cr16.Plo
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
mv -f .deps/elf32-arc.Tpo .deps/elf32-arc.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
make[4]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1711: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
Makefile:1187: recipe for target 'all' failed
make[2]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:2724: recipe for target 'all-bfd' failed
make[1]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build'
make[1]: *** [all-bfd] Error 2
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

* *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2016-06-28 15:13 [binutils-gdb] Fix more linker testsuite failures sergiodj+buildbot
@ 2016-06-28 17:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 153+ messages in thread
From: sergiodj+buildbot @ 2016-06-28 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-wheezy-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2566>

Commit(s) tested:
	1b857aeed3f5cfddc4b5b1f5836ccd341aeb9f5d

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix more linker testsuite failures.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1b857aeed3f5cfddc4b5b1f5836ccd341aeb9f5d>

*** Failed to compiled GDB.  ***
============================

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

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-svm68k.lo -MD -MP -MF .deps/coff-svm68k.Tpo -c ../../binutils-gdb/bfd/coff-svm68k.c -o coff-svm68k.o
mv -f .deps/coff-m68k.Tpo .deps/coff-m68k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c -o coff-tic30.lo ../../binutils-gdb/bfd/coff-tic30.c
mv -f .deps/coff-m88k.Tpo .deps/coff-m88k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c -o coff-tic4x.lo ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c ../../binutils-gdb/bfd/coff-tic30.c -o coff-tic30.o
mv -f .deps/coff-mips.Tpo .deps/coff-mips.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c -o coff-tic54x.lo ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c ../../binutils-gdb/bfd/coff-tic4x.c -Wno-error -o coff-tic4x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c ../../binutils-gdb/bfd/coff-tic54x.c -Wno-error -o coff-tic54x.o
mv -f .deps/coff-sparc.Tpo .deps/coff-sparc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c -o coff-tic80.lo ../../binutils-gdb/bfd/coff-tic80.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c ../../binutils-gdb/bfd/coff-tic80.c -o coff-tic80.o
mv -f .deps/coff-stgo32.Tpo .deps/coff-stgo32.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-u68k.lo -MD -MP -MF .deps/coff-u68k.Tpo -c -o coff-u68k.lo ../../binutils-gdb/bfd/coff-u68k.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-u68k.lo -MD -MP -MF .deps/coff-u68k.Tpo -c ../../binutils-gdb/bfd/coff-u68k.c -o coff-u68k.o
mv -f .deps/coff-svm68k.Tpo .deps/coff-svm68k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-w65.lo -MD -MP -MF .deps/coff-w65.Tpo -c -o coff-w65.lo ../../binutils-gdb/bfd/coff-w65.c
mv -f .deps/coff-tic30.Tpo .deps/coff-tic30.Plo
mv -f .deps/coff-tic4x.Tpo .deps/coff-tic4x.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-we32k.lo -MD -MP -MF .deps/coff-we32k.Tpo -c -o coff-we32k.lo ../../binutils-gdb/bfd/coff-we32k.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c -o coff-z80.lo ../../binutils-gdb/bfd/coff-z80.c
mv -f .deps/coff-sh.Tpo .deps/coff-sh.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c -o coff-z8k.lo ../../binutils-gdb/bfd/coff-z8k.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-w65.lo -MD -MP -MF .deps/coff-w65.Tpo -c ../../binutils-gdb/bfd/coff-w65.c -o coff-w65.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-we32k.lo -MD -MP -MF .deps/coff-we32k.Tpo -c ../../binutils-gdb/bfd/coff-we32k.c -o coff-we32k.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c ../../binutils-gdb/bfd/coff-z8k.c -o coff-z8k.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c ../../binutils-gdb/bfd/coff-z80.c -o coff-z80.o
mv -f .deps/coff-tic54x.Tpo .deps/coff-tic54x.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-gdb/bfd/coffgen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-gdb/bfd/coffgen.c -o coffgen.o
mv -f .deps/coff-tic80.Tpo .deps/coff-tic80.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../binutils-gdb/bfd/cofflink.c
mv -f .deps/coff-u68k.Tpo .deps/coff-u68k.Plo
mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../binutils-gdb/bfd/cofflink.c -o cofflink.o
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.lo ../../binutils-gdb/bfd/ecoff.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ../../binutils-gdb/bfd/ecofflink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c ../../binutils-gdb/bfd/ecoff.c -o ecoff.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ../../binutils-gdb/bfd/ecofflink.c -o ecofflink.o
mv -f .deps/coff-w65.Tpo .deps/coff-w65.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../binutils-gdb/bfd/elf-ifunc.c
mv -f .deps/coff-we32k.Tpo .deps/coff-we32k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c -o elf-m10200.lo ../../binutils-gdb/bfd/elf-m10200.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../binutils-gdb/bfd/elf-ifunc.c -o elf-ifunc.o
mv -f .deps/coff-z8k.Tpo .deps/coff-z8k.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo ../../binutils-gdb/bfd/elf-m10300.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c ../../binutils-gdb/bfd/elf-m10200.c -o elf-m10200.o
mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-gdb/bfd/elf-nacl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c ../../binutils-gdb/bfd/elf-m10300.c -o elf-m10300.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../binutils-gdb/bfd/elf-nacl.c -o elf-nacl.o
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-gdb/bfd/elf-vxworks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-gdb/bfd/elf-vxworks.c -o elf-vxworks.o
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c -o elf32-am33lin.lo ../../binutils-gdb/bfd/elf32-am33lin.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c -o elf32-arc.lo ../../binutils-gdb/bfd/elf32-arc.c
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo ../../binutils-gdb/bfd/elf32-arm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c ../../binutils-gdb/bfd/elf32-am33lin.c -o elf32-am33lin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c ../../binutils-gdb/bfd/elf32-arc.c -o elf32-arc.o
mv -f .deps/elf-m10200.Tpo .deps/elf-m10200.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo ../../binutils-gdb/bfd/elf32-avr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c ../../binutils-gdb/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE    -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_all_vecs  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c -o elf32-bfin.lo ../../binutils-gdb/bfd/elf32-bfin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DTRAD_CORE -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -O2 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c ../../binutils-gdb/bfd/elf32-bfin.c -o elf32-bfin.o
../../binutils-gdb/bfd/elf32-bfin.c: In function 'bfin_adjust_dynamic_symbol':
../../binutils-gdb/bfd/elf32-bfin.c:5273:7: error: expected expression before 'return'
       return FALSE;
       ^
../../binutils-gdb/bfd/elf32-bfin.c:5274:5: error: expected ';' before '}' token
     }
     ^
Makefile:1668: recipe for target 'elf32-bfin.lo' failed
make[4]: *** [elf32-bfin.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
mv -f .deps/ecoff.Tpo .deps/ecoff.Plo
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
mv -f .deps/elf32-arc.Tpo .deps/elf32-arc.Plo
mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
make[4]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1711: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
Makefile:1187: recipe for target 'all' failed
make[2]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build/bfd'
make[2]: *** [all] Error 2
Makefile:2724: recipe for target 'all-bfd' failed
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory '/home/dje/debian-wheezy-s390x-1/debian-s390x-native-extended-gdbserver/build'
Makefile:850: recipe for target 'all' failed
make: *** [all] Error 2
============================




^ permalink raw reply	[flat|nested] 153+ messages in thread

end of thread, other threads:[~2019-06-01 12:08 UTC | newest]

Thread overview: 153+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 16:03 [binutils-gdb] [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp sergiodj+buildbot
2019-05-16 16:05 ` *** COMPILATION FAILED *** Failures on RHEL-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2019-05-16 16:46 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2019-05-16 16:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
2019-05-16 16:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2019-05-16 16:49 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2019-05-16 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
2019-05-16 16:50 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2019-05-16 18:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2019-05-16 18:34 ` *** COMPILATION FAILED *** Failures on Debian-s390x-m64, " sergiodj+buildbot
2019-05-16 18:42 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2019-05-29 21:49 [binutils-gdb] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define' sergiodj+buildbot
2019-06-02  0:11 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 17:24 [binutils-gdb] Fix failure in gdb.ada/complete.exp sergiodj+buildbot
2019-06-01 22:24 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 16:38 [binutils-gdb] Make some DWARF complaints clearer sergiodj+buildbot
2019-06-01 19:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 16:22 [binutils-gdb] Fix crash in cp_print_value_fields sergiodj+buildbot
2019-06-01 16:46 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 16:06 [binutils-gdb] Add new GCC 9 warnings to warnings.m4 sergiodj+buildbot
2019-06-01 14:26 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 15:38 [binutils-gdb] Add "set print finish" sergiodj+buildbot
2019-06-01 12:08 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 13:07 [binutils-gdb] Update release tools with libctf support sergiodj+buildbot
2019-06-01 12:06 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 12:50 [binutils-gdb] Sync top level files with versions from gcc sergiodj+buildbot
2019-06-01 12:03 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:12 [binutils-gdb] [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint sergiodj+buildbot
2019-05-16 20:38 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:10 [binutils-gdb] [PATCH 43/57][Arm][OBJDUMP] Add support for MVE instructions: scatter stores and gather loads sergiodj+buildbot
2019-05-16 20:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:08 [binutils-gdb] [PATCH 42/57][Arm][OBJDUMP] Add support for MVE instructions: vldr[bhw] and vstr[bhw] sergiodj+buildbot
2019-05-16 19:48 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:06 [binutils-gdb] [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst[24] sergiodj+buildbot
2019-05-16 19:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:05 [binutils-gdb] [PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms, vhadd, vhsub and vrhadd sergiodj+buildbot
2019-05-16 19:07 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 16:01 [binutils-gdb] [PATCH 38/57][Arm][OBJDUMP] Disable the use of MVE reserved coproc numbers in coprocessor instructions sergiodj+buildbot
2019-05-16 18:24 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-16 15:59 [binutils-gdb] [PATCH 37/57][Arm][OBJDUMP] Add framework for MVE instructions sergiodj+buildbot
2019-05-16 18:02 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-08 17:01 [binutils-gdb] Fix style bug when paging sergiodj+buildbot
2019-05-09  2:46 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-03-25 16:55 [binutils-gdb] Add linux_get_hwcap sergiodj+buildbot
2019-03-25 23:55 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-01-10 17:12 [binutils-gdb] gdb: Improve scoped_switch_fork_info class sergiodj+buildbot
2019-01-11 16:58 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-01-07 13:26 [binutils-gdb] Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match sergiodj+buildbot
2019-01-07 13:26 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot
2018-12-29 16:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:46 [binutils-gdb] Document the "set style" commands sergiodj+buildbot
2018-12-29 16:06 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot
2018-12-29 15:57 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-20 16:57 [binutils-gdb] Avoid "Invalid parameter passed to C runtime function" warning sergiodj+buildbot
2018-11-20 16:57 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-09 15:43 [binutils-gdb] [ARC] More fixes for TLS sergiodj+buildbot
2018-11-10  5:44 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-12 19:01 [binutils-gdb] Remove unused variable in record-btrace.c sergiodj+buildbot
2018-09-12 23:43 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-12 14:53 [binutils-gdb] (Ada) Fix resolving of homonym components in tagged types sergiodj+buildbot
2018-09-12 18:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-12 12:16 [binutils-gdb] (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call sergiodj+buildbot
2018-09-12 17:26 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-12 12:06 [binutils-gdb] (Ada) Fix printing of access to unconstrained arrays sergiodj+buildbot
2018-09-12 17:01 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-12 11:37 [binutils-gdb] (Ada/MI) Fix -var-evaluate-expression for access to unconstrained arrays sergiodj+buildbot
2018-09-12 16:39 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-12 11:28 [binutils-gdb] (Ada) New function ada_is_access_to_unconstrained_array sergiodj+buildbot
2018-09-12 11:56 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-11 21:36 [binutils-gdb] (Ada) Fix -var-list-children MI command for union type sergiodj+buildbot
2018-09-11 21:39 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-11 15:00 [binutils-gdb] Fix help text for "python" command sergiodj+buildbot
2018-09-11 15:03 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-11 12:01 [binutils-gdb] Fix "make install-strip" failure to install gdb-add-index.sh sergiodj+buildbot
2018-09-11 12:16 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10 20:12 [binutils-gdb] python: Make two functions return gdbpy_ref<> sergiodj+buildbot
2018-09-10 20:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10 17:59 [binutils-gdb] Make py-prettyprint.exp test names unique sergiodj+buildbot
2018-09-10 18:08 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10 16:47 [binutils-gdb] Allow a pretty-printer without a to_string method sergiodj+buildbot
2018-09-10 16:49 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10 10:42 [binutils-gdb] (Ada) fix handling of expression with parameterless function call sergiodj+buildbot
2018-09-10 15:49 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  9:19 [binutils-gdb] ada-lang.c::ada_value_cast: remove unnecessary parentheses sergiodj+buildbot
2018-09-10 15:46 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  9:00 [binutils-gdb] (Ada) slightly incorrect bounds for type of array indexed by enum sergiodj+buildbot
2018-09-10 14:44 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  7:38 [binutils-gdb] minor reformatting in ada-lang.c::ada_to_fixed_value sergiodj+buildbot
2018-09-10 14:12 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  7:19 [binutils-gdb] Handle PPC64 function descriptor in Ada decoding sergiodj+buildbot
2018-09-10 13:53 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  5:17 [binutils-gdb] (Ada) "catch assert" spurious internal error sergiodj+buildbot
2018-09-10  9:04 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  3:54 [binutils-gdb] (Ada) infinite loop when hitting unhandled exception catchpoint sergiodj+buildbot
2018-09-10  7:19 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-10  0:24 [binutils-gdb] (Ada) assigning packed array aggregate with variable as component sergiodj+buildbot
2018-09-10  1:59 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-09 11:13 [binutils-gdb] gdb: Add builtin types for 24 bit integers sergiodj+buildbot
2018-09-09 12:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-09  7:50 [binutils-gdb] S12Z: Make disassebler work for --enable-targets=all config sergiodj+buildbot
2018-09-09  7:41 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-09  4:35 [binutils-gdb] gdb/testsuite: Make test names unique in gdb.base/watchpoint.exp sergiodj+buildbot
2018-09-09  4:36 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-09  0:05 [binutils-gdb] Generate NT_PROCSTAT_{AUXV, VMMAP, PS_STRINGS} in FreeBSD coredumps sergiodj+buildbot
2018-09-09  0:18 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-08 22:13 [binutils-gdb] compile: Remove non-const reference parameters sergiodj+buildbot
2018-09-08 22:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-08 22:11 [binutils-gdb] Remove unused tui_win_element::highlight sergiodj+buildbot
2018-09-08 22:11 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-08 17:19 [binutils-gdb] Remove unused tui_win_info::detail::opaque sergiodj+buildbot
2018-09-08 22:04 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-08 11:43 [binutils-gdb] PR23570, AVR .noinit section defaults to PROGBITS sergiodj+buildbot
2018-09-08 11:43 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-08  8:49 [binutils-gdb] Make -Wformat-nonliteral work with gcc sergiodj+buildbot
2018-09-08  9:09 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-08  8:41 [binutils-gdb] Disable -Wformat-nonliteral in parts of printcmd.c sergiodj+buildbot
2018-09-08  8:42 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-07 15:23 [binutils-gdb] Remove unnecessary casts from cli-cmds.c sergiodj+buildbot
2018-09-07 18:36 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-07  3:16 [binutils-gdb] [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies sergiodj+buildbot
2018-09-07  3:21 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-06  3:54 [binutils-gdb] bfd, sparc: avoid duplicated error messages on invalid relocations sergiodj+buildbot
2018-09-06  4:31 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-06  3:53 [binutils-gdb] bfd, sparc: issue an error when reading relocations with invalid symbol references sergiodj+buildbot
2018-09-06  4:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05 22:50 [binutils-gdb] Automatically update "aclocal_m4_deps" when updating gnulib sergiodj+buildbot
2018-09-05 22:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05 15:50 [binutils-gdb] Remove --enable-multi-ice sergiodj+buildbot
2018-09-05 16:37 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05 15:32 [binutils-gdb] Simplify ada-exp.o rule sergiodj+buildbot
2018-09-05 16:16 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05 15:02 [binutils-gdb] Remove unneeded explicit .o targets sergiodj+buildbot
2018-09-05 15:34 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05 12:05 [binutils-gdb] Remove obsolete comments from Makefiles sergiodj+buildbot
2018-09-05 13:46 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05  9:57 [binutils-gdb] Fix batch exit status test failure on Fedora 28 sergiodj+buildbot
2018-09-05  9:51 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-05  9:07 [binutils-gdb] gdb/riscv: Fix an ARI warning sergiodj+buildbot
2018-09-05  8:59 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-04 20:01 [binutils-gdb] gdb/riscv: Provide non-DWARF stack unwinder sergiodj+buildbot
2018-09-04 20:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-04 19:39 [binutils-gdb] gdb: Extend the trad-frame API sergiodj+buildbot
2018-09-04 19:55 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-04 18:26 [binutils-gdb] PR23595, simple objcopy of executable failure for msp430-elf sergiodj+buildbot
2018-09-04 18:33 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-03 17:01 [binutils-gdb] Fix ARI violations in c++compile sergiodj+buildbot
2018-09-03 17:29 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-02  6:57 [binutils-gdb] Allow an IR object with unknown architecture sergiodj+buildbot
2018-09-02  6:22 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-01  4:41 [binutils-gdb] RISC-V: Correct the requirement of compressed floating point instructions sergiodj+buildbot
2018-09-01  8:19 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-01  3:00 [binutils-gdb] Set TYPE_LENGTH on a variant part sergiodj+buildbot
2018-09-01  3:01 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-01  1:47 [binutils-gdb] Fix a small bug in gdb.rust/simple.rs sergiodj+buildbot
2018-09-01  1:47 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 23:08 [binutils-gdb] Regenerate gdbarch.h sergiodj+buildbot
2018-08-31 23:24 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 22:25 [binutils-gdb] Add comment describing continuable/steppable/non-steppable watchpoints sergiodj+buildbot
2018-08-31 22:48 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 22:04 [binutils-gdb] Eliminate target_have_continuable_watchpoint sergiodj+buildbot
2018-08-31 22:12 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 20:14 [binutils-gdb] Update gnulib/Makefile.in:aclocal_m4_deps sergiodj+buildbot
2018-08-31 20:31 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 19:43 [binutils-gdb] PowerPC64 --emit-relocs support for notoc stubs sergiodj+buildbot
2018-08-31 19:56 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 19:39 [binutils-gdb] PowerPC64 higher REL16 relocations sergiodj+buildbot
2018-08-31 19:45 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 19:26 [binutils-gdb] Rearrange ppc_size_one_stub and correct _notoc stub examples sergiodj+buildbot
2018-08-31 19:28 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-31 16:33 [binutils-gdb] RISC-V: Allow instruction require more than one extension sergiodj+buildbot
2018-08-31 16:39 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30 22:32 [binutils-gdb] gdb/riscv: Extend instruction decode to cover more instructions sergiodj+buildbot
2018-08-31  7:40 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30 21:42 [binutils-gdb] gdb/riscv: remove extra caching of misa register sergiodj+buildbot
2018-08-31  4:36 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30 21:26 [binutils-gdb] gdb: Ensure compiler doesn't optimise variable out in test sergiodj+buildbot
2018-08-30 21:58 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30 20:30 [binutils-gdb] Fix compile-cplus-types.c build errors sergiodj+buildbot
2018-08-30 20:31 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30 19:05 [binutils-gdb] Use host_address_to_string in compile_cplus_instance::enter_scope sergiodj+buildbot
2018-08-30 19:08 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  1:55 [binutils-gdb] C++ compile support sergiodj+buildbot
2018-08-30  6:39 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  1:51 [binutils-gdb] Add new search_symbols_multiple API sergiodj+buildbot
2018-08-30  6:12 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  1:27 [binutils-gdb] Use block_symbol in linespec APIs sergiodj+buildbot
2018-08-30  5:42 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  1:10 [binutils-gdb] Remove VEC definitions from linespec.c sergiodj+buildbot
2018-08-30  5:16 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  1:07 [binutils-gdb] Change decode_compound_collector to use std::vector sergiodj+buildbot
2018-08-30  4:59 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  0:47 [binutils-gdb] Change `minimal_symbols' to std::vector in linespec.c structures sergiodj+buildbot
2018-08-30  4:32 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  0:35 [binutils-gdb] Change `label_symbols' to std::vector in linespec.c structures sergiodj+buildbot
2018-08-30  4:16 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  0:11 [binutils-gdb] Change `function_symbols' to std::vector sergiodj+buildbot
2018-08-30  3:52 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-30  0:06 [binutils-gdb] Change `file_symtabs' to std::vector sergiodj+buildbot
2018-08-30  3:31 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-29 23:06 [binutils-gdb] Use core_addr_to_string_nz in csky_analyze_prologue sergiodj+buildbot
2018-08-30  3:10 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-29 22:41 [binutils-gdb] Fix windows-nat.c for -Wnarrowing sergiodj+buildbot
2018-08-30  2:53 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-29 21:44 [binutils-gdb] sparc/leon: add support for partial write psr instruction sergiodj+buildbot
2018-08-30  2:50 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-29 20:38 [binutils-gdb] Fix riscv-linux native gdb build failure sergiodj+buildbot
2018-08-30  2:46 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-29 19:31 [binutils-gdb] Update gnulib to current upstream master sergiodj+buildbot
2018-08-30  2:41 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-08-06 14:07 [binutils-gdb] [ARC] Add Tag_ARC_ATR_version sergiodj+buildbot
2018-08-06 15:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-06-29 22:12 [binutils-gdb] x86_64-windows GDB crash due to fs_base/gs_base registers sergiodj+buildbot
2018-06-30  1:52 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:31 [binutils-gdb] target factories, target open and multiple instances of targets sergiodj+buildbot
2018-05-03  7:29 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:26 [binutils-gdb] linux_nat_target: More low methods sergiodj+buildbot
2018-05-03  7:19 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:21 [binutils-gdb] target_ops: Use bool throughout sergiodj+buildbot
2018-05-03  7:10 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:19 [binutils-gdb] make-target-delegates: line break between return type and function name sergiodj+buildbot
2018-05-03  7:01 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-03  2:19 [binutils-gdb] Convert struct target_ops to C++ sergiodj+buildbot
2018-05-03  6:50 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 12:19 [binutils-gdb] gdb: Remove OpenBSD/m88k support sergiodj+buildbot
2018-04-16 16:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 12:05 [binutils-gdb] Prevent an illegal memory access via an out of range fixup pointer sergiodj+buildbot
2018-04-16 16:20 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:32 [binutils-gdb] Remove arm-epoc-pe support sergiodj+buildbot
2018-04-16 16:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:29 [binutils-gdb] sparc-coff removal leftover sergiodj+buildbot
2018-04-16 16:09 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:06 [binutils-gdb] Remove sh-symbianelf support sergiodj+buildbot
2018-04-16 15:48 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:04 [binutils-gdb] Remove vax-bsd and vax-ultrix support sergiodj+buildbot
2018-04-16 15:43 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:02 [binutils-gdb] Remove w65 support sergiodj+buildbot
2018-04-16 15:37 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 11:00 [binutils-gdb] Remove we32k support sergiodj+buildbot
2018-04-16 15:32 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16 10:58 [binutils-gdb] Remove m88k support sergiodj+buildbot
2018-04-16 15:27 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:35 [binutils-gdb] Remove sparc-aout and sparc-coff support sergiodj+buildbot
2018-04-16 16:04 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:21 [binutils-gdb] Remove m68k-aout and m68k-coff support sergiodj+buildbot
2018-04-16 15:59 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-04-16  9:11 [binutils-gdb] Remove sh5 and sh64 support sergiodj+buildbot
2018-04-16 15:53 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-03-23 11:28 [binutils-gdb] Fix memory leak in python.c:do_start_initialization sergiodj+buildbot
2017-06-24 10:27 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-21  1:25 [binutils-gdb] Alpha DT_RELA sergiodj+buildbot
2017-02-21  1:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 23:25 [binutils-gdb] DWARF-5: NEWS sergiodj+buildbot
2017-02-20 23:25 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 23:15 [binutils-gdb] DWARF-5: DW_FORM_data16 sergiodj+buildbot
2017-02-20 23:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 23:04 [binutils-gdb] DWARF-5: Macros sergiodj+buildbot
2017-02-20 23:04 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 22:54 [binutils-gdb] DWARF-5: call sites sergiodj+buildbot
2017-02-20 22:54 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 21:30 [binutils-gdb] DWARF-5 basic functionality sergiodj+buildbot
2017-02-20 22:44 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 12:56 [binutils-gdb] Sync ZLIB with FSF GCC sources, bringing in version 1.2.11 sergiodj+buildbot
2017-02-20 13:03 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-20 12:53 [binutils-gdb] PR gdb/16188: Verify PTRACE_TRACEME succeeded sergiodj+buildbot
2017-02-20 12:55 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-02-17  1:29 [binutils-gdb] bfd: Rename read_{signed, unsigned}_leb128, safe_read_leb128 sergiodj+buildbot
2017-02-17  1:29 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-01-27  0:53 [binutils-gdb] Fix PR ld/20995 for cris-linux sergiodj+buildbot
2017-01-27  3:39 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-01-04 17:51 [binutils-gdb] Add native target for FreeBSD/mips sergiodj+buildbot
2017-01-04 18:15 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2017-01-04 17:49 [binutils-gdb] Add FreeBSD/mips architecture sergiodj+buildbot
2017-01-04 18:07 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-11-08 12:27 [binutils-gdb] Greatly improve the speed if looking up DWARF line number information sergiodj+buildbot
2016-11-08 13:16 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-09-19  6:16 [binutils-gdb] gdb: Fix std::{min, max}-related build breakage on 32-bit hosts sergiodj+buildbot
2016-09-19  7:30 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-09-18 23:24 [binutils-gdb] Improve MinGW support in Readline sergiodj+buildbot
2016-09-19  0:08 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-09-17  5:15 [binutils-gdb] Introduce cleanup to restore current_uiout sergiodj+buildbot
2016-09-17 10:04 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-09-17  3:34 [binutils-gdb] gdb: Use std::min and std::max throughout sergiodj+buildbot
2016-09-17  9:30 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-06-28 15:16 [binutils-gdb] Skip version check for unreferenced and undefined symbol sergiodj+buildbot
2016-06-28 17:17 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2016-06-28 15:13 [binutils-gdb] Fix more linker testsuite failures sergiodj+buildbot
2016-06-28 17:14 ` *** COMPILATION FAILED *** Failures on Debian-s390x-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).